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' ,
@@ -410,7 +410,7 @@ const testnetBase: EnvironmentTemplate = {
410410 baseUrl : 'https://api.verify.mintscan.io/evm/api/0x8ad' ,
411411 } ,
412412 irys : {
413- baseUrl : 'https://inst-1.cloud.blockscout.com' ,
413+ baseUrl : 'https://inst-1.cloud.blockscout.com/api ' ,
414414 } ,
415415 mon : {
416416 baseUrl : 'https://api.etherscan.io/v2' ,
Original file line number Diff line number Diff line change @@ -1699,10 +1699,10 @@ class KaiaTestnet extends Testnet implements EthereumNetwork {
16991699class Irys extends Mainnet implements EthereumNetwork {
17001700 name = 'Irys' ;
17011701 family = CoinFamily . IRYS ;
1702- explorerUrl = '' ; //WIN-6191 add mainnet url when available
1703- accountExplorerUrl = '' ; //WIN-6191 add mainnet url when available
1704- chainId = 1270 ; //WIN-6191 add mainnet id when available
1705- nativeCoinOperationHashPrefix = '1270 ' ;
1702+ explorerUrl = 'https://evm-explorer.irys.xyz/tx/' ;
1703+ accountExplorerUrl = 'https://evm-explorer.irys.xyz/address/' ;
1704+ chainId = 3282 ;
1705+ nativeCoinOperationHashPrefix = '3282 ' ;
17061706}
17071707
17081708class IrysTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments