Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export const chainIds = {
117: "bas-ars",
230: "bas-gal",
923018: "fncy",
14000: "bas-ankr"
14000: "bas-ankr",
3306: "db"
};
7 changes: 7 additions & 0 deletions public/images/rsz_db.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions utils/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,27 @@
"standard": "EIP3091"
}
]
},
{
"name": "Debounce Testnet",
"chain": "Debounce Testnet",
"rpc": [
"https://dev-rpc.debounce.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Debounce Network",
"symbol": "DB",
"decimals": 18
},
"infoURL": "https://debounce.network",
"chainId": 3306,
"explorers": [
{
"name": "Debounce Devnet Explorer",
"url": "https://explorer.debounce.network",
"standard": "EIP3091"
}
]
}
]