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

Factory public_key parameter in docs is not implemented #207

Open
petersalomonsen opened this issue Jan 5, 2025 · 0 comments · May be fixed by #208
Open

Factory public_key parameter in docs is not implemented #207

petersalomonsen opened this issue Jan 5, 2025 · 0 comments · May be fixed by #208

Comments

@petersalomonsen
Copy link

In https://github.com/near-daos/sputnik-dao-contract/blob/main/sputnikdao-factory2/README.md there's a documented option to supply a public_key parameter, but it does not seem to be implemented.

# Create a new DAO with the given parameters while having Full Access Key to the account (trusted, but useful in case of testing or upgrades)
near call $CONTRACT_ID create "{\"name\": \"test\", \"public_key\": \"<base58 of public key>\", \"args\": \"$ARGS\"}"  --accountId $CONTRACT_ID --amount 30 --gas 100000000000000
@petersalomonsen petersalomonsen linked a pull request Jan 5, 2025 that will close this issue
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 a pull request may close this issue.

1 participant