Querying Connect prices using CosmWasm and Connect SDK
x/oracle
and x/marketmap
modules.
Connect Protocol Version | Connect SDK Version |
---|---|
v1.x | v0.1.0 |
v2.x | v0.2.0 |
go.mod
file.dependencies
section of your Cargo.toml
:
connect-sdk = { git = "https://github.com/skip-mev/connect-sdk", tag = "CONNECT SDK VERSION HERE", package = "connect-sdk" }
x/oracle
and x/marketmap
modules.enabled
within the x/marketmap
.block_height
is not older than a few blocks.v0.1.0
of the Connect SDK.