From d60d8d9bbc6be750da6045a30baa68ca8e9cdd45 Mon Sep 17 00:00:00 2001 From: mpw Date: Wed, 2 Aug 2023 16:18:52 -0300 Subject: [PATCH 1/2] update hub credits default credit sheet --- charts/hub-credits/Chart.yaml | 2 +- charts/hub-credits/values.yaml | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/charts/hub-credits/Chart.yaml b/charts/hub-credits/Chart.yaml index a991efc..0358d5b 100644 --- a/charts/hub-credits/Chart.yaml +++ b/charts/hub-credits/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.8.1 +version: 0.8.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hub-credits/values.yaml b/charts/hub-credits/values.yaml index a312fca..0baa360 100644 --- a/charts/hub-credits/values.yaml +++ b/charts/hub-credits/values.yaml @@ -102,6 +102,10 @@ creditSheet: |- solana = 5 polygon = 2 + [Mint] + solana = 5 + polygon = 2 + [CreateDrop] solana = 5 polygon = 3 @@ -111,8 +115,8 @@ creditSheet: |- polygon = 0 [TransferAsset] - solana = 5 - polygon = 2 + solana = 1 + polygon = 1 [CreateWallet] solana = 5 @@ -122,6 +126,18 @@ creditSheet: |- solana = 0 polygon = 0 + [CreateCollection] + solana = 5 + polygon = 0 + + [MintCompressed] + solana = 1 + polygon = 0 + + [RetryCollection] + solana = 0 + polygon = 0 + environment: logLevel: "info" port: "3000" From 99db1b762be1fac4b0b625c6af9fef40cd4b3c9c Mon Sep 17 00:00:00 2001 From: mpw Date: Wed, 2 Aug 2023 19:21:06 -0300 Subject: [PATCH 2/2] update transferAsset value --- charts/hub-credits/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/hub-credits/values.yaml b/charts/hub-credits/values.yaml index 0baa360..66d1fff 100644 --- a/charts/hub-credits/values.yaml +++ b/charts/hub-credits/values.yaml @@ -115,8 +115,8 @@ creditSheet: |- polygon = 0 [TransferAsset] - solana = 1 - polygon = 1 + solana = 5 + polygon = 2 [CreateWallet] solana = 5