Git Product home page Git Product logo

Comments (4)

ueco-jb avatar ueco-jb commented on August 16, 2024

Your both Denom and Uitn128 type usage is incorrect.
If you want to see how it supposed to be used, generate schema for that contract and pay attention to the types.
Correct form would be:

{
   "denom": {
      "native": "ujuno"
   },
   "tokens_per_weight": "1",
   "min_bond": "1",
   "unbonding_period": {
      "time": 3600
   }
}

Also, next time please just questions on discord instead of creating an issue: https://discord.gg/b28Q7EvNGY

from cw-plus.

hakimehmordadi avatar hakimehmordadi commented on August 16, 2024

Hi, I changed the denom as you said but still there is an issue:
For bellow params:

INIT='{"denom":{"native":"utmotus"},"tokens_per_weight": 1,"min_bond": 1,"unbonding_period":{"time":3600}}'

I'm getting below issue:

Error: rpc error: code = InvalidArgument desc = failed to execute message; message index: 0: Error parsing into type cw4_stake::msg::InstantiateMsg: Invalid type: instantiate wasm contract failed: invalid request

from cw-plus.

ueco-jb avatar ueco-jb commented on August 16, 2024

Because Uint128 is parsed from String. You're missing quotation marks next to min_bond and tokens_per_weight.

from cw-plus.

hakimehmordadi avatar hakimehmordadi commented on August 16, 2024

Yea, I see types in this link and they are not string, but after settin up those as string, issue fixed. Thank you so much

pub tokens_per_weight: Uint128,

I will close this conversation as answered and solved.

from cw-plus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.