- check deployment parameters for the chain in question:
-
pnpm contracts:deploy:prepare <network>
-
pnpm contracts:deploy <network>
- create a
.env.<network>
file with PUBLIC_FUZD_URI,PUBLIC_SYNC_URI,PUBLIC_DEV_NODE_URI - push to a new branch named after the network
- Setup env variable in host (vercel, ....) :
MODE=<network>
andETH_NODE_URI_<network>=<node url>
- Setup domain name
- Setup fuzd for the network
- add in wrangler.toml a config for
<network>
- execute
pnpm wrangler deploy -e <network>
- attach a domain to the worker
- add in wrangler.toml a config for
- Setup indexer cache for the network