@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
|
@@ -0,0 +1,222 @@
|
|
|
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": "0xCF3007B342f9c17AfBE11BF3fbA278517B44C303"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "IncentivePoolTreasury",
|
|
24
|
+
"contractName": "IncentivePoolTreasury.sol",
|
|
25
|
+
"address": "0x1000000000000000000000000000000000000005"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "InitialAirdrop",
|
|
29
|
+
"contractName": "InitialAirdrop.sol",
|
|
30
|
+
"address": "0x410d1879D06c1C38cD963AE3d33B309f796bac66"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "GovernanceSettings",
|
|
34
|
+
"contractName": "GovernanceSettings.sol",
|
|
35
|
+
"address": "0x1000000000000000000000000000000000000007"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "AddressUpdater",
|
|
39
|
+
"contractName": "AddressUpdater.sol",
|
|
40
|
+
"address": "0xF0De0df69D63c1F5E841F4964550C3DABAd6d24e"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "InflationAllocation",
|
|
44
|
+
"contractName": "InflationAllocation.sol",
|
|
45
|
+
"address": "0x260371e0CF561887C6Da270CC3Be84C2FaB5444f"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "Inflation",
|
|
49
|
+
"contractName": "Inflation.sol",
|
|
50
|
+
"address": "0xEfd7a680Db05F1dCD86EB5a074897F502C8601A0"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "Supply",
|
|
54
|
+
"contractName": "Supply.sol",
|
|
55
|
+
"address": "0x8577D2D50827bCE2EC1dc9Cf9F1199826781D5AF"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "FtsoRewardManager",
|
|
59
|
+
"contractName": "FtsoRewardManager.sol",
|
|
60
|
+
"address": "0x85627d71921AE25769f5370E482AdA5E1e418d37"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "CleanupBlockNumberManager",
|
|
64
|
+
"contractName": "CleanupBlockNumberManager.sol",
|
|
65
|
+
"address": "0xB5cC96c7831Db2b446eA5BD1b006020DD32B6d3a"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"name": "Escrow",
|
|
69
|
+
"contractName": "Escrow.sol",
|
|
70
|
+
"address": "0x42A362eE27e239c17d97DA5765D052779AcfDC94"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "FtsoRegistry",
|
|
74
|
+
"contractName": "FtsoRegistry.sol",
|
|
75
|
+
"address": "0x13DC2b5053857AE17a4f95aFF55530b267F3E040"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "VoterWhitelister",
|
|
79
|
+
"contractName": "VoterWhitelister.sol",
|
|
80
|
+
"address": "0x072A199670fAD8883c7A92D108dFA56828EfCE87"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "DistributionToDelegators",
|
|
84
|
+
"contractName": "DistributionToDelegators.sol",
|
|
85
|
+
"address": "0x9c7A4C83842B29bB4A082b0E689CB9474BD938d0"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "IncentivePoolAllocation",
|
|
89
|
+
"contractName": "IncentivePoolAllocation.sol",
|
|
90
|
+
"address": "0xa071b43060DaA8eaA0d14DBE5Ea03ed18c9ed1d6"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "IncentivePool",
|
|
94
|
+
"contractName": "IncentivePool.sol",
|
|
95
|
+
"address": "0xbcE1972De5d1598a948A36186eCeBFD4690F3a5C"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"name": "ValidatorRegistry",
|
|
99
|
+
"contractName": "ValidatorRegistry.sol",
|
|
100
|
+
"address": "0x9907886ceF3DfDE3D679e1083fb0F610e9A527a0"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "FtsoManager",
|
|
104
|
+
"contractName": "FtsoManager.sol",
|
|
105
|
+
"address": "0x2F5107461D1BF7D4D6d3b2b577621b2071343166"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "WNat",
|
|
109
|
+
"contractName": "WNat.sol",
|
|
110
|
+
"address": "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "CombinedNat",
|
|
114
|
+
"contractName": "WNat.sol",
|
|
115
|
+
"address": "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"name": "GovernanceVotePower",
|
|
119
|
+
"contractName": "GovernanceVotePower.sol",
|
|
120
|
+
"address": "0x47dD40deDCda8B4EFDEf5101999Af33B7cF787D7"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "FtsoXrp",
|
|
124
|
+
"contractName": "Ftso.sol",
|
|
125
|
+
"address": "0x2d433f7dF375C62c7831bf01b770eC8746c8F44f"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "FtsoLtc",
|
|
129
|
+
"contractName": "Ftso.sol",
|
|
130
|
+
"address": "0x9A9E3981B6e0F23D71caa9986D11967FB95209cA"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "FtsoXlm",
|
|
134
|
+
"contractName": "Ftso.sol",
|
|
135
|
+
"address": "0xCc56e4d0B64d350Ad495BCa859d8E4375458Ed55"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "FtsoDoge",
|
|
139
|
+
"contractName": "Ftso.sol",
|
|
140
|
+
"address": "0x0cBD1657bfaC82daf26caCABE3c18620403158eB"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "FtsoAda",
|
|
144
|
+
"contractName": "Ftso.sol",
|
|
145
|
+
"address": "0x83D539d9eB43eACAcb40D5aDDE506Fd63A45cbFc"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "FtsoAlgo",
|
|
149
|
+
"contractName": "Ftso.sol",
|
|
150
|
+
"address": "0x8801FC5664A0334b767b6E662736F9e7B9e26403"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "FtsoBch",
|
|
154
|
+
"contractName": "Ftso.sol",
|
|
155
|
+
"address": "0x22701D23dD2AC004c017ECA81505143ce6aa6B13"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "FtsoDgb",
|
|
159
|
+
"contractName": "Ftso.sol",
|
|
160
|
+
"address": "0xC79644093290AC7B700107a841562Cb1256b5e56"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "FtsoBtc",
|
|
164
|
+
"contractName": "Ftso.sol",
|
|
165
|
+
"address": "0xF0255d0Cc1282000efaED2f0d747cf236D64D352"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"name": "FtsoEth",
|
|
169
|
+
"contractName": "Ftso.sol",
|
|
170
|
+
"address": "0xA0D8aF011D407930740A9a142c63eb880C472d6f"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "FtsoFil",
|
|
174
|
+
"contractName": "Ftso.sol",
|
|
175
|
+
"address": "0xe48eFe08557BBcCD0b834913319fE1fb7E82d28E"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"name": "FtsoWnat",
|
|
179
|
+
"contractName": "Ftso.sol",
|
|
180
|
+
"address": "0x6d318B71b74cF249211C06b85F7eaa561fd9BB2D"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "FlareAssetRegistry",
|
|
184
|
+
"contractName": "FlareAssetRegistry.sol",
|
|
185
|
+
"address": "0x9a039B2677EDD9cbfAf65AF080b08749c6b59487"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "WNatRegistryProvider",
|
|
189
|
+
"contractName": "WNatRegistryProvider.sol",
|
|
190
|
+
"address": "0x2Ce1d8653BbCa3F636A63E35136f4e015f0b4647"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "ValidatorRewardManager",
|
|
194
|
+
"contractName": "ValidatorRewardManager.sol",
|
|
195
|
+
"address": "0xc0CF3Aaf93bd978C5BC662564Aa73E331f2eC0B5"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "PollingFoundation",
|
|
199
|
+
"contractName": "PollingFoundation.sol",
|
|
200
|
+
"address": "0x258E20bdbb2d891521308d2af381B1BD962B67B5"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "ClaimSetupManager",
|
|
204
|
+
"contractName": "ClaimSetupManager.sol",
|
|
205
|
+
"address": "0xD56c0Ea37B848939B59e6F5Cda119b3fA473b5eB"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "DelegationAccount",
|
|
209
|
+
"contractName": "DelegationAccount.sol",
|
|
210
|
+
"address": "0x7fBc8623ac906bd3D636389b6D577E95B7D21Ef5"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"name": "FlareContractRegistry",
|
|
214
|
+
"contractName": "FlareContractRegistry.sol",
|
|
215
|
+
"address": "0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"name": "PollingFtso",
|
|
219
|
+
"contractName": "PollingFtso.sol",
|
|
220
|
+
"address": "0x461c4219d5fcAF0fEA304F57a4b0f8061f08064A"
|
|
221
|
+
}
|
|
222
|
+
]
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@flarenetwork/flare-periphery-contract-artifacts",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"description": "smart contracts artifacts for all flare chains",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"dependencies": {},
|
|
8
|
+
"devDependencies": {
|
|
9
|
+
"@types/node": "^18.7.17",
|
|
10
|
+
"ethers": "^5.7.2",
|
|
11
|
+
"typescript": "^4.8.4",
|
|
12
|
+
"typechain": "^8.1.0"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"prebuild": "rm -rf dist",
|
|
16
|
+
"build": "tsc"
|
|
17
|
+
},
|
|
18
|
+
"author": "Flare Network",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"files": [
|
|
21
|
+
"--coston",
|
|
22
|
+
"--coston2",
|
|
23
|
+
"--songbird",
|
|
24
|
+
"--flare",
|
|
25
|
+
"dist/",
|
|
26
|
+
"--index.ts"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.songbird.d.ts","sourceRoot":"","sources":["../../songbird/abis.songbird.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"abis.songbird.d.ts","sourceRoot":"","sources":["../../songbird/abis.songbird.ts"],"names":[],"mappings":"AA4GA,eAAO,MAAM,YAAY,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CA4G/C,CAAC"}
|
|
@@ -25,6 +25,12 @@ const ExplicitDelegation_json_1 = __importDefault(require("./artifacts/contracts
|
|
|
25
25
|
const DelegationHistory_json_1 = __importDefault(require("./artifacts/contracts/token/lib/DelegationHistory.sol/DelegationHistory.json"));
|
|
26
26
|
const VotePower_json_1 = __importDefault(require("./artifacts/contracts/token/lib/VotePower.sol/VotePower.json"));
|
|
27
27
|
const CheckPointHistory_json_1 = __importDefault(require("./artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json"));
|
|
28
|
+
const IIFlareAssetRegistry_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistry.sol/IIFlareAssetRegistry.json"));
|
|
29
|
+
const IIERC20WithMetadata_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/interface/IIERC20WithMetadata.sol/IIERC20WithMetadata.json"));
|
|
30
|
+
const IIFlareAssetRegistryProvider_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/interface/IIFlareAssetRegistryProvider.sol/IIFlareAssetRegistryProvider.json"));
|
|
31
|
+
const FlareAssetRegistry_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/implementation/FlareAssetRegistry.sol/FlareAssetRegistry.json"));
|
|
32
|
+
const WNatRegistryProvider_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json"));
|
|
33
|
+
const StandardAttributes_json_1 = __importDefault(require("./artifacts/contracts/assetRegistry/lib/StandardAttributes.sol/StandardAttributes.json"));
|
|
28
34
|
const IIFtso_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json"));
|
|
29
35
|
const IIFtsoManager_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json"));
|
|
30
36
|
const IIFtsoManagerV1_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json"));
|
|
@@ -67,6 +73,7 @@ const Governed_json_1 = __importDefault(require("./artifacts/contracts/governanc
|
|
|
67
73
|
const GovernorProposer_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json"));
|
|
68
74
|
const GovernorVotePower_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorVotePower.sol/GovernorVotePower.json"));
|
|
69
75
|
const GovernedBase_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedBase.sol/GovernedBase.json"));
|
|
76
|
+
const PollingFtso_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/PollingFtso.sol/PollingFtso.json"));
|
|
70
77
|
const GovernorProposals_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorProposals.sol/GovernorProposals.json"));
|
|
71
78
|
const GovernedAtGenesis_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json"));
|
|
72
79
|
const Governor_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/Governor.sol/Governor.json"));
|
|
@@ -90,11 +97,9 @@ const IIAddressUpdatable_json_1 = __importDefault(require("./artifacts/contracts
|
|
|
90
97
|
const IIAddressUpdater_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json"));
|
|
91
98
|
const AddressUpdatable_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json"));
|
|
92
99
|
const AddressUpdater_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json"));
|
|
93
|
-
const IIFtsoRewardManagerV2_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json"));
|
|
94
100
|
const IIFtsoRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json"));
|
|
95
101
|
const IITokenPool_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json"));
|
|
96
102
|
const FtsoRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json"));
|
|
97
|
-
const Distribution_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json"));
|
|
98
103
|
const DataProviderFee_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json"));
|
|
99
104
|
const IIPriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json"));
|
|
100
105
|
const IFtsoGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json"));
|
|
@@ -128,6 +133,12 @@ exports.songbirdABIs = {
|
|
|
128
133
|
DelegationHistory: DelegationHistory_json_1.default.abi,
|
|
129
134
|
VotePower: VotePower_json_1.default.abi,
|
|
130
135
|
CheckPointHistory: CheckPointHistory_json_1.default.abi,
|
|
136
|
+
IIFlareAssetRegistry: IIFlareAssetRegistry_json_1.default.abi,
|
|
137
|
+
IIERC20WithMetadata: IIERC20WithMetadata_json_1.default.abi,
|
|
138
|
+
IIFlareAssetRegistryProvider: IIFlareAssetRegistryProvider_json_1.default.abi,
|
|
139
|
+
FlareAssetRegistry: FlareAssetRegistry_json_1.default.abi,
|
|
140
|
+
WNatRegistryProvider: WNatRegistryProvider_json_1.default.abi,
|
|
141
|
+
StandardAttributes: StandardAttributes_json_1.default.abi,
|
|
131
142
|
IIFtso: IIFtso_json_1.default.abi,
|
|
132
143
|
IIFtsoManager: IIFtsoManager_json_1.default.abi,
|
|
133
144
|
IIFtsoManagerV1: IIFtsoManagerV1_json_1.default.abi,
|
|
@@ -170,6 +181,7 @@ exports.songbirdABIs = {
|
|
|
170
181
|
GovernorProposer: GovernorProposer_json_1.default.abi,
|
|
171
182
|
GovernorVotePower: GovernorVotePower_json_1.default.abi,
|
|
172
183
|
GovernedBase: GovernedBase_json_1.default.abi,
|
|
184
|
+
PollingFtso: PollingFtso_json_1.default.abi,
|
|
173
185
|
GovernorProposals: GovernorProposals_json_1.default.abi,
|
|
174
186
|
GovernedAtGenesis: GovernedAtGenesis_json_1.default.abi,
|
|
175
187
|
Governor: Governor_json_1.default.abi,
|
|
@@ -193,11 +205,9 @@ exports.songbirdABIs = {
|
|
|
193
205
|
IIAddressUpdater: IIAddressUpdater_json_1.default.abi,
|
|
194
206
|
AddressUpdatable: AddressUpdatable_json_1.default.abi,
|
|
195
207
|
AddressUpdater: AddressUpdater_json_1.default.abi,
|
|
196
|
-
IIFtsoRewardManagerV2: IIFtsoRewardManagerV2_json_1.default.abi,
|
|
197
208
|
IIFtsoRewardManager: IIFtsoRewardManager_json_1.default.abi,
|
|
198
209
|
IITokenPool: IITokenPool_json_1.default.abi,
|
|
199
210
|
FtsoRewardManager: FtsoRewardManager_json_1.default.abi,
|
|
200
|
-
Distribution: Distribution_json_1.default.abi,
|
|
201
211
|
DataProviderFee: DataProviderFee_json_1.default.abi,
|
|
202
212
|
IIPriceSubmitter: IIPriceSubmitter_json_1.default.abi,
|
|
203
213
|
IFtsoGenesis: IFtsoGenesis_json_1.default.abi,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.songbird.js","sourceRoot":"","sources":["../../songbird/abis.songbird.ts"],"names":[],"mappings":";;;;;;AAAA,wHAA2F;AAC3F,iIAAoG;AACpG,4JAA+H;AAC/H,8HAAiG;AACjG,uHAA0F;AAC1F,mIAAsG;AACtG,gIAAmG;AACnG,2JAA8H;AAC9H,6KAAgJ;AAChJ,4IAA+G;AAC/G,8GAAiF;AACjF,yJAA4H;AAC5H,kKAAqI;AACrI,mJAAsH;AACtH,mJAAsH;AACtH,iIAAoG;AACpG,2KAA8I;AAC9I,6IAAgH;AAChH,0IAA6G;AAC7G,kHAAqF;AACrF,0IAA6G;AAC7G,8GAAiF;AACjF,mIAAsG;AACtG,yIAA4G;AAC5G,kIAAqG;AACrG,6GAAgF;AAChF,8GAAiF;AACjF,oHAAuF;AACvF,iHAAoF;AACpF,gIAAmG;AACnG,+IAAkH;AAClH,uKAA0I;AAC1I,+KAAkJ;AAClJ,2KAA8I;AAC9I,wJAA2H;AAC3H,yJAA4H;AAC5H,yJAA4H;AAC5H,wJAA2H;AAC3H,yIAA4G;AAC5G,wJAA2H;AAC3H,6IAAgH;AAChH,uIAA0G;AAC1G,gJAAmH;AACnH,6IAAgH;AAChH,mJAAsH;AACtH,gIAAmG;AACnG,gLAAmJ;AACnJ,sIAAyG;AACzG,4IAA+G;AAC/G,yIAA4G;AAC5G,uHAA0F;AAC1F,2JAA8H;AAC9H,sLAAyJ;AACzJ,kJAAqH;AACrH,uKAA0I;AAC1I,iKAAoI;AACpI,qJAAwH;AACxH,wJAA2H;AAC3H,2JAA8H;AAC9H,+HAAkG;AAClG,uJAA0H;AAC1H,0JAA6H;AAC7H,2IAA8G;AAC9G,0JAA6H;AAC7H,0JAA6H;AAC7H,+HAAkG;AAClG,gKAAmI;AACnI,iJAAoH;AACpH,8IAAiH;AACjH,qIAAwG;AACxG,0JAA6H;AAC7H,wLAA2J;AAC3J,6MAAgL;AAChL,0JAA6H;AAC7H,yHAA4F;AAC5F,iIAAoG;AACpG,wHAA2F;AAC3F,kIAAqG;AACrG,qIAAwG;AACxG,qIAAwG;AACxG,wIAA2G;AAC3G,qJAAwH;AACxH,4JAA+H;AAC/H,sJAAyH;AACzH,2JAA8H;AAC9H,qJAAwH;AACxH,
|
|
1
|
+
{"version":3,"file":"abis.songbird.js","sourceRoot":"","sources":["../../songbird/abis.songbird.ts"],"names":[],"mappings":"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"}
|