mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
30 lines
692 B
JSON
30 lines
692 B
JSON
{
|
|
"name": "Dragonfly Mainnet (Hexapod)",
|
|
"chain": "Dragonfly",
|
|
"icon": "dragonfly",
|
|
"rpc": [
|
|
"https://dragonfly-rpc.switch.ch",
|
|
"https://dragonfly-rpc.kore-technologies.ch",
|
|
"https://dragonfly-rpc.phoenix-systems.io",
|
|
"https://dragonfly-rpc.block-spirit.ch"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Dragonfly",
|
|
"symbol": "DFLY",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hexapod.network",
|
|
"shortName": "dfly",
|
|
"chainId": 78281,
|
|
"networkId": 78281,
|
|
"explorers": [
|
|
{
|
|
"name": "Dragonfly Blockscout",
|
|
"url": "https://blockscout.dragonfly.hexapod.network",
|
|
"icon": "blockscout",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|