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.
Adding MAAL blockchain mainnet (ethereum-lists#2967)
* 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
1 parent
b2ef752
commit ed8a9f3
Showing
2 changed files
with
35 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,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" | ||
} | ||
] | ||
} |
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://bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |