Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
chore(addresses): Add AGGREGATOR_UNISWAP_V3 Rinkeby address (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjpg authored Mar 24, 2022
1 parent 6fe38b1 commit 0fad658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const rinkebyAddresses: Addresses = {
TRADING_REWARDS_DISTRIBUTOR: "0x8f1aB228E892Ad2a7E10605531C9EC23D5cbA4fD",
MULTICALL2: "0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696", // https://github.com/makerdao/multicall#multicall2-contract-addresses
REVERSE_RECORDS: "0x196eC7109e127A353B709a20da25052617295F6f",
AGGREGATOR_UNISWAP_V3: "",
AGGREGATOR_UNISWAP_V3: "0xB6d18017d4fAc74B855F163bE36f2210b26A8A48",
};

export const addressesByNetwork: Omit<{ [chainId in SupportedChainId]: Addresses }, SupportedChainId.HARDHAT> = {
Expand Down

0 comments on commit 0fad658

Please sign in to comment.