Skip to content

Commit 97d6862

Browse files
deployed dev
1 parent f45c84a commit 97d6862

10 files changed

+578
-597
lines changed

deploy.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
npx hardhat run scripts/deploy/index.ts &&
2-
npx ts-node scripts/deploy/checkRoles.ts &&
3-
npx hardhat run scripts/deploy/configure.ts &&
4-
npx hardhat run scripts/deploy/connect.ts &&
5-
npx hardhat run scripts/deploy/verify.ts
1+
npx hardhat run scripts/deploy/index.ts &&
2+
npx ts-node scripts/deploy/checkRoles.ts --no-compile &&
3+
npx hardhat run scripts/deploy/configure.ts --no-compile &&
4+
npx hardhat run scripts/deploy/connect.ts --no-compile &&
5+
npx hardhat run scripts/deploy/verify.ts --no-compile

deployments/dev_addresses.json

+130-134
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)