Skip to content

Commit

Permalink
Update registration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Dec 12, 2023
1 parent 6f2fe6d commit bd58c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/overview/integrate/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}',
},
```
```

0 comments on commit bd58c7d

Please sign in to comment.