Skip to content

Commit

Permalink
Merge pull request #79 from spiehdid/master
Browse files Browse the repository at this point in the history
Fix type in deposit event for eywa project
  • Loading branch information
vrtnd authored Nov 8, 2023
2 parents 9e2d2bc + 3887230 commit e5bfc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/eywa/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const contractAddresses = {

const depositPortalEventParams: ContractEventParams = {
target: "",
topic: "Locked(address,uint256,uint256,address)",
topic: "Locked(address,uint256,address,address)",
abi: ["event Locked(address token, uint256 amount, address from, address to)"],
logKeys: {
blockNumber: "blockNumber",
Expand Down

0 comments on commit e5bfc1b

Please sign in to comment.