@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,236 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IIVoterWhitelister",
|
|
4
|
+
"sourceName": "contracts/utils/interface/IIVoterWhitelister.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"anonymous": false,
|
|
8
|
+
"inputs": [
|
|
9
|
+
{
|
|
10
|
+
"indexed": false,
|
|
11
|
+
"internalType": "address",
|
|
12
|
+
"name": "voter",
|
|
13
|
+
"type": "address"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"indexed": false,
|
|
17
|
+
"internalType": "uint256",
|
|
18
|
+
"name": "ftsoIndex",
|
|
19
|
+
"type": "uint256"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"name": "VoterRemovedFromWhitelist",
|
|
23
|
+
"type": "event"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"anonymous": false,
|
|
27
|
+
"inputs": [
|
|
28
|
+
{
|
|
29
|
+
"indexed": false,
|
|
30
|
+
"internalType": "address",
|
|
31
|
+
"name": "voter",
|
|
32
|
+
"type": "address"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"indexed": false,
|
|
36
|
+
"internalType": "uint256",
|
|
37
|
+
"name": "ftsoIndex",
|
|
38
|
+
"type": "uint256"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"name": "VoterWhitelisted",
|
|
42
|
+
"type": "event"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"inputs": [
|
|
46
|
+
{
|
|
47
|
+
"internalType": "uint256",
|
|
48
|
+
"name": "_ftsoIndex",
|
|
49
|
+
"type": "uint256"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"name": "addFtso",
|
|
53
|
+
"outputs": [],
|
|
54
|
+
"stateMutability": "nonpayable",
|
|
55
|
+
"type": "function"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputs": [],
|
|
59
|
+
"name": "defaultMaxVotersForFtso",
|
|
60
|
+
"outputs": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "uint256",
|
|
63
|
+
"name": "",
|
|
64
|
+
"type": "uint256"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"stateMutability": "view",
|
|
68
|
+
"type": "function"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"inputs": [
|
|
72
|
+
{
|
|
73
|
+
"internalType": "uint256",
|
|
74
|
+
"name": "_ftsoIndex",
|
|
75
|
+
"type": "uint256"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"name": "getFtsoWhitelistedPriceProviders",
|
|
79
|
+
"outputs": [
|
|
80
|
+
{
|
|
81
|
+
"internalType": "address[]",
|
|
82
|
+
"name": "",
|
|
83
|
+
"type": "address[]"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"stateMutability": "view",
|
|
87
|
+
"type": "function"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"inputs": [
|
|
91
|
+
{
|
|
92
|
+
"internalType": "string",
|
|
93
|
+
"name": "_symbol",
|
|
94
|
+
"type": "string"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"name": "getFtsoWhitelistedPriceProvidersBySymbol",
|
|
98
|
+
"outputs": [
|
|
99
|
+
{
|
|
100
|
+
"internalType": "address[]",
|
|
101
|
+
"name": "",
|
|
102
|
+
"type": "address[]"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"stateMutability": "view",
|
|
106
|
+
"type": "function"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"inputs": [
|
|
110
|
+
{
|
|
111
|
+
"internalType": "uint256",
|
|
112
|
+
"name": "_ftsoIndex",
|
|
113
|
+
"type": "uint256"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"name": "maxVotersForFtso",
|
|
117
|
+
"outputs": [
|
|
118
|
+
{
|
|
119
|
+
"internalType": "uint256",
|
|
120
|
+
"name": "",
|
|
121
|
+
"type": "uint256"
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
"stateMutability": "view",
|
|
125
|
+
"type": "function"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"inputs": [
|
|
129
|
+
{
|
|
130
|
+
"internalType": "uint256",
|
|
131
|
+
"name": "_ftsoIndex",
|
|
132
|
+
"type": "uint256"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"name": "removeFtso",
|
|
136
|
+
"outputs": [],
|
|
137
|
+
"stateMutability": "nonpayable",
|
|
138
|
+
"type": "function"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"inputs": [
|
|
142
|
+
{
|
|
143
|
+
"internalType": "address",
|
|
144
|
+
"name": "_trustedAddress",
|
|
145
|
+
"type": "address"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"internalType": "uint256",
|
|
149
|
+
"name": "_ftsoIndex",
|
|
150
|
+
"type": "uint256"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"name": "removeTrustedAddressFromWhitelist",
|
|
154
|
+
"outputs": [],
|
|
155
|
+
"stateMutability": "nonpayable",
|
|
156
|
+
"type": "function"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"inputs": [
|
|
160
|
+
{
|
|
161
|
+
"internalType": "address",
|
|
162
|
+
"name": "_voter",
|
|
163
|
+
"type": "address"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"name": "requestFullVoterWhitelisting",
|
|
167
|
+
"outputs": [
|
|
168
|
+
{
|
|
169
|
+
"internalType": "uint256[]",
|
|
170
|
+
"name": "_supportedIndices",
|
|
171
|
+
"type": "uint256[]"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"internalType": "bool[]",
|
|
175
|
+
"name": "_success",
|
|
176
|
+
"type": "bool[]"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"stateMutability": "nonpayable",
|
|
180
|
+
"type": "function"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"inputs": [
|
|
184
|
+
{
|
|
185
|
+
"internalType": "address",
|
|
186
|
+
"name": "_voter",
|
|
187
|
+
"type": "address"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"internalType": "uint256",
|
|
191
|
+
"name": "_ftsoIndex",
|
|
192
|
+
"type": "uint256"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"name": "requestWhitelistingVoter",
|
|
196
|
+
"outputs": [],
|
|
197
|
+
"stateMutability": "nonpayable",
|
|
198
|
+
"type": "function"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"inputs": [
|
|
202
|
+
{
|
|
203
|
+
"internalType": "uint256",
|
|
204
|
+
"name": "_defaultMaxVotersForFtso",
|
|
205
|
+
"type": "uint256"
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"name": "setDefaultMaxVotersForFtso",
|
|
209
|
+
"outputs": [],
|
|
210
|
+
"stateMutability": "nonpayable",
|
|
211
|
+
"type": "function"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"inputs": [
|
|
215
|
+
{
|
|
216
|
+
"internalType": "uint256",
|
|
217
|
+
"name": "_ftsoIndex",
|
|
218
|
+
"type": "uint256"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"internalType": "uint256",
|
|
222
|
+
"name": "_newMaxVoters",
|
|
223
|
+
"type": "uint256"
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
"name": "setMaxVotersForFtso",
|
|
227
|
+
"outputs": [],
|
|
228
|
+
"stateMutability": "nonpayable",
|
|
229
|
+
"type": "function"
|
|
230
|
+
}
|
|
231
|
+
],
|
|
232
|
+
"bytecode": "0x",
|
|
233
|
+
"deployedBytecode": "0x",
|
|
234
|
+
"linkReferences": {},
|
|
235
|
+
"deployedLinkReferences": {}
|
|
236
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IUpdateValidators",
|
|
4
|
+
"sourceName": "contracts/utils/interface/IUpdateValidators.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"name": "updateActiveValidators",
|
|
9
|
+
"outputs": [],
|
|
10
|
+
"stateMutability": "nonpayable",
|
|
11
|
+
"type": "function"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"bytecode": "0x",
|
|
15
|
+
"deployedBytecode": "0x",
|
|
16
|
+
"linkReferences": {},
|
|
17
|
+
"deployedLinkReferences": {}
|
|
18
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare const contractAddresses: {
|
|
2
|
+
StateConnector: string;
|
|
3
|
+
FlareDaemon: string;
|
|
4
|
+
PriceSubmitter: string;
|
|
5
|
+
DistributionTreasury: string;
|
|
6
|
+
IncentivePoolTreasury: string;
|
|
7
|
+
InitialAirdrop: string;
|
|
8
|
+
GovernanceSettings: string;
|
|
9
|
+
AddressUpdater: string;
|
|
10
|
+
InflationAllocation: string;
|
|
11
|
+
Inflation: string;
|
|
12
|
+
Supply: string;
|
|
13
|
+
FtsoRewardManager: string;
|
|
14
|
+
CleanupBlockNumberManager: string;
|
|
15
|
+
Escrow: string;
|
|
16
|
+
ValidatorRewardManager: string;
|
|
17
|
+
FtsoRegistry: string;
|
|
18
|
+
VoterWhitelister: string;
|
|
19
|
+
Distribution: string;
|
|
20
|
+
DistributionToDelegators: string;
|
|
21
|
+
IncentivePoolAllocation: string;
|
|
22
|
+
IncentivePool: string;
|
|
23
|
+
ValidatorRegistry: string;
|
|
24
|
+
FtsoManager: string;
|
|
25
|
+
WNat: string;
|
|
26
|
+
GovernanceVotePower: string;
|
|
27
|
+
FtsoWnat: string;
|
|
28
|
+
FtsoTestXrp: string;
|
|
29
|
+
FtsoTestLtc: string;
|
|
30
|
+
FtsoTestXlm: string;
|
|
31
|
+
FtsoTestDoge: string;
|
|
32
|
+
FtsoTestAda: string;
|
|
33
|
+
FtsoTestAlgo: string;
|
|
34
|
+
FtsoTestBch: string;
|
|
35
|
+
FtsoTestDgb: string;
|
|
36
|
+
FtsoTestBtc: string;
|
|
37
|
+
FtsoTestEth: string;
|
|
38
|
+
FtsoTestFil: string;
|
|
39
|
+
PollingFoundation: string;
|
|
40
|
+
FlareAssetRegistry: string;
|
|
41
|
+
WNatRegistryProvider: string;
|
|
42
|
+
ClaimSetupManager: string;
|
|
43
|
+
DelegationAccount: string;
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=contractAddresses.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contractAddresses.d.ts","sourceRoot":"","sources":["../../../coston2/deploys/contractAddresses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C7B,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.contractAddresses = void 0;
|
|
4
|
+
exports.contractAddresses = {
|
|
5
|
+
StateConnector: '0x1000000000000000000000000000000000000001',
|
|
6
|
+
FlareDaemon: '0x1000000000000000000000000000000000000002',
|
|
7
|
+
PriceSubmitter: '0x1000000000000000000000000000000000000003',
|
|
8
|
+
DistributionTreasury: '0x1000000000000000000000000000000000000004',
|
|
9
|
+
IncentivePoolTreasury: '0x1000000000000000000000000000000000000005',
|
|
10
|
+
InitialAirdrop: '0x8fB61aAbd150D2A236202Acc3F2CAFbf0aB41166',
|
|
11
|
+
GovernanceSettings: '0x1000000000000000000000000000000000000007',
|
|
12
|
+
AddressUpdater: '0x248a75c6a7EB5280c75599014f88a9539c9beE48',
|
|
13
|
+
InflationAllocation: '0xfa1903401A0cf7048A94C63D5dc5B4f36ff7b176',
|
|
14
|
+
Inflation: '0x98B8e9B5830F04Fe3b8d56A2f8455E337037ba28',
|
|
15
|
+
Supply: '0x0496dcb45cDf498e3b797050f0469a0DE24F02e9',
|
|
16
|
+
FtsoRewardManager: '0x16E6A0b7a26518c336Bca0E935782C22A9EE07Fd',
|
|
17
|
+
CleanupBlockNumberManager: '0xEaA8968E9B70dd2559066E3e801Df1596a4CFA23',
|
|
18
|
+
Escrow: '0x05ad5ABCA6738f94C7b6CdFd9Da7E47F34966F01',
|
|
19
|
+
ValidatorRewardManager: '0x33913AcE907F682E305f36d7538D3cCd37E2cA5B',
|
|
20
|
+
FtsoRegistry: '0x48Da21ce34966A64E267CeFb78012C0282D0Ac87',
|
|
21
|
+
VoterWhitelister: '0xDFc2C5C636b73a9F2814B5AE821bE5a08cD25453',
|
|
22
|
+
Distribution: '0x25Dae0114EF74aCc98022DE0299cA673E11D7426',
|
|
23
|
+
DistributionToDelegators: '0x965AC495BeB5bb3c91C70Aa5af132cD41058C16c',
|
|
24
|
+
IncentivePoolAllocation: '0xfaf3bDB0c455ef633A0B61E9424bcbC75FfaE29a',
|
|
25
|
+
IncentivePool: '0x6892bDbBb14e1c9bD46Bf31E7BaC94d038fc82a6',
|
|
26
|
+
ValidatorRegistry: '0x4CDEBD06352B3eB6e3Eec31Be70aB8931De46Ffe',
|
|
27
|
+
FtsoManager: '0xBb6d2b7db567Bb65b93570e5BeBF34A2B4a90cEA',
|
|
28
|
+
WNat: '0xC67DCE33D7A8efA5FfEB961899C73fe01bCe9273',
|
|
29
|
+
GovernanceVotePower: '0xa821fDf6E157fdf52dDe6a1B6dEDaE28dC35053C',
|
|
30
|
+
FtsoWnat: '0xf25C6619B38330EF3bB2a90261Bb21B30a07A246',
|
|
31
|
+
FtsoTestXrp: '0x684A1413910AF0Fabe047E896eB2B9e30cE27f86',
|
|
32
|
+
FtsoTestLtc: '0x39D3aBC4465eA44618642eb353A4af7522BfFBd9',
|
|
33
|
+
FtsoTestXlm: '0x010279F40cbEaE04E747a30832a74A79B5853cCb',
|
|
34
|
+
FtsoTestDoge: '0x15dA4ff09C64EA4ABb2CA7B24b414c20469Db1BE',
|
|
35
|
+
FtsoTestAda: '0x603f146aAC7546C1a1D99065DBc5725D95d703B7',
|
|
36
|
+
FtsoTestAlgo: '0xFa8B594Ae19CeD7b2B0a8F347B363A73ce093D4B',
|
|
37
|
+
FtsoTestBch: '0x5870535484e684056fEE3D203d258895b298C5ED',
|
|
38
|
+
FtsoTestDgb: '0x3596D3ef13b16d80D75a1532c6F0145B53176A20',
|
|
39
|
+
FtsoTestBtc: '0x5123e699A8a4d0903Be1Ef39d27b35CB25ba80DF',
|
|
40
|
+
FtsoTestEth: '0x591EB76844CC11Dc5bb876f4EfE3Fa0e10c29f1D',
|
|
41
|
+
FtsoTestFil: '0x05640ef0E5eA50B62aFD3c6E5EF51B28E340046c',
|
|
42
|
+
PollingFoundation: '0x48a59E8F8f29dA3dD1C2C2Fe54209f219535BFBA',
|
|
43
|
+
FlareAssetRegistry: '0xC79E6Dc1817DddcB4206a0aDbb56832F476F4b67',
|
|
44
|
+
WNatRegistryProvider: '0x8F438C5Fe273ac88085f5A7813b03cAfb3cAB129',
|
|
45
|
+
ClaimSetupManager: '0x5Ddb590530EF66775E6225671eaBD94959e9AE0e',
|
|
46
|
+
DelegationAccount: '0xA46ae6f0b180862236e5A309B1463EA02D3aD307',
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=contractAddresses.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../coston2/deploys/contractAddresses.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,cAAc,EAAE,4CAA4C;IAC5D,WAAW,EAAE,4CAA4C;IACzD,cAAc,EAAE,4CAA4C;IAC5D,oBAAoB,EAAE,4CAA4C;IAClE,qBAAqB,EAAE,4CAA4C;IACnE,cAAc,EAAE,4CAA4C;IAC5D,kBAAkB,EAAE,4CAA4C;IAChE,cAAc,EAAE,4CAA4C;IAC5D,mBAAmB,EAAE,4CAA4C;IACjE,SAAS,EAAE,4CAA4C;IACvD,MAAM,EAAE,4CAA4C;IACpD,iBAAiB,EAAE,4CAA4C;IAC/D,yBAAyB,EAAE,4CAA4C;IACvE,MAAM,EAAE,4CAA4C;IACpD,sBAAsB,EAAE,4CAA4C;IACpE,YAAY,EAAE,4CAA4C;IAC1D,gBAAgB,EAAE,4CAA4C;IAC9D,YAAY,EAAE,4CAA4C;IAC1D,wBAAwB,EAAE,4CAA4C;IACtE,uBAAuB,EAAE,4CAA4C;IACrE,aAAa,EAAE,4CAA4C;IAC3D,iBAAiB,EAAE,4CAA4C;IAC/D,WAAW,EAAE,4CAA4C;IACzD,IAAI,EAAE,4CAA4C;IAClD,mBAAmB,EAAE,4CAA4C;IACjE,QAAQ,EAAE,4CAA4C;IACtD,WAAW,EAAE,4CAA4C;IACzD,WAAW,EAAE,4CAA4C;IACzD,WAAW,EAAE,4CAA4C;IACzD,YAAY,EAAE,4CAA4C;IAC1D,WAAW,EAAE,4CAA4C;IACzD,YAAY,EAAE,4CAA4C;IAC1D,WAAW,EAAE,4CAA4C;IACzD,WAAW,EAAE,4CAA4C;IACzD,WAAW,EAAE,4CAA4C;IACzD,WAAW,EAAE,4CAA4C;IACzD,WAAW,EAAE,4CAA4C;IACzD,iBAAiB,EAAE,4CAA4C;IAC/D,kBAAkB,EAAE,4CAA4C;IAChE,oBAAoB,EAAE,4CAA4C;IAClE,iBAAiB,EAAE,4CAA4C;IAC/D,iBAAiB,EAAE,4CAA4C;CAChE,CAAA"}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "StateConnector",
|
|
4
|
+
"contractName": "StateConnector.sol",
|
|
5
|
+
"address": "0x1000000000000000000000000000000000000001"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "FlareDaemon",
|
|
9
|
+
"contractName": "FlareDaemon.sol",
|
|
10
|
+
"address": "0x1000000000000000000000000000000000000002"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "PriceSubmitter",
|
|
14
|
+
"contractName": "PriceSubmitter.sol",
|
|
15
|
+
"address": "0x1000000000000000000000000000000000000003"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "DistributionTreasury",
|
|
19
|
+
"contractName": "DistributionTreasury.sol",
|
|
20
|
+
"address": "0x1000000000000000000000000000000000000004"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "IncentivePoolTreasury",
|
|
24
|
+
"contractName": "IncentivePoolTreasury.sol",
|
|
25
|
+
"address": "0x1000000000000000000000000000000000000005"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "InitialAirdrop",
|
|
29
|
+
"contractName": "InitialAirdrop.sol",
|
|
30
|
+
"address": "0x8fB61aAbd150D2A236202Acc3F2CAFbf0aB41166"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "GovernanceSettings",
|
|
34
|
+
"contractName": "GovernanceSettings.sol",
|
|
35
|
+
"address": "0x1000000000000000000000000000000000000007"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "AddressUpdater",
|
|
39
|
+
"contractName": "AddressUpdater.sol",
|
|
40
|
+
"address": "0x248a75c6a7EB5280c75599014f88a9539c9beE48"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "InflationAllocation",
|
|
44
|
+
"contractName": "InflationAllocation.sol",
|
|
45
|
+
"address": "0xfa1903401A0cf7048A94C63D5dc5B4f36ff7b176"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Inflation",
|
|
49
|
+
"contractName": "Inflation.sol",
|
|
50
|
+
"address": "0x98B8e9B5830F04Fe3b8d56A2f8455E337037ba28"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "Supply",
|
|
54
|
+
"contractName": "Supply.sol",
|
|
55
|
+
"address": "0x0496dcb45cDf498e3b797050f0469a0DE24F02e9"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "FtsoRewardManager",
|
|
59
|
+
"contractName": "FtsoRewardManager.sol",
|
|
60
|
+
"address": "0x16E6A0b7a26518c336Bca0E935782C22A9EE07Fd"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "CleanupBlockNumberManager",
|
|
64
|
+
"contractName": "CleanupBlockNumberManager.sol",
|
|
65
|
+
"address": "0xEaA8968E9B70dd2559066E3e801Df1596a4CFA23"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Escrow",
|
|
69
|
+
"contractName": "Escrow.sol",
|
|
70
|
+
"address": "0x05ad5ABCA6738f94C7b6CdFd9Da7E47F34966F01"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "ValidatorRewardManager",
|
|
74
|
+
"contractName": "ValidatorRewardManager.sol",
|
|
75
|
+
"address": "0x33913AcE907F682E305f36d7538D3cCd37E2cA5B"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "FtsoRegistry",
|
|
79
|
+
"contractName": "FtsoRegistry.sol",
|
|
80
|
+
"address": "0x48Da21ce34966A64E267CeFb78012C0282D0Ac87"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "VoterWhitelister",
|
|
84
|
+
"contractName": "VoterWhitelister.sol",
|
|
85
|
+
"address": "0xDFc2C5C636b73a9F2814B5AE821bE5a08cD25453"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Distribution",
|
|
89
|
+
"contractName": "Distribution.sol",
|
|
90
|
+
"address": "0x25Dae0114EF74aCc98022DE0299cA673E11D7426"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "DistributionToDelegators",
|
|
94
|
+
"contractName": "DistributionToDelegators.sol",
|
|
95
|
+
"address": "0x965AC495BeB5bb3c91C70Aa5af132cD41058C16c"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "IncentivePoolAllocation",
|
|
99
|
+
"contractName": "IncentivePoolAllocation.sol",
|
|
100
|
+
"address": "0xfaf3bDB0c455ef633A0B61E9424bcbC75FfaE29a"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "IncentivePool",
|
|
104
|
+
"contractName": "IncentivePool.sol",
|
|
105
|
+
"address": "0x6892bDbBb14e1c9bD46Bf31E7BaC94d038fc82a6"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "ValidatorRegistry",
|
|
109
|
+
"contractName": "ValidatorRegistry.sol",
|
|
110
|
+
"address": "0x4CDEBD06352B3eB6e3Eec31Be70aB8931De46Ffe"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "FtsoManager",
|
|
114
|
+
"contractName": "FtsoManager.sol",
|
|
115
|
+
"address": "0xBb6d2b7db567Bb65b93570e5BeBF34A2B4a90cEA"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "WNat",
|
|
119
|
+
"contractName": "WNat.sol",
|
|
120
|
+
"address": "0xC67DCE33D7A8efA5FfEB961899C73fe01bCe9273"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "GovernanceVotePower",
|
|
124
|
+
"contractName": "GovernanceVotePower.sol",
|
|
125
|
+
"address": "0xa821fDf6E157fdf52dDe6a1B6dEDaE28dC35053C"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "FtsoWnat",
|
|
129
|
+
"contractName": "Ftso.sol",
|
|
130
|
+
"address": "0xf25C6619B38330EF3bB2a90261Bb21B30a07A246"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "FtsoTestXrp",
|
|
134
|
+
"contractName": "Ftso.sol",
|
|
135
|
+
"address": "0x684A1413910AF0Fabe047E896eB2B9e30cE27f86"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "FtsoTestLtc",
|
|
139
|
+
"contractName": "Ftso.sol",
|
|
140
|
+
"address": "0x39D3aBC4465eA44618642eb353A4af7522BfFBd9"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "FtsoTestXlm",
|
|
144
|
+
"contractName": "Ftso.sol",
|
|
145
|
+
"address": "0x010279F40cbEaE04E747a30832a74A79B5853cCb"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "FtsoTestDoge",
|
|
149
|
+
"contractName": "Ftso.sol",
|
|
150
|
+
"address": "0x15dA4ff09C64EA4ABb2CA7B24b414c20469Db1BE"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "FtsoTestAda",
|
|
154
|
+
"contractName": "Ftso.sol",
|
|
155
|
+
"address": "0x603f146aAC7546C1a1D99065DBc5725D95d703B7"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "FtsoTestAlgo",
|
|
159
|
+
"contractName": "Ftso.sol",
|
|
160
|
+
"address": "0xFa8B594Ae19CeD7b2B0a8F347B363A73ce093D4B"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "FtsoTestBch",
|
|
164
|
+
"contractName": "Ftso.sol",
|
|
165
|
+
"address": "0x5870535484e684056fEE3D203d258895b298C5ED"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "FtsoTestDgb",
|
|
169
|
+
"contractName": "Ftso.sol",
|
|
170
|
+
"address": "0x3596D3ef13b16d80D75a1532c6F0145B53176A20"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "FtsoTestBtc",
|
|
174
|
+
"contractName": "Ftso.sol",
|
|
175
|
+
"address": "0x5123e699A8a4d0903Be1Ef39d27b35CB25ba80DF"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "FtsoTestEth",
|
|
179
|
+
"contractName": "Ftso.sol",
|
|
180
|
+
"address": "0x591EB76844CC11Dc5bb876f4EfE3Fa0e10c29f1D"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "FtsoTestFil",
|
|
184
|
+
"contractName": "Ftso.sol",
|
|
185
|
+
"address": "0x05640ef0E5eA50B62aFD3c6E5EF51B28E340046c"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "PollingFoundation",
|
|
189
|
+
"contractName": "PollingFoundation.sol",
|
|
190
|
+
"address": "0x48a59E8F8f29dA3dD1C2C2Fe54209f219535BFBA"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "FlareAssetRegistry",
|
|
194
|
+
"contractName": "FlareAssetRegistry.sol",
|
|
195
|
+
"address": "0xC79E6Dc1817DddcB4206a0aDbb56832F476F4b67"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "WNatRegistryProvider",
|
|
199
|
+
"contractName": "WNatRegistryProvider.sol",
|
|
200
|
+
"address": "0x8F438C5Fe273ac88085f5A7813b03cAfb3cAB129"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "ClaimSetupManager",
|
|
204
|
+
"contractName": "ClaimSetupManager.sol",
|
|
205
|
+
"address": "0x5Ddb590530EF66775E6225671eaBD94959e9AE0e"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "DelegationAccount",
|
|
209
|
+
"contractName": "DelegationAccount.sol",
|
|
210
|
+
"address": "0xA46ae6f0b180862236e5A309B1463EA02D3aD307"
|
|
211
|
+
}
|
|
212
|
+
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapper.d.ts","sourceRoot":"","sources":["../../../coston2/deploys/mapper.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,SAAU,MAAM,QAMzC,CAAC;AAEF,eAAO,MAAM,aAAa,YAAa,MAAM,QAM5C,CAAC;AAEF,eAAO,MAAM,SAAS,SAAU,MAAM,KAAG;IAAE,IAAI,EAAE,GAAG,CAAC;IAAC,QAAQ,MAAM,CAAA;CAenE,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.nameToAbi = exports.addressToName = exports.nameToAddress = void 0;
|
|
4
|
+
const abis_coston2_1 = require("../abis.coston2");
|
|
5
|
+
const deployed_contracts = require("./coston2.json");
|
|
6
|
+
const nameToAddress = (name) => {
|
|
7
|
+
const foundMatch = deployed_contracts.find((el) => el.name == name);
|
|
8
|
+
if (foundMatch) {
|
|
9
|
+
return foundMatch.address;
|
|
10
|
+
}
|
|
11
|
+
return "";
|
|
12
|
+
};
|
|
13
|
+
exports.nameToAddress = nameToAddress;
|
|
14
|
+
const addressToName = (address) => {
|
|
15
|
+
const foundMatch = deployed_contracts.find((el) => el.address == address);
|
|
16
|
+
if (foundMatch) {
|
|
17
|
+
return foundMatch.name;
|
|
18
|
+
}
|
|
19
|
+
return "";
|
|
20
|
+
};
|
|
21
|
+
exports.addressToName = addressToName;
|
|
22
|
+
const nameToAbi = (name) => {
|
|
23
|
+
try {
|
|
24
|
+
return { data: abis_coston2_1.coston2ABIs[name], status: "OK" };
|
|
25
|
+
}
|
|
26
|
+
catch (e) {
|
|
27
|
+
if (e instanceof TypeError) {
|
|
28
|
+
return {
|
|
29
|
+
data: [],
|
|
30
|
+
status: "No official Flare Network contract at this address",
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
data: [],
|
|
36
|
+
status: "Unknown error",
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
exports.nameToAbi = nameToAbi;
|
|
40
|
+
//# sourceMappingURL=mapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mapper.js","sourceRoot":"","sources":["../../../coston2/deploys/mapper.ts"],"names":[],"mappings":";;;AAAA,kDAA8C;AAC9C,MAAM,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAE9C,MAAM,aAAa,GAAG,CAAC,IAAY,EAAE,EAAE;IAC5C,MAAM,UAAU,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC,EAAO,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,IAAI,IAAI,CAAC,CAAA;IACxE,IAAG,UAAU,EAAC;QACZ,OAAO,UAAU,CAAC,OAAO,CAAA;KAC1B;IACD,OAAO,EAAE,CAAC;AACZ,CAAC,CAAC;AANW,QAAA,aAAa,iBAMxB;AAEK,MAAM,aAAa,GAAG,CAAC,OAAe,EAAE,EAAE;IAC/C,MAAM,UAAU,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC,EAAO,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,IAAI,OAAO,CAAC,CAAA;IAC9E,IAAG,UAAU,EAAC;QACZ,OAAO,UAAU,CAAC,IAAI,CAAA;KACvB;IACD,OAAO,EAAE,CAAA;AACX,CAAC,CAAC;AANW,QAAA,aAAa,iBAMxB;AAEK,MAAM,SAAS,GAAG,CAAC,IAAY,EAAiC,EAAE;IACvE,IAAI;QACF,OAAO,EAAE,IAAI,EAAE,0BAAW,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;KAClD;IAAC,OAAO,CAAC,EAAE;QACV,IAAI,CAAC,YAAY,SAAS,EAAE;YAC1B,OAAO;gBACL,IAAI,EAAE,EAAE;gBACR,MAAM,EAAE,oDAAoD;aAC7D,CAAC;SACH;KACF;IACD,OAAO;QACL,IAAI,EAAE,EAAE;QACR,MAAM,EAAE,eAAe;KACxB,CAAC;AACJ,CAAC,CAAC;AAfW,QAAA,SAAS,aAepB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../coston2/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AAEjC,cAAc,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./deploys/mapper"), exports);
|
|
18
|
+
// export * from "./typechain";
|
|
19
|
+
__exportStar(require("./deploys/contractAddresses"), exports);
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../coston2/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,+BAA+B;AAC/B,8DAA4C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"abis.flare.d.ts","sourceRoot":"","sources":["../../flare/abis.flare.ts"],"names":[],"mappings":"AA0HA,eAAO,MAAM,SAAS,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CA0H5C,CAAC"}
|