diff --git a/env.additions.example b/env.additions.example index d87c19b..db0dbbc 100644 --- a/env.additions.example +++ b/env.additions.example @@ -15,8 +15,10 @@ OFFICIAL_USDT_ADDRESS=0x004b63A7B5b0E06f6bB6adb4a5F9f590BF3182D1 OFFICIAL_USDC_ADDRESS=0x71D6687F38b93CCad569Fa6352c876eea967201b # PMM pool addresses (optional; RegisterDODOPools reads from integration if unset) +# Canonical current cUSDT/USDT pool is the funded pool returned by the live +# Chain 138 integration/provider mapping. POOL_CUSDTCUSDC=0x9fcB06Aa1FD5215DC0E91Fd098aeff4B62fEa5C8 -POOL_CUSDTUSDT=0xa3Ee6091696B28e5497b6F491fA1e99047250c59 +POOL_CUSDTUSDT=0x6fc60DEDc92a2047062294488539992710b99D71 POOL_CUSDCUSDC=0x90bd9Bf18Daa26Af3e814ea224032d015db58Ea5 # Token-aggregation (quote API): same integration address so indexer can index DODO pools diff --git a/scripts/deployment/run-pmm-full-parity-all-phases.sh b/scripts/deployment/run-pmm-full-parity-all-phases.sh index 0c04a5e..c698141 100755 --- a/scripts/deployment/run-pmm-full-parity-all-phases.sh +++ b/scripts/deployment/run-pmm-full-parity-all-phases.sh @@ -21,7 +21,8 @@ RPC_138="${RPC_URL_138:-${RPC_URL:-http://192.168.11.211:8545}}" GAS_PRICE="${GAS_PRICE_138:-${GAS_PRICE:-1000000000}}" INTEGRATION="${DODO_PMM_INTEGRATION_ADDRESS:-${DODO_PMM_INTEGRATION:-0x5BDc62f1ae7D630c37A8B363a1d49845356Ee72d}}" POOL_CUSDTCUSDC="${POOL_CUSDTCUSDC:-0x9fcB06Aa1FD5215DC0E91Fd098aeff4B62fEa5C8}" -POOL_CUSDTUSDT="${POOL_CUSDTUSDT:-0xa3Ee6091696B28e5497b6F491fA1e99047250c59}" +# Keep the default aligned with the live canonical integration/provider mapping. +POOL_CUSDTUSDT="${POOL_CUSDTUSDT:-0x6fc60DEDc92a2047062294488539992710b99D71}" POOL_CUSDCUSDC="${POOL_CUSDCUSDC:-0x90bd9Bf18Daa26Af3e814ea224032d015db58Ea5}" export RPC_URL_138="$RPC_138"