@flarenetwork/flare-periphery-contract-artifacts 0.0.1 → 0.0.2
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/coston/deploys/contractAddresses.d.ts +1 -0
- package/dist/coston/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston/deploys/contractAddresses.js +1 -0
- package/dist/coston/deploys/contractAddresses.js.map +1 -1
- package/dist/coston/deploys/mapper.d.ts.map +1 -1
- package/dist/coston/deploys/mapper.js +6 -2
- package/dist/coston/deploys/mapper.js.map +1 -1
- package/dist/coston2/abis.coston2.d.ts.map +1 -1
- package/dist/coston2/abis.coston2.js +8 -2
- package/dist/coston2/abis.coston2.js.map +1 -1
- package/dist/coston2/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +72 -2
- package/dist/coston2/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/coston2/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +2 -2
- package/dist/coston2/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +17 -64
- package/dist/coston2/artifacts/contracts/token/lib/IICombinedNatBalance.sol/IICombinedNatBalance.json +54 -0
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +148 -231
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/coston2/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/coston2/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/coston2/deploys/contractAddresses.d.ts +2 -1
- package/dist/coston2/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/coston2/deploys/contractAddresses.js +5 -4
- package/dist/coston2/deploys/contractAddresses.js.map +1 -1
- package/dist/coston2/deploys/mapper.d.ts.map +1 -1
- package/dist/coston2/deploys/mapper.js +6 -2
- package/dist/coston2/deploys/mapper.js.map +1 -1
- package/dist/flare/abis.flare.d.ts.map +1 -1
- package/dist/flare/abis.flare.js +8 -2
- package/dist/flare/abis.flare.js.map +1 -1
- package/dist/flare/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +72 -2
- package/dist/flare/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/flare/artifacts/contracts/assetRegistry/implementation/WNatRegistryProvider.sol/WNatRegistryProvider.json +2 -2
- package/dist/flare/artifacts/contracts/genesis/implementation/DistributionTreasury.sol/DistributionTreasury.json +17 -64
- package/dist/flare/artifacts/contracts/token/lib/IICombinedNatBalance.sol/IICombinedNatBalance.json +54 -0
- package/dist/flare/artifacts/contracts/tokenPools/implementation/DistributionToDelegators.sol/DistributionToDelegators.json +148 -231
- package/dist/flare/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/flare/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/flare/deploys/contractAddresses.d.ts +2 -1
- package/dist/flare/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/flare/deploys/contractAddresses.js +5 -4
- package/dist/flare/deploys/contractAddresses.js.map +1 -1
- package/dist/flare/deploys/mapper.d.ts.map +1 -1
- package/dist/flare/deploys/mapper.js +6 -2
- package/dist/flare/deploys/mapper.js.map +1 -1
- package/dist/songbird/abis.songbird.d.ts.map +1 -1
- package/dist/songbird/abis.songbird.js +52 -4
- package/dist/songbird/abis.songbird.js.map +1 -1
- package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json +42 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json +381 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json +29 -0
- package/dist/songbird/artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json +105 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json +1151 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json +10 -0
- package/dist/songbird/artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json +346 -0
- package/dist/songbird/artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json +795 -0
- package/dist/songbird/artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json +316 -0
- package/dist/songbird/artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json +175 -26
- package/dist/songbird/artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json +758 -146
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json +162 -20
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json +321 -46
- package/dist/songbird/artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json +102 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json +43 -0
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json +184 -3
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json +2 -2
- package/dist/songbird/artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json +164 -22
- package/dist/songbird/artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json +224 -0
- package/dist/songbird/artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json +2 -2
- package/dist/songbird/artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json +106 -785
- package/dist/songbird/artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json +24 -0
- package/dist/songbird/artifacts/contracts/{tokenPools/interface/IIDataAvailabilityRewardManager.sol/IIDataAvailabilityRewardManager.json → governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json} +97 -91
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json +220 -0
- package/dist/songbird/artifacts/contracts/governance/implementation/Governor.sol/Governor.json +22 -154
- package/dist/songbird/artifacts/contracts/governance/implementation/GovernorProposer.sol/GovernorProposer.json +126 -32
- package/dist/songbird/artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json +2 -2
- package/dist/songbird/artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json +161 -90
- package/dist/songbird/artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json +0 -31
- 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/RewardServices.sol/RewardServices.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/tokenPools/implementation/Distribution.sol/Distribution.json +25 -2
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json +2 -2
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json +69 -0
- package/dist/songbird/artifacts/contracts/tokenPools/interface/IIFtsoRewardManagerV2.sol/IIFtsoRewardManagerV2.json +949 -0
- package/dist/songbird/artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json +10 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json +147 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json +327 -33
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json +272 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json +440 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json +238 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json +256 -0
- package/dist/songbird/artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json +2 -20
- package/dist/songbird/artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json +2 -2
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json +175 -13
- package/dist/songbird/artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json +120 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json +60 -0
- package/dist/songbird/artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json +18 -0
- package/dist/songbird/deploys/contractAddresses.d.ts +3 -0
- package/dist/songbird/deploys/contractAddresses.d.ts.map +1 -1
- package/dist/songbird/deploys/contractAddresses.js +19 -16
- package/dist/songbird/deploys/contractAddresses.js.map +1 -1
- package/dist/songbird/deploys/mapper.d.ts.map +1 -1
- package/dist/songbird/deploys/mapper.js +6 -2
- package/dist/songbird/deploys/mapper.js.map +1 -1
- package/package.json +1 -1
- package/dist/README.md +0 -5
- package/dist/coston/deploys/coston.json +0 -142
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/coston2/deploys/coston2.json +0 -212
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/flare/deploys/flare.json +0 -207
- package/dist/package.json +0 -28
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json +0 -566
- package/dist/songbird/deploys/songbird.json +0 -132
|
@@ -3,30 +3,33 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.contractAddresses = void 0;
|
|
4
4
|
exports.contractAddresses = {
|
|
5
5
|
InflationAllocation: '0x039314Fc0EE5552d868837517580444948388387',
|
|
6
|
-
StateConnector: '
|
|
6
|
+
StateConnector: '0x0c13aDA1C7143Cf0a0795FFaB93eEBb6FAD6e4e3',
|
|
7
7
|
FlareDaemon: '0x1000000000000000000000000000000000000002',
|
|
8
8
|
PriceSubmitter: '0x1000000000000000000000000000000000000003',
|
|
9
9
|
Inflation: '0x87E80E90EACA1d458dfdf60a9d697e7E83aB02b2',
|
|
10
10
|
Supply: '0x5059bA6272Fa598efAaCC9b6FCeFef7366980aD7',
|
|
11
11
|
FtsoRewardManager: '0xE82A1f25b2b661fe98e6f1aA982A69cdB33AF27b',
|
|
12
12
|
CleanupBlockNumberManager: '0x93764A73d3c575Df0f555b8527F004cEf4AE2079',
|
|
13
|
-
FtsoRegistry: '
|
|
13
|
+
FtsoRegistry: '0xEf4c203470553C654B3870f37ce4DE1fA862Dee0',
|
|
14
14
|
VoterWhitelister: '0xa76906EfBA6dFAe155FfC4c0eb36cDF0A28ae24D',
|
|
15
|
-
FtsoManager: '
|
|
15
|
+
FtsoManager: '0x7A6B15E17b7691ba687ad182bD12cb4a91D533ae',
|
|
16
16
|
WNat: '0x02f0826ef6aD107Cfc861152B32B52fD11BaB9ED',
|
|
17
|
-
FtsoXrp: '
|
|
18
|
-
FtsoLtc: '
|
|
19
|
-
FtsoXlm: '
|
|
20
|
-
FtsoDoge: '
|
|
21
|
-
FtsoAda: '
|
|
22
|
-
FtsoAlgo: '
|
|
23
|
-
FtsoBch: '
|
|
24
|
-
FtsoDgb: '
|
|
25
|
-
FtsoBtc: '
|
|
26
|
-
FtsoEth: '
|
|
27
|
-
FtsoFil: '
|
|
28
|
-
FtsoWnat: '
|
|
17
|
+
FtsoXrp: '0x2Be2A30c312F02B4a43327E36acc9a2e8FA94F81',
|
|
18
|
+
FtsoLtc: '0x1578a0e968e4bDE8B0A5C0E155ac3d73aDdE7d9e',
|
|
19
|
+
FtsoXlm: '0x95F1De36a886492b2b2cE8f4476cEF25D4d752ee',
|
|
20
|
+
FtsoDoge: '0x2f976FE9c802dEAf684AD725C46F55b5C8ebA19f',
|
|
21
|
+
FtsoAda: '0x9F867b6ae76fA031130D640cC58D04Aa501414c0',
|
|
22
|
+
FtsoAlgo: '0x502dD637B79B21b709Fdf5B61a4b824d584224C3',
|
|
23
|
+
FtsoBch: '0xd1D12609851170e7c48E5D5022BF973Cd285fbdF',
|
|
24
|
+
FtsoDgb: '0x72Fd7A3A012370bee1F64BF55AB168524e69c24c',
|
|
25
|
+
FtsoBtc: '0x602B1c4c6A7F192D9c9cFf7dCb3ec272cA3dFC81',
|
|
26
|
+
FtsoEth: '0xD20975F531E8AEa8a94F8aCD8F4a67914b099471',
|
|
27
|
+
FtsoFil: '0x44A26395Fc561701875A653183dA340f16eefDEc',
|
|
28
|
+
FtsoWnat: '0xf9660C1421a095FE2C49E8e4396E9eAF39d3D7f3',
|
|
29
|
+
GovernanceSettings: '0x183fAfF6997C98A812A3B98748Fc80241D08f312',
|
|
29
30
|
GovernanceVotePower: '0xC5F28A768eE12f46d82C7C5b3D94C97Da498157C',
|
|
30
|
-
PollingFoundation: '
|
|
31
|
+
PollingFoundation: '0x725cd5E69388515029BCBF9F8aE2cc47f397CD64',
|
|
32
|
+
AddressUpdater: '0x884E1818eA005171CDe0dB5b83E9734454e0Ed6D',
|
|
33
|
+
FlareContractRegistry: '0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019',
|
|
31
34
|
};
|
|
32
35
|
//# sourceMappingURL=contractAddresses.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../songbird/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,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;IACtD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;IACtD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;IACtD,mBAAmB,EAAE,4CAA4C;IACjE,iBAAiB,EAAE,4CAA4C;
|
|
1
|
+
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../songbird/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,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;IACtD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;IACtD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;IACtD,kBAAkB,EAAE,4CAA4C;IAChE,mBAAmB,EAAE,4CAA4C;IACjE,iBAAiB,EAAE,4CAA4C;IAC/D,cAAc,EAAE,4CAA4C;IAC5D,qBAAqB,EAAE,4CAA4C;CACpE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapper.d.ts","sourceRoot":"","sources":["../../../songbird/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;
|
|
1
|
+
{"version":3,"file":"mapper.d.ts","sourceRoot":"","sources":["../../../songbird/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;CAmBnE,CAAC"}
|
|
@@ -12,7 +12,7 @@ const nameToAddress = (name) => {
|
|
|
12
12
|
};
|
|
13
13
|
exports.nameToAddress = nameToAddress;
|
|
14
14
|
const addressToName = (address) => {
|
|
15
|
-
const foundMatch = deployed_contracts.find((el) => el.address == address);
|
|
15
|
+
const foundMatch = deployed_contracts.find((el) => el.address.toLowerCase() == address.toLowerCase());
|
|
16
16
|
if (foundMatch) {
|
|
17
17
|
return foundMatch.name;
|
|
18
18
|
}
|
|
@@ -21,7 +21,11 @@ const addressToName = (address) => {
|
|
|
21
21
|
exports.addressToName = addressToName;
|
|
22
22
|
const nameToAbi = (name) => {
|
|
23
23
|
try {
|
|
24
|
-
|
|
24
|
+
let abiData = abis_songbird_1.songbirdABIs[name];
|
|
25
|
+
if (abiData !== undefined) {
|
|
26
|
+
return { data: abiData, status: "OK" };
|
|
27
|
+
}
|
|
28
|
+
return { data: [], status: "No official Flare Network contract at this address" };
|
|
25
29
|
}
|
|
26
30
|
catch (e) {
|
|
27
31
|
if (e instanceof TypeError) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapper.js","sourceRoot":"","sources":["../../../songbird/deploys/mapper.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"mapper.js","sourceRoot":"","sources":["../../../songbird/deploys/mapper.ts"],"names":[],"mappings":";;;AAAA,oDAAsD;AACtD,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAE/C,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,CAAC,WAAW,EAAE,IAAI,OAAO,CAAC,WAAW,EAAE,CAAC,CAAA;IAC1G,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,IAAI,OAAO,GAAG,4BAAG,CAAC,IAAI,CAAC,CAAC;QACxB,IAAI,OAAO,KAAK,SAAS,EAAE;YACzB,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;SACxC;QACD,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,oDAAoD,EAAE,CAAA;KAClF;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;AAnBW,QAAA,SAAS,aAmBpB"}
|
package/package.json
CHANGED
package/dist/README.md
DELETED
|
@@ -1,142 +0,0 @@
|
|
|
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": "0xA3E8b413713D80137ecf81209380049094eb61E2"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "CleanupBlockNumberManager",
|
|
39
|
-
"contractName": "CleanupBlockNumberManager.sol",
|
|
40
|
-
"address": "0x7357995781475c3Cae1eDcDa23589fab898D9547"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "FtsoRegistry",
|
|
44
|
-
"contractName": "FtsoRegistry.sol",
|
|
45
|
-
"address": "0xf7Bbf40145C82Fca13011C783AaeCa6bD95fd652"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "VoterWhitelister",
|
|
49
|
-
"contractName": "VoterWhitelister.sol",
|
|
50
|
-
"address": "0xEaA8968E9B70dd2559066E3e801Df1596a4CFA23"
|
|
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
|
-
]
|