We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e901cf2 commit e9d2658Copy full SHA for e9d2658
script/tasks/diamondSyncWhitelist.sh
@@ -10,6 +10,13 @@ function diamondSyncWhitelist {
10
# Load configuration & helper functions
11
source script/helperFunctions.sh
12
13
+ # Update whitelist periphery and composer entries before syncing
14
+ echo ""
15
+ echo "[info] Updating whitelist periphery and composer entries..."
16
+ bunx tsx script/tasks/updateWhitelistPeriphery.ts || checkFailure $? "update whitelist periphery"
17
+ echo "[info] Whitelist periphery update completed"
18
19
+
20
# Configuration flag - set to true to allow token contracts to be whitelisted
21
ALLOW_TOKEN_CONTRACTS=${ALLOW_TOKEN_CONTRACTS:-false}
22
0 commit comments