-
Notifications
You must be signed in to change notification settings - Fork 30
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
Deploying Contracts on Sei rather than Osmosis #117
Comments
So for 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. |
@iboss-ptk It would be cool if network settings override |
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 |
i tried other chain, changed config, got weird errors. any example of having not osmosis? |
what are the errors? @dzmitry-lahoda |
my current errors are these #122 |
what is |
Wondering how it's possible to use beaker toolchain for Sei deployment rather than Osmosis and how to configure chain for it.
Sei docs for reference: https://docs.seinetwork.io/smart-contracts-and-local-development/sei-tool-guide
The text was updated successfully, but these errors were encountered: