LedgerHQ / ledgerjs

⛔️ MOVED to monorepo "ledger-live"
https://github.com/LedgerHQ/ledger-live
Apache License 2.0
575 stars 377 forks source link

Cosmos Mintscan URL Structure Changed #749

Closed scottcarterco closed 2 years ago

scottcarterco commented 2 years ago

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: https://github.com/LedgerHQ/lib-ledger-core/issues/843