mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
3c9bfb712c
|
@ -93,4 +93,8 @@ There are also aggregated json files with all chains automatically assembled:
|
|||
* [chaindirectory.xyz](https://www.chaindirectory.xyz)
|
||||
* [chain-list.org](https://chain-list.org)
|
||||
* [DefiLlama's chainlist](https://chainlist.defillama.com/)
|
||||
* [chainlist.network](https://chainlist.network/)
|
||||
* [evmchainlist.org](https://evmchainlist.org)
|
||||
* [evmchainlist.com](https://evmchainlist.com)
|
||||
* [thechainlist.io](https://thechainlist.io)
|
||||
* Your project - contact us to add it here!
|
||||
|
|
15
_data/chains/eip155-258.json
Normal file
15
_data/chains/eip155-258.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "Setheum",
|
||||
"chain": "Setheum",
|
||||
"rpc": [],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Setheum",
|
||||
"symbol": "SETM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://setheum.xyz",
|
||||
"shortName": "setm",
|
||||
"chainId": 258,
|
||||
"networkId": 258
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "Double-A Chain Mainnet",
|
||||
"chain": "AAC",
|
||||
"icon": "aac",
|
||||
"rpc": [
|
||||
"https://rpc.acuteangle.com"
|
||||
],
|
||||
|
@ -20,5 +19,6 @@
|
|||
"name": "aacscan",
|
||||
"url": "https://scan.acuteangle.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}],
|
||||
"icon": "aac"
|
||||
}
|
|
@ -11,7 +11,12 @@
|
|||
"symbol": "VS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://visionscan.org",
|
||||
"infoURL": "https://www.v.network",
|
||||
"explorers": [{
|
||||
"name": "Visionscan",
|
||||
"url": "https://www.visionscan.org",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"shortName": "vision",
|
||||
"chainId": 888888,
|
||||
"networkId": 888888,
|
||||
|
|
Loading…
Reference in New Issue
Block a user