Skip to content

Commit

Permalink
Add tangle network (#121)
Browse files Browse the repository at this point in the history
* add tangle network

* add logo

* update chain data
  • Loading branch information
salman01zp authored and alecdwm committed Apr 11, 2024
1 parent 485a354 commit 4e95313
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
20 changes: 20 additions & 0 deletions assets/chains/tangle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions data/chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4023,6 +4023,19 @@
"id": "kusama"
}
},
{
"id": "tangle",
"name": "Tangle Network",
"account": "*25519",
"rpcs": ["wss://rpc.tangle.tools"],
"balancesConfig": {
"substrate-native": {
"coingeckoId": "tangle",
"logo": "./assets/tokens/tangle.svg"

}
}
},
{
"id": "ternoa",
"name": "Ternoa",
Expand Down
9 changes: 9 additions & 0 deletions data/evm-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,15 @@
}
}
},
{
"id": "5845",
"substrateChainId": "tangle",
"isDefault": false,
"explorerUrl": "https://explorer.tangle.tools",
"rpcs": [
"https://rpc.tangle.tools"
]
},
{
"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 4e95313

Please sign in to comment.