Update domain for Super chain (#2887)

This commit is contained in:
superexchain 2023-05-24 16:30:53 +08:00 committed by GitHub
parent 9d7f5ba74d
commit 0be9defa84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
{
"name": "Super Smart Chain Testnet",
"chain": "TSCS",
"rpc": ["https://testnet.superexchain.com:8544"],
"faucets": ["https://testnet.superexchain.com"],
"rpc": ["https://testnetrpc.scschain.com"],
"faucets": ["https://testnet.scschain.com"],
"nativeCurrency": {
"name": "Super Chain Native Token",
"symbol": "TSCS",
"decimals": 18
},
"infoURL": "https://testnet.superexchain.com",
"infoURL": "https://testnet.scschain.com",
"shortName": "tscs",
"chainId": 1969,
"networkId": 1969,
@ -16,7 +16,7 @@
"explorers": [
{
"name": "blockscout",
"url": "https://testnetscan.superexchain.com",
"url": "https://testnetscan.scschain.com",
"standard": "EIP3091"
}
]

View File

@ -1,14 +1,14 @@
{
"name": "Super Smart Chain Mainnet",
"chain": "SCS",
"rpc": ["https://superexchain.com:8545"],
"rpc": ["https://rpc.scschain.com"],
"faucets": [],
"nativeCurrency": {
"name": "Super Chain Native Token",
"symbol": "SCS",
"decimals": 18
},
"infoURL": "https://superexchain.com",
"infoURL": "https://scschain.com",
"shortName": "scs",
"chainId": 1970,
"networkId": 1970,
@ -16,7 +16,7 @@
"explorers": [
{
"name": "blockscout",
"url": "https://scan.superexchain.com",
"url": "https://scan.scschain.com",
"standard": "EIP3091"
}
]