Skip to content
New issue

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

Contract deployment issue on Redbelly Devnet #615

Open
warengonzaga opened this issue Feb 6, 2024 · 0 comments
Open

Contract deployment issue on Redbelly Devnet #615

warengonzaga opened this issue Feb 6, 2024 · 0 comments

Comments

@warengonzaga
Copy link
Member

Hey @nkrishang or @kumaryash90 could you please take a look here for the suggested fix?

I've encountered while attempting to deploy contracts on Redbelly Devnet using your platform. I'm receiving the following error message:

“Failed to deploy contract
Couldn't deploy CREATE2 factory: {"code":-32603,"message":"Internal JSON-RPC error.","data":{"code":-32000,"message":"Sender not authorised to write transactions","cause":null},"transaction":{"nonce":0,"gasPrice":...”

Here's my understanding of the issue:

ThirdWeb seems to perform a test contract deployment using its own wallet before deploying the main contract using the user's wallet.
However, Redbelly Devnet requires account verification through https:// access.devnet.redbelly.network/ before interaction.
Since ThirdWeb's test wallet isn't verified, the error occurs.
Possible Solutions:

Verify ThirdWeb's Test Wallet:
Obtain verification for the test wallet using the Redbelly link.
Skip Presumptive Deployment for Redbelly:
When Redbelly is selected as the network, directly deploy the contract using the user's wallet, bypassing presumptive deployment.
Use User Wallet for Presumptive Deployment:
Alternatively, leverage the user's wallet for presumptive deployment as well.
Urgency:

With Redbelly's mainnet launch approaching, addressing this issue promptly would significantly benefit a large number of developers.

Redbelly Network Chain Details:

Network Name: RedbellyDevNet
New RPC: https:// rbn-gcp-australia-southeast1-a-0-b-v2.devnet.redbelly.network:8545
Chain ID: 152
Currency Symbol: RBNT
Block Explorer Address: https:// explorer.devnet.redbelly.network
Thank you for your attention to this matter. I'm eager to assist in any way possible to ensure a smooth deployment experience on Redbelly Devnet.

Posted originally from our Discord community.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant