Skip to content

Commit 838f748

Browse files
committed
chore: add mainnet details for somnia
WIN-5278 TICKET: WIN-5278
1 parent bcf4aed commit 838f748

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
@@ -227,7 +227,7 @@ const mainnetBase: EnvironmentTemplate = {
227227
},
228228
icpNodeUrl: 'https://ic0.app',
229229
worldExplorerBaseUrl: 'https://worldscan.org/',
230-
somniaExplorerBaseUrl: 'https://shannon-explorer.somnia.network/', //TODO: WIN-5278: change it with mainnet explorer, when its available
230+
somniaExplorerBaseUrl: 'https://mainnet.somnia.w3us.site/',
231231
soneiumExplorerBaseUrl: 'https://soneium-minato.blockscout.com',
232232
monExplorerBaseUrl: 'https://mainnet-beta.monvision.io',
233233
stxNodeUrl: 'https://api.hiro.so',

modules/statics/src/networks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,9 +1516,9 @@ class SeiEvmTestnet extends Testnet implements EthereumNetwork {
15161516
class Somnia extends Mainnet implements EthereumNetwork {
15171517
name = 'Somnia';
15181518
family = CoinFamily.STT;
1519-
explorerUrl = 'https://shannon-explorer.somnia.network/tx/'; //TODO: WIN-5278: change it with mainnet explorer, when its available
1520-
chainId = 50312; //TODO: WIN-5278: change it with mainnet explorer, when its available
1521-
nativeCoinOperationHashPrefix = '50312'; //TODO: WIN-5278: change it with mainnet explorer, when its available
1519+
explorerUrl = 'https://mainnet.somnia.w3us.site/tx/';
1520+
chainId = 5031;
1521+
nativeCoinOperationHashPrefix = '5031';
15221522
}
15231523

15241524
class SomniaTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)