This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
forked from helix-bridge/helix-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74d443c
commit 3106123
Showing
1 changed file
with
1 addition
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |