forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change ethf to dis (ethereum-lists#4468)
* Update eip155-513100.json * Update eip155-513100.json * Update eip155-513100.json change explorers
- Loading branch information
1 parent
224d53b
commit 9ec2dfa
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "ethereum Fair", | ||
"name": "DisChain", | ||
"chainId": 513100, | ||
"networkId": 513100, | ||
"shortName": "ethf", | ||
"chain": "ETHF", | ||
"shortName": "dis", | ||
"chain": "DIS", | ||
"nativeCurrency": { | ||
"name": "EthereumFair", | ||
"symbol": "ETHF", | ||
"name": "DisChain", | ||
"symbol": "DIS", | ||
"decimals": 18 | ||
}, | ||
"rpc": ["https://rpc.etherfair.org"], | ||
"rpc": ["https://rpc.dischain.xyz"], | ||
"faucets": [], | ||
"explorers": [ | ||
{ | ||
"name": "etherfair", | ||
"url": "https://www.oklink.com/ethf", | ||
"name": "DisChain", | ||
"url": "https://www.oklink.com/dis", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"infoURL": "https://etherfair.org" | ||
"infoURL": "https://dischain.xyz" | ||
} |