Skip to content

Commit

Permalink
Change default finality to 202 (finalized) (#386)
Browse files Browse the repository at this point in the history
Fixes #385
  • Loading branch information
tonyjin authored and barnjamin committed Apr 5, 2024
1 parent 6516942 commit 6cd7cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm/env/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export RELEASE_WORMHOLE_CHAIN_ID=
export RELEASE_CORE_BRIDGE_ADDRESS=

### Wormhole Finality
export RELEASE_CONSISTENCY_LEVEL=201
export RELEASE_CONSISTENCY_LEVEL=202

# -------------------------- Relayer --------------------------

Expand All @@ -42,4 +42,4 @@ export RELEASE_WORMHOLE_RELAYER_ADDRESS=
export RELEASE_SPECIAL_RELAYER_ADDRESS=0x0000000000000000000000000000000000000000

### Target Chain Gas Limit
export RELEASE_GAS_LIMIT=500000
export RELEASE_GAS_LIMIT=500000

0 comments on commit 6cd7cd7

Please sign in to comment.