-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MGIX binary icon * MGIX icon json * MGIX EIP file * removed unsupported character '$' $MGIX to MGIX
- Loading branch information
Showing
3 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": "MagiChain", | ||
"chain": "MagiChain", | ||
"icon": "magiIcon", | ||
"rpc": ["https://rpc.magichain.io"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "MGIX", | ||
"symbol": "MGIX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://magichain.io", | ||
"shortName": "MGC", | ||
"chainId": 24125, | ||
"networkId": 24125, | ||
"explorers": [ | ||
{ | ||
"name": "MagiChain Explorer", | ||
"url": "https://explorer.magichain.io", | ||
"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://QmUCJD36pbNYLMXLN3DoJX6r64JCB8rZXWYuqEm7gSMumV", | ||
"width": 192, | ||
"height": 192, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.