@visualizevalue/mint-app-base 0.1.94 → 0.1.95

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.
@@ -67,7 +67,7 @@ const { price, displayPrice } = useMintPrice(mintCount)
67
67
  const mintRequest = computed(() => async () => {
68
68
  const count = BigInt(props.mintCount)
69
69
 
70
- const priceWithBlockBuffer = price.value * 105n / 100n
70
+ const priceWithBlockBuffer = price.value * 110n / 100n
71
71
 
72
72
  return writeContract($wagmi, {
73
73
  abi: MINT_ABI,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.94",
3
+ "version": "0.1.95",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {