REI Bridges Token Profile is the detailed information of the REI Bridges Token.
-
Fork the repo to your own github account
-
Clone the repo from your own account, please note: do no clone the origin one directly, but clone the repo you forked
git clone https://github.com/xxxxxxxx/rei-dao.git
cd rei-dao/
- Create a new branch (file) and switch to a new branch named by your token name For example:
git branch xxx-token
git checkout xxx-token
-
Add your token information to the src/bridgesInfo/tokenList.json.
-
Commit and push the information to your repo For example:
git add -A
git commit -m “Add xxx token
git push origin xxx-token
-
Under your repo page, click the “New pull request” button. Then, attach the detailed project information.
-
We will review your PR as soon as possible. If there is no problem with your PR, we will merge it into our master branch.