Skip to content

Commit da20d2b

Browse files
chore: update the Irys mainnet details
Ticket: WIN-8003
1 parent d2b84fc commit da20d2b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const mainnetBase: EnvironmentTemplate = {
244244
baseUrl: 'https://api.verify.mintscan.io/evm/api/0x8ae',
245245
},
246246
irys: {
247-
baseUrl: 'https://testnet-rpc.irys.xyz/v1/execution-rpc', //TODO: WIN-6191 add mainnet url when available
247+
baseUrl: 'https://evm-explorer.irys.xyz/api',
248248
},
249249
mon: {
250250
baseUrl: 'https://api.etherscan.io/v2',
@@ -397,7 +397,7 @@ const testnetBase: EnvironmentTemplate = {
397397
baseUrl: 'https://api.verify.mintscan.io/evm/api/0x8ad',
398398
},
399399
irys: {
400-
baseUrl: 'https://inst-1.cloud.blockscout.com',
400+
baseUrl: 'https://inst-1.cloud.blockscout.com/api',
401401
},
402402
mon: {
403403
baseUrl: 'https://api.etherscan.io/v2',

modules/statics/src/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,10 +1608,10 @@ class KaiaTestnet extends Testnet implements EthereumNetwork {
16081608
class Irys extends Mainnet implements EthereumNetwork {
16091609
name = 'Irys';
16101610
family = CoinFamily.IRYS;
1611-
explorerUrl = ''; //WIN-6191 add mainnet url when available
1612-
accountExplorerUrl = ''; //WIN-6191 add mainnet url when available
1613-
chainId = 1270; //WIN-6191 add mainnet id when available
1614-
nativeCoinOperationHashPrefix = '1270';
1611+
explorerUrl = 'https://evm-explorer.irys.xyz/tx/';
1612+
accountExplorerUrl = 'https://evm-explorer.irys.xyz/address/';
1613+
chainId = 3282;
1614+
nativeCoinOperationHashPrefix = '3282';
16151615
}
16161616

16171617
class IrysTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)