Skip to content

Commit

Permalink
feat: add tangle evm 4006 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Aug 8, 2023
1 parent c18aba1 commit 1b020b8
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 35 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.8-dev"
version = "0.5.9-dev"
authors = ["Webb Developers <drew@webb.tools>"]
license = "Apache-2.0"
documentation = "https://docs.rs/webb-relayer"
Expand Down
25 changes: 25 additions & 0 deletions crates/chains-info/fixtures/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -14083,5 +14083,30 @@
"standard": "eip3091"
}
]
},
{
"name": "Tangle testnet",
"chain": "tangle",
"rpc": [
"https://tangle-standalone-archive.webb.tools"
],
"faucets": [],
"nativeCurrency": {
"name": "Test Tangle Network Token",
"symbol": "tTNT",
"decimals": 18
},
"infoURL": "https://webb.tools",
"shortName": "tangle",
"chainId": 4006,
"networkId": 4006,
"status": "testnet",
"explorers": [
{
"name": "tangle explorer",
"url": "https://tangle-testnet-explorer.webb.tools",
"standard": "eip3091"
}
]
}
]
1 change: 1 addition & 0 deletions crates/chains-info/supported_chains.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ chain-ids = [
3884533461, # Athena Testnet
3884533462, # Hermes Testnet
3884533463, # Demeter Testnet
4006, # Tangle EVM Testnet
]

# Override the coingecko coin Id for the Moonbase Alpha network
Expand Down

0 comments on commit 1b020b8

Please sign in to comment.