Skip to content

Commit

Permalink
fix: missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong committed Mar 18, 2024
1 parent a28701c commit a7ffc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integration/test/constants/testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ export const SEQUENCER_CONFIG: Promise<SequencerConfig> = (async (): Promise<Seq
url: "postgres://postgres:qwerty@localhost:5432/connext?sslmode=disable",
},
relayerFeeTolerance: 20,
checkOnlyExecuteFee: false,
};
})();

Expand Down

0 comments on commit a7ffc45

Please sign in to comment.