Skip to content

Commit

Permalink
fix: conversion for arbitrum (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoslr committed Feb 4, 2022
1 parent 4de0951 commit 8d81be3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/currency/src/chainlink-path-aggregators.ts
Original file line number Diff line number Diff line change
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 8d81be3

Please sign in to comment.