@flarenetwork/flare-periphery-contract-artifacts 0.0.2 → 0.0.4
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.map +1 -1
- package/dist/coston/abis.coston.js +14 -4
- package/dist/coston/abis.coston.js.map +1 -1
- package/dist/coston/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +525 -0
- package/dist/coston/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +113 -0
- package/dist/coston/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +233 -0
- package/dist/coston/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +316 -0
- package/dist/coston/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +66 -0
- package/dist/coston/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +10 -0
- package/dist/coston/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +2 -2
- package/dist/coston/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +3 -3
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/coston/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +40 -2
- package/dist/coston/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +2 -2
- package/dist/coston/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/coston/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +2 -2
- package/dist/coston/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +1187 -0
- package/dist/coston/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +2 -2
- package/dist/coston/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +2 -2
- package/dist/coston/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +2 -2
- package/dist/coston/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +2 -2
- package/dist/coston/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +2 -2
- package/dist/coston/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +172 -37
- package/dist/coston/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +2 -2
- package/dist/coston/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +2 -2
- package/dist/coston/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +2 -2
- package/dist/coston/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +2 -2
- package/dist/coston/artifacts/contracts/token/implementation/WNat.sol/WNat.json +2 -2
- package/dist/coston/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +2 -2
- package/dist/coston/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +2 -2
- package/dist/coston/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +2 -2
- package/dist/coston/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +523 -138
- package/dist/coston/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +322 -0
- package/dist/coston/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +2 -2
- package/dist/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +2 -2
- package/dist/coston/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +2 -2
- package/dist/coston/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +2 -2
- package/dist/coston/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +276 -41
- package/dist/coston/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +72 -0
- package/dist/coston/deploys/contractAddresses.d.ts +5 -0
- package/dist/coston/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston/deploys/contractAddresses.js +8 -3
- package/dist/coston/deploys/contractAddresses.js.map +1 -1
- package/dist/coston/deploys/coston.json +172 -0
- package/dist/coston2/abis.coston2.d.ts.map +1 -1
- package/dist/coston2/abis.coston2.js +2 -0
- package/dist/coston2/abis.coston2.js.map +1 -1
- package/dist/coston2/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +2 -2
- package/dist/coston2/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/coston2/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +40 -2
- package/dist/coston2/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +2 -2
- package/dist/coston2/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +2 -2
- package/dist/coston2/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +2 -2
- package/dist/coston2/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +1187 -0
- package/dist/coston2/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +2 -2
- package/dist/coston2/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/coston2/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +2 -2
- package/dist/coston2/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +2 -2
- package/dist/coston2/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +2 -2
- package/dist/coston2/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +2 -2
- package/dist/coston2/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +2 -2
- package/dist/coston2/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +2 -2
- package/dist/coston2/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +2 -2
- package/dist/coston2/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +2 -2
- package/dist/coston2/artifacts/contracts/token/implementation/WNat.sol/WNat.json +2 -2
- package/dist/coston2/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +2 -2
- package/dist/coston2/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +2 -2
- package/dist/coston2/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +2 -2
- package/dist/coston2/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +126 -3
- package/dist/coston2/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +72 -0
- package/dist/coston2/deploys/contractAddresses.d.ts +1 -0
- package/dist/coston2/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston2/deploys/contractAddresses.js +2 -1
- package/dist/coston2/deploys/contractAddresses.js.map +1 -1
- package/dist/coston2/deploys/coston2.json +222 -0
- package/dist/flare/abis.flare.d.ts.map +1 -1
- package/dist/flare/abis.flare.js +2 -0
- package/dist/flare/abis.flare.js.map +1 -1
- package/dist/flare/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +2 -2
- package/dist/flare/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/flare/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +40 -2
- package/dist/flare/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +2 -2
- package/dist/flare/artifacts/contracts/genesis/implementation/InitialAirdrop.sol/InitialAirdrop.json +2 -2
- package/dist/flare/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +2 -2
- package/dist/flare/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +1187 -0
- package/dist/flare/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +2 -2
- package/dist/flare/artifacts/contracts/inflation/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/flare/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +2 -2
- package/dist/flare/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +2 -2
- package/dist/flare/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +2 -2
- package/dist/flare/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +2 -2
- package/dist/flare/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +2 -2
- package/dist/flare/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +2 -2
- package/dist/flare/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +2 -2
- package/dist/flare/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +2 -2
- package/dist/flare/artifacts/contracts/token/implementation/WNat.sol/WNat.json +2 -2
- package/dist/flare/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +2 -2
- package/dist/flare/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +2 -2
- package/dist/flare/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/AttestationProviderRewardManager.sol/AttestationProviderRewardManager.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Escrow.sol/Escrow.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/IncentivePool.sol/IncentivePool.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/IncentivePoolAllocation.sol/IncentivePoolAllocation.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/implementation/ValidatorRewardManager.sol/ValidatorRewardManager.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnum.sol/IncentivePoolAnnum.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolAnnums.sol/IncentivePoolAnnums.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardService.sol/IncentivePoolRewardService.json +2 -2
- package/dist/flare/artifacts/contracts/tokenPools/lib/IncentivePoolRewardServices.sol/IncentivePoolRewardServices.json +2 -2
- package/dist/flare/artifacts/contracts/utils/implementation/FundDistributor.sol/FundDistributor.json +2 -2
- package/dist/flare/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +2 -2
- package/dist/flare/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +2 -2
- package/dist/flare/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +126 -3
- package/dist/flare/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +72 -0
- package/dist/flare/deploys/contractAddresses.d.ts +2 -0
- package/dist/flare/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/flare/deploys/contractAddresses.js +3 -1
- package/dist/flare/deploys/contractAddresses.js.map +1 -1
- package/dist/flare/deploys/flare.json +222 -0
- package/dist/package.json +28 -0
- package/dist/songbird/abis.songbird.d.ts.map +1 -1
- package/dist/songbird/abis.songbird.js +14 -4
- package/dist/songbird/abis.songbird.js.map +1 -1
- package/dist/songbird/artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json +525 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +113 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json +233 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json +316 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json +66 -0
- package/dist/songbird/artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json +10 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +2 -2
- package/dist/songbird/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +3 -3
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +40 -2
- package/dist/songbird/artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json +2 -2
- package/dist/songbird/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +2 -2
- package/dist/songbird/artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json +1187 -0
- package/dist/songbird/artifacts/contracts/inflation/implementation/Inflation.sol/Inflation.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnum.sol/InflationAnnum.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/RewardService.sol/RewardService.json +2 -2
- package/dist/songbird/artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/CleanupBlockNumberManager.sol/CleanupBlockNumberManager.json +172 -37
- package/dist/songbird/artifacts/contracts/token/implementation/Delegatable.sol/Delegatable.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/GovernanceVotePower.sol/GovernanceVotePower.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/VPContract.sol/VPContract.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/VPToken.sol/VPToken.json +2 -2
- package/dist/songbird/artifacts/contracts/token/implementation/WNat.sol/WNat.json +2 -2
- package/dist/songbird/artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json +2 -2
- package/dist/songbird/artifacts/contracts/token/lib/ExplicitDelegation.sol/ExplicitDelegation.json +2 -2
- package/dist/songbird/artifacts/contracts/token/lib/PercentageDelegation.sol/PercentageDelegation.json +2 -2
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +523 -138
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +322 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +276 -41
- package/dist/songbird/artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json +72 -0
- package/dist/songbird/deploys/contractAddresses.d.ts +5 -0
- package/dist/songbird/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/songbird/deploys/contractAddresses.js +8 -3
- package/dist/songbird/deploys/contractAddresses.js.map +1 -1
- package/dist/songbird/deploys/songbird.json +172 -0
- package/package.json +1 -1
- package/dist/coston/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -414
- package/dist/coston/artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json +0 -949
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -414
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json +0 -949
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
"contractName": "IIVoterWhitelister",
|
|
4
4
|
"sourceName": "contracts/utils/interface/IIVoterWhitelister.sol",
|
|
5
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": "untilRewardEpoch",
|
|
19
|
+
"type": "uint256"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"name": "VoterChilled",
|
|
23
|
+
"type": "event"
|
|
24
|
+
},
|
|
6
25
|
{
|
|
7
26
|
"anonymous": false,
|
|
8
27
|
"inputs": [
|
|
@@ -54,6 +73,59 @@
|
|
|
54
73
|
"stateMutability": "nonpayable",
|
|
55
74
|
"type": "function"
|
|
56
75
|
},
|
|
76
|
+
{
|
|
77
|
+
"inputs": [
|
|
78
|
+
{
|
|
79
|
+
"internalType": "address",
|
|
80
|
+
"name": "_voter",
|
|
81
|
+
"type": "address"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"internalType": "uint256",
|
|
85
|
+
"name": "_noOfRewardEpochs",
|
|
86
|
+
"type": "uint256"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"internalType": "uint256[]",
|
|
90
|
+
"name": "_ftsoIndices",
|
|
91
|
+
"type": "uint256[]"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"name": "chillVoter",
|
|
95
|
+
"outputs": [
|
|
96
|
+
{
|
|
97
|
+
"internalType": "bool[]",
|
|
98
|
+
"name": "_removed",
|
|
99
|
+
"type": "bool[]"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"internalType": "uint256",
|
|
103
|
+
"name": "_untilRewardEpoch",
|
|
104
|
+
"type": "uint256"
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"stateMutability": "nonpayable",
|
|
108
|
+
"type": "function"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"inputs": [
|
|
112
|
+
{
|
|
113
|
+
"internalType": "address",
|
|
114
|
+
"name": "_voter",
|
|
115
|
+
"type": "address"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"name": "chilledUntilRewardEpoch",
|
|
119
|
+
"outputs": [
|
|
120
|
+
{
|
|
121
|
+
"internalType": "uint256",
|
|
122
|
+
"name": "",
|
|
123
|
+
"type": "uint256"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"stateMutability": "view",
|
|
127
|
+
"type": "function"
|
|
128
|
+
},
|
|
57
129
|
{
|
|
58
130
|
"inputs": [],
|
|
59
131
|
"name": "defaultMaxVotersForFtso",
|
|
@@ -28,5 +28,10 @@ export declare const contractAddresses: {
|
|
|
28
28
|
PollingFoundation: string;
|
|
29
29
|
AddressUpdater: string;
|
|
30
30
|
FlareContractRegistry: string;
|
|
31
|
+
PollingFtso: string;
|
|
32
|
+
ClaimSetupManager: string;
|
|
33
|
+
DelegationAccount: string;
|
|
34
|
+
FlareAssetRegistry: string;
|
|
35
|
+
WNatRegistryProvider: string;
|
|
31
36
|
};
|
|
32
37
|
//# sourceMappingURL=contractAddresses.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contractAddresses.d.ts","sourceRoot":"","sources":["../../../coston/deploys/contractAddresses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"contractAddresses.d.ts","sourceRoot":"","sources":["../../../coston/deploys/contractAddresses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmC7B,CAAA"}
|
|
@@ -8,10 +8,10 @@ exports.contractAddresses = {
|
|
|
8
8
|
PriceSubmitter: '0x1000000000000000000000000000000000000003',
|
|
9
9
|
Inflation: '0x712BE218E44e2c93Cc1CF8179956b668EA7d8D3B',
|
|
10
10
|
Supply: '0xE8fc8D1eec5b5b24EAe805c3569518f787C30F3f',
|
|
11
|
-
FtsoRewardManager: '
|
|
12
|
-
CleanupBlockNumberManager: '
|
|
11
|
+
FtsoRewardManager: '0xfD36176C63dA52E783a347DE3544B0b44C7054a6',
|
|
12
|
+
CleanupBlockNumberManager: '0xB50DAcdaA3Af02F8A0533902C117ADFC31A31Ccf',
|
|
13
13
|
FtsoRegistry: '0xf7Bbf40145C82Fca13011C783AaeCa6bD95fd652',
|
|
14
|
-
VoterWhitelister: '
|
|
14
|
+
VoterWhitelister: '0xFAe0fd738dAbc8a0426F47437322b6d026A9FD95',
|
|
15
15
|
FtsoManager: '0x12B6E9dB4Ac9889aBb92beAA6CF7d71f334c1168',
|
|
16
16
|
WNat: '0x767b25A658E8FC8ab6eBbd52043495dB61b4ea91',
|
|
17
17
|
FtsoWnat: '0xaD256562ed63ABD503935CbEE276a72160d200e8',
|
|
@@ -31,5 +31,10 @@ exports.contractAddresses = {
|
|
|
31
31
|
PollingFoundation: '0xe435D00D30DEc987Afd5dAC2205F2b20e2F90eB8',
|
|
32
32
|
AddressUpdater: '0xb006c0cb0b2b8ae48E5B12883Cd5a13654cc6e20',
|
|
33
33
|
FlareContractRegistry: '0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019',
|
|
34
|
+
PollingFtso: '0xD036a8F254ef782cb93af4F829A1568E992c3864',
|
|
35
|
+
ClaimSetupManager: '0x3F55A3c8012C26B140AcC23d061E7c4626d64e01',
|
|
36
|
+
DelegationAccount: '0xE2Ee339b2608Fe20ca2f721e938a640e0E5ee546',
|
|
37
|
+
FlareAssetRegistry: '0x92B87cc4205265e9500d570D452A3f7F91926e91',
|
|
38
|
+
WNatRegistryProvider: '0x9819645ab3E99a0A2c0ECF797Da4B9312b31121F',
|
|
34
39
|
};
|
|
35
40
|
//# sourceMappingURL=contractAddresses.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../coston/deploys/contractAddresses.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,mBAAmB,EAAE,4CAA4C;IACjE,cAAc,EAAE,4CAA4C;IAC5D,WAAW,EAAE,4CAA4C;IACzD,cAAc,EAAE,4CAA4C;IAC5D,SAAS,EAAE,4CAA4C;IACvD,MAAM,EAAE,4CAA4C;IACpD,iBAAiB,EAAE,4CAA4C;IAC/D,yBAAyB,EAAE,4CAA4C;IACvE,YAAY,EAAE,4CAA4C;IAC1D,gBAAgB,EAAE,4CAA4C;IAC9D,WAAW,EAAE,4CAA4C;IACzD,IAAI,EAAE,4CAA4C;IAClD,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,kBAAkB,EAAE,4CAA4C;IAChE,mBAAmB,EAAE,4CAA4C;IACjE,iBAAiB,EAAE,4CAA4C;IAC/D,cAAc,EAAE,4CAA4C;IAC5D,qBAAqB,EAAE,4CAA4C;
|
|
1
|
+
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../coston/deploys/contractAddresses.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,mBAAmB,EAAE,4CAA4C;IACjE,cAAc,EAAE,4CAA4C;IAC5D,WAAW,EAAE,4CAA4C;IACzD,cAAc,EAAE,4CAA4C;IAC5D,SAAS,EAAE,4CAA4C;IACvD,MAAM,EAAE,4CAA4C;IACpD,iBAAiB,EAAE,4CAA4C;IAC/D,yBAAyB,EAAE,4CAA4C;IACvE,YAAY,EAAE,4CAA4C;IAC1D,gBAAgB,EAAE,4CAA4C;IAC9D,WAAW,EAAE,4CAA4C;IACzD,IAAI,EAAE,4CAA4C;IAClD,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,kBAAkB,EAAE,4CAA4C;IAChE,mBAAmB,EAAE,4CAA4C;IACjE,iBAAiB,EAAE,4CAA4C;IAC/D,cAAc,EAAE,4CAA4C;IAC5D,qBAAqB,EAAE,4CAA4C;IACnE,WAAW,EAAE,4CAA4C;IACzD,iBAAiB,EAAE,4CAA4C;IAC/D,iBAAiB,EAAE,4CAA4C;IAC/D,kBAAkB,EAAE,4CAA4C;IAChE,oBAAoB,EAAE,4CAA4C;CACnE,CAAA"}
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"name": "InflationAllocation",
|
|
4
|
+
"contractName": "InflationAllocation.sol",
|
|
5
|
+
"address": "0x1B5A184869aD208E736BFecF53560e9940c3E67f"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "StateConnector",
|
|
9
|
+
"contractName": "StateConnector.sol",
|
|
10
|
+
"address": "0x0c13aDA1C7143Cf0a0795FFaB93eEBb6FAD6e4e3"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "FlareDaemon",
|
|
14
|
+
"contractName": "FlareDaemon.sol",
|
|
15
|
+
"address": "0x1000000000000000000000000000000000000002"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "PriceSubmitter",
|
|
19
|
+
"contractName": "PriceSubmitter.sol",
|
|
20
|
+
"address": "0x1000000000000000000000000000000000000003"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Inflation",
|
|
24
|
+
"contractName": "Inflation.sol",
|
|
25
|
+
"address": "0x712BE218E44e2c93Cc1CF8179956b668EA7d8D3B"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Supply",
|
|
29
|
+
"contractName": "Supply.sol",
|
|
30
|
+
"address": "0xE8fc8D1eec5b5b24EAe805c3569518f787C30F3f"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "FtsoRewardManager",
|
|
34
|
+
"contractName": "FtsoRewardManager.sol",
|
|
35
|
+
"address": "0xfD36176C63dA52E783a347DE3544B0b44C7054a6"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "CleanupBlockNumberManager",
|
|
39
|
+
"contractName": "CleanupBlockNumberManager.sol",
|
|
40
|
+
"address": "0xB50DAcdaA3Af02F8A0533902C117ADFC31A31Ccf"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "FtsoRegistry",
|
|
44
|
+
"contractName": "FtsoRegistry.sol",
|
|
45
|
+
"address": "0xf7Bbf40145C82Fca13011C783AaeCa6bD95fd652"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "VoterWhitelister",
|
|
49
|
+
"contractName": "VoterWhitelister.sol",
|
|
50
|
+
"address": "0xFAe0fd738dAbc8a0426F47437322b6d026A9FD95"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "FtsoManager",
|
|
54
|
+
"contractName": "FtsoManager.sol",
|
|
55
|
+
"address": "0x12B6E9dB4Ac9889aBb92beAA6CF7d71f334c1168"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "WNat",
|
|
59
|
+
"contractName": "WNat.sol",
|
|
60
|
+
"address": "0x767b25A658E8FC8ab6eBbd52043495dB61b4ea91"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "FtsoWnat",
|
|
64
|
+
"contractName": "Ftso.sol",
|
|
65
|
+
"address": "0xaD256562ed63ABD503935CbEE276a72160d200e8"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "FtsoTestXrp",
|
|
69
|
+
"contractName": "Ftso.sol",
|
|
70
|
+
"address": "0x655bC84c44447d8A6087300dEd38eEcc125721B8"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "FtsoTestLtc",
|
|
74
|
+
"contractName": "Ftso.sol",
|
|
75
|
+
"address": "0xbB1e0B66e83F5D8af341fB39eDC414168690496d"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "FtsoTestXlm",
|
|
79
|
+
"contractName": "Ftso.sol",
|
|
80
|
+
"address": "0xbEA520239E7aAfd124303b0068395E36346A2063"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "FtsoTestDoge",
|
|
84
|
+
"contractName": "Ftso.sol",
|
|
85
|
+
"address": "0x2A935e439c51B5E30373A1bAb8142B2f5728dd7e"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "FtsoTestAda",
|
|
89
|
+
"contractName": "Ftso.sol",
|
|
90
|
+
"address": "0x1403c6C0b19d3AD96ED8cc73A2921304E647b2f0"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "FtsoTestAlgo",
|
|
94
|
+
"contractName": "Ftso.sol",
|
|
95
|
+
"address": "0xCF7F9E6f8EEA8F310b6B0040beb9Aef225DCcaA2"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "FtsoTestBch",
|
|
99
|
+
"contractName": "Ftso.sol",
|
|
100
|
+
"address": "0x2B37B8D0773b3480Ad68EFc67EAA1cDb6Cf708Ea"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "FtsoTestDgb",
|
|
104
|
+
"contractName": "Ftso.sol",
|
|
105
|
+
"address": "0x81082e283a8644f25dB9101C0bB0cD12C2c19D1a"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "FtsoTestBtc",
|
|
109
|
+
"contractName": "Ftso.sol",
|
|
110
|
+
"address": "0x27fC764C6B5d63A8c705Ba6c9e095F5Db48cdf83"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "FtsoTestEth",
|
|
114
|
+
"contractName": "Ftso.sol",
|
|
115
|
+
"address": "0xA55Ed0dAf2bacA4Ca852f903F3b1B51f32355799"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "FtsoTestFil",
|
|
119
|
+
"contractName": "Ftso.sol",
|
|
120
|
+
"address": "0x8e75E95736abDa0b54324cd9bc1A2fbDa7f55737"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "GovernanceSettings",
|
|
124
|
+
"contractName": "GovernanceSettings.sol",
|
|
125
|
+
"address": "0x183fAfF6997C98A812A3B98748Fc80241D08f312"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "GovernanceVotePower",
|
|
129
|
+
"contractName": "GovernanceVotePower.sol",
|
|
130
|
+
"address": "0xEb10E3a19Ae0e2564E2c86dBd89517fe7F24789d"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "PollingFoundation",
|
|
134
|
+
"contractName": "PollingFoundation.sol",
|
|
135
|
+
"address": "0xe435D00D30DEc987Afd5dAC2205F2b20e2F90eB8"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "AddressUpdater",
|
|
139
|
+
"contractName": "AddressUpdater.sol",
|
|
140
|
+
"address": "0xb006c0cb0b2b8ae48E5B12883Cd5a13654cc6e20"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "FlareContractRegistry",
|
|
144
|
+
"contractName": "FlareContractRegistry.sol",
|
|
145
|
+
"address": "0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "PollingFtso",
|
|
149
|
+
"contractName": "PollingFtso.sol",
|
|
150
|
+
"address": "0xD036a8F254ef782cb93af4F829A1568E992c3864"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "ClaimSetupManager",
|
|
154
|
+
"contractName": "ClaimSetupManager.sol",
|
|
155
|
+
"address": "0x3F55A3c8012C26B140AcC23d061E7c4626d64e01"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "DelegationAccount",
|
|
159
|
+
"contractName": "DelegationAccount.sol",
|
|
160
|
+
"address": "0xE2Ee339b2608Fe20ca2f721e938a640e0E5ee546"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "FlareAssetRegistry",
|
|
164
|
+
"contractName": "FlareAssetRegistry.sol",
|
|
165
|
+
"address": "0x92B87cc4205265e9500d570D452A3f7F91926e91"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "WNatRegistryProvider",
|
|
169
|
+
"contractName": "WNatRegistryProvider.sol",
|
|
170
|
+
"address": "0x9819645ab3E99a0A2c0ECF797Da4B9312b31121F"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.coston2.d.ts","sourceRoot":"","sources":["../../coston2/abis.coston2.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"abis.coston2.d.ts","sourceRoot":"","sources":["../../coston2/abis.coston2.ts"],"names":[],"mappings":"AA+HA,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CA+H9C,CAAC"}
|
|
@@ -74,6 +74,7 @@ const Governed_json_1 = __importDefault(require("./artifacts/contracts/governanc
|
|
|
74
74
|
const GovernorProposer_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json"));
|
|
75
75
|
const GovernorVotePower_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json"));
|
|
76
76
|
const GovernedBase_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json"));
|
|
77
|
+
const PollingFtso_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json"));
|
|
77
78
|
const GovernorProposals_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json"));
|
|
78
79
|
const GovernedAtGenesis_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json"));
|
|
79
80
|
const Governor_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/Governor.sol/Governor.json"));
|
|
@@ -200,6 +201,7 @@ exports.coston2ABIs = {
|
|
|
200
201
|
GovernorProposer: GovernorProposer_json_1.default.abi,
|
|
201
202
|
GovernorVotePower: GovernorVotePower_json_1.default.abi,
|
|
202
203
|
GovernedBase: GovernedBase_json_1.default.abi,
|
|
204
|
+
PollingFtso: PollingFtso_json_1.default.abi,
|
|
203
205
|
GovernorProposals: GovernorProposals_json_1.default.abi,
|
|
204
206
|
GovernedAtGenesis: GovernedAtGenesis_json_1.default.abi,
|
|
205
207
|
Governor: Governor_json_1.default.abi,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.coston2.js","sourceRoot":"","sources":["../../coston2/abis.coston2.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"abis.coston2.js","sourceRoot":"","sources":["../../coston2/abis.coston2.ts"],"names":[],"mappings":"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"}
|