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..66d1fff 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 @@ -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"