diff --git a/examples/verify-rollup/README.md b/examples/verify-rollup/README.md index 59c80e78..13d65707 100644 --- a/examples/verify-rollup/README.md +++ b/examples/verify-rollup/README.md @@ -16,10 +16,10 @@ yarn install cp .env.example .env ``` -3. Set env variables: - - Note that if ORBIT_CHAIN_RPC is empty the script won't fetch information from the Orbit chain and will not perform those verifications - - Note that PARENT_CHAIN_TOKEN_BRIDGE_CREATOR is only needed for running the Token Bridge verification script - - The rest of the variables must be present +3. Set env variables: + - Note that if ORBIT_CHAIN_RPC is empty the script won't fetch information from the Orbit chain and will not perform those verifications + - Note that PARENT_CHAIN_TOKEN_BRIDGE_CREATOR is only needed for running the Token Bridge verification script + - The rest of the variables must be present ## Rollup verification diff --git a/examples/verify-rollup/tsconfig.json b/examples/verify-rollup/tsconfig.json index 6b990ac5..abf0a90d 100644 --- a/examples/verify-rollup/tsconfig.json +++ b/examples/verify-rollup/tsconfig.json @@ -1,4 +1,4 @@ { "extends": "../tsconfig.base.json", - "include": ["./**/*"], + "include": ["./**/*"] }