diff --git a/helpers/deploymentConfig.ts b/helpers/deploymentConfig.ts index 0a3e08d7..5a1768cb 100644 --- a/helpers/deploymentConfig.ts +++ b/helpers/deploymentConfig.ts @@ -337,6 +337,11 @@ export const chainlinkFeed: Config = { USDT: "0xECef79E109e997bCA29c1c0897ec9d7b03647F5E", OP: "0x0D276FC14719f9292D5C1eA2198673d1f4269246", }, + basesepolia: { + USDC: "0xd30e2101a97dcbAeBCBC04F14C3f624E67A35165", + cbBTC: "0x0FB99723Aee6f420beAD13e6bBB79b7E6F034298", + WETH: "0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1", + }, }; export const redstoneFeed: Config = { @@ -1202,6 +1207,29 @@ export const assets: Assets = { oracle: "redstone", }, ], + basesepolia: [ + { + token: "USDC", + address: "0xFa264c13d657180e65245a9C3ac8d08b9F5Fc54D", + oracle: "chainlink", + }, + { + token: "cbBTC", + address: "0x0948001047A07e38F685f9a11ea1ddB16B234af9", + oracle: "chainlink", + }, + { + token: "WETH", + address: "0x4200000000000000000000000000000000000006", + oracle: "chainlink", + }, + { + token: "XVS", + address: "0xE657EDb5579B82135a274E85187927C42E38C021", + price: "10000000000000000000", + oracle: "chainlinkFixed", + }, + ], }; export const getOraclesData = async (): Promise => {