mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add super chain. (#2528)
* Add super chain. * update https * update explorer name * update explorer url --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
d9aa788e8b
commit
344670f76f
23
_data/chains/eip155-1969.json
Normal file
23
_data/chains/eip155-1969.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Super Smart Chain Testnet",
|
||||||
|
"chain": "TSCS",
|
||||||
|
"rpc": ["https://testnet.superexchain.com:8544"],
|
||||||
|
"faucets": ["https://testnet.superexchain.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Super Chain Native Token",
|
||||||
|
"symbol": "TSCS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://testnet.superexchain.com",
|
||||||
|
"shortName": "tscs",
|
||||||
|
"chainId": 1969,
|
||||||
|
"networkId": 1969,
|
||||||
|
"icon": "super",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://testnetscan.superexchain.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
23
_data/chains/eip155-1970.json
Normal file
23
_data/chains/eip155-1970.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "Super Smart Chain Mainnet",
|
||||||
|
"chain": "SCS",
|
||||||
|
"rpc": ["https://superexchain.com:8545"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Super Chain Native Token",
|
||||||
|
"symbol": "SCS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://superexchain.com",
|
||||||
|
"shortName": "scs",
|
||||||
|
"chainId": 1970,
|
||||||
|
"networkId": 1970,
|
||||||
|
"icon": "super",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://scan.superexchain.com",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/super.json
Normal file
8
_data/icons/super.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D",
|
||||||
|
"width": 130,
|
||||||
|
"height": 130,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user