diff --git a/packages/currency/src/chainlink-path-aggregators.ts b/packages/currency/src/chainlink-path-aggregators.ts index 53e35d8bde..38d093fbc5 100644 --- a/packages/currency/src/chainlink-path-aggregators.ts +++ b/packages/currency/src/chainlink-path-aggregators.ts @@ -17,6 +17,10 @@ export const chainlinkCurrencyPairs: Record = { mainnet: mainnetAggregator, matic: maticAggregator, fantom: fantomAggregator, + // FIX ME: This fix enables to get these networks registered in chainlinkSupportedNetworks. + // Could be improved by removing the supported network check from the protocol + 'arbitrum-rinkeby': {}, + 'arbitrum-one': {}, }; export const chainlinkSupportedNetworks = Object.keys(chainlinkCurrencyPairs);