Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion target-chains/cosmwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then, to deploy the Pyth contract (`pyth_cosmwasm.wasm`), run the following comm

```sh
npm ci # Do it only once to install the required packages
npm run deploy-pyth -- --network testnet --artifact ../artifacts/pyth_cosmwasm.wasm --mnemonic "..."
npm run deploy-pyth -- --network terra_testnet --artifact ../artifacts/pyth_cosmwasm.wasm --mnemonic "..."
```

If successful, this command will print something along the lines of:
Expand Down
4 changes: 2 additions & 2 deletions target-chains/cosmwasm/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

docker run --rm -v "$(pwd)":/code \
-v $(cd ../third_party; pwd):/third_party \
-v $(cd ../../third_party; pwd):/third_party \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.5
cosmwasm/workspace-optimizer:0.12.6
302 changes: 0 additions & 302 deletions target-chains/cosmwasm/tools/deploy-pyth-bridge.js

This file was deleted.

Loading