-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into winr
- Loading branch information
Showing
80 changed files
with
1,816 additions
and
987 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
npx hardhat run scripts/deploy/1-deploy.ts && | ||
npx ts-node scripts/deploy/2-check-roles.ts --no-compile && | ||
npx hardhat run scripts/deploy/3-configure.ts --no-compile && | ||
npx hardhat run scripts/deploy/4-connect.ts --no-compile && | ||
npx hardhat run scripts/deploy/5-verify.ts --no-compile | ||
#!/bin/sh | ||
|
||
# keep package.json version updated | ||
# setup chain details | ||
npx ts-node scripts/deploy/writeChainConfig.ts | ||
|
||
# deploy contracts | ||
# update overrides in config.ts if needed | ||
npx hardhat run scripts/deploy/deploy.ts | ||
|
||
# publish package | ||
yarn build | ||
|
||
npm publish | ||
|
||
# upload s3 config | ||
npx ts-node scripts/rpcConfig/uploadS3Config.ts |
Oops, something went wrong.