Skip to content

Commit cbbaa44

Browse files
committed
fix denoms for ibc chain
1 parent 1a51a6f commit cbbaa44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testutil/ibc/chain.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func NewTestChainWithValSet(tb testing.TB, isEVM bool, coord *Coordinator, chain
156156
Description: "",
157157
DenomUnits: []*banktypes.DenomUnit{
158158
{
159-
Denom: types.DefaultEVMExtendedDenom,
159+
Denom: types.DefaultEVMDenom,
160160
Exponent: 0,
161161
Aliases: nil,
162162
},
@@ -166,7 +166,7 @@ func NewTestChainWithValSet(tb testing.TB, isEVM bool, coord *Coordinator, chain
166166
Aliases: nil,
167167
},
168168
},
169-
Base: types.DefaultEVMExtendedDenom,
169+
Base: types.DefaultEVMDenom,
170170
Display: types.DefaultEVMDisplayDenom,
171171
Name: types.DefaultEVMDenom,
172172
Symbol: types.DefaultEVMDenom,

0 commit comments

Comments
 (0)