@visualizevalue/mint-app-base 0.1.83 → 0.1.85

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/app.config.ts CHANGED
@@ -9,13 +9,13 @@ export default defineAppConfig({
9
9
  address: '0x32b8ffa14e7f77c252b6d43bec5498fcef2b205f',
10
10
  description: 'Allows using P5 scripts as the artifact content'
11
11
  },
12
- // {
13
- // component: 'Animation',
14
- // name: 'Animation Renderer',
15
- // version: 1n,
16
- // address: '', // TODO: Deploy...
17
- // description: 'Allows linking to both an image and an animation url'
18
- // },
12
+ {
13
+ component: 'Animation',
14
+ name: 'Animation Renderer',
15
+ version: 1n,
16
+ address: '0xcb681409046e45e6187ec2205498e4adbe19749c',
17
+ description: 'Allows linking to both an image and an animation url'
18
+ },
19
19
  ],
20
20
  // Sepolia
21
21
  11155111: [
@@ -2,7 +2,7 @@ export const useSubdomain = () => useState<string|null>('subdomain', () => null)
2
2
 
3
3
  export const useArtistScope = () => {
4
4
  const subdomain = useSubdomain()
5
- const creatorAddress = useRuntimeConfig().public.creatorAddress
5
+ const creatorAddress = useRuntimeConfig().public.creatorAddress?.toLowerCase()
6
6
 
7
7
  return creatorAddress || subdomain.value
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {