Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Dec 29, 2023
1 parent 24c30ad commit bafb8b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/verify-rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/verify-rollup/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "../tsconfig.base.json",
"include": ["./**/*"],
"include": ["./**/*"]
}

0 comments on commit bafb8b5

Please sign in to comment.