@flarenetwork/flare-periphery-contract-artifacts 0.0.1
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.
- package/dist/README.md +5 -0
- package/dist/coston/abis.coston.d.ts +4 -0
- package/dist/coston/abis.coston.d.ts.map +1 -0
- package/dist/coston/abis.coston.js +213 -0
- package/dist/coston/abis.coston.js.map +1 -0
- package/dist/coston/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +42 -0
- package/dist/coston/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +381 -0
- package/dist/coston/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +29 -0
- package/dist/coston/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/coston/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +1151 -0
- package/dist/coston/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +10 -0
- package/dist/coston/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +346 -0
- package/dist/coston/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
- package/dist/coston/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +316 -0
- package/dist/coston/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +1104 -0
- package/dist/coston/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +1723 -0
- package/dist/coston/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +953 -0
- package/dist/coston/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +878 -0
- package/dist/coston/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +102 -0
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +10 -0
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +43 -0
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +10 -0
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +10 -0
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +10 -0
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +624 -0
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +241 -0
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +198 -0
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +1048 -0
- package/dist/coston/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +676 -0
- package/dist/coston/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +224 -0
- package/dist/coston/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +407 -0
- package/dist/coston/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +324 -0
- package/dist/coston/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +37 -0
- package/dist/coston/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +91 -0
- package/dist/coston/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +24 -0
- package/dist/coston/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +30 -0
- package/dist/coston/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +285 -0
- package/dist/coston/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +18 -0
- package/dist/coston/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +126 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +139 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +115 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json +209 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +220 -0
- package/dist/coston/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +653 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +24 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +265 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +24 -0
- package/dist/coston/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +10 -0
- package/dist/coston/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +351 -0
- package/dist/coston/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +1065 -0
- package/dist/coston/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +30 -0
- package/dist/coston/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +640 -0
- package/dist/coston/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +879 -0
- package/dist/coston/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +403 -0
- package/dist/coston/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +24 -0
- package/dist/coston/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +44 -0
- package/dist/coston/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +36 -0
- package/dist/coston/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +88 -0
- package/dist/coston/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +10 -0
- package/dist/coston/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +10 -0
- package/dist/coston/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +30 -0
- package/dist/coston/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +49 -0
- package/dist/coston/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +234 -0
- package/dist/coston/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +129 -0
- package/dist/coston/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +254 -0
- package/dist/coston/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +222 -0
- package/dist/coston/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +324 -0
- package/dist/coston/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +774 -0
- package/dist/coston/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +1102 -0
- package/dist/coston/artifacts/contracts/token/implementation/WNat.sol/WNat.json +1195 -0
- package/dist/coston/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +63 -0
- package/dist/coston/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +252 -0
- package/dist/coston/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +609 -0
- package/dist/coston/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +790 -0
- package/dist/coston/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +24 -0
- package/dist/coston/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +24 -0
- package/dist/coston/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +10 -0
- package/dist/coston/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +10 -0
- package/dist/coston/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +414 -0
- package/dist/coston/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +1027 -0
- package/dist/coston/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +627 -0
- package/dist/coston/artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json +949 -0
- package/dist/coston/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +34 -0
- package/dist/coston/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +10 -0
- package/dist/coston/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +10 -0
- package/dist/coston/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +154 -0
- package/dist/coston/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/coston/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +769 -0
- package/dist/coston/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +272 -0
- package/dist/coston/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +440 -0
- package/dist/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +144 -0
- package/dist/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +238 -0
- package/dist/coston/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +256 -0
- package/dist/coston/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +131 -0
- package/dist/coston/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +10 -0
- package/dist/coston/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +418 -0
- package/dist/coston/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +477 -0
- package/dist/coston/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +120 -0
- package/dist/coston/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/coston/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +236 -0
- package/dist/coston/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +18 -0
- package/dist/coston/deploys/contractAddresses.d.ts +31 -0
- package/dist/coston/deploys/contractAddresses.d.ts.map +1 -0
- package/dist/coston/deploys/contractAddresses.js +34 -0
- package/dist/coston/deploys/contractAddresses.js.map +1 -0
- package/dist/coston/deploys/coston.json +142 -0
- package/dist/coston/deploys/mapper.d.ts +7 -0
- package/dist/coston/deploys/mapper.d.ts.map +1 -0
- package/dist/coston/deploys/mapper.js +40 -0
- package/dist/coston/deploys/mapper.js.map +1 -0
- package/dist/coston/index.d.ts +3 -0
- package/dist/coston/index.d.ts.map +1 -0
- package/dist/coston/index.js +20 -0
- package/dist/coston/index.js.map +1 -0
- package/dist/coston2/abis.coston2.d.ts +4 -0
- package/dist/coston2/abis.coston2.d.ts.map +1 -0
- package/dist/coston2/abis.coston2.js +253 -0
- package/dist/coston2/abis.coston2.js.map +1 -0
- package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +42 -0
- package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +311 -0
- package/dist/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +29 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +525 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +113 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +233 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +316 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +66 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +10 -0
- package/dist/coston2/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +1151 -0
- package/dist/coston2/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +10 -0
- package/dist/coston2/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +346 -0
- package/dist/coston2/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
- package/dist/coston2/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +316 -0
- package/dist/coston2/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +1007 -0
- package/dist/coston2/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +1647 -0
- package/dist/coston2/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +856 -0
- package/dist/coston2/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +837 -0
- package/dist/coston2/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +102 -0
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +10 -0
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +43 -0
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +10 -0
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +10 -0
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +10 -0
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +718 -0
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +338 -0
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +198 -0
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +951 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +336 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +794 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +219 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json +292 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +493 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +569 -0
- package/dist/coston2/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +324 -0
- package/dist/coston2/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +50 -0
- package/dist/coston2/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +63 -0
- package/dist/coston2/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +24 -0
- package/dist/coston2/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +30 -0
- package/dist/coston2/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +283 -0
- package/dist/coston2/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +18 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +220 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +233 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +209 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +653 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +24 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +265 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +24 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +10 -0
- package/dist/coston2/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +1070 -0
- package/dist/coston2/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +30 -0
- package/dist/coston2/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +640 -0
- package/dist/coston2/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +926 -0
- package/dist/coston2/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +463 -0
- package/dist/coston2/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +543 -0
- package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +49 -0
- package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +24 -0
- package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +57 -0
- package/dist/coston2/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +36 -0
- package/dist/coston2/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +82 -0
- package/dist/coston2/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +10 -0
- package/dist/coston2/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +10 -0
- package/dist/coston2/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +30 -0
- package/dist/coston2/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +49 -0
- package/dist/coston2/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +234 -0
- package/dist/coston2/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +142 -0
- package/dist/coston2/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +389 -0
- package/dist/coston2/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +235 -0
- package/dist/coston2/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +324 -0
- package/dist/coston2/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +798 -0
- package/dist/coston2/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +1264 -0
- package/dist/coston2/artifacts/contracts/token/implementation/WNat.sol/WNat.json +1357 -0
- package/dist/coston2/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +50 -0
- package/dist/coston2/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +252 -0
- package/dist/coston2/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +620 -0
- package/dist/coston2/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +832 -0
- package/dist/coston2/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +24 -0
- package/dist/coston2/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +24 -0
- package/dist/coston2/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +10 -0
- package/dist/coston2/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +10 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +741 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +561 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +1121 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +769 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +1412 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json +720 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +927 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +463 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +741 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +962 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json +413 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +49 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +24 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +57 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +36 -0
- package/dist/coston2/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +34 -0
- package/dist/coston2/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +10 -0
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +10 -0
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +10 -0
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +30 -0
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +49 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +10 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +154 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +769 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +272 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +71 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +238 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +256 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +131 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +10 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/SelfdestructTransfer.sol/SelfdestructTransfer.json +91 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json +149 -0
- package/dist/coston2/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +530 -0
- package/dist/coston2/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +477 -0
- package/dist/coston2/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +236 -0
- package/dist/coston2/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +18 -0
- package/dist/coston2/deploys/contractAddresses.d.ts +45 -0
- package/dist/coston2/deploys/contractAddresses.d.ts.map +1 -0
- package/dist/coston2/deploys/contractAddresses.js +48 -0
- package/dist/coston2/deploys/contractAddresses.js.map +1 -0
- package/dist/coston2/deploys/coston2.json +212 -0
- package/dist/coston2/deploys/mapper.d.ts +7 -0
- package/dist/coston2/deploys/mapper.d.ts.map +1 -0
- package/dist/coston2/deploys/mapper.js +40 -0
- package/dist/coston2/deploys/mapper.js.map +1 -0
- package/dist/coston2/index.d.ts +3 -0
- package/dist/coston2/index.d.ts.map +1 -0
- package/dist/coston2/index.js +20 -0
- package/dist/coston2/index.js.map +1 -0
- package/dist/flare/abis.flare.d.ts +4 -0
- package/dist/flare/abis.flare.d.ts.map +1 -0
- package/dist/flare/abis.flare.js +251 -0
- package/dist/flare/abis.flare.js.map +1 -0
- package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +42 -0
- package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +311 -0
- package/dist/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +29 -0
- package/dist/flare/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +525 -0
- package/dist/flare/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +113 -0
- package/dist/flare/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +233 -0
- package/dist/flare/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +316 -0
- package/dist/flare/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +66 -0
- package/dist/flare/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +10 -0
- package/dist/flare/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +1151 -0
- package/dist/flare/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +10 -0
- package/dist/flare/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +346 -0
- package/dist/flare/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
- package/dist/flare/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +316 -0
- package/dist/flare/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +1007 -0
- package/dist/flare/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +1647 -0
- package/dist/flare/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +856 -0
- package/dist/flare/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +837 -0
- package/dist/flare/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +102 -0
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +10 -0
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +43 -0
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +10 -0
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +10 -0
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +10 -0
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +718 -0
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +338 -0
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +198 -0
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +951 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +336 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +794 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +219 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json +292 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +493 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +569 -0
- package/dist/flare/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +324 -0
- package/dist/flare/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +50 -0
- package/dist/flare/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +63 -0
- package/dist/flare/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +24 -0
- package/dist/flare/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +30 -0
- package/dist/flare/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +283 -0
- package/dist/flare/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +18 -0
- package/dist/flare/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +220 -0
- package/dist/flare/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +233 -0
- package/dist/flare/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +209 -0
- package/dist/flare/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +653 -0
- package/dist/flare/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +24 -0
- package/dist/flare/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +265 -0
- package/dist/flare/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +24 -0
- package/dist/flare/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +10 -0
- package/dist/flare/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +1070 -0
- package/dist/flare/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +30 -0
- package/dist/flare/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +640 -0
- package/dist/flare/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +926 -0
- package/dist/flare/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +463 -0
- package/dist/flare/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +543 -0
- package/dist/flare/artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json +49 -0
- package/dist/flare/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +24 -0
- package/dist/flare/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +57 -0
- package/dist/flare/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +36 -0
- package/dist/flare/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +82 -0
- package/dist/flare/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +10 -0
- package/dist/flare/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +10 -0
- package/dist/flare/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +30 -0
- package/dist/flare/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +49 -0
- package/dist/flare/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +234 -0
- package/dist/flare/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +142 -0
- package/dist/flare/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +389 -0
- package/dist/flare/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +235 -0
- package/dist/flare/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +324 -0
- package/dist/flare/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +798 -0
- package/dist/flare/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +1264 -0
- package/dist/flare/artifacts/contracts/token/implementation/WNat.sol/WNat.json +1357 -0
- package/dist/flare/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +50 -0
- package/dist/flare/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +252 -0
- package/dist/flare/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +620 -0
- package/dist/flare/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +832 -0
- package/dist/flare/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +24 -0
- package/dist/flare/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +24 -0
- package/dist/flare/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +10 -0
- package/dist/flare/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +10 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +741 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +561 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +1121 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +769 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +1412 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json +720 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +927 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +463 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +741 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +962 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json +413 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json +49 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json +24 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json +57 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json +36 -0
- package/dist/flare/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +34 -0
- package/dist/flare/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +10 -0
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +10 -0
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +10 -0
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +30 -0
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +49 -0
- package/dist/flare/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +10 -0
- package/dist/flare/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +154 -0
- package/dist/flare/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +769 -0
- package/dist/flare/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +272 -0
- package/dist/flare/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +71 -0
- package/dist/flare/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +238 -0
- package/dist/flare/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +256 -0
- package/dist/flare/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +131 -0
- package/dist/flare/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +10 -0
- package/dist/flare/artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json +149 -0
- package/dist/flare/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +530 -0
- package/dist/flare/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +477 -0
- package/dist/flare/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +236 -0
- package/dist/flare/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +18 -0
- package/dist/flare/deploys/contractAddresses.d.ts +44 -0
- package/dist/flare/deploys/contractAddresses.d.ts.map +1 -0
- package/dist/flare/deploys/contractAddresses.js +47 -0
- package/dist/flare/deploys/contractAddresses.js.map +1 -0
- package/dist/flare/deploys/flare.json +207 -0
- package/dist/flare/deploys/mapper.d.ts +7 -0
- package/dist/flare/deploys/mapper.d.ts.map +1 -0
- package/dist/flare/deploys/mapper.js +40 -0
- package/dist/flare/deploys/mapper.js.map +1 -0
- package/dist/flare/index.d.ts +3 -0
- package/dist/flare/index.d.ts.map +1 -0
- package/dist/flare/index.js +20 -0
- package/dist/flare/index.js.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +48 -0
- package/dist/index.js.map +1 -0
- package/dist/package.json +28 -0
- package/dist/songbird/abis.songbird.d.ts +4 -0
- package/dist/songbird/abis.songbird.d.ts.map +1 -0
- package/dist/songbird/abis.songbird.js +165 -0
- package/dist/songbird/abis.songbird.js.map +1 -0
- package/dist/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +955 -0
- package/dist/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +1111 -0
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +811 -0
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +603 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +10 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +10 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +10 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +10 -0
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +443 -0
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +241 -0
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +198 -0
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +906 -0
- package/dist/songbird/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +676 -0
- package/dist/songbird/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +407 -0
- package/dist/songbird/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +1003 -0
- package/dist/songbird/artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json +37 -0
- package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json +91 -0
- package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json +30 -0
- package/dist/songbird/artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json +285 -0
- package/dist/songbird/artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json +18 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/Governed.sol/Governed.json +126 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json +139 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json +115 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +785 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json +24 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +171 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json +24 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json +10 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +351 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +994 -0
- package/dist/songbird/artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json +30 -0
- package/dist/songbird/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +671 -0
- package/dist/songbird/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +879 -0
- package/dist/songbird/artifacts/contracts/inflation/implementation/Supply.sol/Supply.json +403 -0
- package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json +24 -0
- package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json +44 -0
- package/dist/songbird/artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json +36 -0
- package/dist/songbird/artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json +88 -0
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +10 -0
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +10 -0
- package/dist/songbird/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +30 -0
- package/dist/songbird/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +49 -0
- package/dist/songbird/artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json +234 -0
- package/dist/songbird/artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json +129 -0
- package/dist/songbird/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +254 -0
- package/dist/songbird/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +222 -0
- package/dist/songbird/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +324 -0
- package/dist/songbird/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +774 -0
- package/dist/songbird/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +1102 -0
- package/dist/songbird/artifacts/contracts/token/implementation/WNat.sol/WNat.json +1195 -0
- package/dist/songbird/artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json +63 -0
- package/dist/songbird/artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json +252 -0
- package/dist/songbird/artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json +609 -0
- package/dist/songbird/artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json +790 -0
- package/dist/songbird/artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +24 -0
- package/dist/songbird/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +24 -0
- package/dist/songbird/artifacts/contracts/token/lib/VotePower.sol/VotePower.json +10 -0
- package/dist/songbird/artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json +10 -0
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json +566 -0
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +391 -0
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +1027 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIDataAvailabilityRewardManager.sol/IIDataAvailabilityRewardManager.json +203 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +558 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json +34 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json +154 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +475 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +144 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +149 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +418 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +315 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +236 -0
- package/dist/songbird/deploys/contractAddresses.d.ts +29 -0
- package/dist/songbird/deploys/contractAddresses.d.ts.map +1 -0
- package/dist/songbird/deploys/contractAddresses.js +32 -0
- package/dist/songbird/deploys/contractAddresses.js.map +1 -0
- package/dist/songbird/deploys/mapper.d.ts +7 -0
- package/dist/songbird/deploys/mapper.d.ts.map +1 -0
- package/dist/songbird/deploys/mapper.js +40 -0
- package/dist/songbird/deploys/mapper.js.map +1 -0
- package/dist/songbird/deploys/songbird.json +132 -0
- package/dist/songbird/index.d.ts +3 -0
- package/dist/songbird/index.d.ts.map +1 -0
- package/dist/songbird/index.js +20 -0
- package/dist/songbird/index.js.map +1 -0
- package/package.json +28 -0
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.flareABIs = void 0;
|
|
7
|
+
const IIVPToken_json_1 = __importDefault(require("./artifacts/contracts/token/interface/IIVPToken.sol/IIVPToken.json"));
|
|
8
|
+
const IIVPContract_json_1 = __importDefault(require("./artifacts/contracts/token/interface/IIVPContract.sol/IIVPContract.json"));
|
|
9
|
+
const IIGovernanceVotePower_json_1 = __importDefault(require("./artifacts/contracts/token/interface/IIGovernanceVotePower.sol/IIGovernanceVotePower.json"));
|
|
10
|
+
const IICleanable_json_1 = __importDefault(require("./artifacts/contracts/token/interface/IICleanable.sol/IICleanable.json"));
|
|
11
|
+
const VPToken_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/VPToken.sol/VPToken.json"));
|
|
12
|
+
const Delegatable_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json"));
|
|
13
|
+
const VPContract_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/VPContract.sol/VPContract.json"));
|
|
14
|
+
const GovernanceVotePower_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json"));
|
|
15
|
+
const CleanupBlockNumberManager_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json"));
|
|
16
|
+
const CheckPointable_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/CheckPointable.sol/CheckPointable.json"));
|
|
17
|
+
const WNat_json_1 = __importDefault(require("./artifacts/contracts/token/implementation/WNat.sol/WNat.json"));
|
|
18
|
+
const CheckPointHistoryCache_json_1 = __importDefault(require("./artifacts/contracts/token/lib/CheckPointHistoryCache.sol/CheckPointHistoryCache.json"));
|
|
19
|
+
const DelegateCheckPointHistory_json_1 = __importDefault(require("./artifacts/contracts/token/lib/DelegateCheckPointHistory.sol/DelegateCheckPointHistory.json"));
|
|
20
|
+
const PercentageDelegation_json_1 = __importDefault(require("./artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json"));
|
|
21
|
+
const CheckPointsByAddress_json_1 = __importDefault(require("./artifacts/contracts/token/lib/CheckPointsByAddress.sol/CheckPointsByAddress.json"));
|
|
22
|
+
const VotePowerCache_json_1 = __importDefault(require("./artifacts/contracts/token/lib/VotePowerCache.sol/VotePowerCache.json"));
|
|
23
|
+
const DelegateCheckPointsByAddress_json_1 = __importDefault(require("./artifacts/contracts/token/lib/DelegateCheckPointsByAddress.sol/DelegateCheckPointsByAddress.json"));
|
|
24
|
+
const ExplicitDelegation_json_1 = __importDefault(require("./artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json"));
|
|
25
|
+
const DelegationHistory_json_1 = __importDefault(require("./artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json"));
|
|
26
|
+
const VotePower_json_1 = __importDefault(require("./artifacts/contracts/token/lib/VotePower.sol/VotePower.json"));
|
|
27
|
+
const CheckPointHistory_json_1 = __importDefault(require("./artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json"));
|
|
28
|
+
const IIFlareAssetRegistry_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json"));
|
|
29
|
+
const IIERC20WithMetadata_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json"));
|
|
30
|
+
const IIFlareAssetRegistryProvider_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json"));
|
|
31
|
+
const FlareAssetRegistry_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json"));
|
|
32
|
+
const WNatRegistryProvider_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json"));
|
|
33
|
+
const StandardAttributes_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json"));
|
|
34
|
+
const IIFtso_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json"));
|
|
35
|
+
const IIFtsoManager_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json"));
|
|
36
|
+
const IIFtsoManagerV1_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json"));
|
|
37
|
+
const FtsoManager_json_1 = __importDefault(require("./artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json"));
|
|
38
|
+
const Ftso_json_1 = __importDefault(require("./artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json"));
|
|
39
|
+
const FtsoVote_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json"));
|
|
40
|
+
const FtsoMedian_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json"));
|
|
41
|
+
const FtsoEpoch_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json"));
|
|
42
|
+
const FtsoManagement_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json"));
|
|
43
|
+
const FtsoManagerSettings_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json"));
|
|
44
|
+
const MockFtsoRegistry_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json"));
|
|
45
|
+
const MockVoterWhitelister_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json"));
|
|
46
|
+
const MockPriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json"));
|
|
47
|
+
const MockNpmFtso_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json"));
|
|
48
|
+
const IIDelegationAccount_json_1 = __importDefault(require("./artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json"));
|
|
49
|
+
const IIClaimSetupManager_json_1 = __importDefault(require("./artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json"));
|
|
50
|
+
const DelegationAccount_json_1 = __importDefault(require("./artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json"));
|
|
51
|
+
const CloneFactory_json_1 = __importDefault(require("./artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json"));
|
|
52
|
+
const ClaimSetupManager_json_1 = __importDefault(require("./artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json"));
|
|
53
|
+
const IIFtsoRegistry_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json"));
|
|
54
|
+
const IUpdateValidators_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json"));
|
|
55
|
+
const IIVoterWhitelister_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json"));
|
|
56
|
+
const AddressSet_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json"));
|
|
57
|
+
const GovernedAndFlareDaemonized_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json"));
|
|
58
|
+
const FtsoRegistry_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json"));
|
|
59
|
+
const ValidatorRegistry_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/ValidatorRegistry.sol/ValidatorRegistry.json"));
|
|
60
|
+
const ProxyGoverned_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json"));
|
|
61
|
+
const SafePct_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json"));
|
|
62
|
+
const RevertErrorTracking_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json"));
|
|
63
|
+
const VoterWhitelister_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json"));
|
|
64
|
+
const BokkyPooBahsDateTimeLibrary_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json"));
|
|
65
|
+
const FundDistributor_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json"));
|
|
66
|
+
const FtsoRegistryProxy_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json"));
|
|
67
|
+
const IIGovernorProposer_json_1 = __importDefault(require("./artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json"));
|
|
68
|
+
const IIPollingFoundation_json_1 = __importDefault(require("./artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json"));
|
|
69
|
+
const Governed_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/Governed.sol/Governed.json"));
|
|
70
|
+
const GovernorProposer_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json"));
|
|
71
|
+
const GovernorVotePower_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json"));
|
|
72
|
+
const GovernedBase_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json"));
|
|
73
|
+
const GovernorProposals_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json"));
|
|
74
|
+
const GovernedAtGenesis_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json"));
|
|
75
|
+
const Governor_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/Governor.sol/Governor.json"));
|
|
76
|
+
const GovernorVotes_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json"));
|
|
77
|
+
const PollingFoundation_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json"));
|
|
78
|
+
const IIInflationPercentageProvider_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json"));
|
|
79
|
+
const IIInflationSharingPercentageProvider_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json"));
|
|
80
|
+
const IIInflationReceiver_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IIInflationReceiver.sol/IIInflationReceiver.json"));
|
|
81
|
+
const IISupply_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IISupply.sol/IISupply.json"));
|
|
82
|
+
const IIInflationAllocation_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IIInflationAllocation.sol/IIInflationAllocation.json"));
|
|
83
|
+
const Inflation_json_1 = __importDefault(require("./artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json"));
|
|
84
|
+
const InflationAllocation_json_1 = __importDefault(require("./artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json"));
|
|
85
|
+
const Supply_json_1 = __importDefault(require("./artifacts/contracts/inflation/implementation/Supply.sol/Supply.json"));
|
|
86
|
+
const RewardService_json_1 = __importDefault(require("./artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json"));
|
|
87
|
+
const InflationAnnum_json_1 = __importDefault(require("./artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json"));
|
|
88
|
+
const RewardServices_json_1 = __importDefault(require("./artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json"));
|
|
89
|
+
const InflationAnnums_json_1 = __importDefault(require("./artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json"));
|
|
90
|
+
const ICollateralizable_json_1 = __importDefault(require("./artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json"));
|
|
91
|
+
const IIAddressUpdatable_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json"));
|
|
92
|
+
const AddressUpdatable_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json"));
|
|
93
|
+
const AddressUpdater_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json"));
|
|
94
|
+
const IIIncentivePoolAllocation_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIIncentivePoolAllocation.sol/IIIncentivePoolAllocation.json"));
|
|
95
|
+
const IIIncentivePoolReceiver_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIIncentivePoolReceiver.sol/IIIncentivePoolReceiver.json"));
|
|
96
|
+
const IIIncentivePoolPercentageProvider_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIIncentivePoolPercentageProvider.sol/IIIncentivePoolPercentageProvider.json"));
|
|
97
|
+
const IIFtsoRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json"));
|
|
98
|
+
const IIIncentivePoolSharingPercentageProvider_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIIncentivePoolSharingPercentageProvider.sol/IIIncentivePoolSharingPercentageProvider.json"));
|
|
99
|
+
const IITokenPool_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json"));
|
|
100
|
+
const IIGenericRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIGenericRewardManager.sol/IIGenericRewardManager.json"));
|
|
101
|
+
const IncentivePool_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json"));
|
|
102
|
+
const GenericRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/GenericRewardManager.sol/GenericRewardManager.json"));
|
|
103
|
+
const ValidatorRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json"));
|
|
104
|
+
const Escrow_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json"));
|
|
105
|
+
const IncentivePoolAllocation_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json"));
|
|
106
|
+
const DistributionToDelegators_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json"));
|
|
107
|
+
const FtsoRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json"));
|
|
108
|
+
const AttestationProviderRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json"));
|
|
109
|
+
const Distribution_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json"));
|
|
110
|
+
const IncentivePoolRewardService_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json"));
|
|
111
|
+
const DataProviderFee_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json"));
|
|
112
|
+
const IncentivePoolAnnum_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json"));
|
|
113
|
+
const IncentivePoolRewardServices_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json"));
|
|
114
|
+
const IncentivePoolAnnums_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json"));
|
|
115
|
+
const IIPriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json"));
|
|
116
|
+
const IFtsoGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json"));
|
|
117
|
+
const IFtsoRegistryGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json"));
|
|
118
|
+
const IFtsoManagerGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json"));
|
|
119
|
+
const IFlareDaemonize_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json"));
|
|
120
|
+
const IInflationGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json"));
|
|
121
|
+
const InitialAirdrop_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json"));
|
|
122
|
+
const PriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json"));
|
|
123
|
+
const DistributionTreasury_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json"));
|
|
124
|
+
const IncentivePoolTreasury_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/IncentivePoolTreasury.sol/IncentivePoolTreasury.json"));
|
|
125
|
+
const StateConnector_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json"));
|
|
126
|
+
const FlareDaemon_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json"));
|
|
127
|
+
const GovernanceSettings_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json"));
|
|
128
|
+
exports.flareABIs = {
|
|
129
|
+
IIVPToken: IIVPToken_json_1.default.abi,
|
|
130
|
+
IIVPContract: IIVPContract_json_1.default.abi,
|
|
131
|
+
IIGovernanceVotePower: IIGovernanceVotePower_json_1.default.abi,
|
|
132
|
+
IICleanable: IICleanable_json_1.default.abi,
|
|
133
|
+
VPToken: VPToken_json_1.default.abi,
|
|
134
|
+
Delegatable: Delegatable_json_1.default.abi,
|
|
135
|
+
VPContract: VPContract_json_1.default.abi,
|
|
136
|
+
GovernanceVotePower: GovernanceVotePower_json_1.default.abi,
|
|
137
|
+
CleanupBlockNumberManager: CleanupBlockNumberManager_json_1.default.abi,
|
|
138
|
+
CheckPointable: CheckPointable_json_1.default.abi,
|
|
139
|
+
WNat: WNat_json_1.default.abi,
|
|
140
|
+
CheckPointHistoryCache: CheckPointHistoryCache_json_1.default.abi,
|
|
141
|
+
DelegateCheckPointHistory: DelegateCheckPointHistory_json_1.default.abi,
|
|
142
|
+
PercentageDelegation: PercentageDelegation_json_1.default.abi,
|
|
143
|
+
CheckPointsByAddress: CheckPointsByAddress_json_1.default.abi,
|
|
144
|
+
VotePowerCache: VotePowerCache_json_1.default.abi,
|
|
145
|
+
DelegateCheckPointsByAddress: DelegateCheckPointsByAddress_json_1.default.abi,
|
|
146
|
+
ExplicitDelegation: ExplicitDelegation_json_1.default.abi,
|
|
147
|
+
DelegationHistory: DelegationHistory_json_1.default.abi,
|
|
148
|
+
VotePower: VotePower_json_1.default.abi,
|
|
149
|
+
CheckPointHistory: CheckPointHistory_json_1.default.abi,
|
|
150
|
+
IIFlareAssetRegistry: IIFlareAssetRegistry_json_1.default.abi,
|
|
151
|
+
IIERC20WithMetadata: IIERC20WithMetadata_json_1.default.abi,
|
|
152
|
+
IIFlareAssetRegistryProvider: IIFlareAssetRegistryProvider_json_1.default.abi,
|
|
153
|
+
FlareAssetRegistry: FlareAssetRegistry_json_1.default.abi,
|
|
154
|
+
WNatRegistryProvider: WNatRegistryProvider_json_1.default.abi,
|
|
155
|
+
StandardAttributes: StandardAttributes_json_1.default.abi,
|
|
156
|
+
IIFtso: IIFtso_json_1.default.abi,
|
|
157
|
+
IIFtsoManager: IIFtsoManager_json_1.default.abi,
|
|
158
|
+
IIFtsoManagerV1: IIFtsoManagerV1_json_1.default.abi,
|
|
159
|
+
FtsoManager: FtsoManager_json_1.default.abi,
|
|
160
|
+
Ftso: Ftso_json_1.default.abi,
|
|
161
|
+
FtsoVote: FtsoVote_json_1.default.abi,
|
|
162
|
+
FtsoMedian: FtsoMedian_json_1.default.abi,
|
|
163
|
+
FtsoEpoch: FtsoEpoch_json_1.default.abi,
|
|
164
|
+
FtsoManagement: FtsoManagement_json_1.default.abi,
|
|
165
|
+
FtsoManagerSettings: FtsoManagerSettings_json_1.default.abi,
|
|
166
|
+
MockFtsoRegistry: MockFtsoRegistry_json_1.default.abi,
|
|
167
|
+
MockVoterWhitelister: MockVoterWhitelister_json_1.default.abi,
|
|
168
|
+
MockPriceSubmitter: MockPriceSubmitter_json_1.default.abi,
|
|
169
|
+
MockNpmFtso: MockNpmFtso_json_1.default.abi,
|
|
170
|
+
IIDelegationAccount: IIDelegationAccount_json_1.default.abi,
|
|
171
|
+
IIClaimSetupManager: IIClaimSetupManager_json_1.default.abi,
|
|
172
|
+
DelegationAccount: DelegationAccount_json_1.default.abi,
|
|
173
|
+
CloneFactory: CloneFactory_json_1.default.abi,
|
|
174
|
+
ClaimSetupManager: ClaimSetupManager_json_1.default.abi,
|
|
175
|
+
IIFtsoRegistry: IIFtsoRegistry_json_1.default.abi,
|
|
176
|
+
IUpdateValidators: IUpdateValidators_json_1.default.abi,
|
|
177
|
+
IIVoterWhitelister: IIVoterWhitelister_json_1.default.abi,
|
|
178
|
+
AddressSet: AddressSet_json_1.default.abi,
|
|
179
|
+
GovernedAndFlareDaemonized: GovernedAndFlareDaemonized_json_1.default.abi,
|
|
180
|
+
FtsoRegistry: FtsoRegistry_json_1.default.abi,
|
|
181
|
+
ValidatorRegistry: ValidatorRegistry_json_1.default.abi,
|
|
182
|
+
ProxyGoverned: ProxyGoverned_json_1.default.abi,
|
|
183
|
+
SafePct: SafePct_json_1.default.abi,
|
|
184
|
+
RevertErrorTracking: RevertErrorTracking_json_1.default.abi,
|
|
185
|
+
VoterWhitelister: VoterWhitelister_json_1.default.abi,
|
|
186
|
+
BokkyPooBahsDateTimeLibrary: BokkyPooBahsDateTimeLibrary_json_1.default.abi,
|
|
187
|
+
FundDistributor: FundDistributor_json_1.default.abi,
|
|
188
|
+
FtsoRegistryProxy: FtsoRegistryProxy_json_1.default.abi,
|
|
189
|
+
IIGovernorProposer: IIGovernorProposer_json_1.default.abi,
|
|
190
|
+
IIPollingFoundation: IIPollingFoundation_json_1.default.abi,
|
|
191
|
+
Governed: Governed_json_1.default.abi,
|
|
192
|
+
GovernorProposer: GovernorProposer_json_1.default.abi,
|
|
193
|
+
GovernorVotePower: GovernorVotePower_json_1.default.abi,
|
|
194
|
+
GovernedBase: GovernedBase_json_1.default.abi,
|
|
195
|
+
GovernorProposals: GovernorProposals_json_1.default.abi,
|
|
196
|
+
GovernedAtGenesis: GovernedAtGenesis_json_1.default.abi,
|
|
197
|
+
Governor: Governor_json_1.default.abi,
|
|
198
|
+
GovernorVotes: GovernorVotes_json_1.default.abi,
|
|
199
|
+
PollingFoundation: PollingFoundation_json_1.default.abi,
|
|
200
|
+
IIInflationPercentageProvider: IIInflationPercentageProvider_json_1.default.abi,
|
|
201
|
+
IIInflationSharingPercentageProvider: IIInflationSharingPercentageProvider_json_1.default.abi,
|
|
202
|
+
IIInflationReceiver: IIInflationReceiver_json_1.default.abi,
|
|
203
|
+
IISupply: IISupply_json_1.default.abi,
|
|
204
|
+
IIInflationAllocation: IIInflationAllocation_json_1.default.abi,
|
|
205
|
+
Inflation: Inflation_json_1.default.abi,
|
|
206
|
+
InflationAllocation: InflationAllocation_json_1.default.abi,
|
|
207
|
+
Supply: Supply_json_1.default.abi,
|
|
208
|
+
RewardService: RewardService_json_1.default.abi,
|
|
209
|
+
InflationAnnum: InflationAnnum_json_1.default.abi,
|
|
210
|
+
RewardServices: RewardServices_json_1.default.abi,
|
|
211
|
+
InflationAnnums: InflationAnnums_json_1.default.abi,
|
|
212
|
+
ICollateralizable: ICollateralizable_json_1.default.abi,
|
|
213
|
+
IIAddressUpdatable: IIAddressUpdatable_json_1.default.abi,
|
|
214
|
+
AddressUpdatable: AddressUpdatable_json_1.default.abi,
|
|
215
|
+
AddressUpdater: AddressUpdater_json_1.default.abi,
|
|
216
|
+
IIIncentivePoolAllocation: IIIncentivePoolAllocation_json_1.default.abi,
|
|
217
|
+
IIIncentivePoolReceiver: IIIncentivePoolReceiver_json_1.default.abi,
|
|
218
|
+
IIIncentivePoolPercentageProvider: IIIncentivePoolPercentageProvider_json_1.default.abi,
|
|
219
|
+
IIFtsoRewardManager: IIFtsoRewardManager_json_1.default.abi,
|
|
220
|
+
IIIncentivePoolSharingPercentageProvider: IIIncentivePoolSharingPercentageProvider_json_1.default.abi,
|
|
221
|
+
IITokenPool: IITokenPool_json_1.default.abi,
|
|
222
|
+
IIGenericRewardManager: IIGenericRewardManager_json_1.default.abi,
|
|
223
|
+
IncentivePool: IncentivePool_json_1.default.abi,
|
|
224
|
+
GenericRewardManager: GenericRewardManager_json_1.default.abi,
|
|
225
|
+
ValidatorRewardManager: ValidatorRewardManager_json_1.default.abi,
|
|
226
|
+
Escrow: Escrow_json_1.default.abi,
|
|
227
|
+
IncentivePoolAllocation: IncentivePoolAllocation_json_1.default.abi,
|
|
228
|
+
DistributionToDelegators: DistributionToDelegators_json_1.default.abi,
|
|
229
|
+
FtsoRewardManager: FtsoRewardManager_json_1.default.abi,
|
|
230
|
+
AttestationProviderRewardManager: AttestationProviderRewardManager_json_1.default.abi,
|
|
231
|
+
Distribution: Distribution_json_1.default.abi,
|
|
232
|
+
IncentivePoolRewardService: IncentivePoolRewardService_json_1.default.abi,
|
|
233
|
+
DataProviderFee: DataProviderFee_json_1.default.abi,
|
|
234
|
+
IncentivePoolAnnum: IncentivePoolAnnum_json_1.default.abi,
|
|
235
|
+
IncentivePoolRewardServices: IncentivePoolRewardServices_json_1.default.abi,
|
|
236
|
+
IncentivePoolAnnums: IncentivePoolAnnums_json_1.default.abi,
|
|
237
|
+
IIPriceSubmitter: IIPriceSubmitter_json_1.default.abi,
|
|
238
|
+
IFtsoGenesis: IFtsoGenesis_json_1.default.abi,
|
|
239
|
+
IFtsoRegistryGenesis: IFtsoRegistryGenesis_json_1.default.abi,
|
|
240
|
+
IFtsoManagerGenesis: IFtsoManagerGenesis_json_1.default.abi,
|
|
241
|
+
IFlareDaemonize: IFlareDaemonize_json_1.default.abi,
|
|
242
|
+
IInflationGenesis: IInflationGenesis_json_1.default.abi,
|
|
243
|
+
InitialAirdrop: InitialAirdrop_json_1.default.abi,
|
|
244
|
+
PriceSubmitter: PriceSubmitter_json_1.default.abi,
|
|
245
|
+
DistributionTreasury: DistributionTreasury_json_1.default.abi,
|
|
246
|
+
IncentivePoolTreasury: IncentivePoolTreasury_json_1.default.abi,
|
|
247
|
+
StateConnector: StateConnector_json_1.default.abi,
|
|
248
|
+
FlareDaemon: FlareDaemon_json_1.default.abi,
|
|
249
|
+
GovernanceSettings: GovernanceSettings_json_1.default.abi,
|
|
250
|
+
};
|
|
251
|
+
//# sourceMappingURL=abis.flare.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abis.flare.js","sourceRoot":"","sources":["../../flare/abis.flare.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "AddressUpdatable",
|
|
4
|
+
"sourceName": "contracts/addressUpdater/implementation/AddressUpdatable.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"name": "getAddressUpdater",
|
|
9
|
+
"outputs": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "address",
|
|
12
|
+
"name": "_addressUpdater",
|
|
13
|
+
"type": "address"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"stateMutability": "view",
|
|
17
|
+
"type": "function"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"inputs": [
|
|
21
|
+
{
|
|
22
|
+
"internalType": "bytes32[]",
|
|
23
|
+
"name": "_contractNameHashes",
|
|
24
|
+
"type": "bytes32[]"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"internalType": "address[]",
|
|
28
|
+
"name": "_contractAddresses",
|
|
29
|
+
"type": "address[]"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"name": "updateContractAddresses",
|
|
33
|
+
"outputs": [],
|
|
34
|
+
"stateMutability": "nonpayable",
|
|
35
|
+
"type": "function"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"bytecode": "0x",
|
|
39
|
+
"deployedBytecode": "0x",
|
|
40
|
+
"linkReferences": {},
|
|
41
|
+
"deployedLinkReferences": {}
|
|
42
|
+
}
|