Skip to content

Commit

Permalink
Update Registration for note about Keplr features (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Jan 11, 2024
1 parent 32e1cc0 commit 34fc64d
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 @@ -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
Expand Down Expand Up @@ -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}',
},
```
```

1 comment on commit 34fc64d

@vercel
Copy link

@vercel vercel bot commented on 34fc64d Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.