chore: sync submodule state (parent ref update)
Made-with: Cursor
This commit is contained in:
@@ -125,7 +125,7 @@ echo ""
|
||||
# Step 4: Check bridge balances (if token exists)
|
||||
if [ "${TOKEN_EXISTS:-false}" = "true" ]; then
|
||||
echo "=== Step 4: Checking Bridge LINK Balances ==="
|
||||
WETH9_BRIDGE="0x89dd12025bfCD38A168455A44B400e913ED33BE2"
|
||||
WETH9_BRIDGE="0x971cD9D156f193df8051E48043C476e53ECd4693"
|
||||
WETH10_BRIDGE="0xe0E93247376aa097dB308B92e6Ba36bA015535D0"
|
||||
|
||||
WETH9_LINK=$(cast call "$LINK_TOKEN" "balanceOf(address)" "$WETH9_BRIDGE" --rpc-url "$RPC_URL" 2>/dev/null || echo "0")
|
||||
|
||||
Reference in New Issue
Block a user