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",
"chainId": 513100,
"networkId": 1,
"networkId": 513100,
"shortName": "etf",
"chain": "ETF",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"name": "EthereumFair",
"symbol": "ETHF",
"decimals": 18
},
"rpc": ["https://rpc.etherfair.org"],