Skip to content

Commit

Permalink
chore: add seaport 1.2 deployment addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Feb 13, 2023
1 parent b075c9f commit da5a622
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit da5a622

Please sign in to comment.