chains/_data/chains/eip155-3306.json
Martin 92944720ca
Add Debounce Network (#1863)
* add eip155-3306(debounce network)

* add debounce icon

* fix
2022-11-14 21:22:39 +01:00

24 lines
524 B
JSON

{
"name": "Debounce Subnet Testnet",
"chain": "Debounce Network",
"icon": "debounce",
"rpc": ["https://dev-rpc.debounce.network"],
"faucets": [],
"nativeCurrency": {
"name": "Debounce Network",
"symbol": "DB",
"decimals": 18
},
"infoURL": "https://debounce.network",
"shortName": "debounce-devnet",
"chainId": 3306,
"networkId": 3306,
"explorers": [
{
"name": "Debounce Devnet Explorer",
"url": "https://explorer.debounce.network",
"standard": "EIP3091"
}
]
}