Skip to content

Commit

Permalink
fix: update unisatExplorerUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
slient-coder committed Oct 3, 2024
1 parent be1512b commit 85d3623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export const CHAINS_MAP: { [key: string]: TypeChain } = {
mempoolSpaceUrl: 'https://mempool.fractalbitcoin.io',
unisatUrl: 'https://fractal.unisat.io',
ordinalsUrl: 'https://ordinals.fractalbitcoin.io',
unisatExplorerUrl: 'https://explorer.unisat.io/fractal-mainnet',
unisatExplorerUrl: 'https://fractal.unisat.io/explorer',
okxExplorerUrl: '',
isViewTxHistoryInternally: false,
disable: false,
Expand All @@ -328,7 +328,7 @@ export const CHAINS_MAP: { [key: string]: TypeChain } = {
mempoolSpaceUrl: 'https://mempool-testnet.fractalbitcoin.io',
unisatUrl: 'https://fractal-testnet.unisat.io',
ordinalsUrl: 'https://ordinals-testnet.fractalbitcoin.io',
unisatExplorerUrl: 'https://explorer.unisat.io/fractal-testnet',
unisatExplorerUrl: 'https://fractal-testnet.unisat.io/explorer',
okxExplorerUrl: '',
isViewTxHistoryInternally: false,
isFractal: true,
Expand Down

0 comments on commit 85d3623

Please sign in to comment.