mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@344670f76f 🚀
This commit is contained in:
parent
91f405141e
commit
a2b29033f5
|
@ -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
23
chains/eip155-1969.json
Normal 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
23
chains/eip155-1970.json
Normal 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
|
@ -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,
|
||||
|
|
|
@ -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
8
icons/super.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D",
|
||||
"width": 130,
|
||||
"height": 130,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D
Normal file
BIN
iconsDownload/QmW4C4QHLMhLeH5MsdVbauMc2Skb4ehzLKU3egLKKoux4D
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
File diff suppressed because one or more lines are too long
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user