We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to deploy dapp-fungible-faucet to devnet it fails with RemoteTypeError(error:captp:unknown#20001)#1: target has no method "getFeePurse", has ["tapFaucet"] This is very like due to using deprecated methods in the contract deploy script. Please, see: https://github.com/Agoric/dapp-fungible-faucet/blob/main/contract/deploy.js#L67
RemoteTypeError(error:captp:unknown#20001)#1: target has no method "getFeePurse", has ["tapFaucet"]
Steps to reproduce the behavior:
Dapp deploys with success.
fedora 35 devcontainer with NodeJS v16.15.0 agoric version 0.15.0
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem, especially for UI interactions.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
When trying to deploy dapp-fungible-faucet to devnet it fails with
RemoteTypeError(error:captp:unknown#20001)#1: target has no method "getFeePurse", has ["tapFaucet"]
This is very like due to using deprecated methods in the contract deploy script.
Please, see: https://github.com/Agoric/dapp-fungible-faucet/blob/main/contract/deploy.js#L67
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dapp deploys with success.
Platform Environment
fedora 35 devcontainer with NodeJS v16.15.0
agoric version 0.15.0
Additional context
Add any other context about the problem here.
Screenshots
If applicable, add screenshots to help explain your problem, especially for UI interactions.
The text was updated successfully, but these errors were encountered: