Skip to content

Commit f827e0d

Browse files
authored
Merge pull request #134 from holaplex/mpw/credits-sheet-update
Mpw/credits sheet update
2 parents 64fe04f + 99db1b7 commit f827e0d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

charts/hub-credits/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.8.1
21+
version: 0.8.2
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/hub-credits/values.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ creditSheet: |-
102102
solana = 5
103103
polygon = 2
104104
105+
[Mint]
106+
solana = 5
107+
polygon = 2
108+
105109
[CreateDrop]
106110
solana = 5
107111
polygon = 3
@@ -122,6 +126,18 @@ creditSheet: |-
122126
solana = 0
123127
polygon = 0
124128
129+
[CreateCollection]
130+
solana = 5
131+
polygon = 0
132+
133+
[MintCompressed]
134+
solana = 1
135+
polygon = 0
136+
137+
[RetryCollection]
138+
solana = 0
139+
polygon = 0
140+
125141
environment:
126142
logLevel: "info"
127143
port: "3000"

0 commit comments

Comments
 (0)