diff --git a/packages/create-gator-app/src/lib/helpers/intro.ts b/packages/create-gator-app/src/lib/helpers/intro.ts
index ebee368..2e6f48d 100644
--- a/packages/create-gator-app/src/lib/helpers/intro.ts
+++ b/packages/create-gator-app/src/lib/helpers/intro.ts
@@ -32,20 +32,20 @@ export function displayIntro(): void {
**%@@@@@@@@%%%%%%%@@@%%%%%@@@@%+=*
%%%%%% @
- MᴇᴛᴀMᴀsᴋ Dᴇʟᴇɢᴀᴛɪᴏɴ Tᴏᴏʟᴋɪᴛ
+ MetaMask Smart Accounts Kit
`)
);
- console.log(chalk.cyan.bold("🦊 About MetaMask Delegation Toolkit:"));
+ console.log(chalk.cyan.bold("🦊 About MetaMask Smart Accounts Kit:"));
console.log(
chalk.cyan(`
┌─────────────────────────────────────────────────────────────┐
-│ The MetaMask Delegation Toolkit enables developers to │
-│ create frictionless experiences with granular permission │
-│ sharing. It provides instant onboarding, new web3 │
-│ experiences, and uninterrupted user journeys. │
+│ The MetaMask Smart Accounts Kit enables developers to │
+│ create and interact with MetaMask Smart Accounts, unlocking │
+│ new programmable account behaviors and granular permission │
+│ sharing. │
└─────────────────────────────────────────────────────────────┘`)
);
}
diff --git a/packages/create-gator-app/src/lib/helpers/outro.ts b/packages/create-gator-app/src/lib/helpers/outro.ts
index 10a5c1f..ad2d68b 100644
--- a/packages/create-gator-app/src/lib/helpers/outro.ts
+++ b/packages/create-gator-app/src/lib/helpers/outro.ts
@@ -36,9 +36,9 @@ export const displayOutro = (options: IBuilderOptions) => {
console.log(chalk.cyan("\n📚 Documentation:"));
console.log(
chalk.white(
- " • Learn more about Delegation toolkit: https://docs.metamask.io/delegation-toolkit"
+ " • Learn more about MetaMask Smart Accounts Kit: https://docs.metamask.io/smart-accounts-kit"
)
);
- console.log(chalk.green("\n🦊 Happy building with Delegation toolkit! 🦊"));
+ console.log(chalk.green("\n🦊 Happy building with MetaMask Smart Accounts Kit! 🦊"));
};
diff --git a/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/package.json b/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/package.json
index d09b85f..7880650 100644
--- a/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/package.json
+++ b/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/package.json
@@ -9,11 +9,11 @@
"lint": "next lint"
},
"dependencies": {
- "@metamask/smart-accounts-kit": "^0.2.0",
+ "@metamask/smart-accounts-kit": "^0.3.0",
"@tailwindcss/postcss": "^4.1.1",
"@tanstack/react-query": "^5.90.7",
"lucide-react": "^0.487.0",
- "next": "15.4.8",
+ "next": "15.4.10",
"permissionless": "^0.2.46",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@@ -27,7 +27,7 @@
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
- "eslint-config-next": "15.4.8",
+ "eslint-config-next": "15.4.10",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.1",
"typescript": "^5"
diff --git a/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/src/components/Steps.tsx b/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/src/components/Steps.tsx
index 0fa6c42..a1cb494 100644
--- a/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/src/components/Steps.tsx
+++ b/packages/create-gator-app/templates/nextjs/advanced-permissions-starter/src/components/Steps.tsx
@@ -84,7 +84,7 @@ export default function Steps() {
key and save it in the session storage. In production explore all other
signers supported by the
- The MetaMask smart contract account that grants authority. This will
+ The MetaMask smart account that grants authority. This will
be deployed on-chain, just in time for redeeming the delegation.
- The MetaMask smart contract account that receives the delegation.
+ The MetaMask smart account that receives the delegation.
Initially this will be counterfactual (not deployed on-chain), until
it is deployed by submitting a user operation.
- The delegator must specify sufficient caveats to limit the authority
+ The delegator must specify delegation scopes to limit the authority
being granted to the delegate.{" "}
- See how to restrict the delegation
+ See how to use delegation scopes
.
- The MetaMask smart contract account that grants authority. This will + The MetaMask smart account that grants authority. This will be deployed on-chain, just in time for redeeming the delegation.
-- The MetaMask smart contract account that receives the delegation. + The MetaMask smart account that receives the delegation. Initially this will be counterfactual (not deployed on-chain), until it is deployed by submitting a user operation.
-