File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff 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.2
21+ version : 0.8.3
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
Original file line number Diff line number Diff line change @@ -99,24 +99,23 @@ secrets:
9999
100100creditSheet : |-
101101 [MintEdition]
102- solana = 5
103- polygon = 2
102+ solana = 30
103+ polygon = 20
104104
105105 [Mint]
106- solana = 5
107- polygon = 2
106+ solana = 30
108107
109108 [CreateDrop]
110- solana = 5
111- polygon = 3
109+ solana = 25
110+ polygon = 25
112111
113112 [RetryMint]
114113 solana = 0
115114 polygon = 0
116115
117116 [TransferAsset]
118- solana = 5
119- polygon = 2
117+ solana = 10
118+ polygon = 10
120119
121120 [CreateWallet]
122121 solana = 5
@@ -127,15 +126,16 @@ creditSheet: |-
127126 polygon = 0
128127
129128 [CreateCollection]
130- solana = 5
131- polygon = 0
129+ solana = 25
132130
133131 [MintCompressed]
134132 solana = 1
135- polygon = 0
136133
137134 [RetryCollection]
138135 solana = 0
136+
137+ [UpdateMint]
138+ solana = 0
139139 polygon = 0
140140
141141environment :
You can’t perform that action at this time.
0 commit comments