Deploying to gh-pages from @ ethereum-lists/chains@344670f76f 🚀

This commit is contained in:
ligi 2023-03-29 13:00:32 +00:00
parent 91f405141e
commit a2b29033f5
12 changed files with 134 additions and 4 deletions

View File

@ -2006,6 +2006,14 @@
"height": 400,
"format": "png"
}]
}, {
"name": "super",
"icons": [{
"url": "ipfs://QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D",
"width": 130,
"height": 130,
"format": "png"
}]
}, {
"name": "sapphire",
"icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

23
chains/eip155-1969.json Normal file
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"
}
]
}

23
chains/eip155-1970.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4509,6 +4509,32 @@
"rpc": ["https://rpc.metatime.com/eleanor", "wss://ws.metatime.com/eleanor"],
"faucets": ["https://faucet.metatime.com/eleanor"],
"infoURL": "https://eleanor.metatime.com"
}, {
"name": "Super Smart Chain Testnet",
"chainId": 1969,
"shortName": "tscs",
"networkId": 1969,
"nativeCurrency": {
"name": "Super Chain Native Token",
"symbol": "TSCS",
"decimals": 18
},
"rpc": ["https://testnet.superexchain.com:8544"],
"faucets": ["https://testnet.superexchain.com"],
"infoURL": "https://testnet.superexchain.com"
}, {
"name": "Super Smart Chain Mainnet",
"chainId": 1970,
"shortName": "scs",
"networkId": 1970,
"nativeCurrency": {
"name": "Super Chain Native Token",
"symbol": "SCS",
"decimals": 18
},
"rpc": ["https://superexchain.com:8545"],
"faucets": [],
"infoURL": "https://superexchain.com"
}, {
"name": "Atelier",
"chainId": 1971,

View File

@ -6623,6 +6623,46 @@
"url": "https://explorer.metatime.com/eleanor",
"standard": "EIP3091"
}]
}, {
"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"
}]
}, {
"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"
}]
}, {
"name": "Atelier",
"title": "Atelier Test Network",

8
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

File diff suppressed because one or more lines are too long

View File

@ -346,6 +346,8 @@
"dchain-mainnet": "eip155:1951",
"Dexilla": "eip155:1954",
"mtc": "eip155:1967",
"tscs": "eip155:1969",
"scs": "eip155:1970",
"atlr": "eip155:1971",
"onus-mainnet": "eip155:1975",
"euntest": "eip155:1984",