Skip to content

Commit

Permalink
fix(pg): Remove FOUNDRY_SENDER when collecting transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Mar 4, 2024
1 parent c67f6be commit 342864a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-shirts-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/plugins': patch
---

Remove FOUNDRY_SENDER during collection phase
1 change: 0 additions & 1 deletion packages/plugins/src/cli/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ export const deploy = async (
// gas. We use the `FOUNDRY_BLOCK_GAS_LIMIT` environment variable because it has a higher
// priority than `DAPP_BLOCK_GAS_LIMIT`.
FOUNDRY_BLOCK_GAS_LIMIT: MAX_UINT64.toString(),
FOUNDRY_SENDER: safeAddress,
ETH_FROM: safeAddress,
})

Expand Down
1 change: 0 additions & 1 deletion packages/plugins/src/cli/propose/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export const buildNetworkConfigArray: BuildNetworkConfigArray = async (
// gas. We use the `FOUNDRY_BLOCK_GAS_LIMIT` environment variable because it has a higher
// priority than `DAPP_BLOCK_GAS_LIMIT`.
FOUNDRY_BLOCK_GAS_LIMIT: MAX_UINT64.toString(),
FOUNDRY_SENDER: safeAddress,
ETH_FROM: safeAddress,
})

Expand Down

0 comments on commit 342864a

Please sign in to comment.