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 12, 2023
1 parent 0e8dffd commit 56c627f
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 @@ -84,8 +84,8 @@ export const currencyInfo: EdgeCurrencyInfo = {
walletType: 'wallet:pulsechain',

// Explorers:
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: [
{
Expand Down

0 comments on commit 56c627f

Please sign in to comment.