Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions script/tasks/diamondSyncWhitelist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ function diamondSyncWhitelist {
# Load configuration & helper functions
source script/helperFunctions.sh

# Update whitelist periphery and composer entries before syncing
echo ""
echo "[info] Updating whitelist periphery and composer entries..."
bunx tsx script/tasks/updateWhitelistPeriphery.ts || checkFailure $? "update whitelist periphery"
echo "[info] Whitelist periphery update completed"
echo ""

# Configuration flag - set to true to allow token contracts to be whitelisted
ALLOW_TOKEN_CONTRACTS=${ALLOW_TOKEN_CONTRACTS:-false}

Expand Down
Loading