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)
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)