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
The text was updated successfully, but these errors were encountered:
Fails to compile with error :
--> relay/src/relay.rs:12:27
|
12 | use ethers::core::types::{ParseChainError, H512};
| ^^^^^^^^^^^^^^^
| |
| no
ParseChainError
intypes
| help: a similar name exists in the module:
ParseI256Error
The text was updated successfully, but these errors were encountered: