Skip to content

Commit

Permalink
Switch from Scan Pulsechain to Beacon Pulsechain explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Sep 11, 2023
1 parent 1e23e3d commit b565ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ethereum/info/pulsechainInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ export const currencyInfo: EdgeCurrencyInfo = {
canReplaceByFee: true,
defaultSettings,

addressExplorer: 'https://scan.pulsechain.com/address/%s',
transactionExplorer: 'https://scan.pulsechain.com/tx/%s',
addressExplorer: 'https://beacon.pulsechain.com/address/%s',
transactionExplorer: 'https://beacon.pulsechain.com/tx/%s',

denominations: [
// An array of Objects of the possible denominations for this currency
Expand Down

0 comments on commit b565ff5

Please sign in to comment.