From bd58c7dd5e021fe1dd40f6d721d13bb6114993b8 Mon Sep 17 00:00:00 2001 From: JeremyParish69 <95667791+JeremyParish69@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:36:08 -0700 Subject: [PATCH] Update registration.md --- 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 e6fbb34bc..0c23728cd 100644 --- a/docs/overview/integrate/registration.md +++ b/docs/overview/integrate/registration.md @@ -186,6 +186,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 @@ -462,4 +463,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 +```