Skip to content

Commit

Permalink
fix: dogecoin explorer.
Browse files Browse the repository at this point in the history
  • Loading branch information
web3max committed May 9, 2024
1 parent 589a7d6 commit d548106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/constant/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ export const DOGE: IMainChain = {
decimals: 8,
icon: 'dogecoin',
tokenId: 'doge_doge',
explorerTrx: 'https://dogechain.info/tx/',
testExplorerTrx: 'https://dogechain.info/tx/',
explorerTrx: 'https://blockchair.com/dogecoin/transaction/',
testExplorerTrx: 'https://blockexplorer.one/dogecoin/testnet/tx/',
}

export const BTC: IMainChain = {
Expand Down

0 comments on commit d548106

Please sign in to comment.