-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add resolve_avatar method with CCIP support (#5)
* add resolve_avatar method with CCIP support * fmt * add doc * in case of widlcard_support check, do not panic * fmt * graceful error handling * fmt * version bump
- Loading branch information
1 parent
0b1f453
commit 5669e42
Showing
3 changed files
with
96 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ethers-ccip-read" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Muhamed Tanrikulu <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
@@ -34,6 +34,7 @@ async-trait = { version = "0.1.50", default-features = false } | |
# Ethers | ||
ethers-core = "2.0.4" | ||
ethers-providers = "2.0.4" | ||
futures-util = "0.3.28" | ||
|
||
[dev-dependencies] | ||
tokio = { version = "1.7.1", features = ["macros", "rt-multi-thread"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters