Skip to content

Commit

Permalink
add tangle network
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Apr 8, 2024
1 parent 48642d1 commit 6fac3c5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4023,6 +4023,12 @@
"id": "kusama"
}
},
{
"id": "tangle",
"name": "Tangle Network",
"account": "*25519",
"rpcs": ["'wss://rpc.tangle.tools"]
},
{
"id": "ternoa",
"name": "Ternoa",
Expand Down
16 changes: 16 additions & 0 deletions data/evm-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,22 @@
}
}
},
{
"id": "5845",
"substrateChainId": "tangle",
"isDefault": false,
"explorerUrl": "https://explorer.tangle.tools",
"rpcs": [
"https://rpc.tangle.tools"
],
"balancesConfig": {
"evm-native": {
"symbol": "TNT",
"decimals": 18,
"coingeckoId": "tangle"
}
}
},
{
"id": "1284",
"substrateChainId": "moonbeam",
Expand Down
2 changes: 1 addition & 1 deletion data/testnets-chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@
},
{
"id": "tangle-testnet",
"name": "Tangle",
"name": "Tangle Testnet",
"account": "*25519",
"rpcs": ["wss://testnet-rpc-archive.tangle.tools"]
},
Expand Down

0 comments on commit 6fac3c5

Please sign in to comment.