skip-mev / skip-go-cosmwasm-contracts

CosmWasm Contracts for Skip Go
Apache License 2.0
27 stars 25 forks source link

python3.10 deploy.py osmosis mainnet and failed #97

Closed TheJolter closed 6 months ago

TheJolter commented 6 months ago

transaction failed on chain: https://www.mintscan.io/osmosis/tx/90780C29396380279A0FCC01C025C891EE56CF9CEB18774530A7072ADDFBD24B seems my account has no permission to deploy a contract.

PoolPirate commented 6 months ago

Osmosis contracts are not permissionless. It requires a goverance proposal to either upload a contract or whitelist an address for deployments.

NotJeremyLiu commented 6 months ago

@EasonTheJolter What's your use case for deploying the skip api contracts on chain? Can you not use the ones already deployed by Skip?

TheJolter commented 6 months ago

@EasonTheJolter What's your use case for deploying the skip api contracts on chain? Can you not use the ones already deployed by Skip?

is the first time I came into contact with wasm and tried the deployment process. Now I know it. 🤝

TheJolter commented 6 months ago

Thanks for your answers