diff --git a/src/constants.js b/src/constants.js index 61e89de..5e6e7d4 100644 --- a/src/constants.js +++ b/src/constants.js @@ -110,6 +110,17 @@ export const NETWORKS = { }, testnetID: 1287, blockExplorerURL: "https://moonbase-blockscout.testnet.moonbeam.network" + }, + 2000: { + name: "Dogechain", + rpcURL: "https://explorer.dogechain.dog/", + currency: { + name: "DOGE", + symbol: "DOGE", + decimal: 18, + }, + tesnetID:568, + blockExplorerURL: "https://explorer-testnet.dogechain.dog/" } }