chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:09 -08:00
parent 50ab378da9
commit 5efe36b1e0
1100 changed files with 155024 additions and 8674 deletions

View File

@@ -32,7 +32,8 @@ if [ -z "$PRIVATE_KEY" ]; then
fi
CHAIN138_RPC="${RPC_URL_138:-http://192.168.11.211:8545}"
LINK_TOKEN="${LINK_TOKEN_138:-0x514910771AF9Ca656af840dff83E8264EcF986CA}"
# Chain 138 LINK: 0xb7721d... (deployed on 138). Mainnet canonical is 0x51491077... — do not use mainnet address when checking balance on 138.
LINK_TOKEN="${LINK_TOKEN_138:-${LINK_TOKEN_CHAIN138:-0xb7721dD53A8c629d9f1Ba31a5819AFe250002b03}}"
WALLET_ADDRESS=$(cast wallet address --private-key "$PRIVATE_KEY")