@berachain/berajs 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/.claude/skills/berajs/SKILL.md +222 -0
  2. package/.claude/skills/berajs/references/dex.md +235 -0
  3. package/.claude/skills/berajs/references/pol.md +194 -0
  4. package/.claude/skills/berajs/references/staking.md +198 -0
  5. package/.claude/skills/berajs/references/tokens.md +170 -0
  6. package/dist/{BexStatusProvider-nS3NcdxI.d.cts → BexStatusProvider-DRymVlQf.d.cts} +1 -1
  7. package/dist/{BexStatusProvider-nS3NcdxI.d.ts → BexStatusProvider-DRymVlQf.d.ts} +1 -1
  8. package/dist/{HoneyConfigProvider-CK6mOKFH.d.ts → HoneyConfigProvider-DVP_9KZn.d.ts} +1 -1
  9. package/dist/{HoneyConfigProvider-Ca3ouozs.d.cts → HoneyConfigProvider-DfkjmzEf.d.cts} +1 -1
  10. package/dist/abi/exports.cjs +1 -1
  11. package/dist/abi/exports.cjs.map +1 -1
  12. package/dist/abi/exports.d.cts +1893 -25347
  13. package/dist/abi/exports.d.ts +1893 -25347
  14. package/dist/abi/exports.mjs +1 -1
  15. package/dist/abi/exports.mjs.map +1 -1
  16. package/dist/actions/exports.cjs +1 -1
  17. package/dist/actions/exports.cjs.map +1 -1
  18. package/dist/actions/exports.d.cts +10 -9
  19. package/dist/actions/exports.d.ts +10 -9
  20. package/dist/actions/exports.mjs +1 -1
  21. package/dist/actions/exports.mjs.map +1 -1
  22. package/dist/chunk-BKDBIBVO.mjs +4 -0
  23. package/dist/chunk-BKDBIBVO.mjs.map +1 -0
  24. package/dist/chunk-NLVWRMGD.mjs +2 -0
  25. package/dist/chunk-NLVWRMGD.mjs.map +1 -0
  26. package/dist/chunk-OUD27MU7.cjs +2 -0
  27. package/dist/chunk-OUD27MU7.cjs.map +1 -0
  28. package/dist/chunk-UXGB54NE.cjs +4 -0
  29. package/dist/chunk-UXGB54NE.cjs.map +1 -0
  30. package/dist/contexts/exports.d.cts +3 -3
  31. package/dist/contexts/exports.d.ts +3 -3
  32. package/dist/enum/exports.d.cts +1 -1
  33. package/dist/enum/exports.d.ts +1 -1
  34. package/dist/errors/exports.d.cts +1 -1
  35. package/dist/errors/exports.d.ts +1 -1
  36. package/dist/{getValidatorQueuedOperatorAddress-NrjpnEn8.d.ts → getValidatorQueuedOperatorAddress-CqR6cyqC.d.ts} +3 -3
  37. package/dist/{getValidatorQueuedOperatorAddress-D_LEt3vv.d.cts → getValidatorQueuedOperatorAddress-DZgrPmZ2.d.cts} +3 -3
  38. package/dist/{global.d-X3cqpCEB.d.ts → global.d-BeYWDreg.d.ts} +4 -4
  39. package/dist/{global.d-DLRtrPG5.d.cts → global.d-DghRxpHd.d.cts} +4 -4
  40. package/dist/hooks/exports.cjs +3 -3
  41. package/dist/hooks/exports.cjs.map +1 -1
  42. package/dist/hooks/exports.d.cts +40 -38
  43. package/dist/hooks/exports.d.ts +40 -38
  44. package/dist/hooks/exports.mjs +3 -3
  45. package/dist/hooks/exports.mjs.map +1 -1
  46. package/dist/{txnEnum-BlBYhNRl.d.cts → txnEnum-DxPRHSJt.d.cts} +1 -1
  47. package/dist/{txnEnum-BlBYhNRl.d.ts → txnEnum-DxPRHSJt.d.ts} +1 -1
  48. package/dist/types/exports.d.cts +3 -3
  49. package/dist/types/exports.d.ts +3 -3
  50. package/dist/{useHoneySwapState-D1DKG_Of.d.ts → useHoneySwapState-B494PQDl.d.ts} +1 -1
  51. package/dist/{useHoneySwapState-B-vmIP1b.d.cts → useHoneySwapState-D6vpv19r.d.cts} +1 -1
  52. package/dist/utils/exports.d.cts +2 -2
  53. package/dist/utils/exports.d.ts +2 -2
  54. package/package.json +8 -9
  55. package/src/abi/exports.ts +0 -27
  56. package/src/actions/bend/getConvertToAssets.ts +1 -1
  57. package/src/actions/bend/getMaxDeposit.ts +1 -1
  58. package/src/actions/dex/aggregators/bex.ts +2 -1
  59. package/src/actions/dex/aggregators/enso/enso.ts +3 -2
  60. package/src/actions/dex/aggregators/enso/ensoErc4626.debug.test.ts +2 -3
  61. package/src/actions/dex/aggregators/erc4626.ts +2 -1
  62. package/src/actions/dex/aggregators/fly.ts +2 -1
  63. package/src/actions/dex/aggregators/haiku.ts +2 -1
  64. package/src/actions/dex/aggregators/kyberswap.ts +2 -2
  65. package/src/actions/dex/aggregators/oogabooga.ts +2 -1
  66. package/src/actions/dex/aggregators/openOcean.ts +2 -1
  67. package/src/actions/dex/aggregators/wbera.ts +2 -1
  68. package/src/actions/dex/getVaultPausedState.ts +2 -1
  69. package/src/actions/enso/getEnsoUserTokensWithBalances.debug.test.ts +1 -1
  70. package/src/actions/governance/__tests__/checkProposalField.unit.test.ts +2 -1
  71. package/src/actions/governance/__tests__/getDecodedFunctionData.integration.test.ts +66 -78
  72. package/src/actions/governance/__tests__/getQuorum.integration.test.ts +6 -7
  73. package/src/actions/governance/getDecodedFunctionData.ts +2 -2
  74. package/src/actions/governance/getProposalFromTx.ts +2 -1
  75. package/src/actions/governance/getProposalParams.ts +3 -2
  76. package/src/actions/governance/getQuorum.ts +2 -1
  77. package/src/actions/honey/getCollateralWeights.ts +2 -1
  78. package/src/actions/honey/getGlobalCapLimit.ts +2 -1
  79. package/src/actions/honey/getHoneyCollaterals.ts +2 -1
  80. package/src/actions/honey/getHoneyFees.ts +2 -1
  81. package/src/actions/honey/getHoneyPausedState.ts +2 -1
  82. package/src/actions/honey/getHoneyPreview.ts +2 -1
  83. package/src/actions/honey/getHoneyPythPriceOracle.ts +1 -1
  84. package/src/actions/honey/getHoneyRootPriceOracle.ts +2 -1
  85. package/src/actions/honey/getHoneyVaultsBalance.ts +3 -2
  86. package/src/actions/honey/getRelativeCapLimit.ts +2 -1
  87. package/src/actions/honey/getSharesWithoutFees.ts +3 -2
  88. package/src/actions/honey/getSwapPayload.ts +3 -2
  89. package/src/actions/honey/isBadCollateralAsset.ts +3 -2
  90. package/src/actions/honey/isBasketModeEnabled.ts +3 -2
  91. package/src/actions/pol/getBgtTokenTotalBoosts.ts +2 -1
  92. package/src/actions/pol/getLSTStakeConfig.ts +2 -1
  93. package/src/actions/pol/getRewardTokenToBeraRate.ts +2 -1
  94. package/src/actions/pol/getRewardVaultBeaconImplementation.ts +2 -1
  95. package/src/actions/pol/getRewardVaultDurationConstants.ts +2 -1
  96. package/src/actions/pol/getRewardVaultFromToken.ts +2 -1
  97. package/src/actions/pol/getRewardVaultIncentives.ts +2 -1
  98. package/src/actions/pol/getRewardVaultRewards.ts +2 -1
  99. package/src/actions/pol/getRewardVaultStakingToken.ts +1 -1
  100. package/src/actions/pol/getRewardVaults.ts +2 -1
  101. package/src/actions/pol/getSWBeraVaultMetadata.ts +2 -1
  102. package/src/actions/pol/getSWBeraWithdrawal.ts +2 -1
  103. package/src/actions/pol/getStakeWithdrawalCooldown.ts +1 -1
  104. package/src/actions/pol/getTotalStakedAmount.ts +2 -1
  105. package/src/actions/pol/getUserVaults.ts +2 -1
  106. package/src/actions/pol/getUserVaultsBalance.ts +2 -1
  107. package/src/actions/pol/getUserVaultsReward.ts +1 -1
  108. package/src/actions/pol/getVaultsSupply.ts +1 -1
  109. package/src/actions/pyth/getHoneyPythFeeds.ts +2 -1
  110. package/src/actions/transactions/beraWriteContract.integration.test.ts +48 -51
  111. package/src/actions/validators/getActiveBoostAndCommissionChangeDelay.ts +3 -2
  112. package/src/actions/validators/getBaselineRewardAllocation.ts +2 -1
  113. package/src/actions/validators/getDefaultRewardAllocation.ts +2 -1
  114. package/src/actions/validators/getUserBoostsOnValidator.ts +2 -1
  115. package/src/actions/validators/getValidatorCommission.ts +2 -1
  116. package/src/actions/validators/getValidatorOperatorAddress.ts +2 -1
  117. package/src/actions/validators/getValidatorQueuedCommission.ts +2 -1
  118. package/src/actions/validators/getValidatorQueuedOperatorAddress.ts +2 -1
  119. package/src/actions/validators/getValidatorQueuedRewardAllocation.ts +2 -1
  120. package/src/actions/validators/getValidatorRewardAllocation.ts +2 -1
  121. package/src/actions/validators/getValidatorRewardAllocatorAddress.ts +2 -1
  122. package/src/actions/validators/utils/__tests__/validatorUtils.integration.test.ts +10 -11
  123. package/src/errors/getRevertReason.integration.test.ts +115 -107
  124. package/src/hooks/dex/useAggregatorsRouterFeeBps.ts +2 -1
  125. package/src/hooks/dex/useCreatePool.ts +2 -1
  126. package/src/hooks/dex/usePollPoolCreationRelayerApproval.ts +2 -1
  127. package/src/hooks/governance/useGetPastVotes.ts +2 -1
  128. package/src/hooks/governance/useHasVoted.ts +2 -1
  129. package/src/hooks/governance/useIsCanceller.ts +2 -1
  130. package/src/hooks/governance/usePollProposalThreshold.ts +2 -1
  131. package/src/hooks/governance/usePollUserDelegates.ts +2 -1
  132. package/src/hooks/governance/useProposalSnapshot.ts +2 -1
  133. package/src/hooks/governance/useProposalState.ts +2 -1
  134. package/src/hooks/governance/useProposalTimelockState.ts +5 -4
  135. package/src/hooks/pol/useBgtUnstakedBalance.ts +2 -1
  136. package/src/hooks/pol/useOnChainRewardVault.ts +2 -1
  137. package/src/hooks/pol/useRewardVaultBalanceFromStakingToken.ts +2 -1
  138. package/src/hooks/pol/useRewardVaultFromToken.ts +2 -1
  139. package/src/hooks/validators/useOnChainValidator.ts +4 -3
  140. package/dist/chunk-A4UDYSB6.mjs +0 -4
  141. package/dist/chunk-A4UDYSB6.mjs.map +0 -1
  142. package/dist/chunk-CYKCYPFR.cjs +0 -2
  143. package/dist/chunk-CYKCYPFR.cjs.map +0 -1
  144. package/dist/chunk-F4BKSBEM.mjs +0 -2
  145. package/dist/chunk-F4BKSBEM.mjs.map +0 -1
  146. package/dist/chunk-FL2N3XHK.cjs +0 -2
  147. package/dist/chunk-FL2N3XHK.cjs.map +0 -1
  148. package/dist/chunk-MUCEYO3E.cjs +0 -4
  149. package/dist/chunk-MUCEYO3E.cjs.map +0 -1
  150. package/dist/chunk-Q3SCM6WL.mjs +0 -2
  151. package/dist/chunk-Q3SCM6WL.mjs.map +0 -1
  152. package/dist/chunk-TEBJWAVU.mjs +0 -2
  153. package/dist/chunk-TEBJWAVU.mjs.map +0 -1
  154. package/dist/chunk-VP7XUOSI.cjs +0 -2
  155. package/dist/chunk-VP7XUOSI.cjs.map +0 -1
  156. package/dist/pythWrapper-CBjsmmsK.d.cts +0 -1958
  157. package/dist/pythWrapper-CBjsmmsK.d.ts +0 -1958
  158. package/src/abi/bend/metaMorpho.ts +0 -2584
  159. package/src/abi/bend/morpho.ts +0 -444
  160. package/src/abi/bex/aggregatorsRouter.ts +0 -492
  161. package/src/abi/bex/balancerComposableStablePoolFactoryV6.ts +0 -283
  162. package/src/abi/bex/balancerPoolCreationHelper.ts +0 -267
  163. package/src/abi/bex/balancerVault.ts +0 -757
  164. package/src/abi/governance/governance.ts +0 -1016
  165. package/src/abi/governance/governanceTimelock.ts +0 -589
  166. package/src/abi/honey/collateralVault.ts +0 -1144
  167. package/src/abi/honey/honey.ts +0 -563
  168. package/src/abi/honey/honeyFactory.ts +0 -1270
  169. package/src/abi/honey/honeyFactoryReader.ts +0 -894
  170. package/src/abi/honey/honeyRootOracle.ts +0 -492
  171. package/src/abi/honey/pythPriceOracle.ts +0 -619
  172. package/src/abi/honey/pythWrapper.ts +0 -446
  173. package/src/abi/pol/LSTStakerVault.ts +0 -2032
  174. package/src/abi/pol/beaconDeposit.ts +0 -595
  175. package/src/abi/pol/beraChef.ts +0 -1019
  176. package/src/abi/pol/bgt.ts +0 -1008
  177. package/src/abi/pol/bgtIncentiveDistributor.ts +0 -640
  178. package/src/abi/pol/bgtStaker.ts +0 -1034
  179. package/src/abi/pol/rewardAllocationFactory.ts +0 -408
  180. package/src/abi/pol/rewardVault.ts +0 -1928
  181. package/src/abi/pol/rewardVaultFactory.ts +0 -586
  182. package/src/abi/pol/rewardVaultHelper.ts +0 -882
  183. package/src/abi/pol/stakeBeraVault.ts +0 -1116
  184. package/src/abi/pol/stakeBeraVaultWithdrawalRequest.ts +0 -618
  185. package/src/abi/pol/wbera.ts +0 -366
