From da5a622197883949c32780678a1252ca724d4d6f Mon Sep 17 00:00:00 2001 From: 0xMasayoshi <0xmasayoshi@protonmail.com> Date: Mon, 13 Feb 2023 16:13:56 +0700 Subject: [PATCH] chore: add seaport 1.2 deployment addresses --- constants/addresses.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/constants/addresses.ts b/constants/addresses.ts index a75f666..57196a0 100644 --- a/constants/addresses.ts +++ b/constants/addresses.ts @@ -12,11 +12,10 @@ export const SEAPORT_ADDRESS_1_1: { [chainId: number]: string } = { [ChainId.GÖRLI]: "0x00000000006c3852cbEf3e08E8dF289169EdE581", }; -// TODO export const SEAPORT_ADDRESS_1_2: { [chainId: number]: string } = { - [ChainId.ETHEREUM]: "", - [ChainId.RINKEBY]: "", - [ChainId.GÖRLI]: "", + [ChainId.ETHEREUM]: "0x00000000000006c7676171937C444f6BDe3D6282", + [ChainId.RINKEBY]: "0x00000000000006c7676171937C444f6BDe3D6282", + [ChainId.GÖRLI]: "0x00000000000006c7676171937C444f6BDe3D6282", }; export const SEAPORT_ADDRESS = SEAPORT_ADDRESS_1_1;