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' ,
@@ -414,7 +414,7 @@ const testnetBase: EnvironmentTemplate = {
414414 baseUrl : 'https://api.verify.mintscan.io/evm/api/0x8ad' ,
415415 } ,
416416 irys : {
417- baseUrl : 'https://inst-1.cloud.blockscout.com' ,
417+ baseUrl : 'https://inst-1.cloud.blockscout.com/api ' ,
418418 } ,
419419 mon : {
420420 baseUrl : 'https://api.etherscan.io/v2' ,
Original file line number Diff line number Diff line change @@ -1719,10 +1719,10 @@ class KaiaTestnet extends Testnet implements EthereumNetwork {
17191719class Irys extends Mainnet implements EthereumNetwork {
17201720 name = 'Irys' ;
17211721 family = CoinFamily . IRYS ;
1722- explorerUrl = '' ; //WIN-6191 add mainnet url when available
1723- accountExplorerUrl = '' ; //WIN-6191 add mainnet url when available
1724- chainId = 1270 ; //WIN-6191 add mainnet id when available
1725- nativeCoinOperationHashPrefix = '1270 ' ;
1722+ explorerUrl = 'https://evm-explorer.irys.xyz/tx/' ;
1723+ accountExplorerUrl = 'https://evm-explorer.irys.xyz/address/' ;
1724+ chainId = 3282 ;
1725+ nativeCoinOperationHashPrefix = '3282 ' ;
17261726}
17271727
17281728class IrysTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments