Skip to content

Commit 0e615a5

Browse files
committed
fix: address conflicts on @cosmjs/proto-signing
1 parent 8dfdf3c commit 0e615a5

File tree

3 files changed

+541
-1039
lines changed

3 files changed

+541
-1039
lines changed

multichain-testing/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@
9696
"@agoric/xsnap": "portal:../packages/xsnap",
9797
"@agoric/xsnap-lockdown": "portal:../packages/xsnap-lockdown",
9898
"@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"
100102
},
101103
"license": "Apache-2.0"
102104
}

multichain-testing/test/xcs-swap-anything/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,6 @@ export const osmosisSwapTools = async t => {
498498
tokensAmount: string = '1000000',
499499
) => {
500500
const clientRegistry = osmosisClient.registry;
501-
//@ts-expect-error multiple instances of the same package
502501
osmosis.gamm.poolmodels.balancer.v1beta1.load(clientRegistry);
503502

504503
const MsgCreateBalancerPool =

0 commit comments

Comments
 (0)