mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Debounce Network (#1863)
* add eip155-3306(debounce network) * add debounce icon * fix
This commit is contained in:
parent
0673b39418
commit
92944720ca
23
_data/chains/eip155-3306.json
Normal file
23
_data/chains/eip155-3306.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/debounce.json
Normal file
8
_data/icons/debounce.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafybeib5q4hez37s7b2fx4hqt2q4ji2tuudxjhfdgnp6q3d5mqm6wsxdfq",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user