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

Commit 1e60940

Browse files
chore: Updates addresses OrderValidator (#87)
1 parent 51b548d commit 1e60940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/constants/addresses.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const mainnetAddresses: Addresses = {
2828
AGGREGATOR_UNISWAP_V3: "0x3ab16Af1315dc6C95F83Cbf522fecF98D00fd9ba",
2929
EXECUTION_MANAGER: "0x9Cc58bf22a173C0Fa8791c13Df396d18185d62b2",
3030
CURRENCY_MANAGER: "0xC881ADdf409eE2C4b6bBc8B607c2C5CAFaB93d25",
31-
ORDER_VALIDATOR_V1: "0x69baB1C0F26870751f79A9b73428235E8E9FBCDd",
31+
ORDER_VALIDATOR_V1: "0xdC56dE26C64B14f1A8e95582A16b6A9AEfEEd395",
3232
};
3333

3434
const goerliAddresses: Addresses = {
@@ -59,7 +59,7 @@ const goerliAddresses: Addresses = {
5959
AGGREGATOR_UNISWAP_V3: "0x63c38B3BE3eF075a00a5edaeC36F499088c7334C",
6060
EXECUTION_MANAGER: "0x972B3A1A89ABb5e489163345E3C44Ab1bB813986",
6161
CURRENCY_MANAGER: "0xAC56740Fa471C0266B59B101C76Ab771f199F2eA",
62-
ORDER_VALIDATOR_V1: "0xabF651082Edb60C8Fc0e0fCa12CD27170B2a0e1d",
62+
ORDER_VALIDATOR_V1: "0xdD6178143Fb0a16DEC9261498F6007a7468D7Aea",
6363
};
6464

6565
export const addressesByNetwork: { [chainId in SupportedChainId]: Addresses } = {

0 commit comments

Comments
 (0)