You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that exchangeProxy stored inside constants.ts is not used and instead the address is read via getContractAddressesForChainOrThrow from the @0x/contract-addresses package. See SellMarket.js file for instance.
I noticed that because the current Goerli exchangeProxy address is incorrect (0xdef1c0ded9bec7f1a1670819833240f027b25eff instead of 0xf91bb752490473b8342a3e964e855b9f9a2a668e), but 0x fill operations are still working.
Confirm and clean up.
The text was updated successfully, but these errors were encountered:
Context
It seems that
exchangeProxy
stored insideconstants.ts
is not used and instead the address is read viagetContractAddressesForChainOrThrow
from the@0x/contract-addresses
package. SeeSellMarket.js
file for instance.I noticed that because the current Goerli exchangeProxy address is incorrect (
0xdef1c0ded9bec7f1a1670819833240f027b25eff
instead of0xf91bb752490473b8342a3e964e855b9f9a2a668e
), but 0x fill operations are still working.Confirm and clean up.
The text was updated successfully, but these errors were encountered: