File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -1534,9 +1534,9 @@ class SeiEvmTestnet extends Testnet implements EthereumNetwork {
15341534class 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
15421542class SomniaTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments