We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For new added supported networks, we don't enabled ZETA withdraws.
However, a CCTX can still be initiated by interacting with the connector. This create the CCTX that gets reverted or aborted/ This will lead to:
We need to prevent at the protocol level from initiating a CCTX if ZETA is not support and gives a message that it is not supported.
One solution can be to use the ChainParams: ZetaTokenAddress or ConnectorAddress not set mean it is disabled.
ZetaTokenAddress
ConnectorAddress
The text was updated successfully, but these errors were encountered:
Adding for August release as it can be part of the smart contract environment migration. Need to assess complexity.
Sorry, something went wrong.
ZETA has been disabled in the gateway contract
No branches or pull requests
For new added supported networks, we don't enabled ZETA withdraws.
However, a CCTX can still be initiated by interacting with the connector. This create the CCTX that gets reverted or aborted/
This will lead to:
We need to prevent at the protocol level from initiating a CCTX if ZETA is not support and gives a message that it is not supported.
One solution can be to use the ChainParams:
ZetaTokenAddress
orConnectorAddress
not set mean it is disabled.The text was updated successfully, but these errors were encountered: