Skip to content

Commit a74f6f5

Browse files
authored
Merge pull request #6495 from BitGo/WIN-5278
chore: add mainnet details for somnia
2 parents 1ef16be + 838f748 commit a74f6f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/sdk-core/src/bitgo/environments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ const mainnetBase: EnvironmentTemplate = {
230230
},
231231
icpNodeUrl: 'https://ic0.app',
232232
worldExplorerBaseUrl: 'https://worldscan.org/',
233-
somniaExplorerBaseUrl: 'https://shannon-explorer.somnia.network/', //TODO: WIN-5278: change it with mainnet explorer, when its available
233+
somniaExplorerBaseUrl: 'https://mainnet.somnia.w3us.site/',
234234
soneiumExplorerBaseUrl: 'https://soneium-minato.blockscout.com',
235235
monExplorerBaseUrl: 'https://mainnet-beta.monvision.io',
236236
stxNodeUrl: 'https://api.hiro.so',

modules/statics/src/networks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,9 +1534,9 @@ class SeiEvmTestnet extends Testnet implements EthereumNetwork {
15341534
class Somnia extends Mainnet implements EthereumNetwork {
15351535
name = 'Somnia';
15361536
family = CoinFamily.STT;
1537-
explorerUrl = 'https://shannon-explorer.somnia.network/tx/'; //TODO: WIN-5278: change it with mainnet explorer, when its available
1538-
chainId = 50312; //TODO: WIN-5278: change it with mainnet explorer, when its available
1539-
nativeCoinOperationHashPrefix = '50312'; //TODO: WIN-5278: change it with mainnet explorer, when its available
1537+
explorerUrl = 'https://mainnet.somnia.w3us.site/tx/';
1538+
chainId = 5031;
1539+
nativeCoinOperationHashPrefix = '5031';
15401540
}
15411541

15421542
class SomniaTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)