Skip to content

Commit 235f8c7

Browse files
authored
Merge pull request #12 from crestalnetwork/deploy-prod-v4
Add Base mainnet deployments
2 parents ed69b30 + 3022a56 commit 235f8c7

File tree

13 files changed

+1173
-3
lines changed

13 files changed

+1173
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ node_modules/
1818

1919
# Misc
2020
*.swp
21+
.DS_Store
22+
.deps
23+
src/artifacts/
2124

2225
# IDE stuffs
23-
.idea
26+
.idea

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: abi deploy upgrade check slither mythril
1+
.PHONY: abi deploy upgrade whitelist check slither mythril
22

33
ifdef ENV_FILE
44
include $(ENV_FILE)
@@ -17,6 +17,9 @@ deploy:
1717
upgrade:
1818
PROXY_ADDRESS=$(PROXY_ADDRESS) forge script ./script/Upgrade$(UPGRADE_TO).s.sol --rpc-url $(RPC_URL) --broadcast --private-key $(PRIVATE_KEY)
1919

20+
whitelist:
21+
PROXY_ADDRESS=$(PROXY_ADDRESS) forge script ./script/UpdateWhitelist.s.sol --rpc-url $(RPC_URL) --broadcast --private-key $(PRIVATE_KEY)
22+
2023
check:
2124
cast call --rpc-url $(RPC_URL) $(PROXY_ADDRESS) "VERSION()(string)"
2225

artifacts/BlueprintV4.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

broadcast/Deploy.s.sol/8453/run-1740390592.json

Lines changed: 138 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/Deploy.s.sol/8453/run-latest.json

Lines changed: 138 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeV2.s.sol/8453/run-1740391779.json

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeV2.s.sol/8453/run-latest.json

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeV3.s.sol/8453/run-1740392805.json

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeV3.s.sol/8453/run-latest.json

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

broadcast/UpgradeV4.s.sol/8453/run-1740392983.json

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)