Deploying to gh-pages from @ ethereum-lists/chains@148a5a7abe 🚀

This commit is contained in:
ligi 2023-05-02 15:39:32 +00:00
parent 160808057a
commit fe757d1d8c
8 changed files with 63 additions and 4 deletions

File diff suppressed because one or more lines are too long

24
chains/eip155-98.json Normal file
View 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

View File

@ -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"],
"faucets": ["https://testnet.binance.org/faucet-smart"],
"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",
"chainId": 99,

View File

@ -1797,6 +1797,27 @@
"url": "https://testnet.bscscan.com",
"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",
"chain": "POA",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -95,6 +95,7 @@
"kylin": "eip155:95",
"bkc": "eip155:96",
"bnbt": "eip155:97",
"six": "eip155:98",
"poa": "eip155:99",
"gno": "eip155:100",
"eti": "eip155:101",