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
{{ message }}
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
I am attempting to integrate a public EVM testnet into the boilerplate, but I am encountering some obstacles. I have added the necessary RPC and chain_id where required, but I am unsure of the modifications or additions I need to make in the packages/contracts/deployments subfolder for the new chain to be properly recognized.
I would greatly appreciate it if someone could spare the time to guide me on the steps to take and what adjustments need to be made in order to successfully add a new EVM chain.
Hey @antonionardella, after you've added the new chain to your frontend environment (w/o the .example ending) the wagmiClient should automatically be configured correctly and deployments.ts looks for the new deployment files from the contracts package. In the contracts package, you need to set up the environment as well, update the hardhat.config.ts accordingly, add a new deploy script for the chain in the package.json, build the contracts and run the deploy ;) Does that help?
Also, please note that I haven't updated this boilerplate in a while (instead focussed more on ink!athon) but it should still all work. 🫡
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am attempting to integrate a public EVM testnet into the boilerplate, but I am encountering some obstacles. I have added the necessary
RPC
andchain_id
where required, but I am unsure of the modifications or additions I need to make in thepackages/contracts/deployments
subfolder for the new chain to be properly recognized.I would greatly appreciate it if someone could spare the time to guide me on the steps to take and what adjustments need to be made in order to successfully add a new EVM chain.
Here you can see the changes I applied
main...antonionardella:smrathon:main
Thank you
The text was updated successfully, but these errors were encountered: