Skip to content

Commit

Permalink
chore: set executor maxMessageSize for default to 10K (match mainnet)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Goulding <[email protected]>
  • Loading branch information
ryandgoulding committed Dec 8, 2023
1 parent 4a4a62f commit 5f5386c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const avaxReceiveUln = { eid: EndpointId.AVALANCHE_MAINNET, contractName:
export const avaxSendUln = { eid: EndpointId.AVALANCHE_MAINNET, contractName: 'SendUln302' }

export const defaultExecutorConfig: Uln302ExecutorConfig = {
maxMessageSize: 1024,
maxMessageSize: 10000,
executor: '0x0000000000000000000000000000000000000001',
}

Expand Down

0 comments on commit 5f5386c

Please sign in to comment.