Skip to content

Commit

Permalink
fix(README.md): minor typos (#15139)
Browse files Browse the repository at this point in the history
Co-authored-by: Roger <[email protected]>
  • Loading branch information
tudorpintea999 and RogerLamTd authored Nov 7, 2023
1 parent 201384f commit b91cc1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bridge-ui-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ source .env

**Detailed process**

These are are the additional configuration files that have to be filled in:
These are the additional configuration files that have to be filled in:

| Name | Description |
| --------------------------------------- | ---------------------------------------------------------------------------------------- |
| **/config/configuredBridges.json** | Defines the chains that are connected via taiko bridges and lists the contract addresses |
| **/config/configuredChains.json** | Defines some metadata for the chains, such as name, icons, explorer URL, etc. |
| **/config/configuredRelayer.json** | If chains have a relayer, the URL and the chain IDs it covers are entered here |
| **/config/configuredCustomTokens.json** | Defines a list of tokens that should be availabe in the token dropdowns |
| **/config/configuredCustomTokens.json** | Defines a list of tokens that should be available in the token dropdowns |

---

Expand All @@ -73,7 +73,7 @@ To get started, open your terminal in `/packages/bridge-ui-v2/`

This command exports the json as base64 string to your .env file

4. Now whenver a build is triggered it will generate the config files based on the .env file in `src/generated/`
4. Now whenever a build is triggered it will generate the config files based on the .env file in `src/generated/`
<br>**Note: In the** `config/schemas` **folder are schemas that will validate the correct json format and report any errors in your initial json configurations, so check the log output for any errors!**
<br>

Expand Down

1 comment on commit b91cc1a

@vercel
Copy link

@vercel vercel bot commented on b91cc1a Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal-git-main-taikoxyz.vercel.app
bridge-ui-v2-internal.vercel.app

Please sign in to comment.