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
plor helped me discover that there was an issue minting jars on gnosis. the issue was that constants.ts only had sepolia & optimism imported. I added all of our relevant chains so we can now mint jars on gnosis.
However, when I tried to mint a jar on Base it didn't work, seemingly for a different reason. This needs to be investigated further.
It also seems that contracts.ts is setup w/ useDeployment.ts so that in development mode sepolia is always the chain being used regardless of what chain the user is on. This needs to be investigated further to ensure we are testing properly.
The text was updated successfully, but these errors were encountered:
plor helped me discover that there was an issue minting jars on gnosis. the issue was that constants.ts only had sepolia & optimism imported. I added all of our relevant chains so we can now mint jars on gnosis.
However, when I tried to mint a jar on Base it didn't work, seemingly for a different reason. This needs to be investigated further.
It also seems that contracts.ts is setup w/ useDeployment.ts so that in development mode sepolia is always the chain being used regardless of what chain the user is on. This needs to be investigated further to ensure we are testing properly.
The text was updated successfully, but these errors were encountered: