Skip to content

Commit

Permalink
Dumb typo -- int8 -> uint8
Browse files Browse the repository at this point in the history
  • Loading branch information
cc7768 committed Feb 22, 2024
1 parent 6304f5b commit 6cb73bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/across/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const relaysParamsv3: PartialContractEventParams = {
topic:
"FilledV3Relay(address,address,uint256,uint256,uint256,uint256,uint32,uint32,uint32,address,address,address,address,bytes,(address,bytes,uint256,uint8))",
abi: [
"event FilledV3Relay(address inputToken, address outputToken, uint256 inputAmount, uint256 outputAmount, uint256 repaymentChainId, uint256 indexed originChainId, uint32 indexed depositId, uint32 fillDeadline, uint32 exclusivityDeadline, address exclusiveRelayer, address indexed relayer, address depositor, address recipient, bytes message, tuple(address updatedRecipient, bytes updatedMessage, uint256 updatedOutputAmount, int8 fillType) relayExecutionInfo)"
"event FilledV3Relay(address inputToken, address outputToken, uint256 inputAmount, uint256 outputAmount, uint256 repaymentChainId, uint256 indexed originChainId, uint32 indexed depositId, uint32 fillDeadline, uint32 exclusivityDeadline, address exclusiveRelayer, address indexed relayer, address depositor, address recipient, bytes message, tuple(address updatedRecipient, bytes updatedMessage, uint256 updatedOutputAmount, uint8 fillType) relayExecutionInfo)"
],
logKeys: {
blockNumber: "blockNumber",
Expand Down

0 comments on commit 6cb73bf

Please sign in to comment.