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

Fix safe funding #52

Merged
merged 3 commits into from
Apr 11, 2024
Merged

Conversation

angrybayblade
Copy link
Contributor

No description provided.

Comment on lines +141 to +142
tx_nonce="0x",
chain_id=chain_type.id,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

basically the tx params were wrong

@@ -374,14 +376,18 @@ def fund_service(self, hash: str) -> None:
chain_type=service.ledger_config.chain,
)

self.logger.info("Funding safe")
safe_balanace = ledger_api.get_balance(service.chain_data.multisig)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Also we were sending funds to the wrong safe

@truemiller truemiller self-requested a review April 11, 2024 08:11
@angrybayblade angrybayblade merged commit 705f37e into fix/handle-existing-deployments Apr 11, 2024
3 checks passed
@angrybayblade angrybayblade deleted the fix/safe-funding branch April 11, 2024 14:11
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.

3 participants