File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import { MsgTransfer } from '../codec/ibc/applications/transfer/v1/tx';
3838
3939import { MsgClaimBeam , MsgOpenBeam , MsgUpdateBeam } from '../codec/beam/tx' ;
4040import { MsgDeposit as MsgDepositDfract } from '../codec/dfract/tx' ;
41+ import { WithdrawAndMintProposal } from '../codec/dfract/proposal' ;
4142
4243const registryTypes : Iterable < [ string , GeneratedType ] > = [
4344 [ '/cosmos.auth.v1beta1.BaseAccount' , BaseAccount ] ,
@@ -104,6 +105,7 @@ const registryTypes: Iterable<[string, GeneratedType]> = [
104105 [ '/lum.network.beam.MsgUpdateBeam' , MsgUpdateBeam ] ,
105106 [ '/lum.network.beam.MsgClaimBeam' , MsgClaimBeam ] ,
106107 [ '/lum.network.dfract.MsgDeposit' , MsgDepositDfract ] ,
108+ [ '/lum.network.dfract.WithdrawAndMintProposal' , WithdrawAndMintProposal ] ,
107109] ;
108110
109111class ExtendedRegistry extends Registry {
You can’t perform that action at this time.
0 commit comments