From 69a9496c8d69c3e0b3933ad5f0816bd2bff7d2a8 Mon Sep 17 00:00:00 2001 From: nutrina <8137830+nutrina@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:42:40 +0200 Subject: [PATCH] fix: op-sepolia contract address for checkProviders command (#3147) --- iam/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iam/package.json b/iam/package.json index 0ab1611fbc..6b6ee58549 100644 --- a/iam/package.json +++ b/iam/package.json @@ -18,7 +18,7 @@ "prettier": "prettier --write .", "lint": "tsc --noEmit && eslint --ext .ts,.js,.tsx .", "lint:fix": "eslint --fix --ext .ts,.js,.tsx .", - "checkProviders:op-sepolia": "tsx src/scripts/checkOnChainProvidersAreInSync.ts https://opt-sepolia.g.alchemy.com/v2/ 0xaa37dc 0xe53C60F8069C2f0c3a84F9B3DB5cf56f3100ba56", + "checkProviders:op-sepolia": "tsx src/scripts/checkOnChainProvidersAreInSync.ts https://opt-sepolia.g.alchemy.com/v2/ 0xaa37dc 0x19a6DCAbE629C8e71814bD9B4Ea7e2A7B90cFeC0", "checkProviders:op": "tsx src/scripts/checkOnChainProvidersAreInSync.ts https://opt-mainnet.g.alchemy.com/v2/ 0xa 0x5558D441779Eca04A329BcD6b47830D2C6607769", "checkProviders:arb": "tsx src/scripts/checkOnChainProvidersAreInSync.ts https://arb-mainnet.g.alchemy.com/v2/ 0xa4b1 0x2050256A91cbABD7C42465aA0d5325115C1dEB43", "checkProviders:zksync": "tsx src/scripts/checkOnChainProvidersAreInSync.ts https://zksync-mainnet.g.alchemy.com/v2/ 0x144 0x1166FCDCA3B04311Ba9E2eD5ad2c660E730e1386",