@flarenetwork/flare-periphery-contract-artifacts 0.1.16 → 0.1.19

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 (1944) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +18 -0
  3. package/coston/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  4. package/coston/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  5. package/coston/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  6. package/coston/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  7. package/coston/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  8. package/coston/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  9. package/coston/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  10. package/coston/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  11. package/coston/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  12. package/coston/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  13. package/coston/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  14. package/coston/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  15. package/coston/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  16. package/coston/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  17. package/coston/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  18. package/coston/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  19. package/coston/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  20. package/coston/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  21. package/coston/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  22. package/coston/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  23. package/coston/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  24. package/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  25. package/coston/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  26. package/coston/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  27. package/coston/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  28. package/coston/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  29. package/coston/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  30. package/coston/artifacts/contracts/IFtso.sol/IFtso.json +512 -0
  31. package/coston/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  32. package/coston/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  33. package/coston/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  34. package/coston/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  35. package/coston/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  36. package/coston/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  37. package/coston/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  38. package/coston/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  39. package/coston/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  40. package/coston/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  41. package/coston/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  42. package/coston/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  43. package/coston/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  44. package/coston/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  45. package/coston/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  46. package/coston/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  47. package/coston/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +200 -0
  48. package/coston/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  49. package/coston/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  50. package/coston/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  51. package/coston/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  52. package/coston/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  53. package/coston/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  54. package/coston/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  55. package/coston/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  56. package/coston/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  57. package/coston/artifacts/contracts/IVPToken.sol/IVPToken.json +658 -0
  58. package/coston/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  59. package/coston/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  60. package/coston/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  61. package/coston/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  62. package/coston/artifacts/contracts/IWNat.sol/IWNat.json +761 -0
  63. package/coston/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  64. package/coston/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  65. package/coston/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  66. package/coston/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  67. package/coston/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  68. package/coston/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  69. package/coston/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  70. package/coston/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  71. package/coston/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  72. package/coston/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +2 -15
  73. package/coston/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  74. package/coston/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +1 -1
  75. package/coston/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +1 -1
  76. package/coston/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +1 -1
  77. package/coston/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +1 -1
  78. package/coston/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +1 -1
  79. package/coston/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +50 -10
  80. package/coston/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  81. package/coston/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  82. package/coston/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  83. package/coston/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  84. package/coston/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  85. package/coston/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  86. package/coston/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  87. package/coston/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  88. package/coston/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  89. package/coston/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  90. package/coston/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  91. package/coston/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  92. package/coston/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  93. package/coston/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  94. package/coston/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  95. package/coston/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  96. package/coston/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +1 -1
  97. package/coston/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +1 -1
  98. package/coston/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +1 -1
  99. package/coston/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +4 -4
  100. package/coston2/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  101. package/coston2/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  102. package/coston2/artifacts/contracts/IAddressBinder.sol/IAddressBinder.json +121 -0
  103. package/coston2/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  104. package/coston2/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  105. package/coston2/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  106. package/coston2/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  107. package/coston2/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  108. package/coston2/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  109. package/coston2/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  110. package/coston2/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  111. package/coston2/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  112. package/coston2/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  113. package/coston2/artifacts/contracts/IDistributionToDelegators.sol/IDistributionToDelegators.json +258 -0
  114. package/coston2/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  115. package/coston2/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  116. package/coston2/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  117. package/coston2/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  118. package/coston2/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  119. package/coston2/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  120. package/coston2/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  121. package/coston2/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  122. package/coston2/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  123. package/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  124. package/coston2/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  125. package/coston2/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  126. package/coston2/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  127. package/coston2/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  128. package/coston2/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  129. package/coston2/artifacts/contracts/IFtso.sol/IFtso.json +475 -0
  130. package/coston2/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  131. package/coston2/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  132. package/coston2/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  133. package/coston2/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  134. package/coston2/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  135. package/coston2/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  136. package/coston2/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  137. package/coston2/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  138. package/coston2/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  139. package/coston2/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  140. package/coston2/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  141. package/coston2/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  142. package/coston2/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  143. package/coston2/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json +575 -0
  144. package/coston2/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +311 -0
  145. package/coston2/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +10 -0
  146. package/coston2/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json +309 -0
  147. package/coston2/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  148. package/coston2/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  149. package/coston2/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  150. package/coston2/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +221 -0
  151. package/coston2/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  152. package/coston2/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  153. package/coston2/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  154. package/coston2/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  155. package/coston2/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  156. package/coston2/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  157. package/coston2/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  158. package/coston2/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  159. package/coston2/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  160. package/coston2/artifacts/contracts/IVPToken.sol/IVPToken.json +700 -0
  161. package/coston2/artifacts/contracts/IValidatorRegistry.sol/IValidatorRegistry.json +136 -0
  162. package/coston2/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  163. package/coston2/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  164. package/coston2/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  165. package/coston2/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  166. package/coston2/artifacts/contracts/IWNat.sol/IWNat.json +790 -0
  167. package/coston2/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  168. package/coston2/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  169. package/coston2/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  170. package/coston2/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  171. package/coston2/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  172. package/coston2/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  173. package/coston2/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  174. package/coston2/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  175. package/coston2/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  176. package/coston2/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +2 -15
  177. package/coston2/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  178. package/coston2/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +1 -1
  179. package/coston2/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +1 -1
  180. package/coston2/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +1 -1
  181. package/coston2/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +1 -1
  182. package/coston2/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +1 -1
  183. package/coston2/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +50 -10
  184. package/coston2/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  185. package/coston2/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  186. package/coston2/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  187. package/coston2/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  188. package/coston2/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  189. package/coston2/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  190. package/coston2/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  191. package/coston2/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  192. package/coston2/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  193. package/coston2/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  194. package/coston2/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  195. package/coston2/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  196. package/coston2/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  197. package/coston2/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  198. package/coston2/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  199. package/coston2/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  200. package/coston2/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +1 -1
  201. package/coston2/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +1 -1
  202. package/coston2/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +1 -1
  203. package/coston2/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +4 -4
  204. package/dist/coston/abis.d.ts +10 -1
  205. package/dist/coston/abis.d.ts.map +1 -1
  206. package/dist/coston/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  207. package/dist/coston/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  208. package/dist/coston/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  209. package/dist/coston/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  210. package/dist/coston/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  211. package/dist/coston/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  212. package/dist/coston/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  213. package/dist/coston/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  214. package/dist/coston/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  215. package/dist/coston/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  216. package/dist/coston/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  217. package/dist/coston/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  218. package/dist/coston/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  219. package/dist/coston/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  220. package/dist/coston/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  221. package/dist/coston/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  222. package/dist/coston/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  223. package/dist/coston/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  224. package/dist/coston/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  225. package/dist/coston/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  226. package/dist/coston/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  227. package/dist/coston/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  228. package/dist/coston/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  229. package/dist/coston/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  230. package/dist/coston/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  231. package/dist/coston/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  232. package/dist/coston/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  233. package/dist/coston/artifacts/contracts/IFtso.sol/IFtso.json +512 -0
  234. package/dist/coston/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  235. package/dist/coston/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  236. package/dist/coston/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  237. package/dist/coston/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  238. package/dist/coston/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  239. package/dist/coston/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  240. package/dist/coston/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  241. package/dist/coston/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  242. package/dist/coston/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  243. package/dist/coston/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  244. package/dist/coston/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  245. package/dist/coston/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  246. package/dist/coston/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  247. package/dist/coston/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  248. package/dist/coston/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  249. package/dist/coston/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  250. package/dist/coston/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +200 -0
  251. package/dist/coston/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  252. package/dist/coston/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  253. package/dist/coston/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  254. package/dist/coston/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  255. package/dist/coston/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  256. package/dist/coston/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  257. package/dist/coston/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  258. package/dist/coston/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  259. package/dist/coston/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  260. package/dist/coston/artifacts/contracts/IVPToken.sol/IVPToken.json +658 -0
  261. package/dist/coston/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  262. package/dist/coston/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  263. package/dist/coston/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  264. package/dist/coston/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  265. package/dist/coston/artifacts/contracts/IWNat.sol/IWNat.json +761 -0
  266. package/dist/coston/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  267. package/dist/coston/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  268. package/dist/coston/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  269. package/dist/coston/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  270. package/dist/coston/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  271. package/dist/coston/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  272. package/dist/coston/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  273. package/dist/coston/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  274. package/dist/coston/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  275. package/dist/coston/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +951 -964
  276. package/dist/coston/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  277. package/dist/coston/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +32 -32
  278. package/dist/coston/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +83 -83
  279. package/dist/coston/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +20 -20
  280. package/dist/coston/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +26 -26
  281. package/dist/coston/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +26 -26
  282. package/dist/coston/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +678 -638
  283. package/dist/coston/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  284. package/dist/coston/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  285. package/dist/coston/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  286. package/dist/coston/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  287. package/dist/coston/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  288. package/dist/coston/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  289. package/dist/coston/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  290. package/dist/coston/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  291. package/dist/coston/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  292. package/dist/coston/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  293. package/dist/coston/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  294. package/dist/coston/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  295. package/dist/coston/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  296. package/dist/coston/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  297. package/dist/coston/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  298. package/dist/coston/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  299. package/dist/coston/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +56 -56
  300. package/dist/coston/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +228 -228
  301. package/dist/coston/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +607 -607
  302. package/dist/coston/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +727 -727
  303. package/dist/coston/index.d.ts +2 -3
  304. package/dist/coston/index.d.ts.map +1 -1
  305. package/dist/coston/mapper.d.ts +3 -0
  306. package/dist/coston/mapper.d.ts.map +1 -0
  307. package/dist/coston2/abis.d.ts +10 -1
  308. package/dist/coston2/abis.d.ts.map +1 -1
  309. package/dist/coston2/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  310. package/dist/coston2/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  311. package/dist/coston2/artifacts/contracts/IAddressBinder.sol/IAddressBinder.json +121 -0
  312. package/dist/coston2/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  313. package/dist/coston2/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  314. package/dist/coston2/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  315. package/dist/coston2/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  316. package/dist/coston2/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  317. package/dist/coston2/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  318. package/dist/coston2/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  319. package/dist/coston2/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  320. package/dist/coston2/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  321. package/dist/coston2/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  322. package/dist/coston2/artifacts/contracts/IDistributionToDelegators.sol/IDistributionToDelegators.json +258 -0
  323. package/dist/coston2/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  324. package/dist/coston2/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  325. package/dist/coston2/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  326. package/dist/coston2/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  327. package/dist/coston2/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  328. package/dist/coston2/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  329. package/dist/coston2/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  330. package/dist/coston2/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  331. package/dist/coston2/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  332. package/dist/coston2/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  333. package/dist/coston2/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  334. package/dist/coston2/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  335. package/dist/coston2/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  336. package/dist/coston2/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  337. package/dist/coston2/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  338. package/dist/coston2/artifacts/contracts/IFtso.sol/IFtso.json +475 -0
  339. package/dist/coston2/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  340. package/dist/coston2/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  341. package/dist/coston2/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  342. package/dist/coston2/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  343. package/dist/coston2/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  344. package/dist/coston2/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  345. package/dist/coston2/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  346. package/dist/coston2/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  347. package/dist/coston2/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  348. package/dist/coston2/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  349. package/dist/coston2/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  350. package/dist/coston2/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  351. package/dist/coston2/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  352. package/dist/coston2/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json +575 -0
  353. package/dist/coston2/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +311 -0
  354. package/dist/coston2/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +10 -0
  355. package/dist/coston2/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json +309 -0
  356. package/dist/coston2/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  357. package/dist/coston2/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  358. package/dist/coston2/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  359. package/dist/coston2/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +221 -0
  360. package/dist/coston2/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  361. package/dist/coston2/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  362. package/dist/coston2/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  363. package/dist/coston2/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  364. package/dist/coston2/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  365. package/dist/coston2/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  366. package/dist/coston2/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  367. package/dist/coston2/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  368. package/dist/coston2/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  369. package/dist/coston2/artifacts/contracts/IVPToken.sol/IVPToken.json +700 -0
  370. package/dist/coston2/artifacts/contracts/IValidatorRegistry.sol/IValidatorRegistry.json +136 -0
  371. package/dist/coston2/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  372. package/dist/coston2/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  373. package/dist/coston2/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  374. package/dist/coston2/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  375. package/dist/coston2/artifacts/contracts/IWNat.sol/IWNat.json +790 -0
  376. package/dist/coston2/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  377. package/dist/coston2/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  378. package/dist/coston2/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  379. package/dist/coston2/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  380. package/dist/coston2/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  381. package/dist/coston2/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  382. package/dist/coston2/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  383. package/dist/coston2/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  384. package/dist/coston2/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  385. package/dist/coston2/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +886 -899
  386. package/dist/coston2/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  387. package/dist/coston2/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +44 -44
  388. package/dist/coston2/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +57 -57
  389. package/dist/coston2/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +20 -20
  390. package/dist/coston2/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +26 -26
  391. package/dist/coston2/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +26 -26
  392. package/dist/coston2/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +678 -638
  393. package/dist/coston2/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  394. package/dist/coston2/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  395. package/dist/coston2/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  396. package/dist/coston2/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  397. package/dist/coston2/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  398. package/dist/coston2/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  399. package/dist/coston2/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  400. package/dist/coston2/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  401. package/dist/coston2/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  402. package/dist/coston2/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  403. package/dist/coston2/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  404. package/dist/coston2/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  405. package/dist/coston2/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  406. package/dist/coston2/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  407. package/dist/coston2/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  408. package/dist/coston2/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  409. package/dist/coston2/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +44 -44
  410. package/dist/coston2/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +238 -238
  411. package/dist/coston2/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +618 -618
  412. package/dist/coston2/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +766 -766
  413. package/dist/coston2/index.d.ts +2 -2
  414. package/dist/coston2/index.d.ts.map +1 -1
  415. package/dist/coston2/mapper.d.ts +3 -0
  416. package/dist/coston2/mapper.d.ts.map +1 -0
  417. package/dist/flare/abis.d.ts +10 -1
  418. package/dist/flare/abis.d.ts.map +1 -1
  419. package/dist/flare/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  420. package/dist/flare/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  421. package/dist/flare/artifacts/contracts/IAddressBinder.sol/IAddressBinder.json +121 -0
  422. package/dist/flare/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  423. package/dist/flare/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  424. package/dist/flare/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  425. package/dist/flare/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  426. package/dist/flare/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  427. package/dist/flare/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  428. package/dist/flare/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  429. package/dist/flare/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  430. package/dist/flare/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  431. package/dist/flare/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  432. package/dist/flare/artifacts/contracts/IDistributionToDelegators.sol/IDistributionToDelegators.json +258 -0
  433. package/dist/flare/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  434. package/dist/flare/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  435. package/dist/flare/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  436. package/dist/flare/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  437. package/dist/flare/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  438. package/dist/flare/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  439. package/dist/flare/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  440. package/dist/flare/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  441. package/dist/flare/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  442. package/dist/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  443. package/dist/flare/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  444. package/dist/flare/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  445. package/dist/flare/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  446. package/dist/flare/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  447. package/dist/flare/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  448. package/dist/flare/artifacts/contracts/IFtso.sol/IFtso.json +475 -0
  449. package/dist/flare/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  450. package/dist/flare/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  451. package/dist/flare/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  452. package/dist/flare/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  453. package/dist/flare/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  454. package/dist/flare/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  455. package/dist/flare/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  456. package/dist/flare/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  457. package/dist/flare/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  458. package/dist/flare/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  459. package/dist/flare/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  460. package/dist/flare/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  461. package/dist/flare/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  462. package/dist/flare/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json +575 -0
  463. package/dist/flare/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +311 -0
  464. package/dist/flare/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +10 -0
  465. package/dist/flare/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json +309 -0
  466. package/dist/flare/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  467. package/dist/flare/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  468. package/dist/flare/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  469. package/dist/flare/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +221 -0
  470. package/dist/flare/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  471. package/dist/flare/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  472. package/dist/flare/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  473. package/dist/flare/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  474. package/dist/flare/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  475. package/dist/flare/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  476. package/dist/flare/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  477. package/dist/flare/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  478. package/dist/flare/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  479. package/dist/flare/artifacts/contracts/IVPToken.sol/IVPToken.json +700 -0
  480. package/dist/flare/artifacts/contracts/IValidatorRegistry.sol/IValidatorRegistry.json +136 -0
  481. package/dist/flare/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  482. package/dist/flare/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  483. package/dist/flare/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  484. package/dist/flare/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  485. package/dist/flare/artifacts/contracts/IWNat.sol/IWNat.json +790 -0
  486. package/dist/flare/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  487. package/dist/flare/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  488. package/dist/flare/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  489. package/dist/flare/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  490. package/dist/flare/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  491. package/dist/flare/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  492. package/dist/flare/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  493. package/dist/flare/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  494. package/dist/flare/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  495. package/dist/flare/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +886 -899
  496. package/dist/flare/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  497. package/dist/flare/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +44 -44
  498. package/dist/flare/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +57 -57
  499. package/dist/flare/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +20 -20
  500. package/dist/flare/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +26 -26
  501. package/dist/flare/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +26 -26
  502. package/dist/flare/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +678 -638
  503. package/dist/flare/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  504. package/dist/flare/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  505. package/dist/flare/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  506. package/dist/flare/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  507. package/dist/flare/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  508. package/dist/flare/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  509. package/dist/flare/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  510. package/dist/flare/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  511. package/dist/flare/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  512. package/dist/flare/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  513. package/dist/flare/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  514. package/dist/flare/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  515. package/dist/flare/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  516. package/dist/flare/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  517. package/dist/flare/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  518. package/dist/flare/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  519. package/dist/flare/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +44 -44
  520. package/dist/flare/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +238 -238
  521. package/dist/flare/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +618 -618
  522. package/dist/flare/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +766 -766
  523. package/dist/flare/index.d.ts +2 -2
  524. package/dist/flare/index.d.ts.map +1 -1
  525. package/dist/flare/mapper.d.ts +3 -0
  526. package/dist/flare/mapper.d.ts.map +1 -0
  527. package/dist/index.d.ts +6 -6
  528. package/dist/index.d.ts.map +1 -1
  529. package/dist/index.js +9291 -56
  530. package/dist/index.js.map +1 -1
  531. package/dist/songbird/abis.d.ts +10 -1
  532. package/dist/songbird/abis.d.ts.map +1 -1
  533. package/dist/songbird/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  534. package/dist/songbird/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  535. package/dist/songbird/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  536. package/dist/songbird/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  537. package/dist/songbird/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  538. package/dist/songbird/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  539. package/dist/songbird/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  540. package/dist/songbird/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  541. package/dist/songbird/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  542. package/dist/songbird/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  543. package/dist/songbird/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  544. package/dist/songbird/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  545. package/dist/songbird/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  546. package/dist/songbird/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  547. package/dist/songbird/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  548. package/dist/songbird/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  549. package/dist/songbird/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  550. package/dist/songbird/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  551. package/dist/songbird/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  552. package/dist/songbird/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  553. package/dist/songbird/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  554. package/dist/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  555. package/dist/songbird/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  556. package/dist/songbird/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  557. package/dist/songbird/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  558. package/dist/songbird/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  559. package/dist/songbird/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  560. package/dist/songbird/artifacts/contracts/IFtso.sol/IFtso.json +512 -0
  561. package/dist/songbird/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  562. package/dist/songbird/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  563. package/dist/songbird/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  564. package/dist/songbird/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  565. package/dist/songbird/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  566. package/dist/songbird/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  567. package/dist/songbird/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  568. package/dist/songbird/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  569. package/dist/songbird/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  570. package/dist/songbird/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  571. package/dist/songbird/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  572. package/dist/songbird/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  573. package/dist/songbird/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  574. package/dist/songbird/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  575. package/dist/songbird/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  576. package/dist/songbird/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  577. package/dist/songbird/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +200 -0
  578. package/dist/songbird/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  579. package/dist/songbird/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  580. package/dist/songbird/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  581. package/dist/songbird/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  582. package/dist/songbird/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  583. package/dist/songbird/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  584. package/dist/songbird/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  585. package/dist/songbird/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  586. package/dist/songbird/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  587. package/dist/songbird/artifacts/contracts/IVPToken.sol/IVPToken.json +658 -0
  588. package/dist/songbird/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  589. package/dist/songbird/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  590. package/dist/songbird/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  591. package/dist/songbird/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  592. package/dist/songbird/artifacts/contracts/IWNat.sol/IWNat.json +761 -0
  593. package/dist/songbird/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  594. package/dist/songbird/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  595. package/dist/songbird/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  596. package/dist/songbird/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  597. package/dist/songbird/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  598. package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +25 -25
  599. package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +96 -96
  600. package/dist/songbird/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +212 -212
  601. package/dist/songbird/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +291 -291
  602. package/dist/songbird/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +58 -58
  603. package/dist/songbird/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  604. package/dist/songbird/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  605. package/dist/songbird/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  606. package/dist/songbird/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  607. package/dist/songbird/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +951 -964
  608. package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  609. package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +876 -876
  610. package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +90 -90
  611. package/dist/songbird/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +32 -32
  612. package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +83 -83
  613. package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +20 -20
  614. package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +26 -26
  615. package/dist/songbird/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +258 -258
  616. package/dist/songbird/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +16 -16
  617. package/dist/songbird/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +26 -26
  618. package/dist/songbird/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +678 -638
  619. package/dist/songbird/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  620. package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +44 -44
  621. package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +63 -63
  622. package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +51 -51
  623. package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationV1.sol/IIInflationV1.json +133 -133
  624. package/dist/songbird/artifacts/contracts/inflation/interface/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +16 -16
  625. package/dist/songbird/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +74 -74
  626. package/dist/songbird/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +231 -231
  627. package/dist/songbird/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  628. package/dist/songbird/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  629. package/dist/songbird/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  630. package/dist/songbird/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  631. package/dist/songbird/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  632. package/dist/songbird/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  633. package/dist/songbird/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  634. package/dist/songbird/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  635. package/dist/songbird/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  636. package/dist/songbird/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  637. package/dist/songbird/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  638. package/dist/songbird/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  639. package/dist/songbird/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  640. package/dist/songbird/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  641. package/dist/songbird/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  642. package/dist/songbird/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +56 -56
  643. package/dist/songbird/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +228 -228
  644. package/dist/songbird/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +607 -607
  645. package/dist/songbird/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +727 -727
  646. package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +960 -960
  647. package/dist/songbird/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +30 -30
  648. package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +444 -444
  649. package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +110 -110
  650. package/dist/songbird/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +52 -52
  651. package/dist/songbird/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +280 -280
  652. package/dist/songbird/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +16 -16
  653. package/dist/songbird/index.d.ts +2 -2
  654. package/dist/songbird/index.d.ts.map +1 -1
  655. package/dist/songbird/mapper.d.ts +3 -0
  656. package/dist/songbird/mapper.d.ts.map +1 -0
  657. package/flare/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  658. package/flare/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  659. package/flare/artifacts/contracts/IAddressBinder.sol/IAddressBinder.json +121 -0
  660. package/flare/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  661. package/flare/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  662. package/flare/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  663. package/flare/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  664. package/flare/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  665. package/flare/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  666. package/flare/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  667. package/flare/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  668. package/flare/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  669. package/flare/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  670. package/flare/artifacts/contracts/IDistributionToDelegators.sol/IDistributionToDelegators.json +258 -0
  671. package/flare/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  672. package/flare/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  673. package/flare/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  674. package/flare/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  675. package/flare/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  676. package/flare/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  677. package/flare/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  678. package/flare/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  679. package/flare/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  680. package/flare/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  681. package/flare/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  682. package/flare/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  683. package/flare/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  684. package/flare/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  685. package/flare/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  686. package/flare/artifacts/contracts/IFtso.sol/IFtso.json +475 -0
  687. package/flare/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  688. package/flare/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  689. package/flare/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  690. package/flare/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  691. package/flare/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  692. package/flare/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  693. package/flare/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  694. package/flare/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  695. package/flare/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  696. package/flare/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  697. package/flare/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  698. package/flare/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  699. package/flare/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  700. package/flare/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json +575 -0
  701. package/flare/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +311 -0
  702. package/flare/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +10 -0
  703. package/flare/artifacts/contracts/IPChainVotePower.sol/IPChainVotePower.json +309 -0
  704. package/flare/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  705. package/flare/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  706. package/flare/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  707. package/flare/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +221 -0
  708. package/flare/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  709. package/flare/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  710. package/flare/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  711. package/flare/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  712. package/flare/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  713. package/flare/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  714. package/flare/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  715. package/flare/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  716. package/flare/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  717. package/flare/artifacts/contracts/IVPToken.sol/IVPToken.json +700 -0
  718. package/flare/artifacts/contracts/IValidatorRegistry.sol/IValidatorRegistry.json +136 -0
  719. package/flare/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  720. package/flare/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  721. package/flare/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  722. package/flare/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  723. package/flare/artifacts/contracts/IWNat.sol/IWNat.json +790 -0
  724. package/flare/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  725. package/flare/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  726. package/flare/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  727. package/flare/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  728. package/flare/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  729. package/flare/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  730. package/flare/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  731. package/flare/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  732. package/flare/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  733. package/flare/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +2 -15
  734. package/flare/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  735. package/flare/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +1 -1
  736. package/flare/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +1 -1
  737. package/flare/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +1 -1
  738. package/flare/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +1 -1
  739. package/flare/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +1 -1
  740. package/flare/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +50 -10
  741. package/flare/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  742. package/flare/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  743. package/flare/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  744. package/flare/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  745. package/flare/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  746. package/flare/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  747. package/flare/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  748. package/flare/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  749. package/flare/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  750. package/flare/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  751. package/flare/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  752. package/flare/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  753. package/flare/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  754. package/flare/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  755. package/flare/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  756. package/flare/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  757. package/flare/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +1 -1
  758. package/flare/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +1 -1
  759. package/flare/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +1 -1
  760. package/flare/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +4 -4
  761. package/package.json +18 -4
  762. package/songbird/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +10 -0
  763. package/songbird/artifacts/contracts/FtsoV2Interface.sol/FtsoV2Interface.json +319 -0
  764. package/songbird/artifacts/contracts/IAddressValidity.sol/IAddressValidity.json +10 -0
  765. package/songbird/artifacts/contracts/IAddressValidityVerification.sol/IAddressValidityVerification.json +98 -0
  766. package/songbird/artifacts/contracts/IBalanceDecreasingTransaction.sol/IBalanceDecreasingTransaction.json +10 -0
  767. package/songbird/artifacts/contracts/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +113 -0
  768. package/songbird/artifacts/contracts/ICChainStake.sol/ICChainStake.json +384 -0
  769. package/songbird/artifacts/contracts/ICChainVotePower.sol/ICChainVotePower.json +309 -0
  770. package/songbird/artifacts/contracts/IClaimSetupManager.sol/IClaimSetupManager.json +665 -0
  771. package/songbird/artifacts/contracts/IConfirmedBlockHeightExists.sol/IConfirmedBlockHeightExists.json +10 -0
  772. package/songbird/artifacts/contracts/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +108 -0
  773. package/songbird/artifacts/contracts/IDelegationAccount.sol/IDelegationAccount.json +144 -0
  774. package/songbird/artifacts/contracts/IEVMTransaction.sol/IEVMTransaction.json +10 -0
  775. package/songbird/artifacts/contracts/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +175 -0
  776. package/songbird/artifacts/contracts/IEntityManager.sol/IEntityManager.json +799 -0
  777. package/songbird/artifacts/contracts/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +239 -0
  778. package/songbird/artifacts/contracts/IFastUpdater.sol/IFastUpdater.json +363 -0
  779. package/songbird/artifacts/contracts/IFastUpdatesConfiguration.sol/IFastUpdatesConfiguration.json +199 -0
  780. package/songbird/artifacts/contracts/IFdcHub.sol/IFdcHub.json +147 -0
  781. package/songbird/artifacts/contracts/IFdcInflationConfigurations.sol/IFdcInflationConfigurations.json +97 -0
  782. package/songbird/artifacts/contracts/IFdcRequestFeeConfigurations.sol/IFdcRequestFeeConfigurations.json +74 -0
  783. package/songbird/artifacts/contracts/IFdcVerification.sol/IFdcVerification.json +730 -0
  784. package/songbird/artifacts/contracts/IFeeCalculator.sol/IFeeCalculator.json +49 -0
  785. package/songbird/artifacts/contracts/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +241 -0
  786. package/songbird/artifacts/contracts/IFlareContractRegistry.sol/IFlareContractRegistry.json +105 -0
  787. package/songbird/artifacts/contracts/IFlareSystemsCalculator.sol/IFlareSystemsCalculator.json +118 -0
  788. package/songbird/artifacts/contracts/IFlareSystemsManager.sol/IFlareSystemsManager.json +658 -0
  789. package/songbird/artifacts/contracts/IFtso.sol/IFtso.json +512 -0
  790. package/songbird/artifacts/contracts/IFtsoFeedDecimals.sol/IFtsoFeedDecimals.json +177 -0
  791. package/songbird/artifacts/contracts/IFtsoFeedIdConverter.sol/IFtsoFeedIdConverter.json +59 -0
  792. package/songbird/artifacts/contracts/IFtsoFeedPublisher.sol/IFtsoFeedPublisher.json +223 -0
  793. package/songbird/artifacts/contracts/IFtsoInflationConfigurations.sol/IFtsoInflationConfigurations.json +107 -0
  794. package/songbird/artifacts/contracts/IFtsoManager.sol/IFtsoManager.json +376 -0
  795. package/songbird/artifacts/contracts/IFtsoRegistry.sol/IFtsoRegistry.json +445 -0
  796. package/songbird/artifacts/contracts/IFtsoRewardManager.sol/IFtsoRewardManager.json +702 -0
  797. package/songbird/artifacts/contracts/IFtsoRewardOffersManager.sol/IFtsoRewardOffersManager.json +197 -0
  798. package/songbird/artifacts/contracts/IGenericRewardManager.sol/IGenericRewardManager.json +248 -0
  799. package/songbird/artifacts/contracts/IGovernanceSettings.sol/IGovernanceSettings.json +69 -0
  800. package/songbird/artifacts/contracts/IGovernanceVotePower.sol/IGovernanceVotePower.json +117 -0
  801. package/songbird/artifacts/contracts/IGovernor.sol/IGovernor.json +524 -0
  802. package/songbird/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json +24 -0
  803. package/songbird/artifacts/contracts/IPayment.sol/IPayment.json +10 -0
  804. package/songbird/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json +158 -0
  805. package/songbird/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json +556 -0
  806. package/songbird/artifacts/contracts/IPriceSubmitter.sol/IPriceSubmitter.json +200 -0
  807. package/songbird/artifacts/contracts/IRNat.sol/IRNat.json +939 -0
  808. package/songbird/artifacts/contracts/IRNatAccount.sol/IRNatAccount.json +146 -0
  809. package/songbird/artifacts/contracts/IRandomProvider.sol/IRandomProvider.json +65 -0
  810. package/songbird/artifacts/contracts/IReferencedPaymentNonexistence.sol/IReferencedPaymentNonexistence.json +10 -0
  811. package/songbird/artifacts/contracts/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +133 -0
  812. package/songbird/artifacts/contracts/IRelay.sol/IRelay.json +435 -0
  813. package/songbird/artifacts/contracts/IRewardManager.sol/IRewardManager.json +614 -0
  814. package/songbird/artifacts/contracts/ISubmission.sol/ISubmission.json +142 -0
  815. package/songbird/artifacts/contracts/IVPContractEvents.sol/IVPContractEvents.json +73 -0
  816. package/songbird/artifacts/contracts/IVPToken.sol/IVPToken.json +658 -0
  817. package/songbird/artifacts/contracts/IValidatorRewardOffersManager.sol/IValidatorRewardOffersManager.json +30 -0
  818. package/songbird/artifacts/contracts/IVoterPreRegistry.sol/IVoterPreRegistry.json +127 -0
  819. package/songbird/artifacts/contracts/IVoterRegistry.sol/IVoterRegistry.json +265 -0
  820. package/songbird/artifacts/contracts/IVoterWhitelister.sol/IVoterWhitelister.json +199 -0
  821. package/songbird/artifacts/contracts/IWNat.sol/IWNat.json +761 -0
  822. package/songbird/artifacts/contracts/IWNatDelegationFee.sol/IWNatDelegationFee.json +153 -0
  823. package/songbird/artifacts/contracts/ProtocolsV2Interface.sol/ProtocolsV2Interface.json +127 -0
  824. package/songbird/artifacts/contracts/RandomNumberV2Interface.sol/RandomNumberV2Interface.json +63 -0
  825. package/songbird/artifacts/contracts/RewardsV2Interface.sol/RewardsV2Interface.json +180 -0
  826. package/songbird/artifacts/contracts/TestFtsoV2Interface.sol/TestFtsoV2Interface.json +319 -0
  827. package/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +1 -1
  828. package/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +1 -1
  829. package/songbird/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +4 -4
  830. package/songbird/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +1 -1
  831. package/songbird/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +1 -1
  832. package/songbird/artifacts/contracts/fdc/interface/ITypeTemplate.sol/ITypeTemplate.json +10 -0
  833. package/songbird/artifacts/contracts/fdc/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +149 -0
  834. package/songbird/artifacts/contracts/fscV1/interface/IIFastUpdaterView.sol/IIFastUpdaterView.json +40 -0
  835. package/songbird/artifacts/contracts/fscV1/interface/IIFtsoManagerProxy.sol/IIFtsoManagerProxy.json +63 -0
  836. package/songbird/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +2 -15
  837. package/songbird/artifacts/contracts/ftso/interface/IIFtsoFeedPublisher.sol/IIFtsoFeedPublisher.json +263 -0
  838. package/songbird/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +1 -1
  839. package/songbird/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +1 -1
  840. package/songbird/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +1 -1
  841. package/songbird/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +1 -1
  842. package/songbird/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +1 -1
  843. package/songbird/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +1 -1
  844. package/songbird/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +1 -1
  845. package/songbird/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +1 -1
  846. package/songbird/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +1 -1
  847. package/songbird/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +49 -9
  848. package/songbird/artifacts/contracts/governance/interface/IIPollingManagementGroup.sol/IIPollingManagementGroup.json +688 -0
  849. package/songbird/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +1 -1
  850. package/songbird/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +1 -1
  851. package/songbird/artifacts/contracts/inflation/interface/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +1 -1
  852. package/songbird/artifacts/contracts/inflation/interface/IIInflationV1.sol/IIInflationV1.json +1 -1
  853. package/songbird/artifacts/contracts/inflation/interface/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +1 -1
  854. package/songbird/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +1 -1
  855. package/songbird/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +1 -1
  856. package/songbird/artifacts/contracts/protocol/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
  857. package/songbird/artifacts/contracts/protocol/interface/IICleanupBlockNumberManager.sol/IICleanupBlockNumberManager.json +24 -0
  858. package/songbird/artifacts/contracts/protocol/interface/IIEntityManager.sol/IIEntityManager.json +948 -0
  859. package/songbird/artifacts/contracts/protocol/interface/IIFlareSystemsCalculator.sol/IIFlareSystemsCalculator.json +171 -0
  860. package/songbird/artifacts/contracts/protocol/interface/IIFlareSystemsManager.sol/IIFlareSystemsManager.json +1226 -0
  861. package/songbird/artifacts/contracts/protocol/interface/IINodePossessionVerifier.sol/IINodePossessionVerifier.json +39 -0
  862. package/songbird/artifacts/contracts/protocol/interface/IIPublicKeyVerifier.sol/IIPublicKeyVerifier.json +39 -0
  863. package/songbird/artifacts/contracts/protocol/interface/IIRelay.sol/IIRelay.json +486 -0
  864. package/songbird/artifacts/contracts/protocol/interface/IIRewardEpochSwitchoverTrigger.sol/IIRewardEpochSwitchoverTrigger.json +34 -0
  865. package/songbird/artifacts/contracts/protocol/interface/IIRewardManager.sol/IIRewardManager.json +723 -0
  866. package/songbird/artifacts/contracts/protocol/interface/IISubmission.sol/IISubmission.json +170 -0
  867. package/songbird/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json +24 -0
  868. package/songbird/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json +632 -0
  869. package/songbird/artifacts/contracts/rNat/interface/IIRNat.sol/IIRNat.json +1070 -0
  870. package/songbird/artifacts/contracts/rNat/interface/IIRNatAccount.sol/IIRNatAccount.json +342 -0
  871. package/songbird/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +1 -1
  872. package/songbird/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +1 -1
  873. package/songbird/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +1 -1
  874. package/songbird/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +4 -4
  875. package/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +1 -1
  876. package/songbird/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +1 -1
  877. package/songbird/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +1 -1
  878. package/songbird/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +1 -1
  879. package/songbird/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +1 -1
  880. package/songbird/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +1 -1
  881. package/songbird/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +1 -1
  882. package/coston/artifacts/contracts/StateConnector/interface/AddressValidity.sol/AddressValidity.json +0 -10
  883. package/coston/artifacts/contracts/StateConnector/interface/BalanceDecreasingTransaction.sol/BalanceDecreasingTransaction.json +0 -10
  884. package/coston/artifacts/contracts/StateConnector/interface/ConfirmedBlockHeightExists.sol/ConfirmedBlockHeightExists.json +0 -10
  885. package/coston/artifacts/contracts/StateConnector/interface/EVMTransaction.sol/EVMTransaction.json +0 -10
  886. package/coston/artifacts/contracts/StateConnector/interface/IAddressValidityVerification.sol/IAddressValidityVerification.json +0 -98
  887. package/coston/artifacts/contracts/StateConnector/interface/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +0 -113
  888. package/coston/artifacts/contracts/StateConnector/interface/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +0 -108
  889. package/coston/artifacts/contracts/StateConnector/interface/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +0 -175
  890. package/coston/artifacts/contracts/StateConnector/interface/IPaymentVerification.sol/IPaymentVerification.json +0 -153
  891. package/coston/artifacts/contracts/StateConnector/interface/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +0 -123
  892. package/coston/artifacts/contracts/StateConnector/interface/IStateConnector.sol/IStateConnector.json +0 -126
  893. package/coston/artifacts/contracts/StateConnector/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +0 -149
  894. package/coston/artifacts/contracts/StateConnector/interface/Payment.sol/Payment.json +0 -10
  895. package/coston/artifacts/contracts/StateConnector/interface/ReferencedPaymentNonexistence.sol/ReferencedPaymentNonexistence.json +0 -10
  896. package/coston/artifacts/contracts/StateConnector/interface/TypeTemplate.sol/TypeTemplate.json +0 -10
  897. package/coston/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  898. package/coston/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  899. package/coston/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +0 -29
  900. package/coston/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +0 -105
  901. package/coston/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  902. package/coston/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  903. package/coston/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +0 -233
  904. package/coston/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +0 -316
  905. package/coston/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +0 -66
  906. package/coston/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  907. package/coston/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  908. package/coston/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  909. package/coston/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  910. package/coston/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  911. package/coston/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  912. package/coston/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1104
  913. package/coston/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  914. package/coston/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +0 -878
  915. package/coston/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +0 -102
  916. package/coston/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  917. package/coston/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  918. package/coston/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  919. package/coston/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  920. package/coston/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  921. package/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -624
  922. package/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -241
  923. package/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  924. package/coston/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -1048
  925. package/coston/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -676
  926. package/coston/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -224
  927. package/coston/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -407
  928. package/coston/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  929. package/coston/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +0 -285
  930. package/coston/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +0 -18
  931. package/coston/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -126
  932. package/coston/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -139
  933. package/coston/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -115
  934. package/coston/artifacts/contracts/governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json +0 -209
  935. package/coston/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +0 -220
  936. package/coston/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  937. package/coston/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  938. package/coston/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  939. package/coston/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  940. package/coston/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  941. package/coston/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1065
  942. package/coston/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  943. package/coston/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -854
  944. package/coston/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  945. package/coston/artifacts/contracts/inflation/implementation/SelfDestructBurner.sol/SelfDestructBurner.json +0 -73
  946. package/coston/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -642
  947. package/coston/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +0 -49
  948. package/coston/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +0 -70
  949. package/coston/artifacts/contracts/inflation/interface/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +0 -57
  950. package/coston/artifacts/contracts/inflation/interface/IIInflationV1.sol/IIInflationV1.json +0 -142
  951. package/coston/artifacts/contracts/inflation/interface/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +0 -18
  952. package/coston/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +0 -82
  953. package/coston/artifacts/contracts/inflation/lib/InflationRewardServices.sol/InflationRewardServices.json +0 -68
  954. package/coston/artifacts/contracts/inflation/lib/InflationTimeSlots.sol/InflationTimeSlots.json +0 -10
  955. package/coston/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +0 -234
  956. package/coston/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -129
  957. package/coston/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  958. package/coston/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -222
  959. package/coston/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -324
  960. package/coston/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -774
  961. package/coston/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1102
  962. package/coston/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1195
  963. package/coston/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  964. package/coston/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  965. package/coston/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  966. package/coston/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  967. package/coston/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  968. package/coston/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  969. package/coston/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  970. package/coston/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  971. package/coston/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  972. package/coston/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  973. package/coston/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  974. package/coston/artifacts/contracts/tokenPools/implementation/InflationReceiver.sol/InflationReceiver.json +0 -127
  975. package/coston/artifacts/contracts/tokenPools/implementation/TokenPoolBase.sol/TokenPoolBase.json +0 -10
  976. package/coston/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +0 -962
  977. package/coston/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +0 -34
  978. package/coston/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  979. package/coston/artifacts/contracts/userInterfaces/IClaimSetupManager.sol/IClaimSetupManager.json +0 -665
  980. package/coston/artifacts/contracts/userInterfaces/IDelegationAccount.sol/IDelegationAccount.json +0 -144
  981. package/coston/artifacts/contracts/userInterfaces/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +0 -239
  982. package/coston/artifacts/contracts/userInterfaces/IFastUpdater.sol/IFastUpdater.json +0 -363
  983. package/coston/artifacts/contracts/userInterfaces/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +0 -241
  984. package/coston/artifacts/contracts/userInterfaces/IFlareContractRegistry.sol/IFlareContractRegistry.json +0 -105
  985. package/coston/artifacts/contracts/userInterfaces/IFtso.sol/IFtso.json +0 -512
  986. package/coston/artifacts/contracts/userInterfaces/IFtsoManager.sol/IFtsoManager.json +0 -376
  987. package/coston/artifacts/contracts/userInterfaces/IFtsoRegistry.sol/IFtsoRegistry.json +0 -445
  988. package/coston/artifacts/contracts/userInterfaces/IFtsoRewardManager.sol/IFtsoRewardManager.json +0 -702
  989. package/coston/artifacts/contracts/userInterfaces/IGenericRewardManager.sol/IGenericRewardManager.json +0 -248
  990. package/coston/artifacts/contracts/userInterfaces/IGovernanceSettings.sol/IGovernanceSettings.json +0 -69
  991. package/coston/artifacts/contracts/userInterfaces/IGovernanceVotePower.sol/IGovernanceVotePower.json +0 -117
  992. package/coston/artifacts/contracts/userInterfaces/IGovernor.sol/IGovernor.json +0 -484
  993. package/coston/artifacts/contracts/userInterfaces/IPollingFtso.sol/IPollingFtso.json +0 -639
  994. package/coston/artifacts/contracts/userInterfaces/IPriceSubmitter.sol/IPriceSubmitter.json +0 -200
  995. package/coston/artifacts/contracts/userInterfaces/IVPContractEvents.sol/IVPContractEvents.json +0 -73
  996. package/coston/artifacts/contracts/userInterfaces/IVPToken.sol/IVPToken.json +0 -658
  997. package/coston/artifacts/contracts/userInterfaces/IVoterWhitelister.sol/IVoterWhitelister.json +0 -199
  998. package/coston/artifacts/contracts/userInterfaces/IWNat.sol/IWNat.json +0 -62
  999. package/coston/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1000. package/coston/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1001. package/coston/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1002. package/coston/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1003. package/coston/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1004. package/coston/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -440
  1005. package/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -144
  1006. package/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +0 -238
  1007. package/coston/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1008. package/coston/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1009. package/coston/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1010. package/coston/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1011. package/coston/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +0 -477
  1012. package/coston/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +0 -120
  1013. package/coston/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +0 -60
  1014. package/coston/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +0 -308
  1015. package/coston/artifacts/contracts/utils/interface/IRelay.sol/IRelay.json +0 -263
  1016. package/coston/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +0 -18
  1017. package/coston/deploys/contracts.json +0 -237
  1018. package/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1019. package/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1020. package/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +0 -29
  1021. package/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +0 -105
  1022. package/coston2/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1023. package/coston2/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1024. package/coston2/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +0 -233
  1025. package/coston2/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +0 -316
  1026. package/coston2/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +0 -66
  1027. package/coston2/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1028. package/coston2/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1029. package/coston2/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1030. package/coston2/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1031. package/coston2/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1032. package/coston2/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1033. package/coston2/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1039
  1034. package/coston2/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1035. package/coston2/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +0 -891
  1036. package/coston2/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +0 -102
  1037. package/coston2/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1038. package/coston2/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1039. package/coston2/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1040. package/coston2/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1041. package/coston2/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1042. package/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -718
  1043. package/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -338
  1044. package/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1045. package/coston2/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -983
  1046. package/coston2/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +0 -289
  1047. package/coston2/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -794
  1048. package/coston2/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -219
  1049. package/coston2/artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json +0 -292
  1050. package/coston2/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +0 -493
  1051. package/coston2/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -569
  1052. package/coston2/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1053. package/coston2/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +0 -283
  1054. package/coston2/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +0 -18
  1055. package/coston2/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -220
  1056. package/coston2/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -233
  1057. package/coston2/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -209
  1058. package/coston2/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1059. package/coston2/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1060. package/coston2/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1061. package/coston2/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1062. package/coston2/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1063. package/coston2/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1070
  1064. package/coston2/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1065. package/coston2/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -926
  1066. package/coston2/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1067. package/coston2/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -543
  1068. package/coston2/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +0 -49
  1069. package/coston2/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +0 -24
  1070. package/coston2/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +0 -57
  1071. package/coston2/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +0 -36
  1072. package/coston2/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +0 -82
  1073. package/coston2/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +0 -10
  1074. package/coston2/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +0 -10
  1075. package/coston2/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +0 -30
  1076. package/coston2/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +0 -49
  1077. package/coston2/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +0 -234
  1078. package/coston2/artifacts/contracts/staking/implementation/AddressBinder.sol/AddressBinder.json +0 -121
  1079. package/coston2/artifacts/contracts/staking/implementation/PChainStake.sol/PChainStake.json +0 -512
  1080. package/coston2/artifacts/contracts/staking/implementation/PChainStakeMirror.sol/PChainStakeMirror.json +0 -1299
  1081. package/coston2/artifacts/contracts/staking/implementation/PChainStakeMirrorMultiSigVoting.sol/PChainStakeMirrorMultiSigVoting.json +0 -579
  1082. package/coston2/artifacts/contracts/staking/implementation/PChainStakeMirrorVerifier.sol/PChainStakeMirrorVerifier.json +0 -168
  1083. package/coston2/artifacts/contracts/staking/interface/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +0 -72
  1084. package/coston2/artifacts/contracts/staking/lib/PChainStakeHistory.sol/PChainStakeHistory.json +0 -24
  1085. package/coston2/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -142
  1086. package/coston2/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1087. package/coston2/artifacts/contracts/token/implementation/CombinedNat.sol/CombinedNat.json +0 -128
  1088. package/coston2/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -235
  1089. package/coston2/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -342
  1090. package/coston2/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -798
  1091. package/coston2/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1264
  1092. package/coston2/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1357
  1093. package/coston2/artifacts/contracts/token/interface/IICombinedNatBalance.sol/IICombinedNatBalance.json +0 -86
  1094. package/coston2/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1095. package/coston2/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1096. package/coston2/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1097. package/coston2/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1098. package/coston2/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1099. package/coston2/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1100. package/coston2/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1101. package/coston2/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1102. package/coston2/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1103. package/coston2/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1104. package/coston2/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +0 -741
  1105. package/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +0 -1038
  1106. package/coston2/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +0 -769
  1107. package/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1108. package/coston2/artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json +0 -720
  1109. package/coston2/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +0 -927
  1110. package/coston2/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +0 -463
  1111. package/coston2/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +0 -741
  1112. package/coston2/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +0 -962
  1113. package/coston2/artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json +0 -413
  1114. package/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +0 -49
  1115. package/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +0 -24
  1116. package/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +0 -57
  1117. package/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +0 -36
  1118. package/coston2/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +0 -34
  1119. package/coston2/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1120. package/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +0 -10
  1121. package/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +0 -10
  1122. package/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +0 -30
  1123. package/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +0 -49
  1124. package/coston2/artifacts/contracts/userInterfaces/IAddressBinder.sol/IAddressBinder.json +0 -121
  1125. package/coston2/artifacts/contracts/userInterfaces/IClaimSetupManager.sol/IClaimSetupManager.json +0 -665
  1126. package/coston2/artifacts/contracts/userInterfaces/IDelegationAccount.sol/IDelegationAccount.json +0 -144
  1127. package/coston2/artifacts/contracts/userInterfaces/IDistributionToDelegators.sol/IDistributionToDelegators.json +0 -258
  1128. package/coston2/artifacts/contracts/userInterfaces/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +0 -239
  1129. package/coston2/artifacts/contracts/userInterfaces/IFastUpdater.sol/IFastUpdater.json +0 -363
  1130. package/coston2/artifacts/contracts/userInterfaces/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +0 -241
  1131. package/coston2/artifacts/contracts/userInterfaces/IFlareContractRegistry.sol/IFlareContractRegistry.json +0 -105
  1132. package/coston2/artifacts/contracts/userInterfaces/IFtso.sol/IFtso.json +0 -475
  1133. package/coston2/artifacts/contracts/userInterfaces/IFtsoManager.sol/IFtsoManager.json +0 -376
  1134. package/coston2/artifacts/contracts/userInterfaces/IFtsoRegistry.sol/IFtsoRegistry.json +0 -445
  1135. package/coston2/artifacts/contracts/userInterfaces/IFtsoRewardManager.sol/IFtsoRewardManager.json +0 -702
  1136. package/coston2/artifacts/contracts/userInterfaces/IGenericRewardManager.sol/IGenericRewardManager.json +0 -248
  1137. package/coston2/artifacts/contracts/userInterfaces/IGovernanceSettings.sol/IGovernanceSettings.json +0 -69
  1138. package/coston2/artifacts/contracts/userInterfaces/IGovernanceVotePower.sol/IGovernanceVotePower.json +0 -117
  1139. package/coston2/artifacts/contracts/userInterfaces/IGovernor.sol/IGovernor.json +0 -484
  1140. package/coston2/artifacts/contracts/userInterfaces/IPChainStakeMirror.sol/IPChainStakeMirror.json +0 -575
  1141. package/coston2/artifacts/contracts/userInterfaces/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +0 -311
  1142. package/coston2/artifacts/contracts/userInterfaces/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +0 -10
  1143. package/coston2/artifacts/contracts/userInterfaces/IPChainVotePower.sol/IPChainVotePower.json +0 -309
  1144. package/coston2/artifacts/contracts/userInterfaces/IPollingFtso.sol/IPollingFtso.json +0 -639
  1145. package/coston2/artifacts/contracts/userInterfaces/IPriceSubmitter.sol/IPriceSubmitter.json +0 -221
  1146. package/coston2/artifacts/contracts/userInterfaces/IVPContractEvents.sol/IVPContractEvents.json +0 -73
  1147. package/coston2/artifacts/contracts/userInterfaces/IVPToken.sol/IVPToken.json +0 -700
  1148. package/coston2/artifacts/contracts/userInterfaces/IValidatorRegistry.sol/IValidatorRegistry.json +0 -136
  1149. package/coston2/artifacts/contracts/userInterfaces/IVoterWhitelister.sol/IVoterWhitelister.json +0 -199
  1150. package/coston2/artifacts/contracts/userInterfaces/IWNat.sol/IWNat.json +0 -62
  1151. package/coston2/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1152. package/coston2/artifacts/contracts/utils/implementation/BytesLib.sol/BytesLib.json +0 -10
  1153. package/coston2/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1154. package/coston2/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1155. package/coston2/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1156. package/coston2/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1157. package/coston2/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -384
  1158. package/coston2/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +0 -71
  1159. package/coston2/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -238
  1160. package/coston2/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1161. package/coston2/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1162. package/coston2/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1163. package/coston2/artifacts/contracts/utils/implementation/SelfdestructTransfer.sol/SelfdestructTransfer.json +0 -91
  1164. package/coston2/artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json +0 -149
  1165. package/coston2/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1166. package/coston2/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +0 -477
  1167. package/coston2/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +0 -60
  1168. package/coston2/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +0 -308
  1169. package/coston2/artifacts/contracts/utils/interface/IRelay.sol/IRelay.json +0 -263
  1170. package/coston2/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +0 -18
  1171. package/coston2/deploys/contracts.json +0 -272
  1172. package/dist/coston/StateConnector/libs/ts/AttestationDefinitionStore.js +0 -164
  1173. package/dist/coston/StateConnector/libs/ts/AttestationDefinitionStore.js.map +0 -1
  1174. package/dist/coston/StateConnector/libs/ts/AttestationResponse.js +0 -30
  1175. package/dist/coston/StateConnector/libs/ts/AttestationResponse.js.map +0 -1
  1176. package/dist/coston/StateConnector/libs/ts/MerkleTree.js +0 -212
  1177. package/dist/coston/StateConnector/libs/ts/MerkleTree.js.map +0 -1
  1178. package/dist/coston/StateConnector/libs/ts/config-types.js +0 -3
  1179. package/dist/coston/StateConnector/libs/ts/config-types.js.map +0 -1
  1180. package/dist/coston/StateConnector/libs/ts/interfaces.js +0 -3
  1181. package/dist/coston/StateConnector/libs/ts/interfaces.js.map +0 -1
  1182. package/dist/coston/StateConnector/libs/ts/random.js +0 -70
  1183. package/dist/coston/StateConnector/libs/ts/random.js.map +0 -1
  1184. package/dist/coston/StateConnector/libs/ts/utils.js +0 -2839
  1185. package/dist/coston/StateConnector/libs/ts/utils.js.map +0 -1
  1186. package/dist/coston/StateConnector/typescript/AddressValidity.js +0 -9
  1187. package/dist/coston/StateConnector/typescript/AddressValidity.js.map +0 -1
  1188. package/dist/coston/StateConnector/typescript/BalanceDecreasingTransaction.js +0 -9
  1189. package/dist/coston/StateConnector/typescript/BalanceDecreasingTransaction.js.map +0 -1
  1190. package/dist/coston/StateConnector/typescript/ConfirmedBlockHeightExists.js +0 -9
  1191. package/dist/coston/StateConnector/typescript/ConfirmedBlockHeightExists.js.map +0 -1
  1192. package/dist/coston/StateConnector/typescript/EVMTransaction.js +0 -9
  1193. package/dist/coston/StateConnector/typescript/EVMTransaction.js.map +0 -1
  1194. package/dist/coston/StateConnector/typescript/Payment.js +0 -9
  1195. package/dist/coston/StateConnector/typescript/Payment.js.map +0 -1
  1196. package/dist/coston/StateConnector/typescript/ReferencedPaymentNonexistence.js +0 -9
  1197. package/dist/coston/StateConnector/typescript/ReferencedPaymentNonexistence.js.map +0 -1
  1198. package/dist/coston/StateConnector/typescript/TypeTemplate.js +0 -9
  1199. package/dist/coston/StateConnector/typescript/TypeTemplate.js.map +0 -1
  1200. package/dist/coston/StateConnector/typescript/data-sources/data-sources.js +0 -33
  1201. package/dist/coston/StateConnector/typescript/data-sources/data-sources.js.map +0 -1
  1202. package/dist/coston/StateConnector/typescript/index.js +0 -25
  1203. package/dist/coston/StateConnector/typescript/index.js.map +0 -1
  1204. package/dist/coston/abis.js +0 -261
  1205. package/dist/coston/abis.js.map +0 -1
  1206. package/dist/coston/artifacts/contracts/StateConnector/interface/AddressValidity.sol/AddressValidity.json +0 -10
  1207. package/dist/coston/artifacts/contracts/StateConnector/interface/BalanceDecreasingTransaction.sol/BalanceDecreasingTransaction.json +0 -10
  1208. package/dist/coston/artifacts/contracts/StateConnector/interface/ConfirmedBlockHeightExists.sol/ConfirmedBlockHeightExists.json +0 -10
  1209. package/dist/coston/artifacts/contracts/StateConnector/interface/EVMTransaction.sol/EVMTransaction.json +0 -10
  1210. package/dist/coston/artifacts/contracts/StateConnector/interface/IAddressValidityVerification.sol/IAddressValidityVerification.json +0 -98
  1211. package/dist/coston/artifacts/contracts/StateConnector/interface/IBalanceDecreasingTransactionVerification.sol/IBalanceDecreasingTransactionVerification.json +0 -113
  1212. package/dist/coston/artifacts/contracts/StateConnector/interface/IConfirmedBlockHeightExistsVerification.sol/IConfirmedBlockHeightExistsVerification.json +0 -108
  1213. package/dist/coston/artifacts/contracts/StateConnector/interface/IEVMTransactionVerification.sol/IEVMTransactionVerification.json +0 -175
  1214. package/dist/coston/artifacts/contracts/StateConnector/interface/IPaymentVerification.sol/IPaymentVerification.json +0 -153
  1215. package/dist/coston/artifacts/contracts/StateConnector/interface/IReferencedPaymentNonexistenceVerification.sol/IReferencedPaymentNonexistenceVerification.json +0 -123
  1216. package/dist/coston/artifacts/contracts/StateConnector/interface/IStateConnector.sol/IStateConnector.json +0 -126
  1217. package/dist/coston/artifacts/contracts/StateConnector/interface/ITypeTemplateVerification.sol/ITypeTemplateVerification.json +0 -149
  1218. package/dist/coston/artifacts/contracts/StateConnector/interface/Payment.sol/Payment.json +0 -10
  1219. package/dist/coston/artifacts/contracts/StateConnector/interface/ReferencedPaymentNonexistence.sol/ReferencedPaymentNonexistence.json +0 -10
  1220. package/dist/coston/artifacts/contracts/StateConnector/interface/TypeTemplate.sol/TypeTemplate.json +0 -10
  1221. package/dist/coston/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1222. package/dist/coston/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1223. package/dist/coston/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +0 -29
  1224. package/dist/coston/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +0 -105
  1225. package/dist/coston/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1226. package/dist/coston/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1227. package/dist/coston/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +0 -233
  1228. package/dist/coston/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +0 -316
  1229. package/dist/coston/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +0 -66
  1230. package/dist/coston/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1231. package/dist/coston/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1232. package/dist/coston/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1233. package/dist/coston/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1234. package/dist/coston/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1235. package/dist/coston/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1236. package/dist/coston/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1104
  1237. package/dist/coston/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1238. package/dist/coston/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +0 -878
  1239. package/dist/coston/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +0 -102
  1240. package/dist/coston/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1241. package/dist/coston/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1242. package/dist/coston/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1243. package/dist/coston/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1244. package/dist/coston/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1245. package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -624
  1246. package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -241
  1247. package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1248. package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -1048
  1249. package/dist/coston/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -676
  1250. package/dist/coston/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -224
  1251. package/dist/coston/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -407
  1252. package/dist/coston/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1253. package/dist/coston/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +0 -285
  1254. package/dist/coston/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +0 -18
  1255. package/dist/coston/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -126
  1256. package/dist/coston/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -139
  1257. package/dist/coston/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -115
  1258. package/dist/coston/artifacts/contracts/governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json +0 -209
  1259. package/dist/coston/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +0 -220
  1260. package/dist/coston/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1261. package/dist/coston/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1262. package/dist/coston/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1263. package/dist/coston/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1264. package/dist/coston/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1265. package/dist/coston/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1065
  1266. package/dist/coston/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1267. package/dist/coston/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -854
  1268. package/dist/coston/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1269. package/dist/coston/artifacts/contracts/inflation/implementation/SelfDestructBurner.sol/SelfDestructBurner.json +0 -73
  1270. package/dist/coston/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -642
  1271. package/dist/coston/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +0 -49
  1272. package/dist/coston/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +0 -70
  1273. package/dist/coston/artifacts/contracts/inflation/interface/IIInflationReceiverV1.sol/IIInflationReceiverV1.json +0 -57
  1274. package/dist/coston/artifacts/contracts/inflation/interface/IIInflationV1.sol/IIInflationV1.json +0 -142
  1275. package/dist/coston/artifacts/contracts/inflation/interface/IIPreInflationCalculation.sol/IIPreInflationCalculation.json +0 -18
  1276. package/dist/coston/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +0 -82
  1277. package/dist/coston/artifacts/contracts/inflation/lib/InflationRewardServices.sol/InflationRewardServices.json +0 -68
  1278. package/dist/coston/artifacts/contracts/inflation/lib/InflationTimeSlots.sol/InflationTimeSlots.json +0 -10
  1279. package/dist/coston/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +0 -234
  1280. package/dist/coston/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -129
  1281. package/dist/coston/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1282. package/dist/coston/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -222
  1283. package/dist/coston/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -324
  1284. package/dist/coston/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -774
  1285. package/dist/coston/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1102
  1286. package/dist/coston/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1195
  1287. package/dist/coston/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1288. package/dist/coston/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1289. package/dist/coston/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1290. package/dist/coston/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1291. package/dist/coston/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1292. package/dist/coston/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1293. package/dist/coston/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1294. package/dist/coston/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1295. package/dist/coston/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1296. package/dist/coston/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1297. package/dist/coston/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1298. package/dist/coston/artifacts/contracts/tokenPools/implementation/InflationReceiver.sol/InflationReceiver.json +0 -127
  1299. package/dist/coston/artifacts/contracts/tokenPools/implementation/TokenPoolBase.sol/TokenPoolBase.json +0 -10
  1300. package/dist/coston/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +0 -962
  1301. package/dist/coston/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +0 -34
  1302. package/dist/coston/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1303. package/dist/coston/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1304. package/dist/coston/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1305. package/dist/coston/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1306. package/dist/coston/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1307. package/dist/coston/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1308. package/dist/coston/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -440
  1309. package/dist/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -144
  1310. package/dist/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +0 -238
  1311. package/dist/coston/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1312. package/dist/coston/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1313. package/dist/coston/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1314. package/dist/coston/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1315. package/dist/coston/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +0 -477
  1316. package/dist/coston/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +0 -120
  1317. package/dist/coston/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +0 -60
  1318. package/dist/coston/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +0 -308
  1319. package/dist/coston/artifacts/contracts/utils/interface/IRelay.sol/IRelay.json +0 -263
  1320. package/dist/coston/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +0 -18
  1321. package/dist/coston/deploys/addresses.d.ts +0 -43
  1322. package/dist/coston/deploys/addresses.d.ts.map +0 -1
  1323. package/dist/coston/deploys/addresses.js +0 -47
  1324. package/dist/coston/deploys/addresses.js.map +0 -1
  1325. package/dist/coston/deploys/contracts.json +0 -232
  1326. package/dist/coston/deploys/mapper.d.ts +0 -7
  1327. package/dist/coston/deploys/mapper.d.ts.map +0 -1
  1328. package/dist/coston/deploys/mapper.js +0 -38
  1329. package/dist/coston/deploys/mapper.js.map +0 -1
  1330. package/dist/coston/index.js +0 -33
  1331. package/dist/coston/index.js.map +0 -1
  1332. package/dist/coston/utils/utils.js +0 -17
  1333. package/dist/coston2/abis.js +0 -281
  1334. package/dist/coston2/abis.js.map +0 -1
  1335. package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1336. package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1337. package/dist/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +0 -29
  1338. package/dist/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +0 -105
  1339. package/dist/coston2/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1340. package/dist/coston2/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1341. package/dist/coston2/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +0 -233
  1342. package/dist/coston2/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +0 -316
  1343. package/dist/coston2/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +0 -66
  1344. package/dist/coston2/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1345. package/dist/coston2/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1346. package/dist/coston2/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1347. package/dist/coston2/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1348. package/dist/coston2/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1349. package/dist/coston2/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1350. package/dist/coston2/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1039
  1351. package/dist/coston2/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1352. package/dist/coston2/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +0 -891
  1353. package/dist/coston2/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +0 -102
  1354. package/dist/coston2/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1355. package/dist/coston2/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1356. package/dist/coston2/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1357. package/dist/coston2/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1358. package/dist/coston2/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1359. package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -718
  1360. package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -338
  1361. package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1362. package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -983
  1363. package/dist/coston2/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +0 -289
  1364. package/dist/coston2/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -794
  1365. package/dist/coston2/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -219
  1366. package/dist/coston2/artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json +0 -292
  1367. package/dist/coston2/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +0 -493
  1368. package/dist/coston2/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -569
  1369. package/dist/coston2/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1370. package/dist/coston2/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +0 -283
  1371. package/dist/coston2/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +0 -18
  1372. package/dist/coston2/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -220
  1373. package/dist/coston2/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -233
  1374. package/dist/coston2/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -209
  1375. package/dist/coston2/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1376. package/dist/coston2/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1377. package/dist/coston2/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1378. package/dist/coston2/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1379. package/dist/coston2/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1380. package/dist/coston2/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1070
  1381. package/dist/coston2/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1382. package/dist/coston2/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -926
  1383. package/dist/coston2/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1384. package/dist/coston2/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -543
  1385. package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +0 -49
  1386. package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +0 -24
  1387. package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +0 -57
  1388. package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +0 -36
  1389. package/dist/coston2/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +0 -82
  1390. package/dist/coston2/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +0 -10
  1391. package/dist/coston2/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +0 -10
  1392. package/dist/coston2/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +0 -30
  1393. package/dist/coston2/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +0 -49
  1394. package/dist/coston2/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +0 -234
  1395. package/dist/coston2/artifacts/contracts/staking/implementation/AddressBinder.sol/AddressBinder.json +0 -121
  1396. package/dist/coston2/artifacts/contracts/staking/implementation/PChainStake.sol/PChainStake.json +0 -512
  1397. package/dist/coston2/artifacts/contracts/staking/implementation/PChainStakeMirror.sol/PChainStakeMirror.json +0 -1299
  1398. package/dist/coston2/artifacts/contracts/staking/implementation/PChainStakeMirrorMultiSigVoting.sol/PChainStakeMirrorMultiSigVoting.json +0 -579
  1399. package/dist/coston2/artifacts/contracts/staking/implementation/PChainStakeMirrorVerifier.sol/PChainStakeMirrorVerifier.json +0 -168
  1400. package/dist/coston2/artifacts/contracts/staking/interface/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +0 -72
  1401. package/dist/coston2/artifacts/contracts/staking/lib/PChainStakeHistory.sol/PChainStakeHistory.json +0 -24
  1402. package/dist/coston2/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -142
  1403. package/dist/coston2/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1404. package/dist/coston2/artifacts/contracts/token/implementation/CombinedNat.sol/CombinedNat.json +0 -128
  1405. package/dist/coston2/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -235
  1406. package/dist/coston2/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -342
  1407. package/dist/coston2/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -798
  1408. package/dist/coston2/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1264
  1409. package/dist/coston2/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1357
  1410. package/dist/coston2/artifacts/contracts/token/interface/IICombinedNatBalance.sol/IICombinedNatBalance.json +0 -86
  1411. package/dist/coston2/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1412. package/dist/coston2/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1413. package/dist/coston2/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1414. package/dist/coston2/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1415. package/dist/coston2/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1416. package/dist/coston2/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1417. package/dist/coston2/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1418. package/dist/coston2/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1419. package/dist/coston2/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1420. package/dist/coston2/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1421. package/dist/coston2/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +0 -741
  1422. package/dist/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +0 -1038
  1423. package/dist/coston2/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +0 -769
  1424. package/dist/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1425. package/dist/coston2/artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json +0 -720
  1426. package/dist/coston2/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +0 -927
  1427. package/dist/coston2/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +0 -463
  1428. package/dist/coston2/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +0 -741
  1429. package/dist/coston2/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +0 -962
  1430. package/dist/coston2/artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json +0 -413
  1431. package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +0 -49
  1432. package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +0 -24
  1433. package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +0 -57
  1434. package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +0 -36
  1435. package/dist/coston2/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +0 -34
  1436. package/dist/coston2/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1437. package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +0 -10
  1438. package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +0 -10
  1439. package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +0 -30
  1440. package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +0 -49
  1441. package/dist/coston2/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1442. package/dist/coston2/artifacts/contracts/utils/implementation/BytesLib.sol/BytesLib.json +0 -10
  1443. package/dist/coston2/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1444. package/dist/coston2/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1445. package/dist/coston2/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1446. package/dist/coston2/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1447. package/dist/coston2/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -384
  1448. package/dist/coston2/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +0 -71
  1449. package/dist/coston2/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -238
  1450. package/dist/coston2/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1451. package/dist/coston2/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1452. package/dist/coston2/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1453. package/dist/coston2/artifacts/contracts/utils/implementation/SelfdestructTransfer.sol/SelfdestructTransfer.json +0 -91
  1454. package/dist/coston2/artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json +0 -149
  1455. package/dist/coston2/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1456. package/dist/coston2/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +0 -477
  1457. package/dist/coston2/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +0 -60
  1458. package/dist/coston2/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +0 -308
  1459. package/dist/coston2/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +0 -18
  1460. package/dist/coston2/deploys/addresses.d.ts +0 -57
  1461. package/dist/coston2/deploys/addresses.d.ts.map +0 -1
  1462. package/dist/coston2/deploys/addresses.js +0 -60
  1463. package/dist/coston2/deploys/addresses.js.map +0 -1
  1464. package/dist/coston2/deploys/contracts.json +0 -272
  1465. package/dist/coston2/deploys/mapper.d.ts +0 -7
  1466. package/dist/coston2/deploys/mapper.d.ts.map +0 -1
  1467. package/dist/coston2/deploys/mapper.js +0 -38
  1468. package/dist/coston2/deploys/mapper.js.map +0 -1
  1469. package/dist/coston2/index.js +0 -19
  1470. package/dist/coston2/index.js.map +0 -1
  1471. package/dist/flare/abis.js +0 -279
  1472. package/dist/flare/abis.js.map +0 -1
  1473. package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1474. package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1475. package/dist/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +0 -29
  1476. package/dist/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +0 -105
  1477. package/dist/flare/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1478. package/dist/flare/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1479. package/dist/flare/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +0 -233
  1480. package/dist/flare/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +0 -316
  1481. package/dist/flare/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +0 -66
  1482. package/dist/flare/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1483. package/dist/flare/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1484. package/dist/flare/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1485. package/dist/flare/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1486. package/dist/flare/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1487. package/dist/flare/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1488. package/dist/flare/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1039
  1489. package/dist/flare/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1490. package/dist/flare/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +0 -891
  1491. package/dist/flare/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +0 -102
  1492. package/dist/flare/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1493. package/dist/flare/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1494. package/dist/flare/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1495. package/dist/flare/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1496. package/dist/flare/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1497. package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -718
  1498. package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -338
  1499. package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1500. package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -983
  1501. package/dist/flare/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +0 -289
  1502. package/dist/flare/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -794
  1503. package/dist/flare/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -219
  1504. package/dist/flare/artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json +0 -292
  1505. package/dist/flare/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +0 -493
  1506. package/dist/flare/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -569
  1507. package/dist/flare/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1508. package/dist/flare/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +0 -283
  1509. package/dist/flare/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +0 -18
  1510. package/dist/flare/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -220
  1511. package/dist/flare/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -233
  1512. package/dist/flare/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -209
  1513. package/dist/flare/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1514. package/dist/flare/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1515. package/dist/flare/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1516. package/dist/flare/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1517. package/dist/flare/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1518. package/dist/flare/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1070
  1519. package/dist/flare/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1520. package/dist/flare/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -926
  1521. package/dist/flare/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1522. package/dist/flare/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -543
  1523. package/dist/flare/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +0 -49
  1524. package/dist/flare/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +0 -24
  1525. package/dist/flare/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +0 -57
  1526. package/dist/flare/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +0 -36
  1527. package/dist/flare/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +0 -82
  1528. package/dist/flare/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +0 -10
  1529. package/dist/flare/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +0 -10
  1530. package/dist/flare/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +0 -30
  1531. package/dist/flare/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +0 -49
  1532. package/dist/flare/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +0 -234
  1533. package/dist/flare/artifacts/contracts/staking/implementation/AddressBinder.sol/AddressBinder.json +0 -121
  1534. package/dist/flare/artifacts/contracts/staking/implementation/PChainStake.sol/PChainStake.json +0 -512
  1535. package/dist/flare/artifacts/contracts/staking/implementation/PChainStakeMirror.sol/PChainStakeMirror.json +0 -1299
  1536. package/dist/flare/artifacts/contracts/staking/implementation/PChainStakeMirrorMultiSigVoting.sol/PChainStakeMirrorMultiSigVoting.json +0 -579
  1537. package/dist/flare/artifacts/contracts/staking/implementation/PChainStakeMirrorVerifier.sol/PChainStakeMirrorVerifier.json +0 -168
  1538. package/dist/flare/artifacts/contracts/staking/interface/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +0 -72
  1539. package/dist/flare/artifacts/contracts/staking/lib/PChainStakeHistory.sol/PChainStakeHistory.json +0 -24
  1540. package/dist/flare/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -142
  1541. package/dist/flare/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1542. package/dist/flare/artifacts/contracts/token/implementation/CombinedNat.sol/CombinedNat.json +0 -128
  1543. package/dist/flare/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -235
  1544. package/dist/flare/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -342
  1545. package/dist/flare/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -798
  1546. package/dist/flare/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1264
  1547. package/dist/flare/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1357
  1548. package/dist/flare/artifacts/contracts/token/interface/IICombinedNatBalance.sol/IICombinedNatBalance.json +0 -86
  1549. package/dist/flare/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1550. package/dist/flare/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1551. package/dist/flare/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1552. package/dist/flare/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1553. package/dist/flare/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1554. package/dist/flare/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1555. package/dist/flare/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1556. package/dist/flare/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1557. package/dist/flare/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1558. package/dist/flare/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1559. package/dist/flare/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +0 -741
  1560. package/dist/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +0 -1038
  1561. package/dist/flare/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +0 -769
  1562. package/dist/flare/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1563. package/dist/flare/artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json +0 -720
  1564. package/dist/flare/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +0 -927
  1565. package/dist/flare/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +0 -463
  1566. package/dist/flare/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +0 -741
  1567. package/dist/flare/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +0 -962
  1568. package/dist/flare/artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json +0 -413
  1569. package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +0 -49
  1570. package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +0 -24
  1571. package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +0 -57
  1572. package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +0 -36
  1573. package/dist/flare/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +0 -34
  1574. package/dist/flare/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1575. package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +0 -10
  1576. package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +0 -10
  1577. package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +0 -30
  1578. package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +0 -49
  1579. package/dist/flare/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1580. package/dist/flare/artifacts/contracts/utils/implementation/BytesLib.sol/BytesLib.json +0 -10
  1581. package/dist/flare/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1582. package/dist/flare/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1583. package/dist/flare/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1584. package/dist/flare/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1585. package/dist/flare/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -384
  1586. package/dist/flare/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +0 -71
  1587. package/dist/flare/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -238
  1588. package/dist/flare/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1589. package/dist/flare/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1590. package/dist/flare/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1591. package/dist/flare/artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json +0 -149
  1592. package/dist/flare/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1593. package/dist/flare/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +0 -477
  1594. package/dist/flare/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +0 -60
  1595. package/dist/flare/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +0 -308
  1596. package/dist/flare/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +0 -18
  1597. package/dist/flare/deploys/addresses.d.ts +0 -57
  1598. package/dist/flare/deploys/addresses.d.ts.map +0 -1
  1599. package/dist/flare/deploys/addresses.js +0 -60
  1600. package/dist/flare/deploys/addresses.js.map +0 -1
  1601. package/dist/flare/deploys/contracts.json +0 -272
  1602. package/dist/flare/deploys/mapper.d.ts +0 -7
  1603. package/dist/flare/deploys/mapper.d.ts.map +0 -1
  1604. package/dist/flare/deploys/mapper.js +0 -38
  1605. package/dist/flare/deploys/mapper.js.map +0 -1
  1606. package/dist/flare/index.js +0 -19
  1607. package/dist/flare/index.js.map +0 -1
  1608. package/dist/songbird/abis.js +0 -229
  1609. package/dist/songbird/abis.js.map +0 -1
  1610. package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1611. package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1612. package/dist/songbird/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1613. package/dist/songbird/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1614. package/dist/songbird/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1615. package/dist/songbird/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1616. package/dist/songbird/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1617. package/dist/songbird/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1618. package/dist/songbird/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1619. package/dist/songbird/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1620. package/dist/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1104
  1621. package/dist/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1622. package/dist/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1623. package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1624. package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1625. package/dist/songbird/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1626. package/dist/songbird/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1627. package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -624
  1628. package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -241
  1629. package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1630. package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -1048
  1631. package/dist/songbird/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -676
  1632. package/dist/songbird/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -224
  1633. package/dist/songbird/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -407
  1634. package/dist/songbird/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1635. package/dist/songbird/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -126
  1636. package/dist/songbird/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -139
  1637. package/dist/songbird/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -115
  1638. package/dist/songbird/artifacts/contracts/governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json +0 -209
  1639. package/dist/songbird/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +0 -220
  1640. package/dist/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1641. package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1642. package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1643. package/dist/songbird/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1644. package/dist/songbird/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1645. package/dist/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1065
  1646. package/dist/songbird/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1647. package/dist/songbird/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -854
  1648. package/dist/songbird/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1649. package/dist/songbird/artifacts/contracts/inflation/implementation/SelfDestructBurner.sol/SelfDestructBurner.json +0 -73
  1650. package/dist/songbird/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -642
  1651. package/dist/songbird/artifacts/contracts/inflation/lib/InflationRewardServices.sol/InflationRewardServices.json +0 -68
  1652. package/dist/songbird/artifacts/contracts/inflation/lib/InflationTimeSlots.sol/InflationTimeSlots.json +0 -10
  1653. package/dist/songbird/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -129
  1654. package/dist/songbird/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1655. package/dist/songbird/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -222
  1656. package/dist/songbird/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -324
  1657. package/dist/songbird/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -774
  1658. package/dist/songbird/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1102
  1659. package/dist/songbird/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1195
  1660. package/dist/songbird/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1661. package/dist/songbird/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1662. package/dist/songbird/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1663. package/dist/songbird/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1664. package/dist/songbird/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1665. package/dist/songbird/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1666. package/dist/songbird/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1667. package/dist/songbird/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1668. package/dist/songbird/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1669. package/dist/songbird/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1670. package/dist/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1671. package/dist/songbird/artifacts/contracts/tokenPools/implementation/InflationReceiver.sol/InflationReceiver.json +0 -127
  1672. package/dist/songbird/artifacts/contracts/tokenPools/implementation/TokenPoolBase.sol/TokenPoolBase.json +0 -10
  1673. package/dist/songbird/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1674. package/dist/songbird/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1675. package/dist/songbird/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1676. package/dist/songbird/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1677. package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1678. package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1679. package/dist/songbird/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -440
  1680. package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -144
  1681. package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +0 -238
  1682. package/dist/songbird/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1683. package/dist/songbird/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1684. package/dist/songbird/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1685. package/dist/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1686. package/dist/songbird/deploys/addresses.d.ts +0 -43
  1687. package/dist/songbird/deploys/addresses.d.ts.map +0 -1
  1688. package/dist/songbird/deploys/addresses.js +0 -46
  1689. package/dist/songbird/deploys/addresses.js.map +0 -1
  1690. package/dist/songbird/deploys/contracts.json +0 -202
  1691. package/dist/songbird/deploys/mapper.d.ts +0 -7
  1692. package/dist/songbird/deploys/mapper.d.ts.map +0 -1
  1693. package/dist/songbird/deploys/mapper.js +0 -38
  1694. package/dist/songbird/deploys/mapper.js.map +0 -1
  1695. package/dist/songbird/index.js +0 -19
  1696. package/dist/songbird/index.js.map +0 -1
  1697. package/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1698. package/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1699. package/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +0 -29
  1700. package/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +0 -105
  1701. package/flare/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1702. package/flare/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1703. package/flare/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +0 -233
  1704. package/flare/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +0 -316
  1705. package/flare/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +0 -66
  1706. package/flare/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1707. package/flare/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1708. package/flare/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1709. package/flare/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1710. package/flare/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1711. package/flare/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1712. package/flare/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1039
  1713. package/flare/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1714. package/flare/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +0 -891
  1715. package/flare/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +0 -102
  1716. package/flare/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1717. package/flare/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1718. package/flare/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1719. package/flare/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1720. package/flare/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1721. package/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -718
  1722. package/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -338
  1723. package/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1724. package/flare/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -983
  1725. package/flare/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +0 -289
  1726. package/flare/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -794
  1727. package/flare/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -219
  1728. package/flare/artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json +0 -292
  1729. package/flare/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +0 -493
  1730. package/flare/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -569
  1731. package/flare/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1732. package/flare/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +0 -283
  1733. package/flare/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +0 -18
  1734. package/flare/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -220
  1735. package/flare/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -233
  1736. package/flare/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -209
  1737. package/flare/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1738. package/flare/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1739. package/flare/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1740. package/flare/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1741. package/flare/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1742. package/flare/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1070
  1743. package/flare/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1744. package/flare/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -926
  1745. package/flare/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1746. package/flare/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -543
  1747. package/flare/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +0 -49
  1748. package/flare/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +0 -24
  1749. package/flare/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +0 -57
  1750. package/flare/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +0 -36
  1751. package/flare/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +0 -82
  1752. package/flare/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +0 -10
  1753. package/flare/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +0 -10
  1754. package/flare/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +0 -30
  1755. package/flare/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +0 -49
  1756. package/flare/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +0 -234
  1757. package/flare/artifacts/contracts/staking/implementation/AddressBinder.sol/AddressBinder.json +0 -121
  1758. package/flare/artifacts/contracts/staking/implementation/PChainStake.sol/PChainStake.json +0 -512
  1759. package/flare/artifacts/contracts/staking/implementation/PChainStakeMirror.sol/PChainStakeMirror.json +0 -1299
  1760. package/flare/artifacts/contracts/staking/implementation/PChainStakeMirrorMultiSigVoting.sol/PChainStakeMirrorMultiSigVoting.json +0 -579
  1761. package/flare/artifacts/contracts/staking/implementation/PChainStakeMirrorVerifier.sol/PChainStakeMirrorVerifier.json +0 -168
  1762. package/flare/artifacts/contracts/staking/interface/IIPChainStakeMirrorVerifier.sol/IIPChainStakeMirrorVerifier.json +0 -72
  1763. package/flare/artifacts/contracts/staking/lib/PChainStakeHistory.sol/PChainStakeHistory.json +0 -24
  1764. package/flare/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -142
  1765. package/flare/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1766. package/flare/artifacts/contracts/token/implementation/CombinedNat.sol/CombinedNat.json +0 -128
  1767. package/flare/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -235
  1768. package/flare/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -342
  1769. package/flare/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -798
  1770. package/flare/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1264
  1771. package/flare/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1357
  1772. package/flare/artifacts/contracts/token/interface/IICombinedNatBalance.sol/IICombinedNatBalance.json +0 -86
  1773. package/flare/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1774. package/flare/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1775. package/flare/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1776. package/flare/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1777. package/flare/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1778. package/flare/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1779. package/flare/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1780. package/flare/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1781. package/flare/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1782. package/flare/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1783. package/flare/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +0 -741
  1784. package/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +0 -1038
  1785. package/flare/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +0 -769
  1786. package/flare/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1787. package/flare/artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json +0 -720
  1788. package/flare/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +0 -927
  1789. package/flare/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +0 -463
  1790. package/flare/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +0 -741
  1791. package/flare/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +0 -962
  1792. package/flare/artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json +0 -413
  1793. package/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +0 -49
  1794. package/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +0 -24
  1795. package/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +0 -57
  1796. package/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +0 -36
  1797. package/flare/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +0 -34
  1798. package/flare/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1799. package/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +0 -10
  1800. package/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +0 -10
  1801. package/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +0 -30
  1802. package/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +0 -49
  1803. package/flare/artifacts/contracts/userInterfaces/IAddressBinder.sol/IAddressBinder.json +0 -121
  1804. package/flare/artifacts/contracts/userInterfaces/IClaimSetupManager.sol/IClaimSetupManager.json +0 -665
  1805. package/flare/artifacts/contracts/userInterfaces/IDelegationAccount.sol/IDelegationAccount.json +0 -144
  1806. package/flare/artifacts/contracts/userInterfaces/IDistributionToDelegators.sol/IDistributionToDelegators.json +0 -258
  1807. package/flare/artifacts/contracts/userInterfaces/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +0 -241
  1808. package/flare/artifacts/contracts/userInterfaces/IFlareContractRegistry.sol/IFlareContractRegistry.json +0 -105
  1809. package/flare/artifacts/contracts/userInterfaces/IFtso.sol/IFtso.json +0 -475
  1810. package/flare/artifacts/contracts/userInterfaces/IFtsoManager.sol/IFtsoManager.json +0 -376
  1811. package/flare/artifacts/contracts/userInterfaces/IFtsoRegistry.sol/IFtsoRegistry.json +0 -445
  1812. package/flare/artifacts/contracts/userInterfaces/IFtsoRewardManager.sol/IFtsoRewardManager.json +0 -702
  1813. package/flare/artifacts/contracts/userInterfaces/IGenericRewardManager.sol/IGenericRewardManager.json +0 -248
  1814. package/flare/artifacts/contracts/userInterfaces/IGovernanceSettings.sol/IGovernanceSettings.json +0 -69
  1815. package/flare/artifacts/contracts/userInterfaces/IGovernanceVotePower.sol/IGovernanceVotePower.json +0 -117
  1816. package/flare/artifacts/contracts/userInterfaces/IGovernor.sol/IGovernor.json +0 -484
  1817. package/flare/artifacts/contracts/userInterfaces/IPChainStakeMirror.sol/IPChainStakeMirror.json +0 -575
  1818. package/flare/artifacts/contracts/userInterfaces/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json +0 -311
  1819. package/flare/artifacts/contracts/userInterfaces/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json +0 -10
  1820. package/flare/artifacts/contracts/userInterfaces/IPChainVotePower.sol/IPChainVotePower.json +0 -309
  1821. package/flare/artifacts/contracts/userInterfaces/IPollingFtso.sol/IPollingFtso.json +0 -639
  1822. package/flare/artifacts/contracts/userInterfaces/IPriceSubmitter.sol/IPriceSubmitter.json +0 -221
  1823. package/flare/artifacts/contracts/userInterfaces/IVPContractEvents.sol/IVPContractEvents.json +0 -73
  1824. package/flare/artifacts/contracts/userInterfaces/IVPToken.sol/IVPToken.json +0 -700
  1825. package/flare/artifacts/contracts/userInterfaces/IValidatorRegistry.sol/IValidatorRegistry.json +0 -136
  1826. package/flare/artifacts/contracts/userInterfaces/IVoterWhitelister.sol/IVoterWhitelister.json +0 -199
  1827. package/flare/artifacts/contracts/userInterfaces/IWNat.sol/IWNat.json +0 -62
  1828. package/flare/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1829. package/flare/artifacts/contracts/utils/implementation/BytesLib.sol/BytesLib.json +0 -10
  1830. package/flare/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1831. package/flare/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1832. package/flare/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1833. package/flare/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1834. package/flare/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -384
  1835. package/flare/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +0 -71
  1836. package/flare/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -238
  1837. package/flare/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1838. package/flare/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1839. package/flare/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1840. package/flare/artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json +0 -149
  1841. package/flare/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1842. package/flare/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +0 -477
  1843. package/flare/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +0 -60
  1844. package/flare/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +0 -308
  1845. package/flare/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +0 -18
  1846. package/flare/deploys/contracts.json +0 -272
  1847. package/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +0 -42
  1848. package/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +0 -381
  1849. package/songbird/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +0 -525
  1850. package/songbird/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +0 -113
  1851. package/songbird/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +0 -10
  1852. package/songbird/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +0 -1151
  1853. package/songbird/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +0 -10
  1854. package/songbird/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +0 -346
  1855. package/songbird/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +0 -795
  1856. package/songbird/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +0 -316
  1857. package/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +0 -1104
  1858. package/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +0 -1723
  1859. package/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +0 -10
  1860. package/songbird/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +0 -43
  1861. package/songbird/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +0 -10
  1862. package/songbird/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +0 -10
  1863. package/songbird/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +0 -10
  1864. package/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +0 -624
  1865. package/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +0 -241
  1866. package/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +0 -236
  1867. package/songbird/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +0 -1048
  1868. package/songbird/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +0 -676
  1869. package/songbird/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +0 -224
  1870. package/songbird/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +0 -407
  1871. package/songbird/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +0 -324
  1872. package/songbird/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +0 -126
  1873. package/songbird/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +0 -139
  1874. package/songbird/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +0 -115
  1875. package/songbird/artifacts/contracts/governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json +0 -209
  1876. package/songbird/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +0 -220
  1877. package/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +0 -653
  1878. package/songbird/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +0 -24
  1879. package/songbird/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +0 -265
  1880. package/songbird/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +0 -24
  1881. package/songbird/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +0 -10
  1882. package/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +0 -1065
  1883. package/songbird/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +0 -1187
  1884. package/songbird/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +0 -854
  1885. package/songbird/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +0 -463
  1886. package/songbird/artifacts/contracts/inflation/implementation/SelfDestructBurner.sol/SelfDestructBurner.json +0 -73
  1887. package/songbird/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +0 -642
  1888. package/songbird/artifacts/contracts/inflation/lib/InflationRewardServices.sol/InflationRewardServices.json +0 -68
  1889. package/songbird/artifacts/contracts/inflation/lib/InflationTimeSlots.sol/InflationTimeSlots.json +0 -10
  1890. package/songbird/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +0 -129
  1891. package/songbird/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +0 -389
  1892. package/songbird/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +0 -222
  1893. package/songbird/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +0 -324
  1894. package/songbird/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +0 -774
  1895. package/songbird/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +0 -1102
  1896. package/songbird/artifacts/contracts/token/implementation/WNat.sol/WNat.json +0 -1195
  1897. package/songbird/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +0 -10
  1898. package/songbird/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +0 -10
  1899. package/songbird/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +0 -10
  1900. package/songbird/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +0 -10
  1901. package/songbird/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +0 -10
  1902. package/songbird/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +0 -24
  1903. package/songbird/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +0 -10
  1904. package/songbird/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +0 -24
  1905. package/songbird/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +0 -10
  1906. package/songbird/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +0 -10
  1907. package/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +0 -1412
  1908. package/songbird/artifacts/contracts/tokenPools/implementation/InflationReceiver.sol/InflationReceiver.json +0 -127
  1909. package/songbird/artifacts/contracts/tokenPools/implementation/TokenPoolBase.sol/TokenPoolBase.json +0 -10
  1910. package/songbird/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +0 -10
  1911. package/songbird/artifacts/contracts/userInterfaces/IClaimSetupManager.sol/IClaimSetupManager.json +0 -665
  1912. package/songbird/artifacts/contracts/userInterfaces/IDelegationAccount.sol/IDelegationAccount.json +0 -144
  1913. package/songbird/artifacts/contracts/userInterfaces/IFastUpdateIncentiveManager.sol/IFastUpdateIncentiveManager.json +0 -239
  1914. package/songbird/artifacts/contracts/userInterfaces/IFastUpdater.sol/IFastUpdater.json +0 -363
  1915. package/songbird/artifacts/contracts/userInterfaces/IFlareAssetRegistry.sol/IFlareAssetRegistry.json +0 -241
  1916. package/songbird/artifacts/contracts/userInterfaces/IFlareContractRegistry.sol/IFlareContractRegistry.json +0 -105
  1917. package/songbird/artifacts/contracts/userInterfaces/IFtso.sol/IFtso.json +0 -512
  1918. package/songbird/artifacts/contracts/userInterfaces/IFtsoManager.sol/IFtsoManager.json +0 -376
  1919. package/songbird/artifacts/contracts/userInterfaces/IFtsoRegistry.sol/IFtsoRegistry.json +0 -445
  1920. package/songbird/artifacts/contracts/userInterfaces/IFtsoRewardManager.sol/IFtsoRewardManager.json +0 -702
  1921. package/songbird/artifacts/contracts/userInterfaces/IGenericRewardManager.sol/IGenericRewardManager.json +0 -248
  1922. package/songbird/artifacts/contracts/userInterfaces/IGovernanceSettings.sol/IGovernanceSettings.json +0 -69
  1923. package/songbird/artifacts/contracts/userInterfaces/IGovernanceVotePower.sol/IGovernanceVotePower.json +0 -117
  1924. package/songbird/artifacts/contracts/userInterfaces/IGovernor.sol/IGovernor.json +0 -484
  1925. package/songbird/artifacts/contracts/userInterfaces/IPollingFtso.sol/IPollingFtso.json +0 -639
  1926. package/songbird/artifacts/contracts/userInterfaces/IPriceSubmitter.sol/IPriceSubmitter.json +0 -200
  1927. package/songbird/artifacts/contracts/userInterfaces/IVPContractEvents.sol/IVPContractEvents.json +0 -73
  1928. package/songbird/artifacts/contracts/userInterfaces/IVPToken.sol/IVPToken.json +0 -658
  1929. package/songbird/artifacts/contracts/userInterfaces/IVoterWhitelister.sol/IVoterWhitelister.json +0 -199
  1930. package/songbird/artifacts/contracts/userInterfaces/IWNat.sol/IWNat.json +0 -62
  1931. package/songbird/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +0 -10
  1932. package/songbird/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +0 -154
  1933. package/songbird/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +0 -147
  1934. package/songbird/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +0 -769
  1935. package/songbird/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +0 -272
  1936. package/songbird/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +0 -440
  1937. package/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +0 -144
  1938. package/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +0 -238
  1939. package/songbird/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +0 -256
  1940. package/songbird/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +0 -131
  1941. package/songbird/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +0 -10
  1942. package/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +0 -653
  1943. package/songbird/artifacts/contracts/utils/interface/IRelay.sol/IRelay.json +0 -263
  1944. package/songbird/deploys/contracts.json +0 -202
