Skip to content

Commit 024d73a

Browse files
jayantkJayant Krishnamurthy
andauthored
[cosmos] Implement set fee governance instruction (#423)
* cosmos stuff * it builds * fix existing tests * adding tests * adding tests * tidy * cleanup * fix * update deploy script * doh * gr * mabye * mabye * pr comments Co-authored-by: Jayant Krishnamurthy <[email protected]>
1 parent f45d675 commit 024d73a

File tree

11 files changed

+487
-38
lines changed

11 files changed

+487
-38
lines changed

cosmwasm/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmwasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pyth CosmWasm
22

3-
This directory contains The Pyth contract on CosmWasm and utilities to deploy it in CosmWasm chains.
3+
This directory contains the Pyth contract for CosmWasm and utilities to deploy it on CosmWasm chains.
44

55
## Deployment
66

cosmwasm/contracts/pyth/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ lazy_static = "1.4.0"
3030
bigint = "4"
3131
p2w-sdk = { path = "../../../third_party/pyth/p2w-sdk/rust" }
3232
pyth-sdk-cw = "0.2.0"
33+
byteorder = "1.4.3"
3334

3435
[dev-dependencies]
3536
cosmwasm-vm = { version = "1.0.0", default-features = false }

0 commit comments

Comments
 (0)