Skip to content

Commit

Permalink
fix: Wrong Seaport proxy address in Goerli (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xhiroshi committed Mar 16, 2023
1 parent cc5185e commit 0ffa389
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 @@ -22,7 +22,7 @@ const goerliAddresses: Addresses = {
ERC20_ENABLED_AGGREGATOR: "0x733148c9b4a84C9ADff244D59b2A1dbdA5731472",
LOOKSRARE_V1_PROXY: "0xCf4a864398e75eb5540FF0B8817b7343BfFe0548",
LOOKSRARE_V2_PROXY: "0x23cB524A1C5d4f51ec9198f3CF6fa97481Af152B",
SEAPORT_PROXY: "0x77A551F3be01E6e34499A47171FE31dE231053eA",
SEAPORT_PROXY: "0x58CA566a8AAD4f5544d525E6767b25dBC291001f",
};

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

0 comments on commit 0ffa389

Please sign in to comment.