Skip to content

Commit

Permalink
fix: op-sepolia contract address for checkProviders command (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored Dec 17, 2024
1 parent 81eecdc commit 69a9496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69a9496

Please sign in to comment.