Skip to content

Commit

Permalink
Merge pull request #5192 from BitGo/COIN-2378
Browse files Browse the repository at this point in the history
fix(statics): update explorer link for sei
  • Loading branch information
pritam-gembali authored Dec 2, 2024
2 parents 6546e0f + 45ae431 commit a48a886
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/statics/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,7 @@ class BldTestnet extends Testnet implements AccountNetwork {
class Sei extends Mainnet implements AccountNetwork {
name = 'Sei';
family = CoinFamily.SEI;
// TODO(BG-78997): Sei is still only in testnet update to mainnet url when it's live
explorerUrl = 'https://sei.explorers.guru/transaction/';
explorerUrl = 'https://seistream.app/transactions/';
}

class SeiTestnet extends Testnet implements AccountNetwork {
Expand Down

0 comments on commit a48a886

Please sign in to comment.