@visualizevalue/mint-app-base 0.1.84 → 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.
@@ -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.84",
3
+ "version": "0.1.85",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {