Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(keeps): set mintingTool to kidlisp.com

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+5 -5
+1 -1
system/netlify/functions/keep-mint.mjs
··· 964 964 creators: creatorsArray, 965 965 royalties, // v4: Add royalty configuration 966 966 rights: "© All rights reserved", 967 - mintingTool: "https://aesthetic.computer", 967 + mintingTool: "https://kidlisp.com", 968 968 formats: [{ 969 969 uri: artifactUri, 970 970 mimeType: "text/html",
+1 -1
system/netlify/functions/keep-update.mjs
··· 377 377 creators: creatorsArray, // Wallet address for on-chain attribution 378 378 royalties, // v4: Preserve royalty on metadata update 379 379 rights: "© All rights reserved", 380 - mintingTool: "https://aesthetic.computer", 380 + mintingTool: "https://kidlisp.com", 381 381 formats: [{ 382 382 uri: artifactUri, 383 383 mimeType: "text/html",
+3 -3
tezos/keeps.mjs
··· 945 945 minter: authorHandle || credentials.address, 946 946 creators: creatorsArray, 947 947 rights: '© All rights reserved', 948 - mintingTool: 'https://aesthetic.computer', 948 + mintingTool: 'https://kidlisp.com', 949 949 formats: [{ 950 950 uri: artifactUri, 951 951 mimeType: 'text/html', ··· 1190 1190 minter: authorHandle || credentials.address, 1191 1191 creators: creatorsArray, 1192 1192 rights: '© All rights reserved', 1193 - mintingTool: 'https://aesthetic.computer', 1193 + mintingTool: 'https://kidlisp.com', 1194 1194 formats: [{ 1195 1195 uri: artifactUri, 1196 1196 mimeType: 'text/html', ··· 1453 1453 minter: '@aesthetic', 1454 1454 creators: creatorsArray, 1455 1455 rights: '© All rights reserved', 1456 - mintingTool: 'https://aesthetic.computer', 1456 + mintingTool: 'https://kidlisp.com', 1457 1457 formats: [{ 1458 1458 uri: artifactUri, 1459 1459 mimeType: 'text/html',