Skip to content

Commit 2e95e2e

Browse files
committed
Rename terra to cw
1 parent 35c1067 commit 2e95e2e

25 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ members = [
44
"pyth-sdk",
55
"pyth-sdk-solana",
66
"pyth-sdk-solana/test-contract",
7-
"pyth-sdk-terra",
8-
"examples/terra-contract",
7+
"pyth-sdk-cw",
8+
"examples/cw-contract",
99
]

examples/terra-contract/Cargo.toml renamed to examples/cw-contract/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ optimize = """docker run --rm -v "$(pwd)":/code \
2929
"""
3030

3131
[dependencies]
32-
cosmwasm-std = { version = "0.16.2" }
33-
cosmwasm-storage = { version = "0.16.0" }
34-
cw-storage-plus = "0.8.0"
32+
cosmwasm-std = { version = "1.0.0" }
33+
cosmwasm-storage = { version = "1.0.0" }
34+
cw-storage-plus = "0.13.4"
3535
schemars = "0.8"
3636
serde = { version = "1.0", default-features = false, features = ["derive"] }
37-
pyth-sdk-terra = { version = "0.4.0", path = "../../pyth-sdk-terra" } # Remove path and use version only when you use this example on your own.
37+
pyth-sdk-cw = { version = "0.1.0", path = "../../pyth-sdk-cw" } # Remove path and use version only when you use this example on your own.
3838

3939
[dev-dependencies]
40-
cosmwasm-schema = { version = "0.16.0" }
40+
cosmwasm-schema = { version = "1.0.0" }
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)