chains/_data/chains/eip155-96970.json
Robert Ott 8e84b3a579
Adding Dragonfly Mainnet and Mantis Testnet (#2869)
* 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>
2023-05-22 16:38:38 +02:00

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"
}
]
}