Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/create-typink/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const INK_VERSIONS_CHOICES = [
] as const;

export const LEGACY_NETWORKS = [
{ name: 'Pop Testnet', value: 'popTestnet', address: '12L4yRvLh5qWSgS5ty5X7gPoL5UjUTpQvM81jioo1L48gkS5' },
{
name: 'Aleph Zero Testnet',
value: 'alephZeroTestnet',
Expand All @@ -54,6 +55,7 @@ export const LEGACY_NETWORKS = [
] as const;

export const V6_NETWORKS = [
{ name: 'Pop Testnet', value: 'popTestnet', address: '0x73d678d38cd4b404223c4Ff8F0e7A5AF4beBA352' },
{ name: 'Passet Hub', value: 'passetHub', address: '0x87396fA7d7FcE9B3e4b11a733C98700968426c50' },
{ name: 'Kusama Asset Hub', value: 'kusamaAssetHub', address: '0xFf6A8342Ae4440D95BB5b9204a72f328c671b751' },
{ name: 'Westend Asset Hub', value: 'westendAssetHub', address: '0xA8237FBAC4387CBcc595757d9bA6DEA296332449' },
Expand Down
2 changes: 1 addition & 1 deletion packages/create-typink/src/utils/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const defaultOptions: BaseOptions = {
projectName: 'my-typink-app',
inkVersion: InkVersion.InkV6,
template: 'v6-nextjs',
networks: [],
networks: ['popTestnet'],
skipInstall: false,
pkgManager: { name: 'npm' },
noGit: false,
Expand Down
4 changes: 2 additions & 2 deletions packages/create-typink/templates/legacy-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedot": "^0.17.0",
"dedot": "0.17.1-next.9d03d21b.3",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"next-themes": "^0.4.6",
Expand All @@ -44,4 +44,4 @@
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/create-typink/templates/v6-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedot": "^0.17.0",
"dedot": "0.17.1-next.9d03d21b.3",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"next-themes": "^0.4.6",
Expand All @@ -44,4 +44,4 @@
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}
}
Loading