Skip to content

Commit

Permalink
Adding $MGIX (#6920)
Browse files Browse the repository at this point in the history
* MGIX binary icon

* MGIX icon json

* MGIX EIP file

* removed unsupported character '$'

$MGIX to MGIX
  • Loading branch information
dwinea authored Feb 28, 2025
1 parent d811077 commit f1b7703
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-24125.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/magiIcon.json
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.

0 comments on commit f1b7703

Please sign in to comment.