create-sbc-app 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sbc-app",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Scaffold a new SBC App Kit project with one command.",
5
5
  "bin": {
6
6
  "create-sbc-app": "bin/cli.js"
@@ -606,7 +606,7 @@ async function getPermitSignature({
606
606
  };
607
607
 
608
608
  const signature = await walletClient.signTypedData({
609
- account: ownerChecksum,
609
+ account: walletClient.account!,
610
610
  domain,
611
611
  types,
612
612
  primaryType: 'Permit',