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

Fungible faucet dapp using deprecated method getFeePurse #5284

Closed
ktomascz opened this issue May 4, 2022 · 0 comments · Fixed by Agoric/dapp-fungible-faucet#45
Closed

Fungible faucet dapp using deprecated method getFeePurse #5284

ktomascz opened this issue May 4, 2022 · 0 comments · Fixed by Agoric/dapp-fungible-faucet#45
Labels
bug Something isn't working Dapp & UI Support Inter-protocol Overarching Inter Protocol

Comments

@ktomascz
Copy link

ktomascz commented May 4, 2022

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:

  1. Start devnet chain (agoric start --reset testnet 8000 https://devnet.agoric.net/network-config)
  2. Try to deploy the fungible faucet dapp.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Dapp & UI Support Inter-protocol Overarching Inter Protocol
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants