Joseph Persie

Results 14 comments of Joseph Persie

Strangely enough, the issue resolved itself after rebooting my machine. The question is what is wrong with the code to be appending NUL bytes to the json artifacts based on...

I spoke too soon. After deploying the contract to Goreli and rerunning a simple migration, the issues reoccurs. ## Migration ``` const FirstContract = artifacts.require("FirstContract"); module.exports = async (deployer, network,...

Hello @cds-amal The migration file to trigger the error is in provided in a comment above. The truffle config doesn't have anything fancy from the standard convention. The issue of...

I wondering, is doing all that transfer event querying really more efficient than simply iterating through tokenOfOwnerByIndex? I guess the issue is with @frangio approach there are only 2 network...

I found the culprit here: https://github.com/ProjectOpenSea/opensea-creatures/commit/8a9c0915ccaa1d13de0a71402183257c569eb28f

"9/ Second – We’re moving to a minimum 0.5% creator earnings model, with the option for sellers to pay more. This applies to all collections that do not use on-chain...

> > I assume this is not required anymore. It backfired to opensea .. While I appreciate your assumption, I would appreciate that confirmation coming from the horses mouth and...

> Seems they will enforce royalties if your contract has ERC-2981 that's most likely not the case. They are pretty clear about this in the Readme that it's basically just...

> OK, my bad, seems that it was only the case for polygon collections @irreverent-eth show the contract address or it didn't happen. If that was the case OpenSea should...