Skip to content

Commit ec718c9

Browse files
Merge pull request #6077 from BitGo/WIN-5225-monad-network
chore: added monad placeholder for mainnet
2 parents 96c3865 + 4e8e870 commit ec718c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ const mainnetBase: EnvironmentTemplate = {
191191
worldExplorerBaseUrl: 'https://worldscan.org/',
192192
somniaExplorerBaseUrl: 'https://shannon-explorer.somnia.network/', //TODO: WIN-5278: change it with mainnet explorer, when its available
193193
soneiumExplorerBaseUrl: 'https://soneium-minato.blockscout.com',
194+
monExplorerBaseUrl: 'https://testnet.monadexplorer.com/', //TODO: WIN-5225: Adding it so its not missed when Monad mainet is avaiable.Change it with mainnet explorer, when its available
194195
stxNodeUrl: 'https://api.hiro.so',
195196
};
196197

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,8 +1236,8 @@ class Monad extends Mainnet implements EthereumNetwork {
12361236
name = 'Monad';
12371237
family = CoinFamily.MON;
12381238
explorerUrl = 'https://testnet.monadexplorer.com/tx/'; //TODO: WIN-5225: change it with mainnet explorer, when its available
1239-
chainId = 480; //TODO: WIN-5225: change it with mainnet explorer, when its available
1240-
nativeCoinOperationHashPrefix = '480'; //TODO: WIN-5225: change it with mainnet explorer, when its available
1239+
chainId = 10143; //TODO: WIN-5225: change it with mainnet explorer, when its available
1240+
nativeCoinOperationHashPrefix = '10143'; //TODO: WIN-5225: change it with mainnet explorer, when its available
12411241
}
12421242

12431243
class World extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)