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:
superexchain 2023-03-29 20:54:38 +08:00 committed by GitHub
parent d9aa788e8b
commit 344670f76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 54 additions and 0 deletions

View 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"
}
]
}

View 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
View 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