Skip to content

Commit

Permalink
Adding MAAL blockchain mainnet (ethereum-lists#2967)
Browse files Browse the repository at this point in the history
* Create eip155-786.json

Adding MAAL test network

* Create maal.json

maal logo

* Update eip155-786.json

* Update maal.json

* Update eip155-786.json

* Update eip155-786.json

* Update maal.json

* Update maal.json

* run prettier on json files

---------

Co-authored-by: ligi <[email protected]>
Co-authored-by: gctech22 <[email protected]>
  • Loading branch information
3 people authored Jun 7, 2023
1 parent b2ef752 commit ed8a9f3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-786.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "MAAL Sharia Chain",
"chain": "MAAL",
"icon": "maal",
"rpc": [
"https://node1-mainnet.maalscan.io/",
"https://node2-mainnet.maalscan.io/",
"https://node3-mainnet.maalscan.io/"
],
"faucets": [],
"nativeCurrency": {
"name": "MAAL",
"symbol": "MAAL",
"decimals": 18
},
"infoURL": "https://www.maalblockchain.com/",
"shortName": "maal",
"chainId": 786,
"networkId": 786,
"explorers": [
{
"name": "maalscan",
"url": "https://maalscan.io",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/maal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit ed8a9f3

Please sign in to comment.