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

View File

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