Skip to content

Commit

Permalink
fix: change the default wallet to dapp-svelte-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 7, 2020
1 parent f950400 commit 6722f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/lib/ag-solo/init-basedir.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import anylogger from 'anylogger';

const log = anylogger('ag-solo:init');

const DEFAULT_WALLET = '@agoric/dapp-react-wallet';
const DEFAULT_WALLET = '@agoric/dapp-svelte-wallet';

export default function initBasedir(
basedir,
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@agoric/swingset-vat": "^0.6.0",
"@agoric/tendermint": "^4.1.3",
"@agoric/transform-eventual-send": "^1.3.1",
"@agoric/dapp-react-wallet": "^0.2.7",
"@agoric/dapp-svelte-wallet": "^0.1.0",
"@agoric/weak-store": "^0.0.8",
"@agoric/zoe": "^0.7.0",
"agoric": "^0.7.0",
Expand Down

0 comments on commit 6722f23

Please sign in to comment.