-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Makefile): removed copy-bn-js action from makefile, no longer needed
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ ATOM_DENOM=ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA | |
ATOM=000000$(ATOM_DENOM) | ||
|
||
# your deployer address made from make add-address | ||
ADDR=agoric1mqvg26gpv6xzch2v0wpv569md3c2z4cdxq9clz | ||
ADDR=agoric1jwuskhnxkjw50vnx3ak8qwmvy8f43sfdxnd438 | ||
PROVISION_POOL_ADDR=agoric1megzytg65cyrgzs6fvzxgrcqvwwl7ugpt62346 | ||
|
||
PROPOSAL=1 | ||
|
@@ -262,7 +262,7 @@ e2e: | |
kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn add @agoric/[email protected]" | ||
kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn add @agoric/[email protected]" | ||
kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn add @agoric/[email protected]" | ||
make copy-bn-js | ||
# make copy-bn-js | ||
kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn build:deployer" | ||
kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn node scripts/deploy-contract.js --install src/orca.contract.js --eval src/orca.proposal.js" | ||
kubectl exec -i agoriclocal-genesis-0 -c validator -- bash -c "yarn node scripts/deploy-contract.js --install src/orca.contract.js --eval src/orca.proposal.js" | ||
|