You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--> relay/src/relay.rs:12:27
|
12 | use ethers::core::types::{ParseChainError, H512};
| ^^^^^^^^^^^^^^^
| |
| no ParseChainError in types
| help: a similar name exists in the module: ParseI256Error
Fails to compile with error :
--> relay/src/relay.rs:12:27
|
12 | use ethers::core::types::{ParseChainError, H512};
| ^^^^^^^^^^^^^^^
| |
| no
ParseChainErrorintypes| help: a similar name exists in the module:
ParseI256Error