Skip to content

Commit 6efae1b

Browse files
committed
Merge remote-tracking branch 'origin/vlad/remove-app-options' into vlad/remove-app-options
2 parents 6ec0eea + 47d2ec9 commit 6efae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/v0.4.0_to_v0.5.0_UNRELEASED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Then, remove any reference of evmAppOptions being called:
169169
As the configs have been moved to state and genesis, you must include an UpgradeHandler if your chain does
170170
not satisfy the following conditions.
171171
1. Your EVM Denom set in the `x/vm` params must have `DenomMetadata` registered for it in `x/bank`.
172-
2. Your EVM Denom must have a display denom associated with in in the `DenomMetadata`.
172+
2. Your EVM Denom must have a display denom associated with it in `DenomMetadata`.
173173
1. The display denom for the EVM Denom must have an accurate decimal value (i.e. for `uatom`, `atom` must have a decimal value of 6.
174174
3. Your chain is an 18-decimal chain.
175175

0 commit comments

Comments
 (0)