mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update domain for Super chain (#2887)
This commit is contained in:
parent
9d7f5ba74d
commit
0be9defa84
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user