Skip to content

Commit

Permalink
Merge branch 'master' into erc20SwapToPay_with_fees
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadogg80 committed Feb 6, 2022
2 parents b58f30e + 8d81be3 commit eaafda6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/currency/src/chainlink-path-aggregators.ts
Expand Up @@ -17,6 +17,10 @@ export const chainlinkCurrencyPairs: Record<string, CurrencyPairs> = {
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);
Expand Down

0 comments on commit eaafda6

Please sign in to comment.