@@ -1,2839 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.serializeBigInts = exports.readAttestationTypeConfigs = exports.structsDeepEqual = exports.remapABIParsedToObjects = exports.decodeAttestationName = exports.encodeAttestationName = exports.isSupportedBasicSolidityType = exports.ZERO_BYTES_20 = exports.ZERO_BYTES_32 = exports.MIC_SALT = exports.DEFAULT_ATTESTATION_TYPE_CONFIGS_PATH = void 0;
4
- const ethers_1 = require("ethers");
5
- exports.DEFAULT_ATTESTATION_TYPE_CONFIGS_PATH = "./node_modules/@flarenetwork/flare-periphery-contract-artifacts/coston/StateConnector/configs/";
6
- exports.MIC_SALT = "Flare";
7
- exports.ZERO_BYTES_32 = ethers_1.ethers.zeroPadBytes("0x", 32);
8
- exports.ZERO_BYTES_20 = ethers_1.ethers.zeroPadBytes("0x", 20);
9
- /**
10
- * Compares values of Solidity elementary types when represented in JSON.
11
- * Checks the consistency of the types and the values.
12
- * @param val1
13
- * @param val2
14
- * @param type
15
- * @returns
16
- */
17
- function compareElementaryTypes(val1, val2, type) {
18
- if (type.match(/^u?int\d+$/)) {
19
- // Input values could be number, BigInt or string representing decimal or hex (0x-prefixed).
20
- if (typeof val1 === "number" || typeof val1 === "bigint" || typeof val1 === "string") {
21
- // throws if the value is not parsable as a BigInt
22
- return BigInt(val1) === BigInt(val2);
23
- }
24
- throw new Error(`Invalid values for type '${type}': ${val1}, ${val2}`);
25
- }
26
- if (type.match(/^bool$/)) {
27
- // values must be true or false
28
- if ((val1 === true || val1 === false) && (val2 === true || val2 === false)) {
29
- return val1 === val2;
30
- }
31
- throw new Error(`Invalid values for type '${type}': ${val1}, ${val2}`);
32
- }
33
- if (type.match(/^bytes\d*$/) || type.match(/^byte$/) || type.match(/^address$/)) {
34
- // Input values must be be string or hex (0x-prefixed)
35
- if (typeof val1 === "string" && typeof val2 === "string") {
36
- const lower1 = val1.toLowerCase();
37
- const lower2 = val2.toLowerCase();
38
- if (/^0x[0-9a-f]+$/i.test(lower1) && /^0x[0-9a-f]+$/i.test(lower2)) {
39
- return lower1 === lower2;
40
- }
41
- }
42
- throw new Error(`Invalid values for type '${type}': '${val1}', '${val2}'`);
43
- }
44
- if (type.match(/^string$/)) {
45
- // Input values must be string
46
- if (typeof val1 === "string" && typeof val2 === "string") {
47
- return val1 === val2;
48
- }
49
- throw new Error(`Invalid values for type '${type}': '${val1}', '${val2}'`);
50
- }
51
- throw new Error(`Unknown or unsupported type '${type}'`);
52
- }
53
- /**
54
- * Checks if the type is one of the supported Solidity type names.
55
- * Note: the checks for supported numbers N in 'intN', 'uintN' and 'bytesN' is not implemented. The function is safe only under assumption
56
- * that the correct types supported by the Solidity compiler are used.
57
- * @param type
58
- * @returns
59
- */
60
- function isSupportedBasicSolidityType(type) {
61
- //
62
- return (!!type.match(/^u?int\d+$/) ||
63
- !!type.match(/^bool$/) ||
64
- !!type.match(/^bytes\d*$/) ||
65
- !!type.match(/^byte$/) ||
66
- !!type.match(/^address$/) ||
67
- !!type.match(/^string$/));
68
- }
69
- exports.isSupportedBasicSolidityType = isSupportedBasicSolidityType;
70
- /**
71
- * Encodes attestation type name or source id as a 32-byte hex string.
72
- * It takes the UTF-8 bytes of the name and pads them with zeros to 32 bytes.
73
- * @param attestationTypeName
74
- * @returns '0x'-prefixed hex string representing 32-bytes
75
- */
76
- function encodeAttestationName(attestationTypeName) {
77
- if (typeof attestationTypeName !== "string") {
78
- throw new Error(`Attestation type name must be a string. Provided value ${attestationTypeName}`);
79
- }
80
- if (attestationTypeName.startsWith("0x") || attestationTypeName.startsWith("0X")) {
81
- throw new Error(`Attestation type name must not start with '0x'. Provided value '${attestationTypeName}'. Possible confusion with hex encoding.`);
82
- }
83
- const bytes = ethers_1.ethers.toUtf8Bytes(attestationTypeName);
84
- if (bytes.length > 32) {
85
- throw new Error(`Attestation type name ${attestationTypeName} is too long`);
86
- }
87
- return ethers_1.ethers.zeroPadBytes(bytes, 32);
88
- }
89
- exports.encodeAttestationName = encodeAttestationName;
90
- /**
91
- * Decodes attestation type name or source id from a 32-byte hex string.
92
- * @param encoded Should be a '0x'-prefixed hex string representing exactly 32-bytes.
93
- * @returns
94
- */
95
- function decodeAttestationName(encoded) {
96
- if (!/^0x[0-9a-fA-F]{64}$/i.test(encoded)) {
97
- throw new Error("Not a 0x-prefixed 32-byte hex string");
98
- }
99
- // strip trailing zeros
100
- let stripped = encoded.replace(/0+$/, "");
101
- // if the string is odd-length, add a zero to the end for full bytes
102
- stripped = stripped.length % 2 == 0 ? stripped : stripped + "0";
103
- const bytes = ethers_1.ethers.toBeArray(stripped);
104
- return ethers_1.ethers.toUtf8String(bytes);
105
- }
106
- exports.decodeAttestationName = decodeAttestationName;
107
- /**
108
- * Given a ABI decoded object (with tuples) based on the provided JSON ABI definition,
109
- * it creates a possibly nested Javascript object compatible with the ABI definitions.
110
- * The function assumes that the decoded objects matches the ABI. If this is not the case,
111
- * function may behave in strange ways.
112
- * This is auxiliary function not intended to be used directly.
113
- * @param decoded
114
- * @param abi
115
- * @param ignoreArray parameter for recursion call when handling of arrays are needed.
116
- * @returns
117
- */
118
- function remapABIParsedToObjects(decoded, abi, ignoreArray = false) {
119
- if (abi.type == "tuple" || (abi.type == "tuple[]" && ignoreArray)) {
120
- const result = {};
121
- for (const [index, item] of abi.components.entries()) {
122
- const key = item.name;
123
- result[key] = remapABIParsedToObjects(decoded[index], item);
124
- }
125
- return result;
126
- }
127
- if (abi.type == "tuple[]") {
128
- const result = [];
129
- for (const item of decoded) {
130
- result.push(remapABIParsedToObjects(item, abi, true));
131
- }
132
- return result;
133
- }
134
- if (abi.type.match(/^.+(\[(\d*)\])(\[(\d*)\])$/) || abi.type.match(/^.+(\[(\d+)\])$/)) {
135
- throw new Error(`Nested arrays or fixed length arrays not supported. Type: ${abi.type}`);
136
- }
137
- // we assume here we have `type[]` where `type` is one of simple types.
138
- const match = abi.type.match(/^(.+)\[\]$/);
139
- if (match && isSupportedBasicSolidityType(match[1])) {
140
- const result = [];
141
- for (const item of decoded) {
142
- result.push(item);
143
- return result;
144
- }
145
- return decoded;
146
- }
147
- }
148
- exports.remapABIParsedToObjects = remapABIParsedToObjects;
149
- /**
150
- * Checks whether the struct objects are deep equal. Objects should match the ABI definition.
151
- * @param struct1
152
- * @param struct2
153
- * @param abi
154
- * @returns
155
- */
156
- function structsDeepEqual(struct1, struct2, abi) {
157
- if (Object.keys(struct1).length !== Object.keys(struct2).length) {
158
- return false;
159
- }
160
- for (const item of abi.components || []) {
161
- const key = item.name;
162
- const val1 = struct1[key];
163
- const val2 = struct2[key];
164
- if (val1 === undefined || val2 === undefined) {
165
- throw new Error(`Structs must not have undefined values for ${key}`);
166
- }
167
- if (item.type == "tuple") {
168
- if (!structsDeepEqual(struct1[key], struct2[key], item)) {
169
- return false;
170
- }
171
- continue;
172
- }
173
- if (item.type == "tuple[]") {
174
- if (val1.length != val2.length) {
175
- return false;
176
- }
177
- for (let i = 0; i < val1.length; i++) {
178
- if (!structsDeepEqual(val1[i], val2[i], item)) {
179
- return false;
180
- }
181
- }
182
- continue;
183
- }
184
- if (item.components) {
185
- throw new Error("Components should not appear in non tuple ABI fragments");
186
- }
187
- if (item.type.match(/^.+(\[(\d*)\])(\[(\d*)\])$/) || item.type.match(/^.+(\[(\d+)\])$/)) {
188
- throw new Error(`Nested arrays or fixed length arrays not supported. Type: ${item.type}`);
189
- }
190
- // we assume here we have `type[]` where `type` is one of simple types.
191
- const match = item.type.match(/^(.+)\[\]$/);
192
- if (match && isSupportedBasicSolidityType(match[1])) {
193
- if (val1.length !== val2.length) {
194
- return false;
195
- }
196
- for (let i = 0; i < val1.length; i++) {
197
- if (!compareElementaryTypes(val1[i], val2[i], item.type.slice(0, -2))) {
198
- return false;
199
- }
200
- }
201
- continue;
202
- }
203
- if (!compareElementaryTypes(val1, val2, item.type)) {
204
- return false;
205
- }
206
- }
207
- return true;
208
- }
209
- exports.structsDeepEqual = structsDeepEqual;
210
- /**
211
- * Loader of the attestation type definition configs
212
- * @returns a map from attestation types to definition configs
213
- */
214
- function readAttestationTypeConfigs(configsPath = exports.DEFAULT_ATTESTATION_TYPE_CONFIGS_PATH) {
215
- const typeRecMap = new Map();
216
- typeRecMap.set("AddressValidity", {
217
- "name": "AddressValidity",
218
- "fullComment": " @custom:name AddressValidity\n @custom:id 0x05\n @custom:supported BTC, DOGE, XRP, testBTC, testDOGE, testXRP\n @author Flare\n @notice An assertion whether a string represents a valid address on an external chain.\n @custom:verification The address is checked against all validity criteria of the chain with `sourceId`.\n Indicator of validity is provided.\n If the address is valid, its standard form and standard hash are computed.\n Validity criteria for each supported chain:\n - [BTC](/specs/attestations/external-chains/address-validity/BTC.md)\n - [DOGE](/specs/attestations/external-chains/address-validity/DOGE.md)\n - [XRPL](/specs/attestations/external-chains/address-validity/XRPL.md)\n @custom:lut `0xffffffffffffffff` ($2^{64}-1$ in hex)",
219
- "description": "An assertion whether a string represents a valid address on an external chain.",
220
- "supported": [
221
- "BTC",
222
- "DOGE",
223
- "XRP",
224
- "testBTC",
225
- "testDOGE",
226
- "testXRP"
227
- ],
228
- "verification": "The address is checked against all validity criteria of the chain with `sourceId`.\n Indicator of validity is provided.\n If the address is valid, its standard form and standard hash are computed.\n Validity criteria for each supported chain:\n - [BTC](/specs/attestations/external-chains/address-validity/BTC.md)\n - [DOGE](/specs/attestations/external-chains/address-validity/DOGE.md)\n - [XRPL](/specs/attestations/external-chains/address-validity/XRPL.md)\n ",
229
- "lut": "`0xffffffffffffffff` ($2^{64}-1$ in hex)",
230
- "proof": {
231
- "name": "Proof",
232
- "description": "Toplevel proof",
233
- "above": "",
234
- "below": "",
235
- "fullComment": " @notice Toplevel proof\n @param merkleProof Merkle proof corresponding to the attestation response.\n @param data Attestation response.",
236
- "params": [
237
- {
238
- "name": "merkleProof",
239
- "type": "bytes32[]",
240
- "typeSimple": "bytes32[]",
241
- "comment": "Merkle proof corresponding to the attestation response."
242
- },
243
- {
244
- "name": "data",
245
- "type": "struct AddressValidity.Response",
246
- "typeSimple": "Response",
247
- "comment": "Attestation response."
248
- }
249
- ]
250
- },
251
- "request": {
252
- "name": "Request",
253
- "description": "Toplevel request",
254
- "above": "",
255
- "below": "",
256
- "fullComment": " @notice Toplevel request\n @param attestationType ID of the attestation type.\n @param sourceId Id of the data source.\n @param messageIntegrityCode `MessageIntegrityCode` that is derived from the expected response.\n @param requestBody Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.",
257
- "params": [
258
- {
259
- "name": "attestationType",
260
- "type": "bytes32",
261
- "typeSimple": "bytes32",
262
- "comment": "ID of the attestation type."
263
- },
264
- {
265
- "name": "sourceId",
266
- "type": "bytes32",
267
- "typeSimple": "bytes32",
268
- "comment": "Id of the data source."
269
- },
270
- {
271
- "name": "messageIntegrityCode",
272
- "type": "bytes32",
273
- "typeSimple": "bytes32",
274
- "comment": "`MessageIntegrityCode` that is derived from the expected response."
275
- },
276
- {
277
- "name": "requestBody",
278
- "type": "struct AddressValidity.RequestBody",
279
- "typeSimple": "RequestBody",
280
- "comment": "Data defining the request. Type (struct) and interpretation is determined by the `attestationType`."
281
- }
282
- ]
283
- },
284
- "response": {
285
- "name": "Response",
286
- "description": "Toplevel response",
287
- "above": "",
288
- "below": "",
289
- "fullComment": " @notice Toplevel response\n @param attestationType Extracted from the request.\n @param sourceId Extracted from the request.\n @param votingRound The ID of the State Connector round in which the request was considered.\n @param lowestUsedTimestamp The lowest timestamp used to generate the response.\n @param requestBody Extracted from the request.\n @param responseBody Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.",
290
- "params": [
291
- {
292
- "name": "attestationType",
293
- "type": "bytes32",
294
- "typeSimple": "bytes32",
295
- "comment": "Extracted from the request."
296
- },
297
- {
298
- "name": "sourceId",
299
- "type": "bytes32",
300
- "typeSimple": "bytes32",
301
- "comment": "Extracted from the request."
302
- },
303
- {
304
- "name": "votingRound",
305
- "type": "uint64",
306
- "typeSimple": "uint64",
307
- "comment": "The ID of the State Connector round in which the request was considered."
308
- },
309
- {
310
- "name": "lowestUsedTimestamp",
311
- "type": "uint64",
312
- "typeSimple": "uint64",
313
- "comment": "The lowest timestamp used to generate the response."
314
- },
315
- {
316
- "name": "requestBody",
317
- "type": "struct AddressValidity.RequestBody",
318
- "typeSimple": "RequestBody",
319
- "comment": "Extracted from the request."
320
- },
321
- {
322
- "name": "responseBody",
323
- "type": "struct AddressValidity.ResponseBody",
324
- "typeSimple": "ResponseBody",
325
- "comment": "Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`."
326
- }
327
- ]
328
- },
329
- "requestBody": {
330
- "name": "RequestBody",
331
- "description": "Request body for AddressValidity attestation type",
332
- "above": "",
333
- "below": "",
334
- "fullComment": " @notice Request body for AddressValidity attestation type\n @param addressStr Address to be verified.",
335
- "params": [
336
- {
337
- "name": "addressStr",
338
- "type": "string",
339
- "typeSimple": "string",
340
- "comment": "Address to be verified."
341
- }
342
- ]
343
- },
344
- "responseBody": {
345
- "name": "ResponseBody",
346
- "description": "Response body for AddressValidity attestation type",
347
- "above": "",
348
- "below": "",
349
- "fullComment": " @notice Response body for AddressValidity attestation type\n @param isValid Boolean indicator of the address validity.\n @param standardAddress If `isValid`, standard form of the validated address. Otherwise an empty string.\n @param standardAddressHash If `isValid`, standard address hash of the validated address. Otherwise a zero bytes32 string.",
350
- "params": [
351
- {
352
- "name": "isValid",
353
- "type": "bool",
354
- "typeSimple": "bool",
355
- "comment": "Boolean indicator of the address validity."
356
- },
357
- {
358
- "name": "standardAddress",
359
- "type": "string",
360
- "typeSimple": "string",
361
- "comment": "If `isValid`, standard form of the validated address. Otherwise an empty string."
362
- },
363
- {
364
- "name": "standardAddressHash",
365
- "type": "bytes32",
366
- "typeSimple": "bytes32",
367
- "comment": "If `isValid`, standard address hash of the validated address. Otherwise a zero bytes32 string."
368
- }
369
- ]
370
- },
371
- "requestStructs": [],
372
- "responseStructs": [],
373
- "requestAbi": {
374
- "components": [
375
- {
376
- "internalType": "bytes32",
377
- "name": "attestationType",
378
- "type": "bytes32"
379
- },
380
- {
381
- "internalType": "bytes32",
382
- "name": "sourceId",
383
- "type": "bytes32"
384
- },
385
- {
386
- "internalType": "bytes32",
387
- "name": "messageIntegrityCode",
388
- "type": "bytes32"
389
- },
390
- {
391
- "components": [
392
- {
393
- "internalType": "string",
394
- "name": "addressStr",
395
- "type": "string"
396
- }
397
- ],
398
- "internalType": "struct AddressValidity.RequestBody",
399
- "name": "requestBody",
400
- "type": "tuple"
401
- }
402
- ],
403
- "internalType": "struct AddressValidity.Request",
404
- "name": "_request",
405
- "type": "tuple"
406
- },
407
- "responseAbi": {
408
- "components": [
409
- {
410
- "internalType": "bytes32",
411
- "name": "attestationType",
412
- "type": "bytes32"
413
- },
414
- {
415
- "internalType": "bytes32",
416
- "name": "sourceId",
417
- "type": "bytes32"
418
- },
419
- {
420
- "internalType": "uint64",
421
- "name": "votingRound",
422
- "type": "uint64"
423
- },
424
- {
425
- "internalType": "uint64",
426
- "name": "lowestUsedTimestamp",
427
- "type": "uint64"
428
- },
429
- {
430
- "components": [
431
- {
432
- "internalType": "string",
433
- "name": "addressStr",
434
- "type": "string"
435
- }
436
- ],
437
- "internalType": "struct AddressValidity.RequestBody",
438
- "name": "requestBody",
439
- "type": "tuple"
440
- },
441
- {
442
- "components": [
443
- {
444
- "internalType": "bool",
445
- "name": "isValid",
446
- "type": "bool"
447
- },
448
- {
449
- "internalType": "string",
450
- "name": "standardAddress",
451
- "type": "string"
452
- },
453
- {
454
- "internalType": "bytes32",
455
- "name": "standardAddressHash",
456
- "type": "bytes32"
457
- }
458
- ],
459
- "internalType": "struct AddressValidity.ResponseBody",
460
- "name": "responseBody",
461
- "type": "tuple"
462
- }
463
- ],
464
- "internalType": "struct AddressValidity.Response",
465
- "name": "_response",
466
- "type": "tuple"
467
- },
468
- "proofAbi": {
469
- "components": [
470
- {
471
- "internalType": "bytes32[]",
472
- "name": "merkleProof",
473
- "type": "bytes32[]"
474
- },
475
- {
476
- "components": [
477
- {
478
- "internalType": "bytes32",
479
- "name": "attestationType",
480
- "type": "bytes32"
481
- },
482
- {
483
- "internalType": "bytes32",
484
- "name": "sourceId",
485
- "type": "bytes32"
486
- },
487
- {
488
- "internalType": "uint64",
489
- "name": "votingRound",
490
- "type": "uint64"
491
- },
492
- {
493
- "internalType": "uint64",
494
- "name": "lowestUsedTimestamp",
495
- "type": "uint64"
496
- },
497
- {
498
- "components": [
499
- {
500
- "internalType": "string",
501
- "name": "addressStr",
502
- "type": "string"
503
- }
504
- ],
505
- "internalType": "struct AddressValidity.RequestBody",
506
- "name": "requestBody",
507
- "type": "tuple"
508
- },
509
- {
510
- "components": [
511
- {
512
- "internalType": "bool",
513
- "name": "isValid",
514
- "type": "bool"
515
- },
516
- {
517
- "internalType": "string",
518
- "name": "standardAddress",
519
- "type": "string"
520
- },
521
- {
522
- "internalType": "bytes32",
523
- "name": "standardAddressHash",
524
- "type": "bytes32"
525
- }
526
- ],
527
- "internalType": "struct AddressValidity.ResponseBody",
528
- "name": "responseBody",
529
- "type": "tuple"
530
- }
531
- ],
532
- "internalType": "struct AddressValidity.Response",
533
- "name": "data",
534
- "type": "tuple"
535
- }
536
- ],
537
- "internalType": "struct AddressValidity.Proof",
538
- "name": "_proof",
539
- "type": "tuple"
540
- }
541
- });
542
- typeRecMap.set("BalanceDecreasingTransaction", {
543
- "name": "BalanceDecreasingTransaction",
544
- "fullComment": " @custom:name BalanceDecreasingTransaction\n @custom:id 0x02\n @custom:supported BTC, DOGE, XRP, testBTC, testDOGE, testXRP\n @author Flare\n @notice A detection of a transaction that either decreases the balance for some address or is signed by the source address.\n Such an attestation could prove a violation of an agreement and therefore provides grounds to liquidate some funds locked by a smart contract on Flare.\n A transaction is considered “balance decreasing” for the address, if the balance after the transaction is lower than before or the address is among the signers of the transaction (even if its balance is greater than before the transaction).\n @custom:verification The transaction with `transactionId` is fetched from the API of the source blockchain node or relevant indexer.\n If the transaction cannot be fetched or the transaction is in a block that does not have a sufficient [number of confirmations](/specs/attestations/configs.md#finalityconfirmation), the attestation request is rejected.\n Once the transaction is received, the response fields are extracted if the transaction is balance decreasing for the indicated address.\n Some of the request and response fields are chain specific as described below.\n The fields can be computed with the help of a [balance decreasing summary](/specs/attestations/external-chains/transactions.md#balance-decreasing-summary).\n ### UTXO (Bitcoin and Dogecoin)\n - `sourceAddressIndicator` is the the index of the transaction input in hex padded to a 0x prefixed 32-byte string.\n If the indicated input does not exist or the indicated input does not have the address, the attestation request is rejected.\n The `sourceAddress` is the address of the indicated transaction input.\n - `spentAmount` is the sum of values of all inputs with sourceAddress minus the sum of all outputs with `sourceAddress`.\n Can be negative.\n - `blockTimestamp` is the mediantime of a block.\n ### XRPL\n - `sourceAddressIndicator` is the [standard address hash](/specs/attestations/external-chains/standardAddress.md#standard-address-hash) of the address whose balance has been decreased.\n If the address indicated by `sourceAddressIndicator` is not among the signers of the transaction and the balance of the address was not lowered in the transaction, the attestation request is rejected.\n - `spentAmount` is the difference between the balance of the indicated address after and before the transaction.\n Can be negative.\n - `blockTimestamp` is the close_time of a ledger converted to unix time.\n @custom:lut `blockTimestamp`",
545
- "description": "A detection of a transaction that either decreases the balance for some address or is signed by the source address.\n Such an attestation could prove a violation of an agreement and therefore provides grounds to liquidate some funds locked by a smart contract on Flare.\n A transaction is considered “balance decreasing” for the address, if the balance after the transaction is lower than before or the address is among the signers of the transaction (even if its balance is greater than before the transaction).",
546
- "supported": [
547
- "BTC",
548
- "DOGE",
549
- "XRP",
550
- "testBTC",
551
- "testDOGE",
552
- "testXRP"
553
- ],
554
- "verification": "The transaction with `transactionId` is fetched from the API of the source blockchain node or relevant indexer.\n If the transaction cannot be fetched or the transaction is in a block that does not have a sufficient [number of confirmations](/specs/attestations/configs.md#finalityconfirmation), the attestation request is rejected.\n Once the transaction is received, the response fields are extracted if the transaction is balance decreasing for the indicated address.\n Some of the request and response fields are chain specific as described below.\n The fields can be computed with the help of a [balance decreasing summary](/specs/attestations/external-chains/transactions.md#balance-decreasing-summary).\n ### UTXO (Bitcoin and Dogecoin)\n - `sourceAddressIndicator` is the the index of the transaction input in hex padded to a 0x prefixed 32-byte string.\n If the indicated input does not exist or the indicated input does not have the address, the attestation request is rejected.\n The `sourceAddress` is the address of the indicated transaction input.\n - `spentAmount` is the sum of values of all inputs with sourceAddress minus the sum of all outputs with `sourceAddress`.\n Can be negative.\n - `blockTimestamp` is the mediantime of a block.\n ### XRPL\n - `sourceAddressIndicator` is the [standard address hash](/specs/attestations/external-chains/standardAddress.md#standard-address-hash) of the address whose balance has been decreased.\n If the address indicated by `sourceAddressIndicator` is not among the signers of the transaction and the balance of the address was not lowered in the transaction, the attestation request is rejected.\n - `spentAmount` is the difference between the balance of the indicated address after and before the transaction.\n Can be negative.\n - `blockTimestamp` is the close_time of a ledger converted to unix time.\n ",
555
- "lut": "`blockTimestamp`",
556
- "proof": {
557
- "name": "Proof",
558
- "description": "Toplevel proof",
559
- "above": "",
560
- "below": "",
561
- "fullComment": " @notice Toplevel proof\n @param merkleProof Merkle proof corresponding to the attestation response.\n @param data Attestation response.",
562
- "params": [
563
- {
564
- "name": "merkleProof",
565
- "type": "bytes32[]",
566
- "typeSimple": "bytes32[]",
567
- "comment": "Merkle proof corresponding to the attestation response."
568
- },
569
- {
570
- "name": "data",
571
- "type": "struct BalanceDecreasingTransaction.Response",
572
- "typeSimple": "Response",
573
- "comment": "Attestation response."
574
- }
575
- ]
576
- },
577
- "request": {
578
- "name": "Request",
579
- "description": "Toplevel request",
580
- "above": "",
581
- "below": "",
582
- "fullComment": " @notice Toplevel request\n @param attestationType ID of the attestation type.\n @param sourceId ID of the data source.\n @param messageIntegrityCode `MessageIntegrityCode` that is derived from the expected response.\n @param requestBody Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.",
583
- "params": [
584
- {
585
- "name": "attestationType",
586
- "type": "bytes32",
587
- "typeSimple": "bytes32",
588
- "comment": "ID of the attestation type."
589
- },
590
- {
591
- "name": "sourceId",
592
- "type": "bytes32",
593
- "typeSimple": "bytes32",
594
- "comment": "ID of the data source."
595
- },
596
- {
597
- "name": "messageIntegrityCode",
598
- "type": "bytes32",
599
- "typeSimple": "bytes32",
600
- "comment": "`MessageIntegrityCode` that is derived from the expected response."
601
- },
602
- {
603
- "name": "requestBody",
604
- "type": "struct BalanceDecreasingTransaction.RequestBody",
605
- "typeSimple": "RequestBody",
606
- "comment": "Data defining the request. Type (struct) and interpretation is determined by the `attestationType`."
607
- }
608
- ]
609
- },
610
- "response": {
611
- "name": "Response",
612
- "description": "Toplevel response",
613
- "above": "",
614
- "below": "",
615
- "fullComment": " @notice Toplevel response\n @param attestationType Extracted from the request.\n @param sourceId Extracted from the request.\n @param votingRound The ID of the State Connector round in which the request was considered. This is a security measure to prevent a collision of attestation hashes.\n @param lowestUsedTimestamp The lowest timestamp used to generate the response.\n @param requestBody Extracted from the request.\n @param responseBody Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.",
616
- "params": [
617
- {
618
- "name": "attestationType",
619
- "type": "bytes32",
620
- "typeSimple": "bytes32",
621
- "comment": "Extracted from the request."
622
- },
623
- {
624
- "name": "sourceId",
625
- "type": "bytes32",
626
- "typeSimple": "bytes32",
627
- "comment": "Extracted from the request."
628
- },
629
- {
630
- "name": "votingRound",
631
- "type": "uint64",
632
- "typeSimple": "uint64",
633
- "comment": "The ID of the State Connector round in which the request was considered. This is a security measure to prevent a collision of attestation hashes."
634
- },
635
- {
636
- "name": "lowestUsedTimestamp",
637
- "type": "uint64",
638
- "typeSimple": "uint64",
639
- "comment": "The lowest timestamp used to generate the response."
640
- },
641
- {
642
- "name": "requestBody",
643
- "type": "struct BalanceDecreasingTransaction.RequestBody",
644
- "typeSimple": "RequestBody",
645
- "comment": "Extracted from the request."
646
- },
647
- {
648
- "name": "responseBody",
649
- "type": "struct BalanceDecreasingTransaction.ResponseBody",
650
- "typeSimple": "ResponseBody",
651
- "comment": "Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`."
652
- }
653
- ]
654
- },
655
- "requestBody": {
656
- "name": "RequestBody",
657
- "description": "Request body for BalanceDecreasingTransaction attestation type",
658
- "above": "",
659
- "below": "",
660
- "fullComment": " @notice Request body for BalanceDecreasingTransaction attestation type\n @param transactionId ID of the payment transaction.\n @param sourceAddressIndicator The indicator of the address whose balance has been decreased.",
661
- "params": [
662
- {
663
- "name": "transactionId",
664
- "type": "bytes32",
665
- "typeSimple": "bytes32",
666
- "comment": "ID of the payment transaction."
667
- },
668
- {
669
- "name": "sourceAddressIndicator",
670
- "type": "bytes32",
671
- "typeSimple": "bytes32",
672
- "comment": "The indicator of the address whose balance has been decreased."
673
- }
674
- ]
675
- },
676
- "responseBody": {
677
- "name": "ResponseBody",
678
- "description": "Response body for BalanceDecreasingTransaction attestation type.",
679
- "above": "",
680
- "below": "",
681
- "fullComment": " @notice Response body for BalanceDecreasingTransaction attestation type.\n @param blockNumber The number of the block in which the transaction is included.\n @param blockTimestamp The timestamp of the block in which the transaction is included.\n @param sourceAddressHash Standard address hash of the address indicated by the `sourceAddressIndicator`.\n @param spentAmount Amount spent by the source address in minimal units.\n @param standardPaymentReference Standard payment reference of the transaction.",
682
- "params": [
683
- {
684
- "name": "blockNumber",
685
- "type": "uint64",
686
- "typeSimple": "uint64",
687
- "comment": "The number of the block in which the transaction is included."
688
- },
689
- {
690
- "name": "blockTimestamp",
691
- "type": "uint64",
692
- "typeSimple": "uint64",
693
- "comment": "The timestamp of the block in which the transaction is included."
694
- },
695
- {
696
- "name": "sourceAddressHash",
697
- "type": "bytes32",
698
- "typeSimple": "bytes32",
699
- "comment": "Standard address hash of the address indicated by the `sourceAddressIndicator`."
700
- },
701
- {
702
- "name": "spentAmount",
703
- "type": "int256",
704
- "typeSimple": "int256",
705
- "comment": "Amount spent by the source address in minimal units."
706
- },
707
- {
708
- "name": "standardPaymentReference",
709
- "type": "bytes32",
710
- "typeSimple": "bytes32",
711
- "comment": "Standard payment reference of the transaction."
712
- }
713
- ]
714
- },
715
- "requestStructs": [],
716
- "responseStructs": [],
717
- "requestAbi": {
718
- "components": [
719
- {
720
- "internalType": "bytes32",
721
- "name": "attestationType",
722
- "type": "bytes32"
723
- },
724
- {
725
- "internalType": "bytes32",
726
- "name": "sourceId",
727
- "type": "bytes32"
728
- },
729
- {
730
- "internalType": "bytes32",
731
- "name": "messageIntegrityCode",
732
- "type": "bytes32"
733
- },
734
- {
735
- "components": [
736
- {
737
- "internalType": "bytes32",
738
- "name": "transactionId",
739
- "type": "bytes32"
740
- },
741
- {
742
- "internalType": "bytes32",
743
- "name": "sourceAddressIndicator",
744
- "type": "bytes32"
745
- }
746
- ],
747
- "internalType": "struct BalanceDecreasingTransaction.RequestBody",
748
- "name": "requestBody",
749
- "type": "tuple"
750
- }
751
- ],
752
- "internalType": "struct BalanceDecreasingTransaction.Request",
753
- "name": "_request",
754
- "type": "tuple"
755
- },
756
- "responseAbi": {
757
- "components": [
758
- {
759
- "internalType": "bytes32",
760
- "name": "attestationType",
761
- "type": "bytes32"
762
- },
763
- {
764
- "internalType": "bytes32",
765
- "name": "sourceId",
766
- "type": "bytes32"
767
- },
768
- {
769
- "internalType": "uint64",
770
- "name": "votingRound",
771
- "type": "uint64"
772
- },
773
- {
774
- "internalType": "uint64",
775
- "name": "lowestUsedTimestamp",
776
- "type": "uint64"
777
- },
778
- {
779
- "components": [
780
- {
781
- "internalType": "bytes32",
782
- "name": "transactionId",
783
- "type": "bytes32"
784
- },
785
- {
786
- "internalType": "bytes32",
787
- "name": "sourceAddressIndicator",
788
- "type": "bytes32"
789
- }
790
- ],
791
- "internalType": "struct BalanceDecreasingTransaction.RequestBody",
792
- "name": "requestBody",
793
- "type": "tuple"
794
- },
795
- {
796
- "components": [
797
- {
798
- "internalType": "uint64",
799
- "name": "blockNumber",
800
- "type": "uint64"
801
- },
802
- {
803
- "internalType": "uint64",
804
- "name": "blockTimestamp",
805
- "type": "uint64"
806
- },
807
- {
808
- "internalType": "bytes32",
809
- "name": "sourceAddressHash",
810
- "type": "bytes32"
811
- },
812
- {
813
- "internalType": "int256",
814
- "name": "spentAmount",
815
- "type": "int256"
816
- },
817
- {
818
- "internalType": "bytes32",
819
- "name": "standardPaymentReference",
820
- "type": "bytes32"
821
- }
822
- ],
823
- "internalType": "struct BalanceDecreasingTransaction.ResponseBody",
824
- "name": "responseBody",
825
- "type": "tuple"
826
- }
827
- ],
828
- "internalType": "struct BalanceDecreasingTransaction.Response",
829
- "name": "_response",
830
- "type": "tuple"
831
- },
832
- "proofAbi": {
833
- "components": [
834
- {
835
- "internalType": "bytes32[]",
836
- "name": "merkleProof",
837
- "type": "bytes32[]"
838
- },
839
- {
840
- "components": [
841
- {
842
- "internalType": "bytes32",
843
- "name": "attestationType",
844
- "type": "bytes32"
845
- },
846
- {
847
- "internalType": "bytes32",
848
- "name": "sourceId",
849
- "type": "bytes32"
850
- },
851
- {
852
- "internalType": "uint64",
853
- "name": "votingRound",
854
- "type": "uint64"
855
- },
856
- {
857
- "internalType": "uint64",
858
- "name": "lowestUsedTimestamp",
859
- "type": "uint64"
860
- },
861
- {
862
- "components": [
863
- {
864
- "internalType": "bytes32",
865
- "name": "transactionId",
866
- "type": "bytes32"
867
- },
868
- {
869
- "internalType": "bytes32",
870
- "name": "sourceAddressIndicator",
871
- "type": "bytes32"
872
- }
873
- ],
874
- "internalType": "struct BalanceDecreasingTransaction.RequestBody",
875
- "name": "requestBody",
876
- "type": "tuple"
877
- },
878
- {
879
- "components": [
880
- {
881
- "internalType": "uint64",
882
- "name": "blockNumber",
883
- "type": "uint64"
884
- },
885
- {
886
- "internalType": "uint64",
887
- "name": "blockTimestamp",
888
- "type": "uint64"
889
- },
890
- {
891
- "internalType": "bytes32",
892
- "name": "sourceAddressHash",
893
- "type": "bytes32"
894
- },
895
- {
896
- "internalType": "int256",
897
- "name": "spentAmount",
898
- "type": "int256"
899
- },
900
- {
901
- "internalType": "bytes32",
902
- "name": "standardPaymentReference",
903
- "type": "bytes32"
904
- }
905
- ],
906
- "internalType": "struct BalanceDecreasingTransaction.ResponseBody",
907
- "name": "responseBody",
908
- "type": "tuple"
909
- }
910
- ],
911
- "internalType": "struct BalanceDecreasingTransaction.Response",
912
- "name": "data",
913
- "type": "tuple"
914
- }
915
- ],
916
- "internalType": "struct BalanceDecreasingTransaction.Proof",
917
- "name": "_proof",
918
- "type": "tuple"
919
- }
920
- });
921
- typeRecMap.set("ConfirmedBlockHeightExists", {
922
- "name": "ConfirmedBlockHeightExists",
923
- "fullComment": " @custom:name ConfirmedBlockHeightExists\n @custom:id 0x02\n @custom:supported BTC, DOGE, XRP, testBTC, testDOGE, testXRP\n @author Flare\n @notice An assertion that a block with `blockNumber` is confirmed.\n It also provides data to compute the block production rate in the given time range.\n @custom:verification It is checked that the block with `blockNumber` is confirmed by at least `numberOfConfirmations`.\n If it is not, the request is rejected. We note a block on the tip of the chain is confirmed by 1 block.\n Then `lowestQueryWindowBlock` is determined and its number and timestamp are extracted.\n Current confirmation heights consensus:\n | `Chain` | `chainId` | `numberOfConfirmations` | `timestamp ` |\n | ------- | --------- | ----------------------- | ------------ |\n | `BTC` | 0 | 6 | mediantime |\n | `DOGE` | 2 | 60 | mediantime |\n | `XRP` | 3 | 3 | close_time |\n @custom:lut `lowestQueryWindowBlockTimestamp`",
924
- "description": "An assertion that a block with `blockNumber` is confirmed.\n It also provides data to compute the block production rate in the given time range.",
925
- "supported": [
926
- "BTC",
927
- "DOGE",
928
- "XRP",
929
- "testBTC",
930
- "testDOGE",
931
- "testXRP"
932
- ],
933
- "verification": "It is checked that the block with `blockNumber` is confirmed by at least `numberOfConfirmations`.\n If it is not, the request is rejected. We note a block on the tip of the chain is confirmed by 1 block.\n Then `lowestQueryWindowBlock` is determined and its number and timestamp are extracted.\n Current confirmation heights consensus:\n | `Chain` | `chainId` | `numberOfConfirmations` | `timestamp ` |\n | ------- | --------- | ----------------------- | ------------ |\n | `BTC` | 0 | 6 | mediantime |\n | `DOGE` | 2 | 60 | mediantime |\n | `XRP` | 3 | 3 | close_time |\n ",
934
- "lut": "`lowestQueryWindowBlockTimestamp`",
935
- "proof": {
936
- "name": "Proof",
937
- "description": "Toplevel proof",
938
- "above": "",
939
- "below": "",
940
- "fullComment": " @notice Toplevel proof\n @param merkleProof Merkle proof corresponding to the attestation response.\n @param data Attestation response.",
941
- "params": [
942
- {
943
- "name": "merkleProof",
944
- "type": "bytes32[]",
945
- "typeSimple": "bytes32[]",
946
- "comment": "Merkle proof corresponding to the attestation response."
947
- },
948
- {
949
- "name": "data",
950
- "type": "struct ConfirmedBlockHeightExists.Response",
951
- "typeSimple": "Response",
952
- "comment": "Attestation response."
953
- }
954
- ]
955
- },
956
- "request": {
957
- "name": "Request",
958
- "description": "Toplevel request",
959
- "above": "",
960
- "below": "",
961
- "fullComment": " @notice Toplevel request\n @param attestationType ID of the attestation type.\n @param sourceId ID of the data source.\n @param messageIntegrityCode `MessageIntegrityCode` that is derived from the expected response as defined.\n @param requestBody Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.",
962
- "params": [
963
- {
964
- "name": "attestationType",
965
- "type": "bytes32",
966
- "typeSimple": "bytes32",
967
- "comment": "ID of the attestation type."
968
- },
969
- {
970
- "name": "sourceId",
971
- "type": "bytes32",
972
- "typeSimple": "bytes32",
973
- "comment": "ID of the data source."
974
- },
975
- {
976
- "name": "messageIntegrityCode",
977
- "type": "bytes32",
978
- "typeSimple": "bytes32",
979
- "comment": "`MessageIntegrityCode` that is derived from the expected response as defined."
980
- },
981
- {
982
- "name": "requestBody",
983
- "type": "struct ConfirmedBlockHeightExists.RequestBody",
984
- "typeSimple": "RequestBody",
985
- "comment": "Data defining the request. Type (struct) and interpretation is determined by the `attestationType`."
986
- }
987
- ]
988
- },
989
- "response": {
990
- "name": "Response",
991
- "description": "Toplevel response",
992
- "above": "",
993
- "below": "",
994
- "fullComment": " @notice Toplevel response\n @param attestationType Extracted from the request.\n @param sourceId Extracted from the request.\n @param votingRound The ID of the State Connector round in which the request was considered.\n @param lowestUsedTimestamp The lowest timestamp used to generate the response.\n @param requestBody Extracted from the request.\n @param responseBody Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.",
995
- "params": [
996
- {
997
- "name": "attestationType",
998
- "type": "bytes32",
999
- "typeSimple": "bytes32",
1000
- "comment": "Extracted from the request."
1001
- },
1002
- {
1003
- "name": "sourceId",
1004
- "type": "bytes32",
1005
- "typeSimple": "bytes32",
1006
- "comment": "Extracted from the request."
1007
- },
1008
- {
1009
- "name": "votingRound",
1010
- "type": "uint64",
1011
- "typeSimple": "uint64",
1012
- "comment": "The ID of the State Connector round in which the request was considered."
1013
- },
1014
- {
1015
- "name": "lowestUsedTimestamp",
1016
- "type": "uint64",
1017
- "typeSimple": "uint64",
1018
- "comment": "The lowest timestamp used to generate the response."
1019
- },
1020
- {
1021
- "name": "requestBody",
1022
- "type": "struct ConfirmedBlockHeightExists.RequestBody",
1023
- "typeSimple": "RequestBody",
1024
- "comment": "Extracted from the request."
1025
- },
1026
- {
1027
- "name": "responseBody",
1028
- "type": "struct ConfirmedBlockHeightExists.ResponseBody",
1029
- "typeSimple": "ResponseBody",
1030
- "comment": "Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`."
1031
- }
1032
- ]
1033
- },
1034
- "requestBody": {
1035
- "name": "RequestBody",
1036
- "description": "Request body for ConfirmedBlockHeightExistsType attestation type",
1037
- "above": "",
1038
- "below": "",
1039
- "fullComment": " @notice Request body for ConfirmedBlockHeightExistsType attestation type\n @param blockNumber The number of the block the request wants a confirmation of.\n @param queryWindow The length of the period in which the block production rate is to be computed.",
1040
- "params": [
1041
- {
1042
- "name": "blockNumber",
1043
- "type": "uint64",
1044
- "typeSimple": "uint64",
1045
- "comment": "The number of the block the request wants a confirmation of."
1046
- },
1047
- {
1048
- "name": "queryWindow",
1049
- "type": "uint64",
1050
- "typeSimple": "uint64",
1051
- "comment": "The length of the period in which the block production rate is to be computed."
1052
- }
1053
- ]
1054
- },
1055
- "responseBody": {
1056
- "name": "ResponseBody",
1057
- "description": "Response body for ConfirmedBlockHeightExistsType attestation type",
1058
- "above": "",
1059
- "below": "`blockNumber`, `lowestQueryWindowBlockNumber`, `blockTimestamp` and `lowestQueryWindowBlockTimestamp` can be used to compute the average block production time in the specified block range.",
1060
- "fullComment": " @notice Response body for ConfirmedBlockHeightExistsType attestation type\n @custom:below `blockNumber`, `lowestQueryWindowBlockNumber`, `blockTimestamp` and `lowestQueryWindowBlockTimestamp` can be used to compute the average block production time in the specified block range.\n @param blockTimestamp The timestamp of the block with `blockNumber`.\n @param numberOfConfirmations The depth at which a block is considered confirmed depending on the chain. All attestation providers must agree on this number.\n @param lowestQueryWindowBlockNumber The block number of the latest block that has a timestamp strictly smaller than `blockTimestamp` - `queryWindow`.\n @param lowestQueryWindowBlockTimestamp The timestamp of the block at height `lowestQueryWindowBlockNumber`.",
1061
- "params": [
1062
- {
1063
- "name": "blockTimestamp",
1064
- "type": "uint64",
1065
- "typeSimple": "uint64",
1066
- "comment": "The timestamp of the block with `blockNumber`."
1067
- },
1068
- {
1069
- "name": "numberOfConfirmations",
1070
- "type": "uint64",
1071
- "typeSimple": "uint64",
1072
- "comment": "The depth at which a block is considered confirmed depending on the chain. All attestation providers must agree on this number."
1073
- },
1074
- {
1075
- "name": "lowestQueryWindowBlockNumber",
1076
- "type": "uint64",
1077
- "typeSimple": "uint64",
1078
- "comment": "The block number of the latest block that has a timestamp strictly smaller than `blockTimestamp` - `queryWindow`."
1079
- },
1080
- {
1081
- "name": "lowestQueryWindowBlockTimestamp",
1082
- "type": "uint64",
1083
- "typeSimple": "uint64",
1084
- "comment": "The timestamp of the block at height `lowestQueryWindowBlockNumber`."
1085
- }
1086
- ]
1087
- },
1088
- "requestStructs": [],
1089
- "responseStructs": [],
1090
- "requestAbi": {
1091
- "components": [
1092
- {
1093
- "internalType": "bytes32",
1094
- "name": "attestationType",
1095
- "type": "bytes32"
1096
- },
1097
- {
1098
- "internalType": "bytes32",
1099
- "name": "sourceId",
1100
- "type": "bytes32"
1101
- },
1102
- {
1103
- "internalType": "bytes32",
1104
- "name": "messageIntegrityCode",
1105
- "type": "bytes32"
1106
- },
1107
- {
1108
- "components": [
1109
- {
1110
- "internalType": "uint64",
1111
- "name": "blockNumber",
1112
- "type": "uint64"
1113
- },
1114
- {
1115
- "internalType": "uint64",
1116
- "name": "queryWindow",
1117
- "type": "uint64"
1118
- }
1119
- ],
1120
- "internalType": "struct ConfirmedBlockHeightExists.RequestBody",
1121
- "name": "requestBody",
1122
- "type": "tuple"
1123
- }
1124
- ],
1125
- "internalType": "struct ConfirmedBlockHeightExists.Request",
1126
- "name": "_request",
1127
- "type": "tuple"
1128
- },
1129
- "responseAbi": {
1130
- "components": [
1131
- {
1132
- "internalType": "bytes32",
1133
- "name": "attestationType",
1134
- "type": "bytes32"
1135
- },
1136
- {
1137
- "internalType": "bytes32",
1138
- "name": "sourceId",
1139
- "type": "bytes32"
1140
- },
1141
- {
1142
- "internalType": "uint64",
1143
- "name": "votingRound",
1144
- "type": "uint64"
1145
- },
1146
- {
1147
- "internalType": "uint64",
1148
- "name": "lowestUsedTimestamp",
1149
- "type": "uint64"
1150
- },
1151
- {
1152
- "components": [
1153
- {
1154
- "internalType": "uint64",
1155
- "name": "blockNumber",
1156
- "type": "uint64"
1157
- },
1158
- {
1159
- "internalType": "uint64",
1160
- "name": "queryWindow",
1161
- "type": "uint64"
1162
- }
1163
- ],
1164
- "internalType": "struct ConfirmedBlockHeightExists.RequestBody",
1165
- "name": "requestBody",
1166
- "type": "tuple"
1167
- },
1168
- {
1169
- "components": [
1170
- {
1171
- "internalType": "uint64",
1172
- "name": "blockTimestamp",
1173
- "type": "uint64"
1174
- },
1175
- {
1176
- "internalType": "uint64",
1177
- "name": "numberOfConfirmations",
1178
- "type": "uint64"
1179
- },
1180
- {
1181
- "internalType": "uint64",
1182
- "name": "lowestQueryWindowBlockNumber",
1183
- "type": "uint64"
1184
- },
1185
- {
1186
- "internalType": "uint64",
1187
- "name": "lowestQueryWindowBlockTimestamp",
1188
- "type": "uint64"
1189
- }
1190
- ],
1191
- "internalType": "struct ConfirmedBlockHeightExists.ResponseBody",
1192
- "name": "responseBody",
1193
- "type": "tuple"
1194
- }
1195
- ],
1196
- "internalType": "struct ConfirmedBlockHeightExists.Response",
1197
- "name": "_response",
1198
- "type": "tuple"
1199
- },
1200
- "proofAbi": {
1201
- "components": [
1202
- {
1203
- "internalType": "bytes32[]",
1204
- "name": "merkleProof",
1205
- "type": "bytes32[]"
1206
- },
1207
- {
1208
- "components": [
1209
- {
1210
- "internalType": "bytes32",
1211
- "name": "attestationType",
1212
- "type": "bytes32"
1213
- },
1214
- {
1215
- "internalType": "bytes32",
1216
- "name": "sourceId",
1217
- "type": "bytes32"
1218
- },
1219
- {
1220
- "internalType": "uint64",
1221
- "name": "votingRound",
1222
- "type": "uint64"
1223
- },
1224
- {
1225
- "internalType": "uint64",
1226
- "name": "lowestUsedTimestamp",
1227
- "type": "uint64"
1228
- },
1229
- {
1230
- "components": [
1231
- {
1232
- "internalType": "uint64",
1233
- "name": "blockNumber",
1234
- "type": "uint64"
1235
- },
1236
- {
1237
- "internalType": "uint64",
1238
- "name": "queryWindow",
1239
- "type": "uint64"
1240
- }
1241
- ],
1242
- "internalType": "struct ConfirmedBlockHeightExists.RequestBody",
1243
- "name": "requestBody",
1244
- "type": "tuple"
1245
- },
1246
- {
1247
- "components": [
1248
- {
1249
- "internalType": "uint64",
1250
- "name": "blockTimestamp",
1251
- "type": "uint64"
1252
- },
1253
- {
1254
- "internalType": "uint64",
1255
- "name": "numberOfConfirmations",
1256
- "type": "uint64"
1257
- },
1258
- {
1259
- "internalType": "uint64",
1260
- "name": "lowestQueryWindowBlockNumber",
1261
- "type": "uint64"
1262
- },
1263
- {
1264
- "internalType": "uint64",
1265
- "name": "lowestQueryWindowBlockTimestamp",
1266
- "type": "uint64"
1267
- }
1268
- ],
1269
- "internalType": "struct ConfirmedBlockHeightExists.ResponseBody",
1270
- "name": "responseBody",
1271
- "type": "tuple"
1272
- }
1273
- ],
1274
- "internalType": "struct ConfirmedBlockHeightExists.Response",
1275
- "name": "data",
1276
- "type": "tuple"
1277
- }
1278
- ],
1279
- "internalType": "struct ConfirmedBlockHeightExists.Proof",
1280
- "name": "_proof",
1281
- "type": "tuple"
1282
- }
1283
- });
1284
- typeRecMap.set("EVMTransaction", {
1285
- "name": "EVMTransaction",
1286
- "fullComment": " @custom:name EVMTransaction\n @custom:id 0x06\n @custom:supported ETH, FLR, SGB, testETH, testFLR, testSGB\n @author Flare\n @notice A relay of a transaction from an EVM chain.\n This type is only relevant for EVM-compatible chains.\n @custom:verification If a transaction with the `transactionId` is in a block on the main branch with at least `requiredConfirmations`, the specified data is relayed.\n If an indicated event does not exist, the request is rejected.\n @custom:lut `timestamp`",
1287
- "description": "A relay of a transaction from an EVM chain.\n This type is only relevant for EVM-compatible chains.",
1288
- "supported": [
1289
- "ETH",
1290
- "FLR",
1291
- "SGB",
1292
- "testETH",
1293
- "testFLR",
1294
- "testSGB"
1295
- ],
1296
- "verification": "If a transaction with the `transactionId` is in a block on the main branch with at least `requiredConfirmations`, the specified data is relayed.\n If an indicated event does not exist, the request is rejected.\n ",
1297
- "lut": "`timestamp`",
1298
- "proof": {
1299
- "name": "Proof",
1300
- "description": "Toplevel proof",
1301
- "above": "",
1302
- "below": "",
1303
- "fullComment": " @notice Toplevel proof\n @param merkleProof Merkle proof corresponding to the attestation response.\n @param data Attestation response.",
1304
- "params": [
1305
- {
1306
- "name": "merkleProof",
1307
- "type": "bytes32[]",
1308
- "typeSimple": "bytes32[]",
1309
- "comment": "Merkle proof corresponding to the attestation response."
1310
- },
1311
- {
1312
- "name": "data",
1313
- "type": "struct EVMTransaction.Response",
1314
- "typeSimple": "Response",
1315
- "comment": "Attestation response."
1316
- }
1317
- ]
1318
- },
1319
- "request": {
1320
- "name": "Request",
1321
- "description": "Toplevel request",
1322
- "above": "",
1323
- "below": "",
1324
- "fullComment": " @notice Toplevel request\n @param attestationType ID of the attestation type.\n @param sourceId ID of the data source.\n @param messageIntegrityCode `MessageIntegrityCode` that is derived from the expected response.\n @param requestBody Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.",
1325
- "params": [
1326
- {
1327
- "name": "attestationType",
1328
- "type": "bytes32",
1329
- "typeSimple": "bytes32",
1330
- "comment": "ID of the attestation type."
1331
- },
1332
- {
1333
- "name": "sourceId",
1334
- "type": "bytes32",
1335
- "typeSimple": "bytes32",
1336
- "comment": "ID of the data source."
1337
- },
1338
- {
1339
- "name": "messageIntegrityCode",
1340
- "type": "bytes32",
1341
- "typeSimple": "bytes32",
1342
- "comment": "`MessageIntegrityCode` that is derived from the expected response."
1343
- },
1344
- {
1345
- "name": "requestBody",
1346
- "type": "struct EVMTransaction.RequestBody",
1347
- "typeSimple": "RequestBody",
1348
- "comment": "Data defining the request. Type (struct) and interpretation is determined by the `attestationType`."
1349
- }
1350
- ]
1351
- },
1352
- "response": {
1353
- "name": "Response",
1354
- "description": "Toplevel response",
1355
- "above": "",
1356
- "below": "",
1357
- "fullComment": " @notice Toplevel response\n @param attestationType Extracted from the request.\n @param sourceId Extracted from the request.\n @param votingRound The ID of the State Connector round in which the request was considered.\n @param lowestUsedTimestamp The lowest timestamp used to generate the response.\n @param requestBody Extracted from the request.\n @param responseBody Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.",
1358
- "params": [
1359
- {
1360
- "name": "attestationType",
1361
- "type": "bytes32",
1362
- "typeSimple": "bytes32",
1363
- "comment": "Extracted from the request."
1364
- },
1365
- {
1366
- "name": "sourceId",
1367
- "type": "bytes32",
1368
- "typeSimple": "bytes32",
1369
- "comment": "Extracted from the request."
1370
- },
1371
- {
1372
- "name": "votingRound",
1373
- "type": "uint64",
1374
- "typeSimple": "uint64",
1375
- "comment": "The ID of the State Connector round in which the request was considered."
1376
- },
1377
- {
1378
- "name": "lowestUsedTimestamp",
1379
- "type": "uint64",
1380
- "typeSimple": "uint64",
1381
- "comment": "The lowest timestamp used to generate the response."
1382
- },
1383
- {
1384
- "name": "requestBody",
1385
- "type": "struct EVMTransaction.RequestBody",
1386
- "typeSimple": "RequestBody",
1387
- "comment": "Extracted from the request."
1388
- },
1389
- {
1390
- "name": "responseBody",
1391
- "type": "struct EVMTransaction.ResponseBody",
1392
- "typeSimple": "ResponseBody",
1393
- "comment": "Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`."
1394
- }
1395
- ]
1396
- },
1397
- "requestBody": {
1398
- "name": "RequestBody",
1399
- "description": "Request body for EVM transaction attestation type",
1400
- "above": "",
1401
- "below": "Note that events (logs) are indexed in block not in each transaction. The contract that uses the attestation should specify the order of event logs as needed and the requestor should sort `logIndices`\n with respect to the set specifications. If possible, the contact should only require one `logIndex`.",
1402
- "fullComment": " @notice Request body for EVM transaction attestation type\n @custom:below Note that events (logs) are indexed in block not in each transaction. The contract that uses the attestation should specify the order of event logs as needed and the requestor should sort `logIndices`\n with respect to the set specifications. If possible, the contact should only require one `logIndex`.\n @param transactionHash Hash of the transaction(transactionHash).\n @param requiredConfirmations The height at which a block is considered confirmed by the requestor.\n @param provideInput If true, \"input\" field is included in the response.\n @param listEvents If true, events indicated by `logIndices` are included in the response. Otherwise, no events are included in the response.\n @param logIndices If `listEvents` is `false`, this should be an empty list, otherwise, the request is rejected. If `listEvents` is `true`, this is the list of indices (logIndex) of the events to be relayed (sorted by the requestor). The array should contain at most 50 indices. If empty, it indicates all events in order capped by 50.",
1403
- "params": [
1404
- {
1405
- "name": "transactionHash",
1406
- "type": "bytes32",
1407
- "typeSimple": "bytes32",
1408
- "comment": "Hash of the transaction(transactionHash)."
1409
- },
1410
- {
1411
- "name": "requiredConfirmations",
1412
- "type": "uint16",
1413
- "typeSimple": "uint16",
1414
- "comment": "The height at which a block is considered confirmed by the requestor."
1415
- },
1416
- {
1417
- "name": "provideInput",
1418
- "type": "bool",
1419
- "typeSimple": "bool",
1420
- "comment": "If true, \"input\" field is included in the response."
1421
- },
1422
- {
1423
- "name": "listEvents",
1424
- "type": "bool",
1425
- "typeSimple": "bool",
1426
- "comment": "If true, events indicated by `logIndices` are included in the response. Otherwise, no events are included in the response."
1427
- },
1428
- {
1429
- "name": "logIndices",
1430
- "type": "uint32[]",
1431
- "typeSimple": "uint32[]",
1432
- "comment": "If `listEvents` is `false`, this should be an empty list, otherwise, the request is rejected. If `listEvents` is `true`, this is the list of indices (logIndex) of the events to be relayed (sorted by the requestor). The array should contain at most 50 indices. If empty, it indicates all events in order capped by 50."
1433
- }
1434
- ]
1435
- },
1436
- "responseBody": {
1437
- "name": "ResponseBody",
1438
- "description": "Response body for EVM transaction attestation type",
1439
- "above": "",
1440
- "below": "The fields are in line with [transaction](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyhash) provided by EVM node.",
1441
- "fullComment": " @notice Response body for EVM transaction attestation type\n @custom:below The fields are in line with [transaction](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyhash) provided by EVM node.\n @param blockNumber Number of the block in which the transaction is included.\n @param timestamp Timestamp of the block in which the transaction is included.\n @param sourceAddress The address (from) that signed the transaction.\n @param isDeployment Indicate whether it is a contract creation transaction.\n @param receivingAddress The address (to) of the receiver of the initial transaction. Zero address if `isDeployment` is `true`.\n @param value The value transferred by the initial transaction in wei.\n @param input If `provideInput`, this is the data send along with the initial transaction. Otherwise it is the default value `0x00`.\n @param status Status of the transaction 1 - success, 0 - failure.\n @param events If `listEvents` is `true`, an array of the requested events. Sorted by the logIndex in the same order as `logIndices`. Otherwise, an empty array.",
1442
- "params": [
1443
- {
1444
- "name": "blockNumber",
1445
- "type": "uint64",
1446
- "typeSimple": "uint64",
1447
- "comment": "Number of the block in which the transaction is included."
1448
- },
1449
- {
1450
- "name": "timestamp",
1451
- "type": "uint64",
1452
- "typeSimple": "uint64",
1453
- "comment": "Timestamp of the block in which the transaction is included."
1454
- },
1455
- {
1456
- "name": "sourceAddress",
1457
- "type": "address",
1458
- "typeSimple": "address",
1459
- "comment": "The address (from) that signed the transaction."
1460
- },
1461
- {
1462
- "name": "isDeployment",
1463
- "type": "bool",
1464
- "typeSimple": "bool",
1465
- "comment": "Indicate whether it is a contract creation transaction."
1466
- },
1467
- {
1468
- "name": "receivingAddress",
1469
- "type": "address",
1470
- "typeSimple": "address",
1471
- "comment": "The address (to) of the receiver of the initial transaction. Zero address if `isDeployment` is `true`."
1472
- },
1473
- {
1474
- "name": "value",
1475
- "type": "uint256",
1476
- "typeSimple": "uint256",
1477
- "comment": "The value transferred by the initial transaction in wei."
1478
- },
1479
- {
1480
- "name": "input",
1481
- "type": "bytes",
1482
- "typeSimple": "bytes",
1483
- "comment": "If `provideInput`, this is the data send along with the initial transaction. Otherwise it is the default value `0x00`."
1484
- },
1485
- {
1486
- "name": "status",
1487
- "type": "uint8",
1488
- "typeSimple": "uint8",
1489
- "comment": "Status of the transaction 1 - success, 0 - failure."
1490
- },
1491
- {
1492
- "name": "events",
1493
- "type": "struct EVMTransaction.Event[]",
1494
- "typeSimple": "Event[]",
1495
- "comment": "If `listEvents` is `true`, an array of the requested events. Sorted by the logIndex in the same order as `logIndices`. Otherwise, an empty array."
1496
- }
1497
- ]
1498
- },
1499
- "requestStructs": [],
1500
- "responseStructs": [
1501
- {
1502
- "name": "Event",
1503
- "description": "Event log record",
1504
- "above": "An `Event` is a struct with the following fields:",
1505
- "below": "The fields are in line with [EVM event logs](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterchanges).",
1506
- "fullComment": " @notice Event log record\n @custom:above An `Event` is a struct with the following fields:\n @custom:below The fields are in line with [EVM event logs](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterchanges).\n @param logIndex The consecutive number of the event in block.\n @param emitterAddress The address of the contract that emitted the event.\n @param topics An array of up to four 32-byte strings of indexed log arguments.\n @param data Concatenated 32-byte strings of non-indexed log arguments. At least 32 bytes long.\n @param removed It is `true` if the log was removed due to a chain reorganization and `false` if it is a valid log.",
1507
- "params": [
1508
- {
1509
- "name": "logIndex",
1510
- "type": "uint32",
1511
- "typeSimple": "uint32",
1512
- "comment": "The consecutive number of the event in block."
1513
- },
1514
- {
1515
- "name": "emitterAddress",
1516
- "type": "address",
1517
- "typeSimple": "address",
1518
- "comment": "The address of the contract that emitted the event."
1519
- },
1520
- {
1521
- "name": "topics",
1522
- "type": "bytes32[]",
1523
- "typeSimple": "bytes32[]",
1524
- "comment": "An array of up to four 32-byte strings of indexed log arguments."
1525
- },
1526
- {
1527
- "name": "data",
1528
- "type": "bytes",
1529
- "typeSimple": "bytes",
1530
- "comment": "Concatenated 32-byte strings of non-indexed log arguments. At least 32 bytes long."
1531
- },
1532
- {
1533
- "name": "removed",
1534
- "type": "bool",
1535
- "typeSimple": "bool",
1536
- "comment": "It is `true` if the log was removed due to a chain reorganization and `false` if it is a valid log."
1537
- }
1538
- ]
1539
- }
1540
- ],
1541
- "requestAbi": {
1542
- "components": [
1543
- {
1544
- "internalType": "bytes32",
1545
- "name": "attestationType",
1546
- "type": "bytes32"
1547
- },
1548
- {
1549
- "internalType": "bytes32",
1550
- "name": "sourceId",
1551
- "type": "bytes32"
1552
- },
1553
- {
1554
- "internalType": "bytes32",
1555
- "name": "messageIntegrityCode",
1556
- "type": "bytes32"
1557
- },
1558
- {
1559
- "components": [
1560
- {
1561
- "internalType": "bytes32",
1562
- "name": "transactionHash",
1563
- "type": "bytes32"
1564
- },
1565
- {
1566
- "internalType": "uint16",
1567
- "name": "requiredConfirmations",
1568
- "type": "uint16"
1569
- },
1570
- {
1571
- "internalType": "bool",
1572
- "name": "provideInput",
1573
- "type": "bool"
1574
- },
1575
- {
1576
- "internalType": "bool",
1577
- "name": "listEvents",
1578
- "type": "bool"
1579
- },
1580
- {
1581
- "internalType": "uint32[]",
1582
- "name": "logIndices",
1583
- "type": "uint32[]"
1584
- }
1585
- ],
1586
- "internalType": "struct EVMTransaction.RequestBody",
1587
- "name": "requestBody",
1588
- "type": "tuple"
1589
- }
1590
- ],
1591
- "internalType": "struct EVMTransaction.Request",
1592
- "name": "_request",
1593
- "type": "tuple"
1594
- },
1595
- "responseAbi": {
1596
- "components": [
1597
- {
1598
- "internalType": "bytes32",
1599
- "name": "attestationType",
1600
- "type": "bytes32"
1601
- },
1602
- {
1603
- "internalType": "bytes32",
1604
- "name": "sourceId",
1605
- "type": "bytes32"
1606
- },
1607
- {
1608
- "internalType": "uint64",
1609
- "name": "votingRound",
1610
- "type": "uint64"
1611
- },
1612
- {
1613
- "internalType": "uint64",
1614
- "name": "lowestUsedTimestamp",
1615
- "type": "uint64"
1616
- },
1617
- {
1618
- "components": [
1619
- {
1620
- "internalType": "bytes32",
1621
- "name": "transactionHash",
1622
- "type": "bytes32"
1623
- },
1624
- {
1625
- "internalType": "uint16",
1626
- "name": "requiredConfirmations",
1627
- "type": "uint16"
1628
- },
1629
- {
1630
- "internalType": "bool",
1631
- "name": "provideInput",
1632
- "type": "bool"
1633
- },
1634
- {
1635
- "internalType": "bool",
1636
- "name": "listEvents",
1637
- "type": "bool"
1638
- },
1639
- {
1640
- "internalType": "uint32[]",
1641
- "name": "logIndices",
1642
- "type": "uint32[]"
1643
- }
1644
- ],
1645
- "internalType": "struct EVMTransaction.RequestBody",
1646
- "name": "requestBody",
1647
- "type": "tuple"
1648
- },
1649
- {
1650
- "components": [
1651
- {
1652
- "internalType": "uint64",
1653
- "name": "blockNumber",
1654
- "type": "uint64"
1655
- },
1656
- {
1657
- "internalType": "uint64",
1658
- "name": "timestamp",
1659
- "type": "uint64"
1660
- },
1661
- {
1662
- "internalType": "address",
1663
- "name": "sourceAddress",
1664
- "type": "address"
1665
- },
1666
- {
1667
- "internalType": "bool",
1668
- "name": "isDeployment",
1669
- "type": "bool"
1670
- },
1671
- {
1672
- "internalType": "address",
1673
- "name": "receivingAddress",
1674
- "type": "address"
1675
- },
1676
- {
1677
- "internalType": "uint256",
1678
- "name": "value",
1679
- "type": "uint256"
1680
- },
1681
- {
1682
- "internalType": "bytes",
1683
- "name": "input",
1684
- "type": "bytes"
1685
- },
1686
- {
1687
- "internalType": "uint8",
1688
- "name": "status",
1689
- "type": "uint8"
1690
- },
1691
- {
1692
- "components": [
1693
- {
1694
- "internalType": "uint32",
1695
- "name": "logIndex",
1696
- "type": "uint32"
1697
- },
1698
- {
1699
- "internalType": "address",
1700
- "name": "emitterAddress",
1701
- "type": "address"
1702
- },
1703
- {
1704
- "internalType": "bytes32[]",
1705
- "name": "topics",
1706
- "type": "bytes32[]"
1707
- },
1708
- {
1709
- "internalType": "bytes",
1710
- "name": "data",
1711
- "type": "bytes"
1712
- },
1713
- {
1714
- "internalType": "bool",
1715
- "name": "removed",
1716
- "type": "bool"
1717
- }
1718
- ],
1719
- "internalType": "struct EVMTransaction.Event[]",
1720
- "name": "events",
1721
- "type": "tuple[]"
1722
- }
1723
- ],
1724
- "internalType": "struct EVMTransaction.ResponseBody",
1725
- "name": "responseBody",
1726
- "type": "tuple"
1727
- }
1728
- ],
1729
- "internalType": "struct EVMTransaction.Response",
1730
- "name": "_response",
1731
- "type": "tuple"
1732
- },
1733
- "proofAbi": {
1734
- "components": [
1735
- {
1736
- "internalType": "bytes32[]",
1737
- "name": "merkleProof",
1738
- "type": "bytes32[]"
1739
- },
1740
- {
1741
- "components": [
1742
- {
1743
- "internalType": "bytes32",
1744
- "name": "attestationType",
1745
- "type": "bytes32"
1746
- },
1747
- {
1748
- "internalType": "bytes32",
1749
- "name": "sourceId",
1750
- "type": "bytes32"
1751
- },
1752
- {
1753
- "internalType": "uint64",
1754
- "name": "votingRound",
1755
- "type": "uint64"
1756
- },
1757
- {
1758
- "internalType": "uint64",
1759
- "name": "lowestUsedTimestamp",
1760
- "type": "uint64"
1761
- },
1762
- {
1763
- "components": [
1764
- {
1765
- "internalType": "bytes32",
1766
- "name": "transactionHash",
1767
- "type": "bytes32"
1768
- },
1769
- {
1770
- "internalType": "uint16",
1771
- "name": "requiredConfirmations",
1772
- "type": "uint16"
1773
- },
1774
- {
1775
- "internalType": "bool",
1776
- "name": "provideInput",
1777
- "type": "bool"
1778
- },
1779
- {
1780
- "internalType": "bool",
1781
- "name": "listEvents",
1782
- "type": "bool"
1783
- },
1784
- {
1785
- "internalType": "uint32[]",
1786
- "name": "logIndices",
1787
- "type": "uint32[]"
1788
- }
1789
- ],
1790
- "internalType": "struct EVMTransaction.RequestBody",
1791
- "name": "requestBody",
1792
- "type": "tuple"
1793
- },
1794
- {
1795
- "components": [
1796
- {
1797
- "internalType": "uint64",
1798
- "name": "blockNumber",
1799
- "type": "uint64"
1800
- },
1801
- {
1802
- "internalType": "uint64",
1803
- "name": "timestamp",
1804
- "type": "uint64"
1805
- },
1806
- {
1807
- "internalType": "address",
1808
- "name": "sourceAddress",
1809
- "type": "address"
1810
- },
1811
- {
1812
- "internalType": "bool",
1813
- "name": "isDeployment",
1814
- "type": "bool"
1815
- },
1816
- {
1817
- "internalType": "address",
1818
- "name": "receivingAddress",
1819
- "type": "address"
1820
- },
1821
- {
1822
- "internalType": "uint256",
1823
- "name": "value",
1824
- "type": "uint256"
1825
- },
1826
- {
1827
- "internalType": "bytes",
1828
- "name": "input",
1829
- "type": "bytes"
1830
- },
1831
- {
1832
- "internalType": "uint8",
1833
- "name": "status",
1834
- "type": "uint8"
1835
- },
1836
- {
1837
- "components": [
1838
- {
1839
- "internalType": "uint32",
1840
- "name": "logIndex",
1841
- "type": "uint32"
1842
- },
1843
- {
1844
- "internalType": "address",
1845
- "name": "emitterAddress",
1846
- "type": "address"
1847
- },
1848
- {
1849
- "internalType": "bytes32[]",
1850
- "name": "topics",
1851
- "type": "bytes32[]"
1852
- },
1853
- {
1854
- "internalType": "bytes",
1855
- "name": "data",
1856
- "type": "bytes"
1857
- },
1858
- {
1859
- "internalType": "bool",
1860
- "name": "removed",
1861
- "type": "bool"
1862
- }
1863
- ],
1864
- "internalType": "struct EVMTransaction.Event[]",
1865
- "name": "events",
1866
- "type": "tuple[]"
1867
- }
1868
- ],
1869
- "internalType": "struct EVMTransaction.ResponseBody",
1870
- "name": "responseBody",
1871
- "type": "tuple"
1872
- }
1873
- ],
1874
- "internalType": "struct EVMTransaction.Response",
1875
- "name": "data",
1876
- "type": "tuple"
1877
- }
1878
- ],
1879
- "internalType": "struct EVMTransaction.Proof",
1880
- "name": "_proof",
1881
- "type": "tuple"
1882
- }
1883
- });
1884
- typeRecMap.set("Payment", {
1885
- "name": "Payment",
1886
- "fullComment": " @custom:name Payment\n @custom:id 0x01\n @custom:supported BTC, DOGE, XRP, testBTC, testDOGE, testXRP\n @author Flare\n @notice A relay of a transaction on an external chain that is considered a payment in a native currency.\n Various blockchains support different types of native payments. For each blockchain, it is specified how a payment\n transaction should be formed to be provable by this attestation type.\n The provable payments emulate traditional banking payments from entity A to entity B in native currency with an optional payment reference.\n @custom:verification The transaction with `transactionId` is fetched from the API of the blockchain node or relevant indexer.\n If the transaction cannot be fetched or the transaction is in a block that does not have a sufficient [number of confirmations](/specs/attestations/configs.md#finalityconfirmation), the attestation request is rejected.\n Once the transaction is received, the [payment summary](/specs/attestations/external-chains/transactions.md#payment-summary) is computed according to the rules for the source chain.\n If the summary is successfully calculated, the response is assembled from the summary.\n `blockNumber` and `blockTimestamp` are retrieved from the block if they are not included in the transaction data.\n For Bitcoin and Dogecoin, `blockTimestamp` is mediantime of the block.\n For XRPL, `blockTimestamp` is close time of the ledger converted to UNIX time.\n If the summary is not successfully calculated, the attestation request is rejected.\n @custom:lut `blockTimestamp`",
1887
- "description": "A relay of a transaction on an external chain that is considered a payment in a native currency.\n Various blockchains support different types of native payments. For each blockchain, it is specified how a payment\n transaction should be formed to be provable by this attestation type.\n The provable payments emulate traditional banking payments from entity A to entity B in native currency with an optional payment reference.",
1888
- "supported": [
1889
- "BTC",
1890
- "DOGE",
1891
- "XRP",
1892
- "testBTC",
1893
- "testDOGE",
1894
- "testXRP"
1895
- ],
1896
- "verification": "The transaction with `transactionId` is fetched from the API of the blockchain node or relevant indexer.\n If the transaction cannot be fetched or the transaction is in a block that does not have a sufficient [number of confirmations](/specs/attestations/configs.md#finalityconfirmation), the attestation request is rejected.\n Once the transaction is received, the [payment summary](/specs/attestations/external-chains/transactions.md#payment-summary) is computed according to the rules for the source chain.\n If the summary is successfully calculated, the response is assembled from the summary.\n `blockNumber` and `blockTimestamp` are retrieved from the block if they are not included in the transaction data.\n For Bitcoin and Dogecoin, `blockTimestamp` is mediantime of the block.\n For XRPL, `blockTimestamp` is close time of the ledger converted to UNIX time.\n If the summary is not successfully calculated, the attestation request is rejected.\n ",
1897
- "lut": "`blockTimestamp`",
1898
- "proof": {
1899
- "name": "Proof",
1900
- "description": "Toplevel proof",
1901
- "above": "",
1902
- "below": "",
1903
- "fullComment": " @notice Toplevel proof\n @param merkleProof Merkle proof corresponding to the attestation response.\n @param data Attestation response.",
1904
- "params": [
1905
- {
1906
- "name": "merkleProof",
1907
- "type": "bytes32[]",
1908
- "typeSimple": "bytes32[]",
1909
- "comment": "Merkle proof corresponding to the attestation response."
1910
- },
1911
- {
1912
- "name": "data",
1913
- "type": "struct Payment.Response",
1914
- "typeSimple": "Response",
1915
- "comment": "Attestation response."
1916
- }
1917
- ]
1918
- },
1919
- "request": {
1920
- "name": "Request",
1921
- "description": "Toplevel request",
1922
- "above": "",
1923
- "below": "",
1924
- "fullComment": " @notice Toplevel request\n @param attestationType ID of the attestation type.\n @param sourceId ID of the data source.\n @param messageIntegrityCode `MessageIntegrityCode` that is derived from the expected response.\n @param requestBody Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.",
1925
- "params": [
1926
- {
1927
- "name": "attestationType",
1928
- "type": "bytes32",
1929
- "typeSimple": "bytes32",
1930
- "comment": "ID of the attestation type."
1931
- },
1932
- {
1933
- "name": "sourceId",
1934
- "type": "bytes32",
1935
- "typeSimple": "bytes32",
1936
- "comment": "ID of the data source."
1937
- },
1938
- {
1939
- "name": "messageIntegrityCode",
1940
- "type": "bytes32",
1941
- "typeSimple": "bytes32",
1942
- "comment": "`MessageIntegrityCode` that is derived from the expected response."
1943
- },
1944
- {
1945
- "name": "requestBody",
1946
- "type": "struct Payment.RequestBody",
1947
- "typeSimple": "RequestBody",
1948
- "comment": "Data defining the request. Type (struct) and interpretation is determined by the `attestationType`."
1949
- }
1950
- ]
1951
- },
1952
- "response": {
1953
- "name": "Response",
1954
- "description": "Toplevel response",
1955
- "above": "",
1956
- "below": "",
1957
- "fullComment": " @notice Toplevel response\n @param attestationType Extracted from the request.\n @param sourceId Extracted from the request.\n @param votingRound The ID of the State Connector round in which the request was considered.\n @param lowestUsedTimestamp The lowest timestamp used to generate the response.\n @param requestBody Extracted from the request.\n @param responseBody Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.",
1958
- "params": [
1959
- {
1960
- "name": "attestationType",
1961
- "type": "bytes32",
1962
- "typeSimple": "bytes32",
1963
- "comment": "Extracted from the request."
1964
- },
1965
- {
1966
- "name": "sourceId",
1967
- "type": "bytes32",
1968
- "typeSimple": "bytes32",
1969
- "comment": "Extracted from the request."
1970
- },
1971
- {
1972
- "name": "votingRound",
1973
- "type": "uint64",
1974
- "typeSimple": "uint64",
1975
- "comment": "The ID of the State Connector round in which the request was considered."
1976
- },
1977
- {
1978
- "name": "lowestUsedTimestamp",
1979
- "type": "uint64",
1980
- "typeSimple": "uint64",
1981
- "comment": "The lowest timestamp used to generate the response."
1982
- },
1983
- {
1984
- "name": "requestBody",
1985
- "type": "struct Payment.RequestBody",
1986
- "typeSimple": "RequestBody",
1987
- "comment": "Extracted from the request."
1988
- },
1989
- {
1990
- "name": "responseBody",
1991
- "type": "struct Payment.ResponseBody",
1992
- "typeSimple": "ResponseBody",
1993
- "comment": "Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`."
1994
- }
1995
- ]
1996
- },
1997
- "requestBody": {
1998
- "name": "RequestBody",
1999
- "description": "Request body for Payment attestation type",
2000
- "above": "",
2001
- "below": "",
2002
- "fullComment": " @notice Request body for Payment attestation type\n @param transactionId ID of the payment transaction.\n @param inUtxo For UTXO chains, this is the index of the transaction input with source address. Always 0 for the non-utxo chains.\n @param utxo For UTXO chains, this is the index of the transaction output with receiving address. Always 0 for the non-utxo chains.",
2003
- "params": [
2004
- {
2005
- "name": "transactionId",
2006
- "type": "bytes32",
2007
- "typeSimple": "bytes32",
2008
- "comment": "ID of the payment transaction."
2009
- },
2010
- {
2011
- "name": "inUtxo",
2012
- "type": "uint256",
2013
- "typeSimple": "uint256",
2014
- "comment": "For UTXO chains, this is the index of the transaction input with source address. Always 0 for the non-utxo chains."
2015
- },
2016
- {
2017
- "name": "utxo",
2018
- "type": "uint256",
2019
- "typeSimple": "uint256",
2020
- "comment": "For UTXO chains, this is the index of the transaction output with receiving address. Always 0 for the non-utxo chains."
2021
- }
2022
- ]
2023
- },
2024
- "responseBody": {
2025
- "name": "ResponseBody",
2026
- "description": "Response body for Payment attestation type",
2027
- "above": "",
2028
- "below": "",
2029
- "fullComment": " @notice Response body for Payment attestation type\n @param blockNumber Number of the block in which the transaction is included.\n @param blockTimestamp The timestamp of the block in which the transaction is included.\n @param sourceAddressHash Standard address hash of the source address.\n @param receivingAddressHash Standard address hash of the receiving address. The zero 32-byte string if there is no receivingAddress (if `status` is not success).\n @param intendedReceivingAddressHash Standard address hash of the intended receiving address. Relevant if the transaction is unsuccessful.\n @param spentAmount Amount in minimal units spent by the source address.\n @param intendedSpentAmount Amount in minimal units to be spent by the source address. Relevant if the transaction status is unsuccessful.\n @param receivedAmount Amount in minimal units received by the receiving address.\n @param intendedReceivedAmount Amount in minimal units intended to be received by the receiving address. Relevant if the transaction is unsuccessful.\n @param standardPaymentReference [Standard payment reference](/specs/attestations/external-chains/standardPaymentReference.md) of the transaction.\n @param oneToOne Indicator whether only one source and one receiver are involved in the transaction.\n @param status [Succes status](/specs/attestations/external-chains/transactions.md#transaction-success-status) of the transaction: 0 - success, 1 - failed by sender's fault,x 2 - failed by receiver's fault.",
2030
- "params": [
2031
- {
2032
- "name": "blockNumber",
2033
- "type": "uint64",
2034
- "typeSimple": "uint64",
2035
- "comment": "Number of the block in which the transaction is included."
2036
- },
2037
- {
2038
- "name": "blockTimestamp",
2039
- "type": "uint64",
2040
- "typeSimple": "uint64",
2041
- "comment": "The timestamp of the block in which the transaction is included."
2042
- },
2043
- {
2044
- "name": "sourceAddressHash",
2045
- "type": "bytes32",
2046
- "typeSimple": "bytes32",
2047
- "comment": "Standard address hash of the source address."
2048
- },
2049
- {
2050
- "name": "receivingAddressHash",
2051
- "type": "bytes32",
2052
- "typeSimple": "bytes32",
2053
- "comment": "Standard address hash of the receiving address. The zero 32-byte string if there is no receivingAddress (if `status` is not success)."
2054
- },
2055
- {
2056
- "name": "intendedReceivingAddressHash",
2057
- "type": "bytes32",
2058
- "typeSimple": "bytes32",
2059
- "comment": "Standard address hash of the intended receiving address. Relevant if the transaction is unsuccessful."
2060
- },
2061
- {
2062
- "name": "spentAmount",
2063
- "type": "int256",
2064
- "typeSimple": "int256",
2065
- "comment": "Amount in minimal units spent by the source address."
2066
- },
2067
- {
2068
- "name": "intendedSpentAmount",
2069
- "type": "int256",
2070
- "typeSimple": "int256",
2071
- "comment": "Amount in minimal units to be spent by the source address. Relevant if the transaction status is unsuccessful."
2072
- },
2073
- {
2074
- "name": "receivedAmount",
2075
- "type": "int256",
2076
- "typeSimple": "int256",
2077
- "comment": "Amount in minimal units received by the receiving address."
2078
- },
2079
- {
2080
- "name": "intendedReceivedAmount",
2081
- "type": "int256",
2082
- "typeSimple": "int256",
2083
- "comment": "Amount in minimal units intended to be received by the receiving address. Relevant if the transaction is unsuccessful."
2084
- },
2085
- {
2086
- "name": "standardPaymentReference",
2087
- "type": "bytes32",
2088
- "typeSimple": "bytes32",
2089
- "comment": "[Standard payment reference](/specs/attestations/external-chains/standardPaymentReference.md) of the transaction."
2090
- },
2091
- {
2092
- "name": "oneToOne",
2093
- "type": "bool",
2094
- "typeSimple": "bool",
2095
- "comment": "Indicator whether only one source and one receiver are involved in the transaction."
2096
- },
2097
- {
2098
- "name": "status",
2099
- "type": "uint8",
2100
- "typeSimple": "uint8",
2101
- "comment": "[Succes status](/specs/attestations/external-chains/transactions.md#transaction-success-status) of the transaction: 0 - success, 1 - failed by sender's fault,x 2 - failed by receiver's fault."
2102
- }
2103
- ]
2104
- },
2105
- "requestStructs": [],
2106
- "responseStructs": [],
2107
- "requestAbi": {
2108
- "components": [
2109
- {
2110
- "internalType": "bytes32",
2111
- "name": "attestationType",
2112
- "type": "bytes32"
2113
- },
2114
- {
2115
- "internalType": "bytes32",
2116
- "name": "sourceId",
2117
- "type": "bytes32"
2118
- },
2119
- {
2120
- "internalType": "bytes32",
2121
- "name": "messageIntegrityCode",
2122
- "type": "bytes32"
2123
- },
2124
- {
2125
- "components": [
2126
- {
2127
- "internalType": "bytes32",
2128
- "name": "transactionId",
2129
- "type": "bytes32"
2130
- },
2131
- {
2132
- "internalType": "uint256",
2133
- "name": "inUtxo",
2134
- "type": "uint256"
2135
- },
2136
- {
2137
- "internalType": "uint256",
2138
- "name": "utxo",
2139
- "type": "uint256"
2140
- }
2141
- ],
2142
- "internalType": "struct Payment.RequestBody",
2143
- "name": "requestBody",
2144
- "type": "tuple"
2145
- }
2146
- ],
2147
- "internalType": "struct Payment.Request",
2148
- "name": "_request",
2149
- "type": "tuple"
2150
- },
2151
- "responseAbi": {
2152
- "components": [
2153
- {
2154
- "internalType": "bytes32",
2155
- "name": "attestationType",
2156
- "type": "bytes32"
2157
- },
2158
- {
2159
- "internalType": "bytes32",
2160
- "name": "sourceId",
2161
- "type": "bytes32"
2162
- },
2163
- {
2164
- "internalType": "uint64",
2165
- "name": "votingRound",
2166
- "type": "uint64"
2167
- },
2168
- {
2169
- "internalType": "uint64",
2170
- "name": "lowestUsedTimestamp",
2171
- "type": "uint64"
2172
- },
2173
- {
2174
- "components": [
2175
- {
2176
- "internalType": "bytes32",
2177
- "name": "transactionId",
2178
- "type": "bytes32"
2179
- },
2180
- {
2181
- "internalType": "uint256",
2182
- "name": "inUtxo",
2183
- "type": "uint256"
2184
- },
2185
- {
2186
- "internalType": "uint256",
2187
- "name": "utxo",
2188
- "type": "uint256"
2189
- }
2190
- ],
2191
- "internalType": "struct Payment.RequestBody",
2192
- "name": "requestBody",
2193
- "type": "tuple"
2194
- },
2195
- {
2196
- "components": [
2197
- {
2198
- "internalType": "uint64",
2199
- "name": "blockNumber",
2200
- "type": "uint64"
2201
- },
2202
- {
2203
- "internalType": "uint64",
2204
- "name": "blockTimestamp",
2205
- "type": "uint64"
2206
- },
2207
- {
2208
- "internalType": "bytes32",
2209
- "name": "sourceAddressHash",
2210
- "type": "bytes32"
2211
- },
2212
- {
2213
- "internalType": "bytes32",
2214
- "name": "receivingAddressHash",
2215
- "type": "bytes32"
2216
- },
2217
- {
2218
- "internalType": "bytes32",
2219
- "name": "intendedReceivingAddressHash",
2220
- "type": "bytes32"
2221
- },
2222
- {
2223
- "internalType": "int256",
2224
- "name": "spentAmount",
2225
- "type": "int256"
2226
- },
2227
- {
2228
- "internalType": "int256",
2229
- "name": "intendedSpentAmount",
2230
- "type": "int256"
2231
- },
2232
- {
2233
- "internalType": "int256",
2234
- "name": "receivedAmount",
2235
- "type": "int256"
2236
- },
2237
- {
2238
- "internalType": "int256",
2239
- "name": "intendedReceivedAmount",
2240
- "type": "int256"
2241
- },
2242
- {
2243
- "internalType": "bytes32",
2244
- "name": "standardPaymentReference",
2245
- "type": "bytes32"
2246
- },
2247
- {
2248
- "internalType": "bool",
2249
- "name": "oneToOne",
2250
- "type": "bool"
2251
- },
2252
- {
2253
- "internalType": "uint8",
2254
- "name": "status",
2255
- "type": "uint8"
2256
- }
2257
- ],
2258
- "internalType": "struct Payment.ResponseBody",
2259
- "name": "responseBody",
2260
- "type": "tuple"
2261
- }
2262
- ],
2263
- "internalType": "struct Payment.Response",
2264
- "name": "_response",
2265
- "type": "tuple"
2266
- },
2267
- "proofAbi": {
2268
- "components": [
2269
- {
2270
- "internalType": "bytes32[]",
2271
- "name": "merkleProof",
2272
- "type": "bytes32[]"
2273
- },
2274
- {
2275
- "components": [
2276
- {
2277
- "internalType": "bytes32",
2278
- "name": "attestationType",
2279
- "type": "bytes32"
2280
- },
2281
- {
2282
- "internalType": "bytes32",
2283
- "name": "sourceId",
2284
- "type": "bytes32"
2285
- },
2286
- {
2287
- "internalType": "uint64",
2288
- "name": "votingRound",
2289
- "type": "uint64"
2290
- },
2291
- {
2292
- "internalType": "uint64",
2293
- "name": "lowestUsedTimestamp",
2294
- "type": "uint64"
2295
- },
2296
- {
2297
- "components": [
2298
- {
2299
- "internalType": "bytes32",
2300
- "name": "transactionId",
2301
- "type": "bytes32"
2302
- },
2303
- {
2304
- "internalType": "uint256",
2305
- "name": "inUtxo",
2306
- "type": "uint256"
2307
- },
2308
- {
2309
- "internalType": "uint256",
2310
- "name": "utxo",
2311
- "type": "uint256"
2312
- }
2313
- ],
2314
- "internalType": "struct Payment.RequestBody",
2315
- "name": "requestBody",
2316
- "type": "tuple"
2317
- },
2318
- {
2319
- "components": [
2320
- {
2321
- "internalType": "uint64",
2322
- "name": "blockNumber",
2323
- "type": "uint64"
2324
- },
2325
- {
2326
- "internalType": "uint64",
2327
- "name": "blockTimestamp",
2328
- "type": "uint64"
2329
- },
2330
- {
2331
- "internalType": "bytes32",
2332
- "name": "sourceAddressHash",
2333
- "type": "bytes32"
2334
- },
2335
- {
2336
- "internalType": "bytes32",
2337
- "name": "receivingAddressHash",
2338
- "type": "bytes32"
2339
- },
2340
- {
2341
- "internalType": "bytes32",
2342
- "name": "intendedReceivingAddressHash",
2343
- "type": "bytes32"
2344
- },
2345
- {
2346
- "internalType": "int256",
2347
- "name": "spentAmount",
2348
- "type": "int256"
2349
- },
2350
- {
2351
- "internalType": "int256",
2352
- "name": "intendedSpentAmount",
2353
- "type": "int256"
2354
- },
2355
- {
2356
- "internalType": "int256",
2357
- "name": "receivedAmount",
2358
- "type": "int256"
2359
- },
2360
- {
2361
- "internalType": "int256",
2362
- "name": "intendedReceivedAmount",
2363
- "type": "int256"
2364
- },
2365
- {
2366
- "internalType": "bytes32",
2367
- "name": "standardPaymentReference",
2368
- "type": "bytes32"
2369
- },
2370
- {
2371
- "internalType": "bool",
2372
- "name": "oneToOne",
2373
- "type": "bool"
2374
- },
2375
- {
2376
- "internalType": "uint8",
2377
- "name": "status",
2378
- "type": "uint8"
2379
- }
2380
- ],
2381
- "internalType": "struct Payment.ResponseBody",
2382
- "name": "responseBody",
2383
- "type": "tuple"
2384
- }
2385
- ],
2386
- "internalType": "struct Payment.Response",
2387
- "name": "data",
2388
- "type": "tuple"
2389
- }
2390
- ],
2391
- "internalType": "struct Payment.Proof",
2392
- "name": "_proof",
2393
- "type": "tuple"
2394
- }
2395
- });
2396
- typeRecMap.set("ReferencedPaymentNonexistence", {
2397
- "name": "ReferencedPaymentNonexistence",
2398
- "fullComment": " @custom:name ReferencedPaymentNonexistence\n @custom:id 0x04\n @custom:supported BTC, DOGE, XRP, testBTC, testDOGE, testXRP\n @author Flare\n @notice Assertion that an agreed-upon payment has not been made by a certain deadline.\n A confirmed request shows that a transaction meeting certain criteria (address, amount, reference) did not appear in the specified block range.\n \n \n This type of attestation can be used to e.g. provide grounds to liquidate funds locked by a smart contract on Flare when a payment is missed. \n @custom:verification If `firstOverflowBlock` cannot be determined or does not have a sufficient [number of confirmations](/specs/attestations/configs.md#finalityconfirmation), the attestation request is rejected.\n If `firstOverflowBlockNumber` is higher or equal to `minimalBlockNumber`, the request is rejected.\n The search range are blocks between heights including `minimalBlockNumber` and excluding `firstOverflowBlockNumber`.\n If the verifier does not have a view of all blocks from `minimalBlockNumber` to `firstOverflowBlockNumber`, the attestation request is rejected.\n The request is confirmed if no transaction meeting the specified criteria is found in the search range.\n The criteria and timestamp are chain specific.\n ### UTXO (Bitcoin and Dogecoin)\n Criteria for the transaction:\n - It is not coinbase transaction.\n - The transaction has the specified [standardPaymentReference](/specs/attestations/external-chains/standardPaymentReference.md#btc-and-doge-blockchains).\n - The sum of values of all outputs with the specified address minus the sum of values of all inputs with the specified address is greater than `amount` (in practice the sum of all values of the inputs with the specified address is zero).\n \n Timestamp is `mediantime`.\n ### XRPL\n Criteria for the transaction:\n - The transaction is of type payment.\n - The transaction has the specified [standardPaymentReference](/specs/attestations/external-chains/standardPaymentReference.md#xrp),\n - One of the following is true:\n - Transaction status is `SUCCESS` and the amount received by the specified destination address is greater than the specified `value`.\n - Transaction status is `RECEIVER_FAILURE` and the specified destination address would receive an amount greater than the specified `value` had the transaction been successful.\n \n Timestamp is `close_time` converted to UNIX time.\n @custom:lut `minimalBlockTimestamp`",
2399
- "description": "Assertion that an agreed-upon payment has not been made by a certain deadline.\n A confirmed request shows that a transaction meeting certain criteria (address, amount, reference) did not appear in the specified block range.\n \n \n This type of attestation can be used to e.g. provide grounds to liquidate funds locked by a smart contract on Flare when a payment is missed.",
2400
- "supported": [
2401
- "BTC",
2402
- "DOGE",
2403
- "XRP",
2404
- "testBTC",
2405
- "testDOGE",
2406
- "testXRP"
2407
- ],
2408
- "verification": "If `firstOverflowBlock` cannot be determined or does not have a sufficient [number of confirmations](/specs/attestations/configs.md#finalityconfirmation), the attestation request is rejected.\n If `firstOverflowBlockNumber` is higher or equal to `minimalBlockNumber`, the request is rejected.\n The search range are blocks between heights including `minimalBlockNumber` and excluding `firstOverflowBlockNumber`.\n If the verifier does not have a view of all blocks from `minimalBlockNumber` to `firstOverflowBlockNumber`, the attestation request is rejected.\n The request is confirmed if no transaction meeting the specified criteria is found in the search range.\n The criteria and timestamp are chain specific.\n ### UTXO (Bitcoin and Dogecoin)\n Criteria for the transaction:\n - It is not coinbase transaction.\n - The transaction has the specified [standardPaymentReference](/specs/attestations/external-chains/standardPaymentReference.md#btc-and-doge-blockchains).\n - The sum of values of all outputs with the specified address minus the sum of values of all inputs with the specified address is greater than `amount` (in practice the sum of all values of the inputs with the specified address is zero).\n \n Timestamp is `mediantime`.\n ### XRPL\n Criteria for the transaction:\n - The transaction is of type payment.\n - The transaction has the specified [standardPaymentReference](/specs/attestations/external-chains/standardPaymentReference.md#xrp),\n - One of the following is true:\n - Transaction status is `SUCCESS` and the amount received by the specified destination address is greater than the specified `value`.\n - Transaction status is `RECEIVER_FAILURE` and the specified destination address would receive an amount greater than the specified `value` had the transaction been successful.\n \n Timestamp is `close_time` converted to UNIX time.\n ",
2409
- "lut": "`minimalBlockTimestamp`",
2410
- "proof": {
2411
- "name": "Proof",
2412
- "description": "Toplevel proof",
2413
- "above": "",
2414
- "below": "",
2415
- "fullComment": " @notice Toplevel proof\n @param merkleProof Merkle proof corresponding to the attestation response.\n @param data Attestation response.",
2416
- "params": [
2417
- {
2418
- "name": "merkleProof",
2419
- "type": "bytes32[]",
2420
- "typeSimple": "bytes32[]",
2421
- "comment": "Merkle proof corresponding to the attestation response."
2422
- },
2423
- {
2424
- "name": "data",
2425
- "type": "struct ReferencedPaymentNonexistence.Response",
2426
- "typeSimple": "Response",
2427
- "comment": "Attestation response."
2428
- }
2429
- ]
2430
- },
2431
- "request": {
2432
- "name": "Request",
2433
- "description": "Toplevel request",
2434
- "above": "",
2435
- "below": "",
2436
- "fullComment": " @notice Toplevel request\n @param attestationType ID of the attestation type.\n @param sourceId ID of the data source.\n @param messageIntegrityCode `MessageIntegrityCode` that is derived from the expected response as defined.\n @param requestBody Data defining the request. Type (struct) and interpretation is determined by the `attestationType`.",
2437
- "params": [
2438
- {
2439
- "name": "attestationType",
2440
- "type": "bytes32",
2441
- "typeSimple": "bytes32",
2442
- "comment": "ID of the attestation type."
2443
- },
2444
- {
2445
- "name": "sourceId",
2446
- "type": "bytes32",
2447
- "typeSimple": "bytes32",
2448
- "comment": "ID of the data source."
2449
- },
2450
- {
2451
- "name": "messageIntegrityCode",
2452
- "type": "bytes32",
2453
- "typeSimple": "bytes32",
2454
- "comment": "`MessageIntegrityCode` that is derived from the expected response as defined."
2455
- },
2456
- {
2457
- "name": "requestBody",
2458
- "type": "struct ReferencedPaymentNonexistence.RequestBody",
2459
- "typeSimple": "RequestBody",
2460
- "comment": "Data defining the request. Type (struct) and interpretation is determined by the `attestationType`."
2461
- }
2462
- ]
2463
- },
2464
- "response": {
2465
- "name": "Response",
2466
- "description": "Toplevel response",
2467
- "above": "",
2468
- "below": "",
2469
- "fullComment": " @notice Toplevel response\n @param attestationType Extracted from the request.\n @param sourceId Extracted from the request.\n @param votingRound The ID of the State Connector round in which the request was considered.\n @param lowestUsedTimestamp The lowest timestamp used to generate the response.\n @param requestBody Extracted from the request.\n @param responseBody Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`.",
2470
- "params": [
2471
- {
2472
- "name": "attestationType",
2473
- "type": "bytes32",
2474
- "typeSimple": "bytes32",
2475
- "comment": "Extracted from the request."
2476
- },
2477
- {
2478
- "name": "sourceId",
2479
- "type": "bytes32",
2480
- "typeSimple": "bytes32",
2481
- "comment": "Extracted from the request."
2482
- },
2483
- {
2484
- "name": "votingRound",
2485
- "type": "uint64",
2486
- "typeSimple": "uint64",
2487
- "comment": "The ID of the State Connector round in which the request was considered."
2488
- },
2489
- {
2490
- "name": "lowestUsedTimestamp",
2491
- "type": "uint64",
2492
- "typeSimple": "uint64",
2493
- "comment": "The lowest timestamp used to generate the response."
2494
- },
2495
- {
2496
- "name": "requestBody",
2497
- "type": "struct ReferencedPaymentNonexistence.RequestBody",
2498
- "typeSimple": "RequestBody",
2499
- "comment": "Extracted from the request."
2500
- },
2501
- {
2502
- "name": "responseBody",
2503
- "type": "struct ReferencedPaymentNonexistence.ResponseBody",
2504
- "typeSimple": "ResponseBody",
2505
- "comment": "Data defining the response. The verification rules for the construction of the response body and the type are defined per specific `attestationType`."
2506
- }
2507
- ]
2508
- },
2509
- "requestBody": {
2510
- "name": "RequestBody",
2511
- "description": "Request body for ReferencePaymentNonexistence attestation type",
2512
- "above": "",
2513
- "below": "The `standardPaymentReference` should not be zero (as a 32-byte sequence).",
2514
- "fullComment": " @notice Request body for ReferencePaymentNonexistence attestation type\n @param minimalBlockNumber The start block of the search range.\n @param deadlineBlockNumber The blockNumber to be included in the search range.\n @param deadlineTimestamp The timestamp to be included in the search range.\n @param destinationAddressHash The standard address hash of the address to which the payment had to be done.\n @param amount The requested amount in minimal units that had to be payed.\n @param standardPaymentReference The requested standard payment reference.\n @custom:below The `standardPaymentReference` should not be zero (as a 32-byte sequence).",
2515
- "params": [
2516
- {
2517
- "name": "minimalBlockNumber",
2518
- "type": "uint64",
2519
- "typeSimple": "uint64",
2520
- "comment": "The start block of the search range."
2521
- },
2522
- {
2523
- "name": "deadlineBlockNumber",
2524
- "type": "uint64",
2525
- "typeSimple": "uint64",
2526
- "comment": "The blockNumber to be included in the search range."
2527
- },
2528
- {
2529
- "name": "deadlineTimestamp",
2530
- "type": "uint64",
2531
- "typeSimple": "uint64",
2532
- "comment": "The timestamp to be included in the search range."
2533
- },
2534
- {
2535
- "name": "destinationAddressHash",
2536
- "type": "bytes32",
2537
- "typeSimple": "bytes32",
2538
- "comment": "The standard address hash of the address to which the payment had to be done."
2539
- },
2540
- {
2541
- "name": "amount",
2542
- "type": "uint256",
2543
- "typeSimple": "uint256",
2544
- "comment": "The requested amount in minimal units that had to be payed."
2545
- },
2546
- {
2547
- "name": "standardPaymentReference",
2548
- "type": "bytes32",
2549
- "typeSimple": "bytes32",
2550
- "comment": "The requested standard payment reference."
2551
- }
2552
- ]
2553
- },
2554
- "responseBody": {
2555
- "name": "ResponseBody",
2556
- "description": "Response body for ReferencePaymentNonexistence attestation type.",
2557
- "above": "",
2558
- "below": "`firstOverflowBlock` is the first block that has block number higher than `deadlineBlockNumber` and timestamp later than `deadlineTimestamp`.\n The specified search range are blocks between heights including `minimalBlockNumber` and excluding `firstOverflowBlockNumber`.",
2559
- "fullComment": " @notice Response body for ReferencePaymentNonexistence attestation type.\n @param minimalBlockTimestamp The timestamp of the minimalBlock.\n @param firstOverflowBlockNumber The height of the firstOverflowBlock.\n @param firstOverflowBlockTimestamp The timestamp of the firstOverflowBlock.\n @custom:below `firstOverflowBlock` is the first block that has block number higher than `deadlineBlockNumber` and timestamp later than `deadlineTimestamp`.\n The specified search range are blocks between heights including `minimalBlockNumber` and excluding `firstOverflowBlockNumber`.",
2560
- "params": [
2561
- {
2562
- "name": "minimalBlockTimestamp",
2563
- "type": "uint64",
2564
- "typeSimple": "uint64",
2565
- "comment": "The timestamp of the minimalBlock."
2566
- },
2567
- {
2568
- "name": "firstOverflowBlockNumber",
2569
- "type": "uint64",
2570
- "typeSimple": "uint64",
2571
- "comment": "The height of the firstOverflowBlock."
2572
- },
2573
- {
2574
- "name": "firstOverflowBlockTimestamp",
2575
- "type": "uint64",
2576
- "typeSimple": "uint64",
2577
- "comment": "The timestamp of the firstOverflowBlock."
2578
- }
2579
- ]
2580
- },
2581
- "requestStructs": [],
2582
- "responseStructs": [],
2583
- "requestAbi": {
2584
- "components": [
2585
- {
2586
- "internalType": "bytes32",
2587
- "name": "attestationType",
2588
- "type": "bytes32"
2589
- },
2590
- {
2591
- "internalType": "bytes32",
2592
- "name": "sourceId",
2593
- "type": "bytes32"
2594
- },
2595
- {
2596
- "internalType": "bytes32",
2597
- "name": "messageIntegrityCode",
2598
- "type": "bytes32"
2599
- },
2600
- {
2601
- "components": [
2602
- {
2603
- "internalType": "uint64",
2604
- "name": "minimalBlockNumber",
2605
- "type": "uint64"
2606
- },
2607
- {
2608
- "internalType": "uint64",
2609
- "name": "deadlineBlockNumber",
2610
- "type": "uint64"
2611
- },
2612
- {
2613
- "internalType": "uint64",
2614
- "name": "deadlineTimestamp",
2615
- "type": "uint64"
2616
- },
2617
- {
2618
- "internalType": "bytes32",
2619
- "name": "destinationAddressHash",
2620
- "type": "bytes32"
2621
- },
2622
- {
2623
- "internalType": "uint256",
2624
- "name": "amount",
2625
- "type": "uint256"
2626
- },
2627
- {
2628
- "internalType": "bytes32",
2629
- "name": "standardPaymentReference",
2630
- "type": "bytes32"
2631
- }
2632
- ],
2633
- "internalType": "struct ReferencedPaymentNonexistence.RequestBody",
2634
- "name": "requestBody",
2635
- "type": "tuple"
2636
- }
2637
- ],
2638
- "internalType": "struct ReferencedPaymentNonexistence.Request",
2639
- "name": "_request",
2640
- "type": "tuple"
2641
- },
2642
- "responseAbi": {
2643
- "components": [
2644
- {
2645
- "internalType": "bytes32",
2646
- "name": "attestationType",
2647
- "type": "bytes32"
2648
- },
2649
- {
2650
- "internalType": "bytes32",
2651
- "name": "sourceId",
2652
- "type": "bytes32"
2653
- },
2654
- {
2655
- "internalType": "uint64",
2656
- "name": "votingRound",
2657
- "type": "uint64"
2658
- },
2659
- {
2660
- "internalType": "uint64",
2661
- "name": "lowestUsedTimestamp",
2662
- "type": "uint64"
2663
- },
2664
- {
2665
- "components": [
2666
- {
2667
- "internalType": "uint64",
2668
- "name": "minimalBlockNumber",
2669
- "type": "uint64"
2670
- },
2671
- {
2672
- "internalType": "uint64",
2673
- "name": "deadlineBlockNumber",
2674
- "type": "uint64"
2675
- },
2676
- {
2677
- "internalType": "uint64",
2678
- "name": "deadlineTimestamp",
2679
- "type": "uint64"
2680
- },
2681
- {
2682
- "internalType": "bytes32",
2683
- "name": "destinationAddressHash",
2684
- "type": "bytes32"
2685
- },
2686
- {
2687
- "internalType": "uint256",
2688
- "name": "amount",
2689
- "type": "uint256"
2690
- },
2691
- {
2692
- "internalType": "bytes32",
2693
- "name": "standardPaymentReference",
2694
- "type": "bytes32"
2695
- }
2696
- ],
2697
- "internalType": "struct ReferencedPaymentNonexistence.RequestBody",
2698
- "name": "requestBody",
2699
- "type": "tuple"
2700
- },
2701
- {
2702
- "components": [
2703
- {
2704
- "internalType": "uint64",
2705
- "name": "minimalBlockTimestamp",
2706
- "type": "uint64"
2707
- },
2708
- {
2709
- "internalType": "uint64",
2710
- "name": "firstOverflowBlockNumber",
2711
- "type": "uint64"
2712
- },
2713
- {
2714
- "internalType": "uint64",
2715
- "name": "firstOverflowBlockTimestamp",
2716
- "type": "uint64"
2717
- }
2718
- ],
2719
- "internalType": "struct ReferencedPaymentNonexistence.ResponseBody",
2720
- "name": "responseBody",
2721
- "type": "tuple"
2722
- }
2723
- ],
2724
- "internalType": "struct ReferencedPaymentNonexistence.Response",
2725
- "name": "_response",
2726
- "type": "tuple"
2727
- },
2728
- "proofAbi": {
2729
- "components": [
2730
- {
2731
- "internalType": "bytes32[]",
2732
- "name": "merkleProof",
2733
- "type": "bytes32[]"
2734
- },
2735
- {
2736
- "components": [
2737
- {
2738
- "internalType": "bytes32",
2739
- "name": "attestationType",
2740
- "type": "bytes32"
2741
- },
2742
- {
2743
- "internalType": "bytes32",
2744
- "name": "sourceId",
2745
- "type": "bytes32"
2746
- },
2747
- {
2748
- "internalType": "uint64",
2749
- "name": "votingRound",
2750
- "type": "uint64"
2751
- },
2752
- {
2753
- "internalType": "uint64",
2754
- "name": "lowestUsedTimestamp",
2755
- "type": "uint64"
2756
- },
2757
- {
2758
- "components": [
2759
- {
2760
- "internalType": "uint64",
2761
- "name": "minimalBlockNumber",
2762
- "type": "uint64"
2763
- },
2764
- {
2765
- "internalType": "uint64",
2766
- "name": "deadlineBlockNumber",
2767
- "type": "uint64"
2768
- },
2769
- {
2770
- "internalType": "uint64",
2771
- "name": "deadlineTimestamp",
2772
- "type": "uint64"
2773
- },
2774
- {
2775
- "internalType": "bytes32",
2776
- "name": "destinationAddressHash",
2777
- "type": "bytes32"
2778
- },
2779
- {
2780
- "internalType": "uint256",
2781
- "name": "amount",
2782
- "type": "uint256"
2783
- },
2784
- {
2785
- "internalType": "bytes32",
2786
- "name": "standardPaymentReference",
2787
- "type": "bytes32"
2788
- }
2789
- ],
2790
- "internalType": "struct ReferencedPaymentNonexistence.RequestBody",
2791
- "name": "requestBody",
2792
- "type": "tuple"
2793
- },
2794
- {
2795
- "components": [
2796
- {
2797
- "internalType": "uint64",
2798
- "name": "minimalBlockTimestamp",
2799
- "type": "uint64"
2800
- },
2801
- {
2802
- "internalType": "uint64",
2803
- "name": "firstOverflowBlockNumber",
2804
- "type": "uint64"
2805
- },
2806
- {
2807
- "internalType": "uint64",
2808
- "name": "firstOverflowBlockTimestamp",
2809
- "type": "uint64"
2810
- }
2811
- ],
2812
- "internalType": "struct ReferencedPaymentNonexistence.ResponseBody",
2813
- "name": "responseBody",
2814
- "type": "tuple"
2815
- }
2816
- ],
2817
- "internalType": "struct ReferencedPaymentNonexistence.Response",
2818
- "name": "data",
2819
- "type": "tuple"
2820
- }
2821
- ],
2822
- "internalType": "struct ReferencedPaymentNonexistence.Proof",
2823
- "name": "_proof",
2824
- "type": "tuple"
2825
- }
2826
- });
2827
- return typeRecMap;
2828
- }
2829
- exports.readAttestationTypeConfigs = readAttestationTypeConfigs;
2830
- /**
2831
- * Helper function serializing bigints to strings recursively.
2832
- * @param obj
2833
- * @returns
2834
- */
2835
- function serializeBigInts(obj) {
2836
- return JSON.parse(JSON.stringify(obj, (key, value) => (typeof value === "bigint" ? value.toString() : value)));
2837
- }
2838
- exports.serializeBigInts = serializeBigInts;
2839
- //# sourceMappingURL=utils.js.map