@@ -1,1016 +0,0 @@
1
- export const governanceAbi = [
2
- { type: "constructor", inputs: [], stateMutability: "nonpayable" },
3
- { type: "receive", stateMutability: "payable" },
4
- {
5
- type: "function",
6
- name: "BALLOT_TYPEHASH",
7
- inputs: [],
8
- outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
9
- stateMutability: "view",
10
- },
11
- {
12
- type: "function",
13
- name: "CLOCK_MODE",
14
- inputs: [],
15
- outputs: [{ name: "", type: "string", internalType: "string" }],
16
- stateMutability: "view",
17
- },
18
- {
19
- type: "function",
20
- name: "COUNTING_MODE",
21
- inputs: [],
22
- outputs: [{ name: "", type: "string", internalType: "string" }],
23
- stateMutability: "pure",
24
- },
25
- {
26
- type: "function",
27
- name: "EXTENDED_BALLOT_TYPEHASH",
28
- inputs: [],
29
- outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
30
- stateMutability: "view",
31
- },
32
- {
33
- type: "function",
34
- name: "UPGRADE_INTERFACE_VERSION",
35
- inputs: [],
36
- outputs: [{ name: "", type: "string", internalType: "string" }],
37
- stateMutability: "view",
38
- },
39
- {
40
- type: "function",
41
- name: "cancel",
42
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
43
- outputs: [],
44
- stateMutability: "nonpayable",
45
- },
46
- {
47
- type: "function",
48
- name: "cancel",
49
- inputs: [
50
- { name: "targets", type: "address[]", internalType: "address[]" },
51
- { name: "values", type: "uint256[]", internalType: "uint256[]" },
52
- { name: "calldatas", type: "bytes[]", internalType: "bytes[]" },
53
- { name: "descriptionHash", type: "bytes32", internalType: "bytes32" },
54
- ],
55
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
56
- stateMutability: "nonpayable",
57
- },
58
- {
59
- type: "function",
60
- name: "castVote",
61
- inputs: [
62
- { name: "proposalId", type: "uint256", internalType: "uint256" },
63
- { name: "support", type: "uint8", internalType: "uint8" },
64
- ],
65
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
66
- stateMutability: "nonpayable",
67
- },
68
- {
69
- type: "function",
70
- name: "castVoteBySig",
71
- inputs: [
72
- { name: "proposalId", type: "uint256", internalType: "uint256" },
73
- { name: "support", type: "uint8", internalType: "uint8" },
74
- { name: "voter", type: "address", internalType: "address" },
75
- { name: "signature", type: "bytes", internalType: "bytes" },
76
- ],
77
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
78
- stateMutability: "nonpayable",
79
- },
80
- {
81
- type: "function",
82
- name: "castVoteWithReason",
83
- inputs: [
84
- { name: "proposalId", type: "uint256", internalType: "uint256" },
85
- { name: "support", type: "uint8", internalType: "uint8" },
86
- { name: "reason", type: "string", internalType: "string" },
87
- ],
88
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
89
- stateMutability: "nonpayable",
90
- },
91
- {
92
- type: "function",
93
- name: "castVoteWithReasonAndParams",
94
- inputs: [
95
- { name: "proposalId", type: "uint256", internalType: "uint256" },
96
- { name: "support", type: "uint8", internalType: "uint8" },
97
- { name: "reason", type: "string", internalType: "string" },
98
- { name: "params", type: "bytes", internalType: "bytes" },
99
- ],
100
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
101
- stateMutability: "nonpayable",
102
- },
103
- {
104
- type: "function",
105
- name: "castVoteWithReasonAndParamsBySig",
106
- inputs: [
107
- { name: "proposalId", type: "uint256", internalType: "uint256" },
108
- { name: "support", type: "uint8", internalType: "uint8" },
109
- { name: "voter", type: "address", internalType: "address" },
110
- { name: "reason", type: "string", internalType: "string" },
111
- { name: "params", type: "bytes", internalType: "bytes" },
112
- { name: "signature", type: "bytes", internalType: "bytes" },
113
- ],
114
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
115
- stateMutability: "nonpayable",
116
- },
117
- {
118
- type: "function",
119
- name: "clock",
120
- inputs: [],
121
- outputs: [{ name: "", type: "uint48", internalType: "uint48" }],
122
- stateMutability: "view",
123
- },
124
- {
125
- type: "function",
126
- name: "eip712Domain",
127
- inputs: [],
128
- outputs: [
129
- { name: "fields", type: "bytes1", internalType: "bytes1" },
130
- { name: "name", type: "string", internalType: "string" },
131
- { name: "version", type: "string", internalType: "string" },
132
- { name: "chainId", type: "uint256", internalType: "uint256" },
133
- { name: "verifyingContract", type: "address", internalType: "address" },
134
- { name: "salt", type: "bytes32", internalType: "bytes32" },
135
- { name: "extensions", type: "uint256[]", internalType: "uint256[]" },
136
- ],
137
- stateMutability: "view",
138
- },
139
- {
140
- type: "function",
141
- name: "execute",
142
- inputs: [
143
- { name: "targets", type: "address[]", internalType: "address[]" },
144
- { name: "values", type: "uint256[]", internalType: "uint256[]" },
145
- { name: "calldatas", type: "bytes[]", internalType: "bytes[]" },
146
- { name: "descriptionHash", type: "bytes32", internalType: "bytes32" },
147
- ],
148
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
149
- stateMutability: "payable",
150
- },
151
- {
152
- type: "function",
153
- name: "execute",
154
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
155
- outputs: [],
156
- stateMutability: "payable",
157
- },
158
- {
159
- type: "function",
160
- name: "getVotes",
161
- inputs: [
162
- { name: "account", type: "address", internalType: "address" },
163
- { name: "timepoint", type: "uint256", internalType: "uint256" },
164
- ],
165
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
166
- stateMutability: "view",
167
- },
168
- {
169
- type: "function",
170
- name: "getVotesWithParams",
171
- inputs: [
172
- { name: "account", type: "address", internalType: "address" },
173
- { name: "timepoint", type: "uint256", internalType: "uint256" },
174
- { name: "params", type: "bytes", internalType: "bytes" },
175
- ],
176
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
177
- stateMutability: "view",
178
- },
179
- {
180
- type: "function",
181
- name: "hasVoted",
182
- inputs: [
183
- { name: "proposalId", type: "uint256", internalType: "uint256" },
184
- { name: "account", type: "address", internalType: "address" },
185
- ],
186
- outputs: [{ name: "", type: "bool", internalType: "bool" }],
187
- stateMutability: "view",
188
- },
189
- {
190
- type: "function",
191
- name: "hashProposal",
192
- inputs: [
193
- { name: "targets", type: "address[]", internalType: "address[]" },
194
- { name: "values", type: "uint256[]", internalType: "uint256[]" },
195
- { name: "calldatas", type: "bytes[]", internalType: "bytes[]" },
196
- { name: "descriptionHash", type: "bytes32", internalType: "bytes32" },
197
- ],
198
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
199
- stateMutability: "pure",
200
- },
201
- {
202
- type: "function",
203
- name: "initialize",
204
- inputs: [
205
- { name: "_token", type: "address", internalType: "contract IVotes" },
206
- {
207
- name: "_timelock",
208
- type: "address",
209
- internalType: "contract TimelockControllerUpgradeable",
210
- },
211
- ],
212
- outputs: [],
213
- stateMutability: "nonpayable",
214
- },
215
- {
216
- type: "function",
217
- name: "name",
218
- inputs: [],
219
- outputs: [{ name: "", type: "string", internalType: "string" }],
220
- stateMutability: "view",
221
- },
222
- {
223
- type: "function",
224
- name: "nonces",
225
- inputs: [{ name: "owner", type: "address", internalType: "address" }],
226
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
227
- stateMutability: "view",
228
- },
229
- {
230
- type: "function",
231
- name: "onERC1155BatchReceived",
232
- inputs: [
233
- { name: "", type: "address", internalType: "address" },
234
- { name: "", type: "address", internalType: "address" },
235
- { name: "", type: "uint256[]", internalType: "uint256[]" },
236
- { name: "", type: "uint256[]", internalType: "uint256[]" },
237
- { name: "", type: "bytes", internalType: "bytes" },
238
- ],
239
- outputs: [{ name: "", type: "bytes4", internalType: "bytes4" }],
240
- stateMutability: "nonpayable",
241
- },
242
- {
243
- type: "function",
244
- name: "onERC1155Received",
245
- inputs: [
246
- { name: "", type: "address", internalType: "address" },
247
- { name: "", type: "address", internalType: "address" },
248
- { name: "", type: "uint256", internalType: "uint256" },
249
- { name: "", type: "uint256", internalType: "uint256" },
250
- { name: "", type: "bytes", internalType: "bytes" },
251
- ],
252
- outputs: [{ name: "", type: "bytes4", internalType: "bytes4" }],
253
- stateMutability: "nonpayable",
254
- },
255
- {
256
- type: "function",
257
- name: "onERC721Received",
258
- inputs: [
259
- { name: "", type: "address", internalType: "address" },
260
- { name: "", type: "address", internalType: "address" },
261
- { name: "", type: "uint256", internalType: "uint256" },
262
- { name: "", type: "bytes", internalType: "bytes" },
263
- ],
264
- outputs: [{ name: "", type: "bytes4", internalType: "bytes4" }],
265
- stateMutability: "nonpayable",
266
- },
267
- {
268
- type: "function",
269
- name: "owner",
270
- inputs: [],
271
- outputs: [{ name: "", type: "address", internalType: "address" }],
272
- stateMutability: "view",
273
- },
274
- {
275
- type: "function",
276
- name: "proposalCount",
277
- inputs: [],
278
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
279
- stateMutability: "view",
280
- },
281
- {
282
- type: "function",
283
- name: "proposalDeadline",
284
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
285
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
286
- stateMutability: "view",
287
- },
288
- {
289
- type: "function",
290
- name: "proposalDetails",
291
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
292
- outputs: [
293
- { name: "", type: "address[]", internalType: "address[]" },
294
- { name: "", type: "uint256[]", internalType: "uint256[]" },
295
- { name: "", type: "bytes[]", internalType: "bytes[]" },
296
- { name: "", type: "bytes32", internalType: "bytes32" },
297
- ],
298
- stateMutability: "view",
299
- },
300
- {
301
- type: "function",
302
- name: "proposalDetailsAt",
303
- inputs: [{ name: "index", type: "uint256", internalType: "uint256" }],
304
- outputs: [
305
- { name: "", type: "uint256", internalType: "uint256" },
306
- { name: "", type: "address[]", internalType: "address[]" },
307
- { name: "", type: "uint256[]", internalType: "uint256[]" },
308
- { name: "", type: "bytes[]", internalType: "bytes[]" },
309
- { name: "", type: "bytes32", internalType: "bytes32" },
310
- ],
311
- stateMutability: "view",
312
- },
313
- {
314
- type: "function",
315
- name: "proposalEta",
316
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
317
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
318
- stateMutability: "view",
319
- },
320
- {
321
- type: "function",
322
- name: "proposalNeedsQueuing",
323
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
324
- outputs: [{ name: "", type: "bool", internalType: "bool" }],
325
- stateMutability: "view",
326
- },
327
- {
328
- type: "function",
329
- name: "proposalProposer",
330
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
331
- outputs: [{ name: "", type: "address", internalType: "address" }],
332
- stateMutability: "view",
333
- },
334
- {
335
- type: "function",
336
- name: "proposalSnapshot",
337
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
338
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
339
- stateMutability: "view",
340
- },
341
- {
342
- type: "function",
343
- name: "proposalThreshold",
344
- inputs: [],
345
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
346
- stateMutability: "view",
347
- },
348
- {
349
- type: "function",
350
- name: "proposalVotes",
351
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
352
- outputs: [
353
- { name: "againstVotes", type: "uint256", internalType: "uint256" },
354
- { name: "forVotes", type: "uint256", internalType: "uint256" },
355
- { name: "abstainVotes", type: "uint256", internalType: "uint256" },
356
- ],
357
- stateMutability: "view",
358
- },
359
- {
360
- type: "function",
361
- name: "propose",
362
- inputs: [
363
- { name: "targets", type: "address[]", internalType: "address[]" },
364
- { name: "values", type: "uint256[]", internalType: "uint256[]" },
365
- { name: "calldatas", type: "bytes[]", internalType: "bytes[]" },
366
- { name: "description", type: "string", internalType: "string" },
367
- ],
368
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
369
- stateMutability: "nonpayable",
370
- },
371
- {
372
- type: "function",
373
- name: "proxiableUUID",
374
- inputs: [],
375
- outputs: [{ name: "", type: "bytes32", internalType: "bytes32" }],
376
- stateMutability: "view",
377
- },
378
- {
379
- type: "function",
380
- name: "queue",
381
- inputs: [
382
- { name: "targets", type: "address[]", internalType: "address[]" },
383
- { name: "values", type: "uint256[]", internalType: "uint256[]" },
384
- { name: "calldatas", type: "bytes[]", internalType: "bytes[]" },
385
- { name: "descriptionHash", type: "bytes32", internalType: "bytes32" },
386
- ],
387
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
388
- stateMutability: "nonpayable",
389
- },
390
- {
391
- type: "function",
392
- name: "queue",
393
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
394
- outputs: [],
395
- stateMutability: "nonpayable",
396
- },
397
- {
398
- type: "function",
399
- name: "quorum",
400
- inputs: [{ name: "timepoint", type: "uint256", internalType: "uint256" }],
401
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
402
- stateMutability: "view",
403
- },
404
- {
405
- type: "function",
406
- name: "quorumDenominator",
407
- inputs: [],
408
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
409
- stateMutability: "view",
410
- },
411
- {
412
- type: "function",
413
- name: "quorumNumerator",
414
- inputs: [{ name: "timepoint", type: "uint256", internalType: "uint256" }],
415
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
416
- stateMutability: "view",
417
- },
418
- {
419
- type: "function",
420
- name: "quorumNumerator",
421
- inputs: [],
422
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
423
- stateMutability: "view",
424
- },
425
- {
426
- type: "function",
427
- name: "relay",
428
- inputs: [
429
- { name: "target", type: "address", internalType: "address" },
430
- { name: "value", type: "uint256", internalType: "uint256" },
431
- { name: "data", type: "bytes", internalType: "bytes" },
432
- ],
433
- outputs: [],
434
- stateMutability: "payable",
435
- },
436
- {
437
- type: "function",
438
- name: "renounceOwnership",
439
- inputs: [],
440
- outputs: [],
441
- stateMutability: "nonpayable",
442
- },
443
- {
444
- type: "function",
445
- name: "setProposalThreshold",
446
- inputs: [
447
- {
448
- name: "newProposalThreshold",
449
- type: "uint256",
450
- internalType: "uint256",
451
- },
452
- ],
453
- outputs: [],
454
- stateMutability: "nonpayable",
455
- },
456
- {
457
- type: "function",
458
- name: "setVotingDelay",
459
- inputs: [
460
- { name: "newVotingDelay", type: "uint48", internalType: "uint48" },
461
- ],
462
- outputs: [],
463
- stateMutability: "nonpayable",
464
- },
465
- {
466
- type: "function",
467
- name: "setVotingPeriod",
468
- inputs: [
469
- { name: "newVotingPeriod", type: "uint32", internalType: "uint32" },
470
- ],
471
- outputs: [],
472
- stateMutability: "nonpayable",
473
- },
474
- {
475
- type: "function",
476
- name: "state",
477
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
478
- outputs: [
479
- { name: "", type: "uint8", internalType: "enum IGovernor.ProposalState" },
480
- ],
481
- stateMutability: "view",
482
- },
483
- {
484
- type: "function",
485
- name: "supportsInterface",
486
- inputs: [{ name: "interfaceId", type: "bytes4", internalType: "bytes4" }],
487
- outputs: [{ name: "", type: "bool", internalType: "bool" }],
488
- stateMutability: "view",
489
- },
490
- {
491
- type: "function",
492
- name: "timelock",
493
- inputs: [],
494
- outputs: [{ name: "", type: "address", internalType: "address" }],
495
- stateMutability: "view",
496
- },
497
- {
498
- type: "function",
499
- name: "token",
500
- inputs: [],
501
- outputs: [{ name: "", type: "address", internalType: "contract IERC5805" }],
502
- stateMutability: "view",
503
- },
504
- {
505
- type: "function",
506
- name: "transferOwnership",
507
- inputs: [{ name: "newOwner", type: "address", internalType: "address" }],
508
- outputs: [],
509
- stateMutability: "nonpayable",
510
- },
511
- {
512
- type: "function",
513
- name: "updateQuorumNumerator",
514
- inputs: [
515
- { name: "newQuorumNumerator", type: "uint256", internalType: "uint256" },
516
- ],
517
- outputs: [],
518
- stateMutability: "nonpayable",
519
- },
520
- {
521
- type: "function",
522
- name: "updateTimelock",
523
- inputs: [
524
- {
525
- name: "newTimelock",
526
- type: "address",
527
- internalType: "contract TimelockControllerUpgradeable",
528
- },
529
- ],
530
- outputs: [],
531
- stateMutability: "nonpayable",
532
- },
533
- {
534
- type: "function",
535
- name: "upgradeToAndCall",
536
- inputs: [
537
- { name: "newImplementation", type: "address", internalType: "address" },
538
- { name: "data", type: "bytes", internalType: "bytes" },
539
- ],
540
- outputs: [],
541
- stateMutability: "payable",
542
- },
543
- {
544
- type: "function",
545
- name: "version",
546
- inputs: [],
547
- outputs: [{ name: "", type: "string", internalType: "string" }],
548
- stateMutability: "view",
549
- },
550
- {
551
- type: "function",
552
- name: "votingDelay",
553
- inputs: [],
554
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
555
- stateMutability: "view",
556
- },
557
- {
558
- type: "function",
559
- name: "votingPeriod",
560
- inputs: [],
561
- outputs: [{ name: "", type: "uint256", internalType: "uint256" }],
562
- stateMutability: "view",
563
- },
564
- { type: "event", name: "EIP712DomainChanged", inputs: [], anonymous: false },
565
- {
566
- type: "event",
567
- name: "Initialized",
568
- inputs: [
569
- {
570
- name: "version",
571
- type: "uint64",
572
- indexed: false,
573
- internalType: "uint64",
574
- },
575
- ],
576
- anonymous: false,
577
- },
578
- {
579
- type: "event",
580
- name: "OwnershipTransferred",
581
- inputs: [
582
- {
583
- name: "previousOwner",
584
- type: "address",
585
- indexed: true,
586
- internalType: "address",
587
- },
588
- {
589
- name: "newOwner",
590
- type: "address",
591
- indexed: true,
592
- internalType: "address",
593
- },
594
- ],
595
- anonymous: false,
596
- },
597
- {
598
- type: "event",
599
- name: "ProposalCanceled",
600
- inputs: [
601
- {
602
- name: "proposalId",
603
- type: "uint256",
604
- indexed: false,
605
- internalType: "uint256",
606
- },
607
- ],
608
- anonymous: false,
609
- },
610
- {
611
- type: "event",
612
- name: "ProposalCreated",
613
- inputs: [
614
- {
615
- name: "proposalId",
616
- type: "uint256",
617
- indexed: false,
618
- internalType: "uint256",
619
- },
620
- {
621
- name: "proposer",
622
- type: "address",
623
- indexed: false,
624
- internalType: "address",
625
- },
626
- {
627
- name: "targets",
628
- type: "address[]",
629
- indexed: false,
630
- internalType: "address[]",
631
- },
632
- {
633
- name: "values",
634
- type: "uint256[]",
635
- indexed: false,
636
- internalType: "uint256[]",
637
- },
638
- {
639
- name: "signatures",
640
- type: "string[]",
641
- indexed: false,
642
- internalType: "string[]",
643
- },
644
- {
645
- name: "calldatas",
646
- type: "bytes[]",
647
- indexed: false,
648
- internalType: "bytes[]",
649
- },
650
- {
651
- name: "voteStart",
652
- type: "uint256",
653
- indexed: false,
654
- internalType: "uint256",
655
- },
656
- {
657
- name: "voteEnd",
658
- type: "uint256",
659
- indexed: false,
660
- internalType: "uint256",
661
- },
662
- {
663
- name: "description",
664
- type: "string",
665
- indexed: false,
666
- internalType: "string",
667
- },
668
- ],
669
- anonymous: false,
670
- },
671
- {
672
- type: "event",
673
- name: "ProposalExecuted",
674
- inputs: [
675
- {
676
- name: "proposalId",
677
- type: "uint256",
678
- indexed: false,
679
- internalType: "uint256",
680
- },
681
- ],
682
- anonymous: false,
683
- },
684
- {
685
- type: "event",
686
- name: "ProposalQueued",
687
- inputs: [
688
- {
689
- name: "proposalId",
690
- type: "uint256",
691
- indexed: false,
692
- internalType: "uint256",
693
- },
694
- {
695
- name: "etaSeconds",
696
- type: "uint256",
697
- indexed: false,
698
- internalType: "uint256",
699
- },
700
- ],
701
- anonymous: false,
702
- },
703
- {
704
- type: "event",
705
- name: "ProposalThresholdSet",
706
- inputs: [
707
- {
708
- name: "oldProposalThreshold",
709
- type: "uint256",
710
- indexed: false,
711
- internalType: "uint256",
712
- },
713
- {
714
- name: "newProposalThreshold",
715
- type: "uint256",
716
- indexed: false,
717
- internalType: "uint256",
718
- },
719
- ],
720
- anonymous: false,
721
- },
722
- {
723
- type: "event",
724
- name: "QuorumNumeratorUpdated",
725
- inputs: [
726
- {
727
- name: "oldQuorumNumerator",
728
- type: "uint256",
729
- indexed: false,
730
- internalType: "uint256",
731
- },
732
- {
733
- name: "newQuorumNumerator",
734
- type: "uint256",
735
- indexed: false,
736
- internalType: "uint256",
737
- },
738
- ],
739
- anonymous: false,
740
- },
741
- {
742
- type: "event",
743
- name: "TimelockChange",
744
- inputs: [
745
- {
746
- name: "oldTimelock",
747
- type: "address",
748
- indexed: false,
749
- internalType: "address",
750
- },
751
- {
752
- name: "newTimelock",
753
- type: "address",
754
- indexed: false,
755
- internalType: "address",
756
- },
757
- ],
758
- anonymous: false,
759
- },
760
- {
761
- type: "event",
762
- name: "Upgraded",
763
- inputs: [
764
- {
765
- name: "implementation",
766
- type: "address",
767
- indexed: true,
768
- internalType: "address",
769
- },
770
- ],
771
- anonymous: false,
772
- },
773
- {
774
- type: "event",
775
- name: "VoteCast",
776
- inputs: [
777
- {
778
- name: "voter",
779
- type: "address",
780
- indexed: true,
781
- internalType: "address",
782
- },
783
- {
784
- name: "proposalId",
785
- type: "uint256",
786
- indexed: false,
787
- internalType: "uint256",
788
- },
789
- { name: "support", type: "uint8", indexed: false, internalType: "uint8" },
790
- {
791
- name: "weight",
792
- type: "uint256",
793
- indexed: false,
794
- internalType: "uint256",
795
- },
796
- {
797
- name: "reason",
798
- type: "string",
799
- indexed: false,
800
- internalType: "string",
801
- },
802
- ],
803
- anonymous: false,
804
- },
805
- {
806
- type: "event",
807
- name: "VoteCastWithParams",
808
- inputs: [
809
- {
810
- name: "voter",
811
- type: "address",
812
- indexed: true,
813
- internalType: "address",
814
- },
815
- {
816
- name: "proposalId",
817
- type: "uint256",
818
- indexed: false,
819
- internalType: "uint256",
820
- },
821
- { name: "support", type: "uint8", indexed: false, internalType: "uint8" },
822
- {
823
- name: "weight",
824
- type: "uint256",
825
- indexed: false,
826
- internalType: "uint256",
827
- },
828
- {
829
- name: "reason",
830
- type: "string",
831
- indexed: false,
832
- internalType: "string",
833
- },
834
- { name: "params", type: "bytes", indexed: false, internalType: "bytes" },
835
- ],
836
- anonymous: false,
837
- },
838
- {
839
- type: "event",
840
- name: "VotingDelaySet",
841
- inputs: [
842
- {
843
- name: "oldVotingDelay",
844
- type: "uint256",
845
- indexed: false,
846
- internalType: "uint256",
847
- },
848
- {
849
- name: "newVotingDelay",
850
- type: "uint256",
851
- indexed: false,
852
- internalType: "uint256",
853
- },
854
- ],
855
- anonymous: false,
856
- },
857
- {
858
- type: "event",
859
- name: "VotingPeriodSet",
860
- inputs: [
861
- {
862
- name: "oldVotingPeriod",
863
- type: "uint256",
864
- indexed: false,
865
- internalType: "uint256",
866
- },
867
- {
868
- name: "newVotingPeriod",
869
- type: "uint256",
870
- indexed: false,
871
- internalType: "uint256",
872
- },
873
- ],
874
- anonymous: false,
875
- },
876
- {
877
- type: "error",
878
- name: "AddressEmptyCode",
879
- inputs: [{ name: "target", type: "address", internalType: "address" }],
880
- },
881
- { type: "error", name: "CheckpointUnorderedInsertion", inputs: [] },
882
- {
883
- type: "error",
884
- name: "ERC1967InvalidImplementation",
885
- inputs: [
886
- { name: "implementation", type: "address", internalType: "address" },
887
- ],
888
- },
889
- { type: "error", name: "ERC1967NonPayable", inputs: [] },
890
- { type: "error", name: "FailedInnerCall", inputs: [] },
891
- {
892
- type: "error",
893
- name: "GovernorAlreadyCastVote",
894
- inputs: [{ name: "voter", type: "address", internalType: "address" }],
895
- },
896
- {
897
- type: "error",
898
- name: "GovernorAlreadyQueuedProposal",
899
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
900
- },
901
- { type: "error", name: "GovernorDisabledDeposit", inputs: [] },
902
- {
903
- type: "error",
904
- name: "GovernorInsufficientProposerVotes",
905
- inputs: [
906
- { name: "proposer", type: "address", internalType: "address" },
907
- { name: "votes", type: "uint256", internalType: "uint256" },
908
- { name: "threshold", type: "uint256", internalType: "uint256" },
909
- ],
910
- },
911
- {
912
- type: "error",
913
- name: "GovernorInvalidProposalLength",
914
- inputs: [
915
- { name: "targets", type: "uint256", internalType: "uint256" },
916
- { name: "calldatas", type: "uint256", internalType: "uint256" },
917
- { name: "values", type: "uint256", internalType: "uint256" },
918
- ],
919
- },
920
- {
921
- type: "error",
922
- name: "GovernorInvalidQuorumFraction",
923
- inputs: [
924
- { name: "quorumNumerator", type: "uint256", internalType: "uint256" },
925
- { name: "quorumDenominator", type: "uint256", internalType: "uint256" },
926
- ],
927
- },
928
- {
929
- type: "error",
930
- name: "GovernorInvalidSignature",
931
- inputs: [{ name: "voter", type: "address", internalType: "address" }],
932
- },
933
- { type: "error", name: "GovernorInvalidVoteType", inputs: [] },
934
- {
935
- type: "error",
936
- name: "GovernorInvalidVotingPeriod",
937
- inputs: [
938
- { name: "votingPeriod", type: "uint256", internalType: "uint256" },
939
- ],
940
- },
941
- {
942
- type: "error",
943
- name: "GovernorNonexistentProposal",
944
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
945
- },
946
- {
947
- type: "error",
948
- name: "GovernorNotQueuedProposal",
949
- inputs: [{ name: "proposalId", type: "uint256", internalType: "uint256" }],
950
- },
951
- {
952
- type: "error",
953
- name: "GovernorOnlyExecutor",
954
- inputs: [{ name: "account", type: "address", internalType: "address" }],
955
- },
956
- {
957
- type: "error",
958
- name: "GovernorOnlyProposer",
959
- inputs: [{ name: "account", type: "address", internalType: "address" }],
960
- },
961
- { type: "error", name: "GovernorQueueNotImplemented", inputs: [] },
962
- {
963
- type: "error",
964
- name: "GovernorRestrictedProposer",
965
- inputs: [{ name: "proposer", type: "address", internalType: "address" }],
966
- },
967
- {
968
- type: "error",
969
- name: "GovernorUnexpectedProposalState",
970
- inputs: [
971
- { name: "proposalId", type: "uint256", internalType: "uint256" },
972
- {
973
- name: "current",
974
- type: "uint8",
975
- internalType: "enum IGovernor.ProposalState",
976
- },
977
- { name: "expectedStates", type: "bytes32", internalType: "bytes32" },
978
- ],
979
- },
980
- {
981
- type: "error",
982
- name: "InvalidAccountNonce",
983
- inputs: [
984
- { name: "account", type: "address", internalType: "address" },
985
- { name: "currentNonce", type: "uint256", internalType: "uint256" },
986
- ],
987
- },
988
- { type: "error", name: "InvalidInitialization", inputs: [] },
989
- { type: "error", name: "NotInitializing", inputs: [] },
990
- {
991
- type: "error",
992
- name: "OwnableInvalidOwner",
993
- inputs: [{ name: "owner", type: "address", internalType: "address" }],
994
- },
995
- {
996
- type: "error",
997
- name: "OwnableUnauthorizedAccount",
998
- inputs: [{ name: "account", type: "address", internalType: "address" }],
999
- },
1000
- { type: "error", name: "QueueEmpty", inputs: [] },
1001
- { type: "error", name: "QueueFull", inputs: [] },
1002
- {
1003
- type: "error",
1004
- name: "SafeCastOverflowedUintDowncast",
1005
- inputs: [
1006
- { name: "bits", type: "uint8", internalType: "uint8" },
1007
- { name: "value", type: "uint256", internalType: "uint256" },
1008
- ],
1009
- },
1010
- { type: "error", name: "UUPSUnauthorizedCallContext", inputs: [] },
1011
- {
1012
- type: "error",
1013
- name: "UUPSUnsupportedProxiableUUID",
1014
- inputs: [{ name: "slot", type: "bytes32", internalType: "bytes32" }],
1015
- },
1016
- ] as const;