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 @@ -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' ,
Original file line number Diff line number Diff line change @@ -1516,9 +1516,9 @@ class SeiEvmTestnet extends Testnet implements EthereumNetwork {
15161516class 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
15241524class SomniaTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments