We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6546e0f + 45ae431 commit a48a886Copy full SHA for a48a886
modules/statics/src/networks.ts
@@ -753,8 +753,7 @@ class BldTestnet extends Testnet implements AccountNetwork {
753
class Sei extends Mainnet implements AccountNetwork {
754
name = 'Sei';
755
family = CoinFamily.SEI;
756
- // TODO(BG-78997): Sei is still only in testnet update to mainnet url when it's live
757
- explorerUrl = 'https://sei.explorers.guru/transaction/';
+ explorerUrl = 'https://seistream.app/transactions/';
758
}
759
760
class SeiTestnet extends Testnet implements AccountNetwork {
0 commit comments