Skip to content

Commit

Permalink
build(ag-trade): add cosmjs deps for smartWallet
Browse files Browse the repository at this point in the history
NOTE: using the exact versions from finquick worked,
but just doing `yarn add X` for these packages resulted
in

RemoteTypeError(error:captp:Endo#20001)#1: Cannot assign to read only
property 'constructor' of object '[object Object]'

and I couldn't find any more stack info
  • Loading branch information
dckc committed Jan 16, 2024
1 parent a2ee99b commit 500adbb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/ag-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@
"test:xs": "exit 0"
},
"dependencies": {
"@endo/far": "^1.0.1"
"@agoric/cosmic-proto": "^0.3.0",
"@cosmjs/crypto": "^0.31.3",
"@cosmjs/encoding": "^0.31.3",
"@cosmjs/proto-signing": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@endo/far": "^0.2.21",
"@endo/marshal": "^1.0.1"
},
"devDependencies": {
"@endo/init": "^1.0.1",
Expand Down

0 comments on commit 500adbb

Please sign in to comment.