Skip to content

Commit 5d0acc1

Browse files
author
Dev Kalra
authored
[cosmwasm] update contract (#509)
* contract updated * add tests for the logic
1 parent f3f28b4 commit 5d0acc1

File tree

6 files changed

+316
-150
lines changed

6 files changed

+316
-150
lines changed

target-chains/cosmwasm/Cargo.lock

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

target-chains/cosmwasm/contracts/pyth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hex = "0.4.2"
2929
lazy_static = "1.4.0"
3030
bigint = "4"
3131
p2w-sdk = { path = "../../../../third_party/pyth/p2w-sdk/rust" }
32-
pyth-sdk-cw = "0.2.0"
32+
pyth-sdk = "0.7.0"
3333
byteorder = "1.4.3"
3434

3535
[dev-dependencies]

0 commit comments

Comments
 (0)