@flarenetwork/flare-periphery-contract-artifacts 0.0.1 → 0.0.3
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/coston.json +5 -0
- 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/coston2.json +13 -8
- 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/flare.json +13 -8
- 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/dist/songbird/deploys/songbird.json +31 -16
- package/package.json +1 -1
- package/dist/coston2/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/flare/artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json +0 -561
- package/dist/songbird/artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json +0 -566
|
@@ -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"}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
{
|
|
8
8
|
"name": "StateConnector",
|
|
9
9
|
"contractName": "StateConnector.sol",
|
|
10
|
-
"address": "
|
|
10
|
+
"address": "0x0c13aDA1C7143Cf0a0795FFaB93eEBb6FAD6e4e3"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"name": "FlareDaemon",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
{
|
|
43
43
|
"name": "FtsoRegistry",
|
|
44
44
|
"contractName": "FtsoRegistry.sol",
|
|
45
|
-
"address": "
|
|
45
|
+
"address": "0xEf4c203470553C654B3870f37ce4DE1fA862Dee0"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "VoterWhitelister",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
{
|
|
53
53
|
"name": "FtsoManager",
|
|
54
54
|
"contractName": "FtsoManager.sol",
|
|
55
|
-
"address": "
|
|
55
|
+
"address": "0x7A6B15E17b7691ba687ad182bD12cb4a91D533ae"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"name": "WNat",
|
|
@@ -62,62 +62,67 @@
|
|
|
62
62
|
{
|
|
63
63
|
"name": "FtsoXrp",
|
|
64
64
|
"contractName": "Ftso.sol",
|
|
65
|
-
"address": "
|
|
65
|
+
"address": "0x2Be2A30c312F02B4a43327E36acc9a2e8FA94F81"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "FtsoLtc",
|
|
69
69
|
"contractName": "Ftso.sol",
|
|
70
|
-
"address": "
|
|
70
|
+
"address": "0x1578a0e968e4bDE8B0A5C0E155ac3d73aDdE7d9e"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"name": "FtsoXlm",
|
|
74
74
|
"contractName": "Ftso.sol",
|
|
75
|
-
"address": "
|
|
75
|
+
"address": "0x95F1De36a886492b2b2cE8f4476cEF25D4d752ee"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"name": "FtsoDoge",
|
|
79
79
|
"contractName": "Ftso.sol",
|
|
80
|
-
"address": "
|
|
80
|
+
"address": "0x2f976FE9c802dEAf684AD725C46F55b5C8ebA19f"
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"name": "FtsoAda",
|
|
84
84
|
"contractName": "Ftso.sol",
|
|
85
|
-
"address": "
|
|
85
|
+
"address": "0x9F867b6ae76fA031130D640cC58D04Aa501414c0"
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"name": "FtsoAlgo",
|
|
89
89
|
"contractName": "Ftso.sol",
|
|
90
|
-
"address": "
|
|
90
|
+
"address": "0x502dD637B79B21b709Fdf5B61a4b824d584224C3"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"name": "FtsoBch",
|
|
94
94
|
"contractName": "Ftso.sol",
|
|
95
|
-
"address": "
|
|
95
|
+
"address": "0xd1D12609851170e7c48E5D5022BF973Cd285fbdF"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"name": "FtsoDgb",
|
|
99
99
|
"contractName": "Ftso.sol",
|
|
100
|
-
"address": "
|
|
100
|
+
"address": "0x72Fd7A3A012370bee1F64BF55AB168524e69c24c"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"name": "FtsoBtc",
|
|
104
104
|
"contractName": "Ftso.sol",
|
|
105
|
-
"address": "
|
|
105
|
+
"address": "0x602B1c4c6A7F192D9c9cFf7dCb3ec272cA3dFC81"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"name": "FtsoEth",
|
|
109
109
|
"contractName": "Ftso.sol",
|
|
110
|
-
"address": "
|
|
110
|
+
"address": "0xD20975F531E8AEa8a94F8aCD8F4a67914b099471"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"name": "FtsoFil",
|
|
114
114
|
"contractName": "Ftso.sol",
|
|
115
|
-
"address": "
|
|
115
|
+
"address": "0x44A26395Fc561701875A653183dA340f16eefDEc"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
"name": "FtsoWnat",
|
|
119
119
|
"contractName": "Ftso.sol",
|
|
120
|
-
"address": "
|
|
120
|
+
"address": "0xf9660C1421a095FE2C49E8e4396E9eAF39d3D7f3"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "GovernanceSettings",
|
|
124
|
+
"contractName": "GovernanceSettings.sol",
|
|
125
|
+
"address": "0x183fAfF6997C98A812A3B98748Fc80241D08f312"
|
|
121
126
|
},
|
|
122
127
|
{
|
|
123
128
|
"name": "GovernanceVotePower",
|
|
@@ -127,6 +132,16 @@
|
|
|
127
132
|
{
|
|
128
133
|
"name": "PollingFoundation",
|
|
129
134
|
"contractName": "PollingFoundation.sol",
|
|
130
|
-
"address": "
|
|
135
|
+
"address": "0x725cd5E69388515029BCBF9F8aE2cc47f397CD64"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "AddressUpdater",
|
|
139
|
+
"contractName": "AddressUpdater.sol",
|
|
140
|
+
"address": "0x884E1818eA005171CDe0dB5b83E9734454e0Ed6D"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"name": "FlareContractRegistry",
|
|
144
|
+
"contractName": "FlareContractRegistry.sol",
|
|
145
|
+
"address": "0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019"
|
|
131
146
|
}
|
|
132
147
|
]
|