Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
fix(ark): adjust XQR explorer urls (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian authored Mar 29, 2022
1 parent 4368824 commit cd87e7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/ark/source/networks/xqr.mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const network: Networks.NetworkManifest = {
ticker: "XQR",
},
explorer: {
block: "qredit/block/{0}",
transaction: "qredit/transaction/{0}",
wallet: "qredit/wallet/{0}",
block: "xqr/block/{0}",
transaction: "xqr/transaction/{0}",
wallet: "xqr/wallet/{0}",
},
featureFlags: {
...featureFlags,
Expand Down
6 changes: 3 additions & 3 deletions packages/ark/source/networks/xqr.testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const network: Networks.NetworkManifest = {
ticker: "dXQR",
},
explorer: {
block: "qredit-testnet/block/{0}",
transaction: "qredit-testnet/transaction/{0}",
wallet: "qredit-testnet/wallet/{0}",
block: "dxqr/block/{0}",
transaction: "dxqr/transaction/{0}",
wallet: "dxqr/wallet/{0}",
},
featureFlags: {
...featureFlags,
Expand Down

0 comments on commit cd87e7e

Please sign in to comment.