Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pay contract: fix leftover recipient, redeploy #1371

Closed
wants to merge 1 commit into from

Conversation

andrewliu08
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Nov 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
daimo-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 9:00pm
daimo-web-stage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 27, 2024 9:00pm

@@ -22,7 +22,7 @@ SCRIPTS=(
# "script/pay/DeployDaimoPayBridger.s.sol"
# "script/pay/DeployPayIntentFactory.s.sol"
# "script/pay/DeployDaimoPay.s.sol"
# "script/pay/DeployDaimoPayRelayer.s.sol" # The deployer must be the LP that calls this contract.
"script/pay/DeployDaimoPayRelayer.s.sol" # The deployer must be the LP that calls this contract.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment this back out

@@ -50,6 +50,7 @@ export default defineConfig({
forge: { build: false },
include: [
"Daimo*.sol/*",
"Dummy*.sol/*",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why add Dummy?

@andrewliu08
Copy link
Contributor Author

andrewliu08 commented Nov 27, 2024

LGreatToMe

Don't merge yet

Going to make some changes to daimoPayRelayer (support multiple owners so we can have separate EOAs for starts and finishes). Let's deploy these changes all together.

@andrewliu08
Copy link
Contributor Author

closing this. will just merge #1372 directly

@andrewliu08 andrewliu08 closed this Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants