Skip to content

Commit 990d95d

Browse files
committed
chore: update monad testnet links with mainnet links
WIN-5225 TICKET: WIN-5225 fix: remove commet TICKET: WIN-5225 chore: update mainnet details TICKET: WIN-5225
1 parent 5842ddc commit 990d95d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

modules/sdk-coin-mon/src/lib/resources.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export const testnetCommon = EthereumCommon.custom(
1616
export const mainnetCommon = EthereumCommon.custom(
1717
{
1818
name: 'Mon mainnet',
19+
networkId: (coins.get('mon').network as EthereumNetwork).chainId,
20+
chainId: (coins.get('mon').network as EthereumNetwork).chainId,
1921
},
2022
{
2123
baseChain: 'mainnet',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ const mainnetBase: EnvironmentTemplate = {
211211
worldExplorerBaseUrl: 'https://worldscan.org/',
212212
somniaExplorerBaseUrl: 'https://shannon-explorer.somnia.network/', //TODO: WIN-5278: change it with mainnet explorer, when its available
213213
soneiumExplorerBaseUrl: 'https://soneium-minato.blockscout.com',
214-
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
214+
monExplorerBaseUrl: 'https://mainnet-beta.monvision.io',
215215
stxNodeUrl: 'https://api.hiro.so',
216216
vetNodeUrl: 'https://rpc-mainnet.vechain.energy',
217217
};

modules/statics/src/networks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,9 +1370,9 @@ class MonadTestnet extends Testnet implements EthereumNetwork {
13701370
class Monad extends Mainnet implements EthereumNetwork {
13711371
name = 'Monad';
13721372
family = CoinFamily.MON;
1373-
explorerUrl = 'https://testnet.monadexplorer.com/tx/'; //TODO: WIN-5225: change it with mainnet explorer, when its available
1374-
chainId = 10143; //TODO: WIN-5225: change it with mainnet explorer, when its available
1375-
nativeCoinOperationHashPrefix = '10143'; //TODO: WIN-5225: change it with mainnet explorer, when its available
1373+
explorerUrl = 'https://mainnet-beta.monvision.io/tx';
1374+
chainId = 143;
1375+
nativeCoinOperationHashPrefix = '143';
13761376
walletImplementationAddress = '0x944fef03af368414f29dc31a72061b8d64f568d2';
13771377
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
13781378
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';

0 commit comments

Comments
 (0)