LedgerHQ/ledgerjs

Cosmos Mintscan URL Structure Changed

scottcarterco opened this issue · 0 comments

The Mintscan URL structure has changed since the currencies.ts file was last touched, creating breakage in the apps. The new url structure should be "mintscan.io/cosmos/..." instead of "mintscan.io/..."

File: ledgerjs/packages/cryptoassets/src/currencies.ts

URL Should be updated to:
Line 621: https://www.mintscan.io/cosmos/txs/$hash
Line 622: https://www.mintscan.io/cosmos/validators/$address
Line 654: https://testnet.mintscan.io/cosmos/txs/$hash
Line 655: https://testnet.mintscan.io/cosmos/validators/$address

Goes hand-in-hand with this issue: LedgerHQ/lib-ledger-core#843