Skip to content

Commit

Permalink
Merge pull request #37 from ConsenSys/CZK-161-l1-l2-uat
Browse files Browse the repository at this point in the history
Czk 161 l1 l2 uat
  • Loading branch information
phoax authored Jun 5, 2023
2 parents 0e6f5ee + dc9fd36 commit c4f7332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A very simple script that tests if ccip-read integration is working.

### Setup local node

In a terminal, setup a L1 local node:
In a terminal, setup a forked L1 local node:

```shell
cd packages/contracts
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/scripts/deployL2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main() {
if (chainId !== 31337) {
// Only verify on "live" blockchain
setTimeout(async () => {
console.error("Verify on Etherscan");
console.log("Verify on Etherscan");
try {
await run("verify:verify", {
address: lineaResolver.address,
Expand Down

0 comments on commit c4f7332

Please sign in to comment.