❤️ Perform cross-chain transfers through Helix Bridge.
- mainnet: https://helixbridge.app/
- testnet: https://testnet.helixbridge.app/
- mainnet: https://helix-stg.vercel.app/
- testnet: https://helix-stg-test.vercel.app/
- mainnet: https://helix-dev-main.vercel.app/
- testnet: https://helix-dev-test.vercel.app/
$ npm install
$ npm run dev:apps
- Define
ChainID
andNetwork
inpackages/apps/src/types/chain.ts
- Configure the chain file in the
packages/apps/src/config/chains
directory - Export the configuration file in the
packages/apps/src/config/chains/index.ts
- Add new chain to
packages/apps/src/utils/chain.ts