File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lum-network/sdk-javascript" ,
3
- "version" : " 0.7.10 " ,
3
+ "version" : " 0.7.11 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"description" : " Javascript SDK library for NodeJS and Web browsers to interact with the Lum Network." ,
6
6
"homepage" : " https://github.com/lum-network/sdk-javascript#readme" ,
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ import { MsgTransfer } from '../codec/ibc/applications/transfer/v1/tx';
38
38
39
39
import { MsgClaimBeam , MsgOpenBeam , MsgUpdateBeam } from '../codec/beam/tx' ;
40
40
import { MsgDeposit as MsgDepositDfract } from '../codec/dfract/tx' ;
41
+ import { WithdrawAndMintProposal } from '../codec/dfract/proposal' ;
41
42
42
43
const registryTypes : Iterable < [ string , GeneratedType ] > = [
43
44
[ '/cosmos.auth.v1beta1.BaseAccount' , BaseAccount ] ,
@@ -104,6 +105,7 @@ const registryTypes: Iterable<[string, GeneratedType]> = [
104
105
[ '/lum.network.beam.MsgUpdateBeam' , MsgUpdateBeam ] ,
105
106
[ '/lum.network.beam.MsgClaimBeam' , MsgClaimBeam ] ,
106
107
[ '/lum.network.dfract.MsgDeposit' , MsgDepositDfract ] ,
108
+ [ '/lum.network.dfract.WithdrawAndMintProposal' , WithdrawAndMintProposal ] ,
107
109
] ;
108
110
109
111
class ExtendedRegistry extends Registry {
You can’t perform that action at this time.
0 commit comments