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@148a5a7abe 🚀
This commit is contained in:
parent
160808057a
commit
fe757d1d8c
File diff suppressed because one or more lines are too long
24
chains/eip155-98.json
Normal file
24
chains/eip155-98.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Six Protocol",
|
||||||
|
"chain": "SIXNET",
|
||||||
|
"icon": "six",
|
||||||
|
"rpc": ["https://sixnet-rpc-evm.sixprotocol.net"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SIX evm token",
|
||||||
|
"symbol": "SIX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://six.network/",
|
||||||
|
"shortName": "six",
|
||||||
|
"chainId": 98,
|
||||||
|
"networkId": 98,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "SIX Scan",
|
||||||
|
"url": "https://sixscan.io/sixnet",
|
||||||
|
"standard": "none",
|
||||||
|
"icon": "six"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1246,6 +1246,19 @@
|
||||||
"rpc": ["https://data-seed-prebsc-1-s1.binance.org:8545", "https://data-seed-prebsc-2-s1.binance.org:8545", "https://data-seed-prebsc-1-s2.binance.org:8545", "https://data-seed-prebsc-2-s2.binance.org:8545", "https://data-seed-prebsc-1-s3.binance.org:8545", "https://data-seed-prebsc-2-s3.binance.org:8545"],
|
"rpc": ["https://data-seed-prebsc-1-s1.binance.org:8545", "https://data-seed-prebsc-2-s1.binance.org:8545", "https://data-seed-prebsc-1-s2.binance.org:8545", "https://data-seed-prebsc-2-s2.binance.org:8545", "https://data-seed-prebsc-1-s3.binance.org:8545", "https://data-seed-prebsc-2-s3.binance.org:8545"],
|
||||||
"faucets": ["https://testnet.binance.org/faucet-smart"],
|
"faucets": ["https://testnet.binance.org/faucet-smart"],
|
||||||
"infoURL": "https://testnet.binance.org/"
|
"infoURL": "https://testnet.binance.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Six Protocol",
|
||||||
|
"chainId": 98,
|
||||||
|
"shortName": "six",
|
||||||
|
"networkId": 98,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SIX evm token",
|
||||||
|
"symbol": "SIX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://sixnet-rpc-evm.sixprotocol.net"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://six.network/"
|
||||||
}, {
|
}, {
|
||||||
"name": "POA Network Core",
|
"name": "POA Network Core",
|
||||||
"chainId": 99,
|
"chainId": 99,
|
||||||
|
|
|
@ -1797,6 +1797,27 @@
|
||||||
"url": "https://testnet.bscscan.com",
|
"url": "https://testnet.bscscan.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Six Protocol",
|
||||||
|
"chain": "SIXNET",
|
||||||
|
"icon": "six",
|
||||||
|
"rpc": ["https://sixnet-rpc-evm.sixprotocol.net"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "SIX evm token",
|
||||||
|
"symbol": "SIX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://six.network/",
|
||||||
|
"shortName": "six",
|
||||||
|
"chainId": 98,
|
||||||
|
"networkId": 98,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "SIX Scan",
|
||||||
|
"url": "https://sixscan.io/sixnet",
|
||||||
|
"standard": "none",
|
||||||
|
"icon": "six"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "POA Network Core",
|
"name": "POA Network Core",
|
||||||
"chain": "POA",
|
"chain": "POA",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -95,6 +95,7 @@
|
||||||
"kylin": "eip155:95",
|
"kylin": "eip155:95",
|
||||||
"bkc": "eip155:96",
|
"bkc": "eip155:96",
|
||||||
"bnbt": "eip155:97",
|
"bnbt": "eip155:97",
|
||||||
|
"six": "eip155:98",
|
||||||
"poa": "eip155:99",
|
"poa": "eip155:99",
|
||||||
"gno": "eip155:100",
|
"gno": "eip155:100",
|
||||||
"eti": "eip155:101",
|
"eti": "eip155:101",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user