mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Added dragonfly icon (dragonfly.json) * Added mantis icon (mantis.json) * Added dragonfly chain (eip155-78281.json) * Delete eip155-78281.json * Added dragonfly chain (eip155-78281.json) * Added mantis chain (eip155-96970.json) * Update eip155-78281.json improved format * Update dragonfly.json, changed format to png * Update mantis.json, changed format to png --------- Co-authored-by: ligi <ligi@ligi.de>
34 lines
808 B
JSON
34 lines
808 B
JSON
{
|
|
"name": "Mantis Testnet (Hexapod)",
|
|
"chain": "Mantis",
|
|
"icon": "mantis",
|
|
"rpc": [
|
|
"https://mantis-rpc.switch.ch",
|
|
"https://mantis-rpc.kore-technologies.ch",
|
|
"https://mantis-rpc.phoenix-systems.io"
|
|
],
|
|
"faucets": [
|
|
"https://mantis.switch.ch/faucet",
|
|
"https://mantis.kore-technologies.ch/faucet",
|
|
"https://mantis.phoenix-systems.io/faucet",
|
|
"https://mantis.block-spirit.ch/faucet"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Mantis",
|
|
"symbol": "MANTIS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hexapod.network",
|
|
"shortName": "mantis",
|
|
"chainId": 96970,
|
|
"networkId": 96970,
|
|
"explorers": [
|
|
{
|
|
"name": "Mantis Blockscout",
|
|
"url": "https://blockscout.mantis.hexapod.network",
|
|
"icon": "blockscout",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|