From 34fc64d43f2ab68e48ce3f044d8697a5ecbf09ef Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Thu, 11 Jan 2024 00:05:51 -0700 Subject: [PATCH] Update Registration for note about Keplr features (#235) --- docs/overview/integrate/registration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/overview/integrate/registration.md b/docs/overview/integrate/registration.md index 433ffd713..a51d9552e 100644 --- a/docs/overview/integrate/registration.md +++ b/docs/overview/integrate/registration.md @@ -179,6 +179,7 @@ Asset Data - 'ibc-transfer' -- must be specified if IBC transfers following the ICS20 standard have been enabled on the chain - 'no-legacy-stdTx' -- must be specified if using Cosmos SDK v0.43+, but still recommended to specify, regardless of Cosmos SDK version - 'ibc-go' -- must be specified if using Cosmos SDK v0.43+, and import the ibc-go repository + - 'wasmd_0.24+' -- must be specified if it needs to append the /cosmwasm pathname (usually for cw20 tokens) - E.g., `features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx', 'ibc-go'],` - Include gas price step - Include chain explorer path @@ -455,4 +456,4 @@ Example of osmosis-frontend/packages/web/config/chain-infos.ts::chainInfos: features: ['stargate', 'ibc-transfer', 'no-legacy-stdTx'], explorerUrlToTx: 'https://www.mintscan.io/umee/txs/{txHash}', }, -``` \ No newline at end of file +```