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

This commit is contained in:
ligi 2023-04-26 12:22:40 +00:00
parent 05ddbc2a5e
commit ec359671dc
10 changed files with 79 additions and 4 deletions

View File

@ -438,6 +438,14 @@
"height": 1024, "height": 1024,
"format": "png" "format": "png"
}] }]
}, {
"name": "six",
"icons": [{
"url": "ipfs://QmP93z696v8Hetu13peY2oEHDXq8Bj5CqaDRwpVkpnM15A",
"width": 512,
"height": 512,
"format": "png"
}]
}, { }, {
"name": "coston2", "name": "coston2",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-150.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Six Protocol Testnet",
"chain": "FIVENET",
"icon": "six",
"rpc": ["https://rpc-evm.fivenet.sixprotocol.net"],
"faucets": ["https://faucet.sixprotocol.net"],
"nativeCurrency": {
"name": "SIX testnet evm token",
"symbol": "tSIX",
"decimals": 18
},
"infoURL": "https://six.network/",
"shortName": "sixt",
"chainId": 150,
"networkId": 150,
"explorers": [
{
"name": "SIX Scan fivenet",
"url": "https://sixscan.io/fivenet",
"standard": "none",
"icon": "six"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -1701,6 +1701,19 @@
"rpc": ["https://connect.phi.network"], "rpc": ["https://connect.phi.network"],
"faucets": [], "faucets": [],
"infoURL": "https://phi.network" "infoURL": "https://phi.network"
}, {
"name": "Six Protocol Testnet",
"chainId": 150,
"shortName": "sixt",
"networkId": 150,
"nativeCurrency": {
"name": "SIX testnet evm token",
"symbol": "tSIX",
"decimals": 18
},
"rpc": ["https://rpc-evm.fivenet.sixprotocol.net"],
"faucets": ["https://faucet.sixprotocol.net"],
"infoURL": "https://six.network/"
}, { }, {
"name": "OEBlock Testnet", "name": "OEBlock Testnet",
"chainId": 156, "chainId": 156,

View File

@ -2467,6 +2467,27 @@
"icon": "phi", "icon": "phi",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Six Protocol Testnet",
"chain": "FIVENET",
"icon": "six",
"rpc": ["https://rpc-evm.fivenet.sixprotocol.net"],
"faucets": ["https://faucet.sixprotocol.net"],
"nativeCurrency": {
"name": "SIX testnet evm token",
"symbol": "tSIX",
"decimals": 18
},
"infoURL": "https://six.network/",
"shortName": "sixt",
"chainId": 150,
"networkId": 150,
"explorers": [{
"name": "SIX Scan fivenet",
"url": "https://sixscan.io/fivenet",
"standard": "none",
"icon": "six"
}]
}, { }, {
"name": "OEBlock Testnet", "name": "OEBlock Testnet",
"chain": "OEBt", "chain": "OEBt",

8
icons/six.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmP93z696v8Hetu13peY2oEHDXq8Bj5CqaDRwpVkpnM15A",
"width": 512,
"height": 512,
"format": "png"
}
]

File diff suppressed because one or more lines are too long

View File

@ -130,6 +130,7 @@
"OPtest": "eip155:141", "OPtest": "eip155:141",
"dax": "eip155:142", "dax": "eip155:142",
"PHI": "eip155:144", "PHI": "eip155:144",
"sixt": "eip155:150",
"obe": "eip155:156", "obe": "eip155:156",
"eva": "eip155:160", "eva": "eip155:160",
"wall-e": "eip155:161", "wall-e": "eip155:161",