-
Notifications
You must be signed in to change notification settings - Fork 4
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
7ac0df2
commit 38d976b
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -38,6 +38,8 @@ Locate the assetlist file at `evmos/assetlist.json` and append the following obj | |
"name": "<the name of the project, ex: Teledisko DAO>", | ||
"display": "<lower case token name, ex: berlin>", | ||
"symbol": "<upper case token name, ex: BERLIN>", | ||
"address": "<the ERC20 0x-address that you submitted in the governance proposal>" | ||
"type_asset": "erc20", | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/<png logo file>", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/<svg logo file>" | ||
|
@@ -139,7 +141,7 @@ Make sure you have an up-to-date version of the NeokingdomDAO fork of the chain | |
|
||
``` | ||
git clone [email protected]:NeokingdomDAO/chain-token-registry.git | ||
git remote add upstream https://github.com/osmosis-labs/assetlists.git | ||
git remote add upstream https://github.com/evmos/chain-token-registry.git | ||
git fetch upstream | ||
git rebase upstream/main | ||
``` | ||
|