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
when on rinkeby, getAllowListOffChainManagedContract() will return the wrong address, so auctioneer message and json allowListValue will not be correct.
postToDevApi will return an error that the wrong allowlist contract address is in use (and if the actioneer message is not using the right allowlist address, the signtures will not match)
if that address is substituted in as const allowListContract, it all works as expected
getAllowListOffChainManagedContract() may need to be adjusted (right now returns the 'authenticator' contract)
The text was updated successfully, but these errors were encountered:
when on rinkeby, getAllowListOffChainManagedContract() will return the wrong address, so auctioneer message and json allowListValue will not be correct.
postToDevApi will return an error that the wrong allowlist contract address is in use (and if the actioneer message is not using the right allowlist address, the signtures will not match)
if that address is substituted in as
const allowListContract
, it all works as expectedgetAllowListOffChainManagedContract() may need to be adjusted (right now returns the 'authenticator' contract)
The text was updated successfully, but these errors were encountered: