@@ -90,7 +90,7 @@ export const PAYLOAD_OPTIONS = [
9090 repos : [ "balancer/multisig-ops" ] ,
9191 branchNamePlaceholder : "feature/add-reward-to-gauge" ,
9292 prNamePlaceholder : "Add Reward to Gauge XYZ" ,
93- prTypePath : "MaxiOps/add_rewards/[chain] /" ,
93+ prTypePath : "OmniAutoOps /" ,
9494 } ,
9595 {
9696 href : "/payload-builder/set-reward-distributor-to-gauge" ,
@@ -103,7 +103,7 @@ export const PAYLOAD_OPTIONS = [
103103 repos : [ "balancer/multisig-ops" ] ,
104104 branchNamePlaceholder : "feature/set-reward-distributor-to-gauge" ,
105105 prNamePlaceholder : "Set Reward Distributor to Gauge XYZ" ,
106- prTypePath : "MaxiOps/set_rewards/[chain] /" ,
106+ prTypePath : "OmniAutoOps /" ,
107107 } ,
108108 {
109109 href : "/payload-builder/cctp-bridge" ,
@@ -115,7 +115,7 @@ export const PAYLOAD_OPTIONS = [
115115 repos : [ "balancer/multisig-ops" ] ,
116116 branchNamePlaceholder : "feature/cctp-bridge-setup" ,
117117 prNamePlaceholder : "Set Up CCTP Bridge for Network XYZ" ,
118- prTypePath : "MaxiOps/CCTP_Bridge /" ,
118+ prTypePath : "OmniAutoOps /" ,
119119 } ,
120120 {
121121 href : "/payload-builder/fee-setter" ,
@@ -128,7 +128,7 @@ export const PAYLOAD_OPTIONS = [
128128 repos : [ "balancer/multisig-ops" ] ,
129129 branchNamePlaceholder : "feature/set-swapfee" ,
130130 prNamePlaceholder : "Set Swap Fee on Pool XYZ" ,
131- prTypePath : "MaxiOps/PoolParameterChanges/PoolSwapFeeChanges /" ,
131+ prTypePath : "OmniAutoOps /" ,
132132 } ,
133133 {
134134 href : "/payload-builder/fee-setter-v3" ,
@@ -141,7 +141,7 @@ export const PAYLOAD_OPTIONS = [
141141 repos : [ "balancer/multisig-ops" ] ,
142142 branchNamePlaceholder : "feature/set-swapfee-v3" ,
143143 prNamePlaceholder : "Set Swap Fee on Pool XYZ" ,
144- prTypePath : "MaxiOps/PoolParameterChanges/PoolSwapFeeChanges /" ,
144+ prTypePath : "OmniAutoOps /" ,
145145 } ,
146146 {
147147 href : "/payload-builder/protocol-fee-setter-v3" ,
@@ -154,7 +154,7 @@ export const PAYLOAD_OPTIONS = [
154154 repos : [ "balancer/multisig-ops" ] ,
155155 branchNamePlaceholder : "feature/set-protocol-fee-v3" ,
156156 prNamePlaceholder : "Set Protocol Fee on Pool XYZ" ,
157- prTypePath : "MaxiOps/PoolParameterChanges/ProtocolFeeChanges /" ,
157+ prTypePath : "OmniAutoOps /" ,
158158 } ,
159159 {
160160 href : "/payload-builder/injector-configurator" ,
@@ -166,7 +166,7 @@ export const PAYLOAD_OPTIONS = [
166166 repos : [ "balancer/multisig-ops" ] ,
167167 branchNamePlaceholder : "feature/set-injector" ,
168168 prNamePlaceholder : "Program rewards injector XYZ" ,
169- prTypePath : "MaxiOps/injectorScheduling/[chain] /" ,
169+ prTypePath : "OmniAutoOps /" ,
170170 } ,
171171 {
172172 href : "/payload-builder/initialize-buffer" ,
@@ -216,7 +216,7 @@ export const PAYLOAD_OPTIONS = [
216216 repos : [ "balancer/multisig-ops" ] ,
217217 branchNamePlaceholder : "feature/stablesurge-config" ,
218218 prNamePlaceholder : "Configure StableSurge on Pool XYZ" ,
219- prTypePath : "MaxiOps/PoolParameterChanges/PoolStableSurgeParams /" ,
219+ prTypePath : "OmniAutoOps /" ,
220220 } ,
221221 {
222222 href : "/hooks/mev-capture" ,
@@ -229,7 +229,7 @@ export const PAYLOAD_OPTIONS = [
229229 repos : [ "balancer/multisig-ops" ] ,
230230 branchNamePlaceholder : "feature/mevcapture-config" ,
231231 prNamePlaceholder : "Configure MEV Capture on Pool XYZ" ,
232- prTypePath : "MaxiOps/PoolParameterChanges/PoolMevHookParams /" ,
232+ prTypePath : "OmniAutoOps /" ,
233233 } ,
234234 {
235235 href : "/payload-builder/amp-factor-update-v2" ,
@@ -242,7 +242,7 @@ export const PAYLOAD_OPTIONS = [
242242 repos : [ "balancer/multisig-ops" ] ,
243243 branchNamePlaceholder : "feature/amp-factor-update" ,
244244 prNamePlaceholder : "Configure Amp Update on Pool XYZ" ,
245- prTypePath : "MaxiOps/PoolParameterChanges/PoolAmpChanges /" ,
245+ prTypePath : "OmniAutoOps /" ,
246246 } ,
247247 {
248248 href : "/payload-builder/amp-factor-update-v3" ,
@@ -255,7 +255,7 @@ export const PAYLOAD_OPTIONS = [
255255 repos : [ "balancer/multisig-ops" ] ,
256256 branchNamePlaceholder : "feature/amp-factor-update" ,
257257 prNamePlaceholder : "Configure Amp Update on Pool XYZ" ,
258- prTypePath : "MaxiOps/PoolParameterChanges/PoolAmpChanges /" ,
258+ prTypePath : "OmniAutoOps /" ,
259259 } ,
260260 {
261261 href : "/payload-builder/emergency" ,
@@ -267,7 +267,7 @@ export const PAYLOAD_OPTIONS = [
267267 repos : [ "balancer/multisig-ops" ] ,
268268 branchNamePlaceholder : "feature/emergency-payload" ,
269269 prNamePlaceholder : "Create emergency payload for pool XYZ" ,
270- prTypePath : "MaxiOps/Emergency-Multisigs /" ,
270+ prTypePath : "OmniAutoOps /" ,
271271 } ,
272272 {
273273 href : "/payload-builder/composer" ,
@@ -279,7 +279,7 @@ export const PAYLOAD_OPTIONS = [
279279 repos : [ "balancer/multisig-ops" ] ,
280280 branchNamePlaceholder : "feature/combined-operations" ,
281281 prNamePlaceholder : "Combined Operations" ,
282- prTypePath : "MaxiOps/CompositePayloads /" ,
282+ prTypePath : "OmniAutoOps /" ,
283283 } ,
284284 {
285285 href : "/payload-builder/reclamm" ,
@@ -291,7 +291,7 @@ export const PAYLOAD_OPTIONS = [
291291 repos : [ "balancer/multisig-ops" ] ,
292292 branchNamePlaceholder : "feature/reclamm-config" ,
293293 prNamePlaceholder : "Configure ReCLAMM parameters for pool XYZ" ,
294- prTypePath : "MaxiOps/PoolParameterChanges/ReClammParams /" ,
294+ prTypePath : "OmniAutoOps /" ,
295295 } ,
296296 {
297297 href : "/payload-builder/spark-psm" ,
@@ -303,7 +303,7 @@ export const PAYLOAD_OPTIONS = [
303303 repos : [ "balancer/multisig-ops" ] ,
304304 branchNamePlaceholder : "feature/spark-psm" ,
305305 prNamePlaceholder : "Spark PSM USDC/sUSDS Swap" ,
306- prTypePath : "MaxiOps/SparkPSM /" ,
306+ prTypePath : "OmniAutoOps /" ,
307307 } ,
308308] ;
309309
0 commit comments