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

Feat: Add safe flag #71

Merged
merged 22 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ Commands which submit transactions
transfer-from Execute the TransferFrom method on a OwnableERC721 contract
transfer-ownership Execute the TransferOwnership method on a OwnableERC721 contract

Commands which propose transactions to Safe
karacurt marked this conversation as resolved.
Show resolved Hide resolved
safe Safe address to propose transactions to
safe-api Override default Safe API URL (default "https://safe-client.safe.global/v1/chains/${CHAIN_ID}/transactions/${SAFE_ADDRESS}/propose")
safe-operation Type of operation to propose: 0 (Call) or 1 (DelegateCall) (default 0 for deployment and 1 for function calls)
safe-create-call Address of the contract to deploy if the operation is a deployment (default "0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4")

Additional Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
Expand Down
931 changes: 931 additions & 0 deletions bindings/CreateCall/CreateCall.go

Large diffs are not rendered by default.

6,777 changes: 6,777 additions & 0 deletions bindings/GnosisSafe/GnosisSafe.go

Large diffs are not rendered by default.

Loading
Loading