File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -1608,10 +1608,10 @@ class KaiaTestnet extends Testnet implements EthereumNetwork {
16081608class 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
16171617class IrysTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments