Skip to content

Commit

Permalink
chore: Remove addresses from L2 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLR authored Jan 22, 2024
1 parent 9610c12 commit f0464f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const sepoliaAddresses: Addresses = {
};

const arbitrumSepoliaAddresses: Addresses = {
LOOKS: "0x0000000000000000000000000000000000000000", // bridged LOOKS
LOOKS: "",
EXCHANGE_V2: "",
TRANSFER_MANAGER_V2: "0x21D44Cd218895d08bB57E2161A5c8De1CE898165",
TRANSFER_MANAGER_V2: "",
WETH: "",
ORDER_VALIDATOR_V2: "",
REVERSE_RECORDS: "",
Expand All @@ -49,9 +49,9 @@ const arbitrumSepoliaAddresses: Addresses = {
};

const arbitrumMainnetAddresses: Addresses = {
LOOKS: "0x0000000000000000000000000000000000000000", // bridged LOOKS
LOOKS: "",
EXCHANGE_V2: "",
TRANSFER_MANAGER_V2: "0x0000000000A3573e1caFe02fe1C3Ac48473C9332",
TRANSFER_MANAGER_V2: "",
WETH: "",
ORDER_VALIDATOR_V2: "",
REVERSE_RECORDS: "",
Expand Down

0 comments on commit f0464f8

Please sign in to comment.