mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Submit six protocol testnet (eip155-150.json) (#2711)
* ✨ add six netowrk to chains and icons * 🎨 format prettier according to workflow reuqirement * 🔥 remove six mainnet * 🚚 shorname from tsix to sixt
This commit is contained in:
parent
7e34b75dbc
commit
f2ebfdcbfd
24
_data/chains/eip155-150.json
Normal file
24
_data/chains/eip155-150.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/six.json
Normal file
8
_data/icons/six.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmP93z696v8Hetu13peY2oEHDXq8Bj5CqaDRwpVkpnM15A",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user