Submit SIX protocol mainnet (eip155-98.json) (#2743)

*  add six netowrk to chains and icons

* 🎨 format prettier according to workflow reuqirement

* 🔥 remove six mainnet

* 🚚 shorname from tsix to sixt

*  Add sixnet to Chainlist
This commit is contained in:
dDee.six 2023-05-02 22:33:08 +07:00 committed by GitHub
parent 5ff58da0ef
commit 148a5a7abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]
}