Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
docs: update README.md (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Mar 1, 2024
1 parent 74d443c commit 3106123
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
# Helix Bridge UI

❤️ Perform cross-chain transfers through Helix Bridge.

### Production

- mainnet: https://helixbridge.app/
- testnet: https://testnet.helixbridge.app/

### Staging

- mainnet: https://helix-stg.vercel.app/
- testnet: https://helix-stg-test.vercel.app/

### Development

- mainnet: https://helix-dev-main.vercel.app/
- testnet: https://helix-dev-test.vercel.app/

### Local development

```shell
$ npm install
$ npm run dev:apps
```

### How to add a new chain

1. Define `ChainID` and `Network` in `packages/apps/src/types/chain.ts`
2. Configure the chain file in the `packages/apps/src/config/chains` directory
3. Export the configuration file in the `packages/apps/src/config/chains/index.ts`
4. Add new chain to `packages/apps/src/utils/chain.ts`
# Helix xToken UI

0 comments on commit 3106123

Please sign in to comment.