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

 - buid(ag-trade): add @endo/far for caplets
  • Loading branch information
dckc committed Jan 17, 2024
1 parent 2bf1520 commit 96d6453
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/ag-trade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@
"test:c8": "c8 $C8_OPTIONS ava --config=ava-nesm.config.js",
"test:xs": "exit 0"
},
"dependencies": {},
"dependencies": {
"@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",
"@endo/lockdown": "^1.0.1",
Expand Down

0 comments on commit 96d6453

Please sign in to comment.