mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@ed8a9f3ab3 🚀
This commit is contained in:
parent
bfc9e42db7
commit
799dcb3706
|
@ -950,6 +950,14 @@
|
|||
"height": 720,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "maal",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "bitfinity",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
27
chains/eip155-786.json
Normal file
27
chains/eip155-786.json
Normal file
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3183,6 +3183,19 @@
|
|||
"rpc": ["https://node.cheapeth.org/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://cheapeth.org/"
|
||||
}, {
|
||||
"name": "MAAL Sharia Chain",
|
||||
"chainId": 786,
|
||||
"shortName": "maal",
|
||||
"networkId": 786,
|
||||
"nativeCurrency": {
|
||||
"name": "MAAL",
|
||||
"symbol": "MAAL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://node1-mainnet.maalscan.io/", "https://node2-mainnet.maalscan.io/", "https://node3-mainnet.maalscan.io/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.maalblockchain.com/"
|
||||
}, {
|
||||
"name": "Acala Network",
|
||||
"chainId": 787,
|
||||
|
|
|
@ -4761,6 +4761,26 @@
|
|||
"shortName": "cth",
|
||||
"chainId": 777,
|
||||
"networkId": 777
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Acala Network",
|
||||
"chain": "ACA",
|
||||
|
|
8
icons/maal.json
Normal file
8
icons/maal.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreiexfqfe2x4impvwhra3xxa5eb25gv25zi3kkaoatdnld7wbxdzf2a",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
|
@ -244,6 +244,7 @@
|
|||
"qom": "eip155:766",
|
||||
"opc": "eip155:776",
|
||||
"cth": "eip155:777",
|
||||
"maal": "eip155:786",
|
||||
"aca": "eip155:787",
|
||||
"taero": "eip155:788",
|
||||
"LUCID": "eip155:800",
|
||||
|
|
Loading…
Reference in New Issue
Block a user