Skip to content

Commit

Permalink
fix(sdk,EventAction): fix env passthrough for base address
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Sep 18, 2024
1 parent 121de98 commit 34fff84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-books-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@boostxyz/sdk": patch
---

fix environment passthrough for event action base address
2 changes: 0 additions & 2 deletions packages/sdk/src/Actions/EventAction.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import {
eventActionAbi,
readEventActionGetActionClaimant,
readEventActionGetActionStep,
readEventActionGetActionSteps,
readEventActionGetActionStepsCount,
simulateEventActionExecute,
writeEventActionExecute,
} from '@boostxyz/evm';
Expand Down
6 changes: 4 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"VITE_ERC20_VARIABLE_INCENTIVE_BASE",
"VITE_ERC1155_INCENTIVE_BASE",
"VITE_POINTS_INCENTIVE_BASE",
"VITE_SIGNER_VALIDATOR_BASE"
"VITE_SIGNER_VALIDATOR_BASE",
"VITE_EVENT_ACTION_BASE"
],
"globalPassThroughEnv": [
"NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID",
Expand All @@ -37,7 +38,8 @@
"VITE_ERC20_VARIABLE_INCENTIVE_BASE",
"VITE_ERC1155_INCENTIVE_BASE",
"VITE_POINTS_INCENTIVE_BASE",
"VITE_SIGNER_VALIDATOR_BASE"
"VITE_SIGNER_VALIDATOR_BASE",
"VITE_EVENT_ACTION_BASE"
],
"tasks": {
"build": {
Expand Down

0 comments on commit 34fff84

Please sign in to comment.