@@ -69,12 +69,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
69
69
contractInstance : fuseFeeDistributor ,
70
70
functionName : "_setCErc20DelegateExtensions" ,
71
71
args : [ erc20Del . address as Address , [ erc20Del . address as Address , cTokenFirstExtension . address as Address ] ] ,
72
- description : "Set CErc20Delegate Extensions" ,
73
- walletClient,
74
- inputs : [
75
- { internalType : "address" , name : "cErc20Delegate" , type : "address" } ,
76
- { internalType : "address[]" , name : "extensions" , type : "address[]" }
77
- ]
72
+ description : "Set CErc20Delegate Extensions"
78
73
} ) ;
79
74
} else {
80
75
tx = await fuseFeeDistributor . write . _setCErc20DelegateExtensions ( [
@@ -94,13 +89,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
94
89
contractInstance : fuseFeeDistributor ,
95
90
functionName : "_setLatestCErc20Delegate" ,
96
91
args : [ 1 , erc20Del . address as Address , becomeImplementationData ] ,
97
- description : "Set Latest CErc20Delegate" ,
98
- walletClient,
99
- inputs : [
100
- { internalType : "uint8" , name : "delegateType" , type : "uint8" } ,
101
- { internalType : "address" , name : "newImplementation" , type : "address" } ,
102
- { internalType : "bytes" , name : "becomeImplementationData" , type : "bytes" }
103
- ]
92
+ description : "Set Latest CErc20Delegate"
104
93
} ) ;
105
94
} else {
106
95
tx = await fuseFeeDistributor . write . _setLatestCErc20Delegate ( [
@@ -130,12 +119,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
130
119
erc20PluginDel . address as Address ,
131
120
[ erc20PluginDel . address as Address , cTokenFirstExtension . address as Address ]
132
121
] ,
133
- description : "Set CErc20PluginDelegate Extensions" ,
134
- walletClient,
135
- inputs : [
136
- { internalType : "address" , name : "cErc20Delegate" , type : "address" } ,
137
- { internalType : "address[]" , name : "extensions" , type : "address[]" }
138
- ]
122
+ description : "Set CErc20PluginDelegate Extensions"
139
123
} ) ;
140
124
} else {
141
125
tx = await fuseFeeDistributor . write . _setCErc20DelegateExtensions ( [
@@ -156,13 +140,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
156
140
contractInstance : fuseFeeDistributor ,
157
141
functionName : "_setLatestCErc20Delegate" ,
158
142
args : [ 2 , erc20PluginDel . address as Address , becomeImplementationData ] ,
159
- description : "Set Latest CErc20PluginDelegate" ,
160
- walletClient,
161
- inputs : [
162
- { internalType : "uint8" , name : "delegateType" , type : "uint8" } ,
163
- { internalType : "address" , name : "newImplementation" , type : "address" } ,
164
- { internalType : "bytes" , name : "becomeImplementationData" , type : "bytes" }
165
- ]
143
+ description : "Set Latest CErc20PluginDelegate"
166
144
} ) ;
167
145
} else {
168
146
tx = await fuseFeeDistributor . write . _setLatestCErc20Delegate ( [
@@ -194,12 +172,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
194
172
erc20RewardsDel . address as Address ,
195
173
[ erc20RewardsDel . address as Address , cTokenFirstExtension . address as Address ]
196
174
] ,
197
- description : "Set CErc20RewardsDelegate Extensions" ,
198
- walletClient,
199
- inputs : [
200
- { internalType : "address" , name : "cErc20Delegate" , type : "address" } ,
201
- { internalType : "address[]" , name : "extensions" , type : "address[]" }
202
- ]
175
+ description : "Set CErc20RewardsDelegate Extensions"
203
176
} ) ;
204
177
} else {
205
178
tx = await fuseFeeDistributor . write . _setCErc20DelegateExtensions ( [
@@ -219,13 +192,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
219
192
contractInstance : fuseFeeDistributor ,
220
193
functionName : "_setLatestCErc20Delegate" ,
221
194
args : [ 3 , erc20RewardsDel . address as Address , becomeImplementationData ] ,
222
- description : "Set Latest CErc20RewardsDelegate" ,
223
- walletClient,
224
- inputs : [
225
- { internalType : "uint8" , name : "delegateType" , type : "uint8" } ,
226
- { internalType : "address" , name : "newImplementation" , type : "address" } ,
227
- { internalType : "bytes" , name : "becomeImplementationData" , type : "bytes" }
228
- ]
195
+ description : "Set Latest CErc20RewardsDelegate"
229
196
} ) ;
230
197
} else {
231
198
tx = await fuseFeeDistributor . write . _setLatestCErc20Delegate ( [
@@ -260,12 +227,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
260
227
erc20PluginRewardsDel . address as Address ,
261
228
[ erc20PluginRewardsDel . address as Address , cTokenFirstExtension . address as Address ]
262
229
] ,
263
- description : "Set CErc20PluginRewardsDelegate Extensions" ,
264
- walletClient,
265
- inputs : [
266
- { internalType : "address" , name : "cErc20Delegate" , type : "address" } ,
267
- { internalType : "address[]" , name : "extensions" , type : "address[]" }
268
- ]
230
+ description : "Set CErc20PluginRewardsDelegate Extensions"
269
231
} ) ;
270
232
} else {
271
233
tx = await fuseFeeDistributor . write . _setCErc20DelegateExtensions ( [
@@ -288,13 +250,7 @@ const func: DeployFunction = async ({ viem, getNamedAccounts, deployments }) =>
288
250
contractInstance : fuseFeeDistributor ,
289
251
functionName : "_setLatestCErc20Delegate" ,
290
252
args : [ 4 , erc20PluginRewardsDel . address as Address , becomeImplementationData ] ,
291
- description : "Set Latest CErc20PluginRewardsDelegate" ,
292
- walletClient,
293
- inputs : [
294
- { internalType : "uint8" , name : "delegateType" , type : "uint8" } ,
295
- { internalType : "address" , name : "newImplementation" , type : "address" } ,
296
- { internalType : "bytes" , name : "becomeImplementationData" , type : "bytes" }
297
- ]
253
+ description : "Set Latest CErc20PluginRewardsDelegate"
298
254
} ) ;
299
255
} else {
300
256
tx = await fuseFeeDistributor . write . _setLatestCErc20Delegate ( [
0 commit comments