Skip to content

Commit 627edaa

Browse files
Dev KalraJayant Krishnamurthy
andauthored
Injective deployment code (#465)
* make it all typescript * what the hell * injective - store, instantiate, and migrate works * terra, injective refactored * update compiler in build.sh * update package.json * deploy.ts * pre-commit run * replace helper functions call with actual call * correct case of RaiseCLError * update deployer factory to take in config * add comment to gas for injective store code * extract raw log logic * remove comment from injective config * update deploy script for tilt Co-authored-by: Jayant Krishnamurthy <[email protected]>
1 parent 2a961d5 commit 627edaa

File tree

17 files changed

+7957
-1456
lines changed

17 files changed

+7957
-1456
lines changed

target-chains/cosmwasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Then, to deploy the Pyth contract (`pyth_cosmwasm.wasm`), run the following comm
2727

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

3333
If successful, this command will print something along the lines of:

target-chains/cosmwasm/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
docker run --rm -v "$(pwd)":/code \
4-
-v $(cd ../third_party; pwd):/third_party \
4+
-v $(cd ../../third_party; pwd):/third_party \
55
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
66
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
7-
cosmwasm/workspace-optimizer:0.12.5
7+
cosmwasm/workspace-optimizer:0.12.6

target-chains/cosmwasm/tools/deploy-pyth-bridge.js

Lines changed: 0 additions & 302 deletions
This file was deleted.

0 commit comments

Comments
 (0)