From bf392ccf3c1bb641be1338195e256546c7a617f3 Mon Sep 17 00:00:00 2001 From: Quentin Burg Date: Mon, 8 Jan 2024 09:29:36 +0100 Subject: [PATCH] :arrow_up: bump version of GS lib --- examples/nft/.env | 2 +- examples/nft/package-lock.json | 8 ++++---- examples/nft/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/nft/.env b/examples/nft/.env index 60e473d..bec07ee 100644 --- a/examples/nft/.env +++ b/examples/nft/.env @@ -1,6 +1,6 @@ PUBLIC_TZKT_API=https://api.ghostnet.tzkt.io PUBLIC_TEZOS_RPC=https://ghostnet.smartpy.io -PUBLIC_GAS_STATION_API=http://localhost:8000/operation +PUBLIC_GAS_STATION_API=http://localhost:8000 PUBLIC_PERMIT=KT1Re88VMEJ7TLHTkXSHQYZQTD3MP3k7j6Ar # GHOSTNET : KT199yuNkHQKpy331A6fvWJtQ1uan9uya2jx PUBLIC_STAKING_CONTRACT=KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq # GHOSTNET : KT1MLMXwFEMcfByGbGcQ9ow3nsrQCkLbcRAu PUBLIC_APP_BASE_URL=http://localhost:5173 diff --git a/examples/nft/package-lock.json b/examples/nft/package-lock.json index 0fd6d0e..e514360 100644 --- a/examples/nft/package-lock.json +++ b/examples/nft/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@airgap/beacon-sdk": "^4.0.4", "@esbuild-plugins/node-globals-polyfill": "^0.2.3", - "@marigold-dev/gas-station-lib": "^0.0.6", + "@marigold-dev/gas-station-lib": "^0.0.7", "@picocss/pico": "^1.5.10", "@taquito/beacon-wallet": "17.3.0", "@taquito/michel-codec": "17.3.0", @@ -602,9 +602,9 @@ } }, "node_modules/@marigold-dev/gas-station-lib": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@marigold-dev/gas-station-lib/-/gas-station-lib-0.0.6.tgz", - "integrity": "sha512-lXw7QPvRq+rvb2In7Ta56SzYwyBS8S0lk0f4hPgNawmZY5odkEo13m0AaZgNCzisE9CYUSWxhVj4BHnAbeGFaw==", + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@marigold-dev/gas-station-lib/-/gas-station-lib-0.0.7.tgz", + "integrity": "sha512-RLgm/pNVw9E2prLsMSV425N08P5a0hT6scIcv+PPO23MRZJ+1K6jEB0LFfYD3jvZgy+wzCAkVksl85wwIVVhQw==", "dependencies": { "@taquito/michel-codec": "17.3.0", "@taquito/rpc": "17.3.0", diff --git a/examples/nft/package.json b/examples/nft/package.json index d855517..80b20ad 100644 --- a/examples/nft/package.json +++ b/examples/nft/package.json @@ -21,7 +21,7 @@ }, "type": "module", "dependencies": { - "@marigold-dev/gas-station-lib": "^0.0.6", + "@marigold-dev/gas-station-lib": "^0.0.7", "@airgap/beacon-sdk": "^4.0.4", "@esbuild-plugins/node-globals-polyfill": "^0.2.3", "@picocss/pico": "^1.5.10",