Code Monkey home page Code Monkey logo

Comments (7)

iboss-ptk avatar iboss-ptk commented on June 26, 2024 2

So for Beaker.toml by default this is what it is implied. But you can chnage any of them in your own Beaker.toml and these are the things you might primarily wants to change.

name = ''
gas_price = '0.025uosmo'
gas_adjustment = 1.3
account_prefix = 'osmo'
derivation_path = '''m/44'/118'/0'/0/0'''
[networks.local]
chain_id = 'localosmosis'
network_variant = 'Local'
grpc_endpoint = 'http://localhost:9090'
rpc_endpoint = 'http://localhost:26657'

[networks.testnet]
chain_id = 'osmo-test-4'
network_variant = 'Shared'
grpc_endpoint = 'https://grpc-test.osmosis.zone:443'
rpc_endpoint = 'https://rpc-test.osmosis.zone:443'

[networks.mainnet]
chain_id = 'osmosis-1'
network_variant = 'Shared'
grpc_endpoint = 'https://grpc.osmosis.zone:9090'
rpc_endpoint = 'https://rpc.osmosis.zone:443'

I'm open for idea like, making multiple base configs and able to do:

base = "osmosis"

or

base = "sei"

contributions are welcome.

from beaker.

vyuldashev avatar vyuldashev commented on June 26, 2024

@iboss-ptk It would be cool if network settings override derivation_path, gas_price, etc.

from beaker.

iboss-ptk avatar iboss-ptk commented on June 26, 2024

sounds like a good idea! @vyuldashev PR is very welcome, it should not be hard to do! Let me know if you need any assist

from beaker.

dzmitry-lahoda avatar dzmitry-lahoda commented on June 26, 2024

i tried other chain, changed config, got weird errors. any example of having not osmosis?

from beaker.

iboss-ptk avatar iboss-ptk commented on June 26, 2024

what are the errors? @dzmitry-lahoda

from beaker.

dzmitry-lahoda avatar dzmitry-lahoda commented on June 26, 2024

my current errors are these #122

from beaker.

dzmitry-lahoda avatar dzmitry-lahoda commented on June 26, 2024

what is derivation_path ?

from beaker.

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.