From 38d976be3883477a37abfe3f6c719046cbd68614 Mon Sep 17 00:00:00 2001 From: Nicola Miotto Date: Fri, 12 Apr 2024 09:27:10 +0200 Subject: [PATCH] fix osmosis doc --- docs/osmosis.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/osmosis.md b/docs/osmosis.md index 909dc29..6a72414 100644 --- a/docs/osmosis.md +++ b/docs/osmosis.md @@ -38,6 +38,8 @@ Locate the assetlist file at `evmos/assetlist.json` and append the following obj "name": "", "display": "", "symbol": "", + "address": "" + "type_asset": "erc20", "logo_URIs": { "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/", "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/" @@ -139,7 +141,7 @@ Make sure you have an up-to-date version of the NeokingdomDAO fork of the chain ``` git clone git@github.com: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 ```