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
I'm looking to use the Legacy Marketplace contract to backfill AuctionSuccessful data on my website
However when I change the contract to the current marketplace abi and proxy address it works just fine. Any ideas what the issue could be?
🐛 This is a bug report.
📈 This is a feature request.
📝 Details
I'm looking to use the Legacy Marketplace contract to backfill AuctionSuccessful data on my website with this code:
(this uses the legacy and ABI and legacy address)
Everytime I keep hitting this error: Error: CONNECTION ERROR: Couldn't connect to node on WS.
However when I change the contract to the current marketplace abi and proxy address it works just fine. Any ideas what the issue could be?
- Connect to web3
- Provide legacy Abi and legacy contract address to instantiate a contract
- call get past events on contract with the event of AuctionSuccessful
The text was updated successfully, but these errors were encountered:
🎉 Description
I'm looking to use the Legacy Marketplace contract to backfill AuctionSuccessful data on my website
However when I change the contract to the current marketplace abi and proxy address it works just fine. Any ideas what the issue could be?
📝 Details
I'm looking to use the Legacy Marketplace contract to backfill AuctionSuccessful data on my website with this code:
(this uses the legacy and ABI and legacy address)
Everytime I keep hitting this error:
Error: CONNECTION ERROR: Couldn't connect to node on WS.
However when I change the contract to the current marketplace abi and proxy address it works just fine. Any ideas what the issue could be?
The text was updated successfully, but these errors were encountered: