Skip to content

Commit

Permalink
Initial config and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojJiSharma committed Jul 25, 2024
1 parent dcab7f8 commit 6e0b984
Show file tree
Hide file tree
Showing 8 changed files with 508 additions and 2 deletions.
21 changes: 21 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ members = [
"chains/arbitrum/testing/rosetta-testing-arbitrum",
"rosetta-utils",
"chains/polygon/rosetta-testing-polygon",
"chains/avalanche",
]
resolver = "2"

Expand Down
21 changes: 21 additions & 0 deletions chains/avalanche/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[package]
name = "rosetta-testing-avalanche"
version = "0.1.0"
edition = "2021"

[dependencies]
alloy-sol-types = { version = "0.7" }
anyhow = "1.0"
ethers = { version = "2.0", default-features = true, features = ["abigen", "rustls", "ws"] }
ethers-solc = "2.0"
hex-literal = "0.4"
rand_core = { version = "0.6", features = ["getrandom"] }
rosetta-client.workspace = true
rosetta-config-ethereum.workspace = true
rosetta-core.workspace = true
rosetta-docker = { workspace = true, features = ["tests"] }
rosetta-server-ethereum.workspace = true
sha3 = "0.10"
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tracing = "0.1.40"
url = "2.4"
Loading

0 comments on commit 6e0b984

Please sign in to comment.