File tree 3 files changed +541
-1039
lines changed 3 files changed +541
-1039
lines changed Original file line number Diff line number Diff line change 96
96
"@agoric/xsnap" : " portal:../packages/xsnap" ,
97
97
"@agoric/xsnap-lockdown" : " portal:../packages/xsnap-lockdown" ,
98
98
"@agoric/zoe" : " portal:../packages/zoe" ,
99
- "@agoric/zone" : " portal:../packages/zone"
99
+ "@agoric/zone" : " portal:../packages/zone" ,
100
+ "@cosmjs/proto-signing" : " 0.33.0" ,
101
+ "@cosmjs/stargate" : " ^0.33.0"
100
102
},
101
103
"license" : " Apache-2.0"
102
104
}
Original file line number Diff line number Diff line change @@ -498,7 +498,6 @@ export const osmosisSwapTools = async t => {
498
498
tokensAmount : string = '1000000' ,
499
499
) => {
500
500
const clientRegistry = osmosisClient . registry ;
501
- //@ts -expect-error multiple instances of the same package
502
501
osmosis . gamm . poolmodels . balancer . v1beta1 . load ( clientRegistry ) ;
503
502
504
503
const MsgCreateBalancerPool =
You can’t perform that action at this time.
0 commit comments