Fixed ETHF symbol and networkId (#2195)

This commit is contained in:
Mark Ridgwell 2023-01-26 09:51:07 +00:00 committed by GitHub
parent 9d0d52ec01
commit 849b57481b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"name": "ethereum Fair", "name": "ethereum Fair",
"chainId": 513100, "chainId": 513100,
"networkId": 1, "networkId": 513100,
"shortName": "etf", "shortName": "etf",
"chain": "ETF", "chain": "ETF",
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "EthereumFair",
"symbol": "ETH", "symbol": "ETHF",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://rpc.etherfair.org"], "rpc": ["https://rpc.etherfair.org"],