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.
Add Miexs Mainnet Network (ethereum-lists#3291)
* Create eip155-761412.json * Create miexs.json * Update miexs.json * Update miexs.json * Update eip155-761412.json edit shortName * Update eip155-761412.json Update shortName --------- Co-authored-by: ligi <ligi@ligi.de>
- Loading branch information
1 parent
171ab8c
commit 3ec2d28
Showing
2 changed files
with
31 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Miexs Smartchain", | ||
"chain": "MiexsSmartchain", | ||
"icon": "miexs", | ||
"rpc": ["https://mainnet-rpc.miexs.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Miexs Coin", | ||
"symbol": "MIX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://miexs.com", | ||
"shortName": "Miexs", | ||
"chainId": 761412, | ||
"networkId": 761412, | ||
"explorers": [ | ||
{ | ||
"name": "Miexs Smartchain Explorer", | ||
"url": "https://miexs.com", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreic6tcc6swh5kzljwqnswj6rlemcm7n6ra7xkgttwv5v3fv7ozj5zu", | ||
"width": 1500, | ||
"height": 1500, | ||
"format": "png" | ||
} | ||
] |