@@ -4805,7 +4805,7 @@ export const contracts = {
48054805 { name : 'target-rate' , type : 'uint128' } ,
48064806 { name : 'stx-value-ratio' , type : 'uint128' } ,
48074807 { name : 'min-ustx-ratio' , type : 'uint128' } ,
4808- { name : 'early-unlock-signers ' , type : { buffer : { length : 683 } } } ,
4808+ { name : 'early-unlock-bytes ' , type : { buffer : { length : 683 } } } ,
48094809 { name : 'early-unlock-admin' , type : 'principal' } ,
48104810 {
48114811 name : 'allowlist' ,
@@ -4829,7 +4829,7 @@ export const contracts = {
48294829 tuple : [
48304830 { name : 'bond-index' , type : 'uint128' } ,
48314831 {
4832- name : 'early-unlock-signers ' ,
4832+ name : 'early-unlock-bytes ' ,
48334833 type : { buffer : { length : 683 } } ,
48344834 } ,
48354835 { name : 'max-allocation-sats' , type : 'uint128' } ,
@@ -4848,7 +4848,7 @@ export const contracts = {
48484848 targetRate : TypedAbiArg < number | bigint , 'targetRate' > ,
48494849 stxValueRatio : TypedAbiArg < number | bigint , 'stxValueRatio' > ,
48504850 minUstxRatio : TypedAbiArg < number | bigint , 'minUstxRatio' > ,
4851- earlyUnlockSigners : TypedAbiArg < Uint8Array , 'earlyUnlockSigners ' > ,
4851+ earlyUnlockBytes : TypedAbiArg < Uint8Array , 'earlyUnlockBytes ' > ,
48524852 earlyUnlockAdmin : TypedAbiArg < string , 'earlyUnlockAdmin' > ,
48534853 allowlist : TypedAbiArg <
48544854 {
@@ -4861,7 +4861,7 @@ export const contracts = {
48614861 Response <
48624862 {
48634863 bondIndex : bigint ;
4864- earlyUnlockSigners : Uint8Array ;
4864+ earlyUnlockBytes : Uint8Array ;
48654865 maxAllocationSats : bigint ;
48664866 minUstxRatio : bigint ;
48674867 stxValueRatio : bigint ;
@@ -5352,7 +5352,7 @@ export const contracts = {
53525352 tuple : [
53535353 { name : 'early-unlock-admin' , type : 'principal' } ,
53545354 {
5355- name : 'early-unlock-signers ' ,
5355+ name : 'early-unlock-bytes ' ,
53565356 type : { buffer : { length : 683 } } ,
53575357 } ,
53585358 { name : 'min-ustx-ratio' , type : 'uint128' } ,
@@ -5366,7 +5366,7 @@ export const contracts = {
53665366 [ bondIndex : TypedAbiArg < number | bigint , 'bondIndex' > ] ,
53675367 {
53685368 earlyUnlockAdmin : string ;
5369- earlyUnlockSigners : Uint8Array ;
5369+ earlyUnlockBytes : Uint8Array ;
53705370 minUstxRatio : bigint ;
53715371 stxValueRatio : bigint ;
53725372 targetRate : bigint ;
@@ -6039,7 +6039,7 @@ export const contracts = {
60396039 value : {
60406040 tuple : [
60416041 { name : 'early-unlock-admin' , type : 'principal' } ,
6042- { name : 'early-unlock-signers ' , type : { buffer : { length : 683 } } } ,
6042+ { name : 'early-unlock-bytes ' , type : { buffer : { length : 683 } } } ,
60436043 { name : 'min-ustx-ratio' , type : 'uint128' } ,
60446044 { name : 'stx-value-ratio' , type : 'uint128' } ,
60456045 { name : 'target-rate' , type : 'uint128' } ,
@@ -6049,7 +6049,7 @@ export const contracts = {
60496049 number | bigint ,
60506050 {
60516051 earlyUnlockAdmin : string ;
6052- earlyUnlockSigners : Uint8Array ;
6052+ earlyUnlockBytes : Uint8Array ;
60536053 minUstxRatio : bigint ;
60546054 stxValueRatio : bigint ;
60556055 targetRate : bigint ;
0 commit comments