diff --git a/app/components/UI/Predict/providers/polymarket/constants.ts b/app/components/UI/Predict/providers/polymarket/constants.ts index 5e6f44cdef0..79fa2e29063 100644 --- a/app/components/UI/Predict/providers/polymarket/constants.ts +++ b/app/components/UI/Predict/providers/polymarket/constants.ts @@ -101,10 +101,10 @@ export const COLLATERAL_OFFRAMP_ADDRESS = '0x2957922Eb93258b93368531d39fAcCA3B4dC5854'; export const CTF_COLLATERAL_ADAPTER_ADDRESS = - '0xADa100874d00e3331D00F2007a9c336a65009718'; + '0xAdA100Db00Ca00073811820692005400218FcE1f'; export const NEG_RISK_CTF_COLLATERAL_ADAPTER_ADDRESS = - '0xAdA200001000ef00D07553cEE7006808F895c6F1'; + '0xadA2005600Dec949baf300f4C6120000bDB6eAab'; export const POLYGON_USDC_CAIP_ASSET_ID = `${POLYGON_MAINNET_CAIP_CHAIN_ID}/erc20:${MATIC_CONTRACTS.collateral}` as const;