Skip to content

Commit

Permalink
Add MO Chain (#5174)
Browse files Browse the repository at this point in the history
* Add MO Chain

* MO Chain icon

* Rename eip-7924.json to eip155-7924.json

* Update eip155-7924.json

removed one explorer

* Update eip155-7924.json

* Update eip155-7924.json

Updated information

* Standard set to none

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
mochainapp and ligi authored Jun 5, 2024
1 parent abd617a commit a08033a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-7924.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "MO Mainnet",
"chainId": 7924,
"shortName": "MO",
"chain": "MO",
"icon": "mo",
"networkId": 7924,
"nativeCurrency": {
"name": "MO",
"symbol": "MO",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.mochain.app/"],
"faucets": ["https://faucet.mochain.app/"],
"explorers": [
{
"name": "MO Explorer",
"url": "https://moscan.app",
"standard": "none"
}
],
"infoURL": "https://mochain.app"
}
8 changes: 8 additions & 0 deletions _data/icons/mo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfJYJiR7L8xMG3KAWroVA9CQEfRGcbprC4JmVsiVk1E4e",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit a08033a

Please sign in to comment.