@@ -12,7 +12,7 @@ export const IStakingABI = [
1212 ] ,
1313 name : "addProxy" ,
1414 outputs : [ ] ,
15- stateMutability : "nonpayable " ,
15+ stateMutability : "payable " ,
1616 type : "function" ,
1717 } ,
1818 {
@@ -43,7 +43,7 @@ export const IStakingABI = [
4343 ] ,
4444 name : "removeProxy" ,
4545 outputs : [ ] ,
46- stateMutability : "nonpayable " ,
46+ stateMutability : "payable " ,
4747 type : "function" ,
4848 } ,
4949 {
@@ -95,7 +95,7 @@ export const IStakingABI = [
9595 ] ,
9696 name : "removeStake" ,
9797 outputs : [ ] ,
98- stateMutability : "nonpayable " ,
98+ stateMutability : "payable " ,
9999 type : "function" ,
100100 } ,
101101] ;
@@ -111,7 +111,7 @@ export const IStakingV2ABI = [
111111 ] ,
112112 "name" : "addProxy" ,
113113 "outputs" : [ ] ,
114- "stateMutability" : "nonpayable " ,
114+ "stateMutability" : "payable " ,
115115 "type" : "function"
116116 } ,
117117 {
@@ -275,7 +275,7 @@ export const IStakingV2ABI = [
275275 ] ,
276276 "name" : "removeProxy" ,
277277 "outputs" : [ ] ,
278- "stateMutability" : "nonpayable " ,
278+ "stateMutability" : "payable " ,
279279 "type" : "function"
280280 } ,
281281 {
@@ -298,7 +298,7 @@ export const IStakingV2ABI = [
298298 ] ,
299299 "name" : "removeStake" ,
300300 "outputs" : [ ] ,
301- "stateMutability" : "nonpayable " ,
301+ "stateMutability" : "payable " ,
302302 "type" : "function"
303303 } ,
304304 {
@@ -331,7 +331,7 @@ export const IStakingV2ABI = [
331331 ] ,
332332 "name" : "addStakeLimit" ,
333333 "outputs" : [ ] ,
334- "stateMutability" : "nonpayable " ,
334+ "stateMutability" : "payable " ,
335335 "type" : "function"
336336 } ,
337337 {
@@ -364,7 +364,7 @@ export const IStakingV2ABI = [
364364 ] ,
365365 "name" : "removeStakeLimit" ,
366366 "outputs" : [ ] ,
367- "stateMutability" : "nonpayable " ,
367+ "stateMutability" : "payable " ,
368368 "type" : "function"
369369 } ,
370370 {
@@ -382,7 +382,7 @@ export const IStakingV2ABI = [
382382 ] ,
383383 "name" : "removeStakeFull" ,
384384 "outputs" : [ ] ,
385- "stateMutability" : "nonpayable " ,
385+ "stateMutability" : "payable " ,
386386 "type" : "function"
387387 } ,
388388 {
@@ -405,7 +405,7 @@ export const IStakingV2ABI = [
405405 ] ,
406406 "name" : "removeStakeFullLimit" ,
407407 "outputs" : [ ] ,
408- "stateMutability" : "nonpayable " ,
408+ "stateMutability" : "payable " ,
409409 "type" : "function"
410410 } ,
411411 {
@@ -428,7 +428,7 @@ export const IStakingV2ABI = [
428428 ] ,
429429 "name" : "burnAlpha" ,
430430 "outputs" : [ ] ,
431- "stateMutability" : "nonpayable " ,
431+ "stateMutability" : "payable " ,
432432 "type" : "function"
433433 }
434434] ;
0 commit comments