Merge remote-tracking branch 'origin/master'
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@
|
|||||||
/lib
|
/lib
|
||||||
/foundry.toml
|
/foundry.toml
|
||||||
/broadcast
|
/broadcast
|
||||||
|
/src/VaultAddress.sol
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# this script requires the jq command $(sudo apt install jq)
|
# this script requires the jq command $(sudo apt install jq)
|
||||||
|
|
||||||
# first-pass build
|
# first-pass build
|
||||||
|
cp src/VaultAddress-default.sol src/VaultAddress.sol
|
||||||
forge build "$@" || exit 1
|
forge build "$@" || exit 1
|
||||||
|
|
||||||
# calculate the Vault init code hash using the bytecode generated for Vault
|
# calculate the Vault init code hash using the bytecode generated for Vault
|
||||||
|
|||||||
Reference in New Issue
Block a user