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

Add Safe example #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add Safe example #1

wants to merge 3 commits into from

Conversation

germartinez
Copy link
Member

@germartinez germartinez commented Jun 4, 2024

Context

This PR:

  • Adds a new example using the Safe Smart Account to the Coinbase Cloud examples repository.

Test:

.env file:

RPC_URL='https://api.developer.coinbase.com/rpc/v1/base-sepolia/...'
PRIVATE_KEY='0x...'
ACCOUNT_TYPE='safe' # simple, safe, kernel

TBD:

  • Create a PR to the original repo

provider: config.rpc_url,
signer: config.private_key,
rpcUrl: config.rpc_url,
bundlerUrl: config.rpc_url,
Copy link

Choose a reason for hiding this comment

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

This should be the bundler URL and not a RPC URL

Copy link
Member Author

@germartinez germartinez Jun 4, 2024

Choose a reason for hiding this comment

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

It is the bundler URL: https://api.developer.coinbase.com/rpc/v1/base-sepolia/...

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