Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 680 Bytes

CHECKLIST.md

File metadata and controls

12 lines (12 loc) · 680 Bytes
  • 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> and ETH_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
  • Setup indexer cache for the network