forked from zeropoolnetwork/zeropool-console
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pool config changes, docker fixes
- Loading branch information
Showing
8 changed files
with
74 additions
and
49 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
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
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
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
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
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 |
---|---|---|
@@ -1,17 +1,13 @@ | ||
#!/usr/bin/env bash | ||
cd ../libzeropool-rs/libzeropool-rs-wasm && \ | ||
cd ../libzkbob-rs/libzkbob-rs-wasm && \ | ||
./scripts/build && \ | ||
cd - | ||
|
||
cd ../zeropool-api-js && \ | ||
yarn upgrade libzeropool-rs-wasm-web && \ | ||
cd ../zkbob-client-js && \ | ||
yarn upgrade libzkbob-rs-wasm-web && \ | ||
yarn upgrade libzkbob-rs-wasm-web-mt && \ | ||
yarn build && \ | ||
|
||
cd - | ||
export EVM_RPC='' | ||
export RELAYER_URL='' | ||
export TOKEN_ADDRESS='' | ||
export MINTER_ADDRESS='' | ||
export CONTRACT_ADDRESS='' | ||
yarn upgrade zeropool-api-js && \ | ||
yarn upgrade zkbob-client-js && \ | ||
yarn dev |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
npm i && npm run dev | ||
yarn install && yarn dev |
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