@visualizevalue/mint-app-base 0.1.83 → 0.1.84

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.
Files changed (2) hide show
  1. package/app.config.ts +7 -7
  2. package/package.json +1 -1
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: [
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.84",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {