Skip to content

Commit

Permalink
fix: zora first deposit id (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara authored Aug 20, 2024
1 parent aabf486 commit 8e7c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/configuration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export const configValues = () => ({
startBlockNumber: 18382867,
abi: JSON.stringify(SpokePoolV3Abi),
acrossVersion: AcrossContractsVersion.V3,
firstDepositId: 0,
firstDepositId: 1,
},
],
},
Expand Down

0 comments on commit 8e7c9ba

Please sign in to comment.