Skip to content

Commit

Permalink
chore: rm port
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Dec 31, 2024
1 parent 9c7360f commit a784c94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/apps/auth-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auth-sample",
"scripts": {
"dev": "next dev -p 3001",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/openapi-clients/src/backend-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2547,8 +2547,8 @@
},
"accountType": {
"type": "string",
"description": "The type of smart account that will be created (e.g. ERC6551V1, ManagedV5, UpgradeableV5, ZKSyncUpgradeableV1). Defaults to UpgradeableV5.",
"example": "UpgradeableV5"
"description": "The type of smart account that will be created (e.g. ERC6551V1, UpgradeableV6, UpgradeableV5, ZKSyncUpgradeableV1). Defaults to UpgradeableV6.",
"example": "UpgradeableV6"
},
"defaultGuardian": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface CreateAccountRequest {
*/
'externalOwnerAddress'?: string;
/**
* The type of smart account that will be created (e.g. ERC6551V1, ManagedV5, UpgradeableV5, ZKSyncUpgradeableV1). Defaults to UpgradeableV5.
* The type of smart account that will be created (e.g. ERC6551V1, UpgradeableV6, UpgradeableV5, ZKSyncUpgradeableV1). Defaults to UpgradeableV6.
* @type {string}
* @memberof CreateAccountRequest
*/
Expand Down

0 comments on commit a784c94

Please sign in to comment.