Skip to content

Commit

Permalink
fix osmosis doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sirnicolaz committed Apr 12, 2024
1 parent 7ac0df2 commit 38d976b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/osmosis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 38d976b

Please sign in to comment.