diff --git a/deployments/base/usdc/migrations/1689892563_configurate_and_ens.ts b/deployments/base/usdc/migrations/1689892563_configurate_and_ens.ts index fea8e54d9..695e7a359 100644 --- a/deployments/base/usdc/migrations/1689892563_configurate_and_ens.ts +++ b/deployments/base/usdc/migrations/1689892563_configurate_and_ens.ts @@ -178,6 +178,10 @@ export default migration('1689892563_configurate_and_ens', { { baseSymbol: 'WETH', cometAddress: '0x46e6b214b524310239732D51387075E0e70970bf', + }, + { + baseSymbol: 'USDC', + cometAddress: comet.address, } ], });