Fix type in redeliveryTest.ts

This commit is contained in:
derpy-duck 2023-02-10 21:20:02 +00:00 committed by chase-45
parent 4b420f66ed
commit fa2018cd0e
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ async function run(
targetChain: targetChain.chainId,
deliveryIndex: 1,
multisendIndex: 0,
newComputeBudget: relayQuote,
newMaxTransactionFee: BigNumber.from(0),
newMaxTransactionFee: relayQuote,
newReceiverValue: BigNumber.from(0),
newRelayParameters: new Uint8Array(),
},
nonce,