@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
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "FlareContractRegistry",
|
|
4
|
+
"sourceName": "contracts/utils/implementation/FlareContractRegistry.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "_addressUpdater",
|
|
11
|
+
"type": "address"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"stateMutability": "nonpayable",
|
|
15
|
+
"type": "constructor"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"inputs": [],
|
|
19
|
+
"name": "getAddressUpdater",
|
|
20
|
+
"outputs": [
|
|
21
|
+
{
|
|
22
|
+
"internalType": "address",
|
|
23
|
+
"name": "_addressUpdater",
|
|
24
|
+
"type": "address"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"stateMutability": "view",
|
|
28
|
+
"type": "function"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"inputs": [],
|
|
32
|
+
"name": "getAllContracts",
|
|
33
|
+
"outputs": [
|
|
34
|
+
{
|
|
35
|
+
"internalType": "string[]",
|
|
36
|
+
"name": "",
|
|
37
|
+
"type": "string[]"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"internalType": "address[]",
|
|
41
|
+
"name": "",
|
|
42
|
+
"type": "address[]"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"stateMutability": "view",
|
|
46
|
+
"type": "function"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"inputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "bytes32",
|
|
52
|
+
"name": "_nameHash",
|
|
53
|
+
"type": "bytes32"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"name": "getContractAddressByHash",
|
|
57
|
+
"outputs": [
|
|
58
|
+
{
|
|
59
|
+
"internalType": "address",
|
|
60
|
+
"name": "",
|
|
61
|
+
"type": "address"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"stateMutability": "view",
|
|
65
|
+
"type": "function"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"inputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "string",
|
|
71
|
+
"name": "_name",
|
|
72
|
+
"type": "string"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "getContractAddressByName",
|
|
76
|
+
"outputs": [
|
|
77
|
+
{
|
|
78
|
+
"internalType": "address",
|
|
79
|
+
"name": "",
|
|
80
|
+
"type": "address"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"stateMutability": "view",
|
|
84
|
+
"type": "function"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"inputs": [
|
|
88
|
+
{
|
|
89
|
+
"internalType": "bytes32[]",
|
|
90
|
+
"name": "_nameHashes",
|
|
91
|
+
"type": "bytes32[]"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"name": "getContractAddressesByHash",
|
|
95
|
+
"outputs": [
|
|
96
|
+
{
|
|
97
|
+
"internalType": "address[]",
|
|
98
|
+
"name": "",
|
|
99
|
+
"type": "address[]"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"stateMutability": "view",
|
|
103
|
+
"type": "function"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"inputs": [
|
|
107
|
+
{
|
|
108
|
+
"internalType": "string[]",
|
|
109
|
+
"name": "_names",
|
|
110
|
+
"type": "string[]"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"name": "getContractAddressesByName",
|
|
114
|
+
"outputs": [
|
|
115
|
+
{
|
|
116
|
+
"internalType": "address[]",
|
|
117
|
+
"name": "",
|
|
118
|
+
"type": "address[]"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"stateMutability": "view",
|
|
122
|
+
"type": "function"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"inputs": [
|
|
126
|
+
{
|
|
127
|
+
"internalType": "bytes32[]",
|
|
128
|
+
"name": "_contractNameHashes",
|
|
129
|
+
"type": "bytes32[]"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"internalType": "address[]",
|
|
133
|
+
"name": "_contractAddresses",
|
|
134
|
+
"type": "address[]"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"name": "updateContractAddresses",
|
|
138
|
+
"outputs": [],
|
|
139
|
+
"stateMutability": "nonpayable",
|
|
140
|
+
"type": "function"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"bytecode": "0x608060405234801561001057600080fd5b50604051610d1e380380610d1e83398101604081905261002f91610064565b8061003981610040565b5050610092565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e771955565b600060208284031215610075578081fd5b81516001600160a01b038116811461008b578182fd5b9392505050565b610c7d806100a16000396000f3fe608060405234801561001057600080fd5b506004361061007d5760003560e01c80635e11e2d11161005b5780635e11e2d1146100c957806376d2b1af146100e957806382760fca146100fc578063b00c0b761461010f5761007d565b8063159354a21461008257806318d3ce96146100ab5780635267a15d146100c1575b600080fd5b61009561009036600461092b565b610124565b6040516100a29190610a1d565b60405180910390f35b6100b36101af565b6040516100a2929190610b14565b610095610236565b6100dc6100d736600461071b565b61025b565b6040516100a29190610a31565b6100dc6100f7366004610812565b6102ed565b61009561010a366004610943565b610324565b61012261011d36600461075b565b6103ab565b005b600061012e610236565b6001600160a01b031663159354a2836040518263ffffffff1660e01b81526004016101599190610ba0565b60206040518083038186803b15801561017157600080fd5b505afa158015610185573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101a991906106c4565b92915050565b6060806101ba610236565b6001600160a01b0316632f26c5c36040518163ffffffff1660e01b815260040160006040518083038186803b1580156101f257600080fd5b505afa158015610206573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261022e919081019061083a565b915091509091565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e77195490565b6060610265610236565b6001600160a01b0316635e11e2d184846040518363ffffffff1660e01b8152600401610292929190610a44565b60006040518083038186803b1580156102aa57600080fd5b505afa1580156102be573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526102e691908101906106e0565b9392505050565b60606102f7610236565b6001600160a01b031663ee6f63c384846040518363ffffffff1660e01b8152600401610292929190610a7e565b600061032e610236565b6001600160a01b03166304433bbc84846040518363ffffffff1660e01b815260040161035b929190610ba9565b60206040518083038186803b15801561037357600080fd5b505afa158015610387573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102e691906106c4565b6103b3610236565b6001600160a01b0316336001600160a01b03161461040f576040805162461bcd60e51b815260206004820152601460248201527337b7363c9030b2323932b9b9903ab83230ba32b960611b604482015290519081900360640190fd5b61044861044383836040518060400160405280600e81526020016d20b2323932b9b9aab83230ba32b960911b815250610452565b61057f565b61044e82825b5050565b600080826040516020018080602001828103825283818151815260200191508051906020019080838360005b8381101561049657818101518382015260200161047e565b50505050905090810190601f1680156104c35780820380516001836020036101000a031916815260200191505b50925050506040516020818303038152906040528051906020012090506000805b865181101561052b578681815181106104f957fe5b60200260200101518314156105235785818151811061051457fe5b6020026020010151915061052b565b6001016104e4565b506001600160a01b038116610576576040805162461bcd60e51b815260206004820152600c60248201526b61646472657373207a65726f60a01b604482015290519081900360640190fd5b95945050505050565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e771955565b600082601f8301126105b3578081fd5b813560206105c86105c383610be1565b610bbd565b82815281810190858301838502870184018810156105e4578586fd5b855b8581101561060b5781356105f981610c2f565b845292840192908401906001016105e6565b5090979650505050505050565b600082601f830112610628578081fd5b815160206106386105c383610be1565b8281528181019085830183850287018401881015610654578586fd5b855b8581101561060b57815161066981610c2f565b84529284019290840190600101610656565b60008083601f84011261068c578182fd5b50813567ffffffffffffffff8111156106a3578182fd5b60208301915083602080830285010111156106bd57600080fd5b9250929050565b6000602082840312156106d5578081fd5b81516102e681610c2f565b6000602082840312156106f1578081fd5b815167ffffffffffffffff811115610707578182fd5b61071384828501610618565b949350505050565b6000806020838503121561072d578081fd5b823567ffffffffffffffff811115610743578182fd5b61074f8582860161067b565b90969095509350505050565b6000806040838503121561076d578182fd5b823567ffffffffffffffff80821115610784578384fd5b818501915085601f830112610797578384fd5b813560206107a76105c383610be1565b82815281810190858301838502870184018b10156107c3578889fd5b8896505b848710156107e55780358352600196909601959183019183016107c7565b50965050860135925050808211156107fb578283fd5b50610808858286016105a3565b9150509250929050565b60008060208385031215610824578182fd5b823567ffffffffffffffff811115610743578283fd5b600080604080848603121561084d578283fd5b835167ffffffffffffffff80821115610864578485fd5b818601915086601f830112610877578485fd5b815160206108876105c383610be1565b82815281810190858301895b8581101561090357815188018d603f8201126108ad578b8cfd5b85810151888111156108bb57fe5b6108cd601f8201601f19168801610bbd565b8181528f8c8385010111156108e0578d8efd5b6108ef828983018e8601610bff565b865250509284019290840190600101610893565b50509189015191975090945050508083111561091d578384fd5b505061080885828601610618565b60006020828403121561093c578081fd5b5035919050565b60008060208385031215610955578182fd5b823567ffffffffffffffff8082111561096c578384fd5b818501915085601f83011261097f578384fd5b81358181111561098d578485fd5b86602082850101111561099e578485fd5b60209290920196919550909350505050565b6000815180845260208085019450808401835b838110156109e85781516001600160a01b0316875295820195908201906001016109c3565b509495945050505050565b60008284528282602086013780602084860101526020601f19601f85011685010190509392505050565b6001600160a01b0391909116815260200190565b6000602082526102e660208301846109b0565b6020808252810182905260006001600160fb1b03831115610a63578081fd5b60208302808560408501379190910160400190815292915050565b602080825281810183905260009060408482028401810190840186845b87811015610b0757868403603f190183528135368a9003601e19018112610ac0578687fd5b8901803567ffffffffffffffff811115610ad8578788fd5b8036038b1315610ae6578788fd5b610af386828985016109f3565b955050509184019190840190600101610a9b565b5091979650505050505050565b60006040820160408352808551808352606085019150602092506060838202860101838801855b83811015610b8157878303605f1901855281518051808552610b62818987018a8501610bff565b95870195601f01601f1916939093018601925090850190600101610b3b565b505085810384870152610b9481886109b0565b98975050505050505050565b90815260200190565b6000602082526107136020830184866109f3565b60405181810167ffffffffffffffff81118282101715610bd957fe5b604052919050565b600067ffffffffffffffff821115610bf557fe5b5060209081020190565b60005b83811015610c1a578181015183820152602001610c02565b83811115610c29576000848401525b50505050565b6001600160a01b0381168114610c4457600080fd5b5056fea2646970667358221220a2231f0a96f65e2b42c2e005d76016d406779b49cf405c35bfd8309722ab8b9764736f6c63430007060033",
|
|
144
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061007d5760003560e01c80635e11e2d11161005b5780635e11e2d1146100c957806376d2b1af146100e957806382760fca146100fc578063b00c0b761461010f5761007d565b8063159354a21461008257806318d3ce96146100ab5780635267a15d146100c1575b600080fd5b61009561009036600461092b565b610124565b6040516100a29190610a1d565b60405180910390f35b6100b36101af565b6040516100a2929190610b14565b610095610236565b6100dc6100d736600461071b565b61025b565b6040516100a29190610a31565b6100dc6100f7366004610812565b6102ed565b61009561010a366004610943565b610324565b61012261011d36600461075b565b6103ab565b005b600061012e610236565b6001600160a01b031663159354a2836040518263ffffffff1660e01b81526004016101599190610ba0565b60206040518083038186803b15801561017157600080fd5b505afa158015610185573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101a991906106c4565b92915050565b6060806101ba610236565b6001600160a01b0316632f26c5c36040518163ffffffff1660e01b815260040160006040518083038186803b1580156101f257600080fd5b505afa158015610206573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261022e919081019061083a565b915091509091565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e77195490565b6060610265610236565b6001600160a01b0316635e11e2d184846040518363ffffffff1660e01b8152600401610292929190610a44565b60006040518083038186803b1580156102aa57600080fd5b505afa1580156102be573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526102e691908101906106e0565b9392505050565b60606102f7610236565b6001600160a01b031663ee6f63c384846040518363ffffffff1660e01b8152600401610292929190610a7e565b600061032e610236565b6001600160a01b03166304433bbc84846040518363ffffffff1660e01b815260040161035b929190610ba9565b60206040518083038186803b15801561037357600080fd5b505afa158015610387573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102e691906106c4565b6103b3610236565b6001600160a01b0316336001600160a01b03161461040f576040805162461bcd60e51b815260206004820152601460248201527337b7363c9030b2323932b9b9903ab83230ba32b960611b604482015290519081900360640190fd5b61044861044383836040518060400160405280600e81526020016d20b2323932b9b9aab83230ba32b960911b815250610452565b61057f565b61044e82825b5050565b600080826040516020018080602001828103825283818151815260200191508051906020019080838360005b8381101561049657818101518382015260200161047e565b50505050905090810190601f1680156104c35780820380516001836020036101000a031916815260200191505b50925050506040516020818303038152906040528051906020012090506000805b865181101561052b578681815181106104f957fe5b60200260200101518314156105235785818151811061051457fe5b6020026020010151915061052b565b6001016104e4565b506001600160a01b038116610576576040805162461bcd60e51b815260206004820152600c60248201526b61646472657373207a65726f60a01b604482015290519081900360640190fd5b95945050505050565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e771955565b600082601f8301126105b3578081fd5b813560206105c86105c383610be1565b610bbd565b82815281810190858301838502870184018810156105e4578586fd5b855b8581101561060b5781356105f981610c2f565b845292840192908401906001016105e6565b5090979650505050505050565b600082601f830112610628578081fd5b815160206106386105c383610be1565b8281528181019085830183850287018401881015610654578586fd5b855b8581101561060b57815161066981610c2f565b84529284019290840190600101610656565b60008083601f84011261068c578182fd5b50813567ffffffffffffffff8111156106a3578182fd5b60208301915083602080830285010111156106bd57600080fd5b9250929050565b6000602082840312156106d5578081fd5b81516102e681610c2f565b6000602082840312156106f1578081fd5b815167ffffffffffffffff811115610707578182fd5b61071384828501610618565b949350505050565b6000806020838503121561072d578081fd5b823567ffffffffffffffff811115610743578182fd5b61074f8582860161067b565b90969095509350505050565b6000806040838503121561076d578182fd5b823567ffffffffffffffff80821115610784578384fd5b818501915085601f830112610797578384fd5b813560206107a76105c383610be1565b82815281810190858301838502870184018b10156107c3578889fd5b8896505b848710156107e55780358352600196909601959183019183016107c7565b50965050860135925050808211156107fb578283fd5b50610808858286016105a3565b9150509250929050565b60008060208385031215610824578182fd5b823567ffffffffffffffff811115610743578283fd5b600080604080848603121561084d578283fd5b835167ffffffffffffffff80821115610864578485fd5b818601915086601f830112610877578485fd5b815160206108876105c383610be1565b82815281810190858301895b8581101561090357815188018d603f8201126108ad578b8cfd5b85810151888111156108bb57fe5b6108cd601f8201601f19168801610bbd565b8181528f8c8385010111156108e0578d8efd5b6108ef828983018e8601610bff565b865250509284019290840190600101610893565b50509189015191975090945050508083111561091d578384fd5b505061080885828601610618565b60006020828403121561093c578081fd5b5035919050565b60008060208385031215610955578182fd5b823567ffffffffffffffff8082111561096c578384fd5b818501915085601f83011261097f578384fd5b81358181111561098d578485fd5b86602082850101111561099e578485fd5b60209290920196919550909350505050565b6000815180845260208085019450808401835b838110156109e85781516001600160a01b0316875295820195908201906001016109c3565b509495945050505050565b60008284528282602086013780602084860101526020601f19601f85011685010190509392505050565b6001600160a01b0391909116815260200190565b6000602082526102e660208301846109b0565b6020808252810182905260006001600160fb1b03831115610a63578081fd5b60208302808560408501379190910160400190815292915050565b602080825281810183905260009060408482028401810190840186845b87811015610b0757868403603f190183528135368a9003601e19018112610ac0578687fd5b8901803567ffffffffffffffff811115610ad8578788fd5b8036038b1315610ae6578788fd5b610af386828985016109f3565b955050509184019190840190600101610a9b565b5091979650505050505050565b60006040820160408352808551808352606085019150602092506060838202860101838801855b83811015610b8157878303605f1901855281518051808552610b62818987018a8501610bff565b95870195601f01601f1916939093018601925090850190600101610b3b565b505085810384870152610b9481886109b0565b98975050505050505050565b90815260200190565b6000602082526107136020830184866109f3565b60405181810167ffffffffffffffff81118282101715610bd957fe5b604052919050565b600067ffffffffffffffff821115610bf557fe5b5060209081020190565b60005b83811015610c1a578181015183820152602001610c02565b83811115610c29576000848401525b50505050565b6001600160a01b0381168114610c4457600080fd5b5056fea2646970667358221220a2231f0a96f65e2b42c2e005d76016d406779b49cf405c35bfd8309722ab8b9764736f6c63430007060033",
|
|
145
|
+
"linkReferences": {},
|
|
146
|
+
"deployedLinkReferences": {}
|
|
147
|
+
}
|
package/dist/flare/artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IIRandomProvider",
|
|
4
|
+
"sourceName": "contracts/utils/interface/IIRandomProvider.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"internalType": "uint256",
|
|
10
|
+
"name": "_finalizingPriceEpochId",
|
|
11
|
+
"type": "uint256"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"internalType": "uint256",
|
|
15
|
+
"name": "_currentPriceEpochId",
|
|
16
|
+
"type": "uint256"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"name": "chillNonrevealingDataProviders",
|
|
20
|
+
"outputs": [],
|
|
21
|
+
"stateMutability": "nonpayable",
|
|
22
|
+
"type": "function"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"inputs": [],
|
|
26
|
+
"name": "getCurrentRandom",
|
|
27
|
+
"outputs": [
|
|
28
|
+
{
|
|
29
|
+
"internalType": "uint256",
|
|
30
|
+
"name": "_currentRandom",
|
|
31
|
+
"type": "uint256"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"stateMutability": "view",
|
|
35
|
+
"type": "function"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"inputs": [],
|
|
39
|
+
"name": "getCurrentRandomWithQuality",
|
|
40
|
+
"outputs": [
|
|
41
|
+
{
|
|
42
|
+
"internalType": "uint256",
|
|
43
|
+
"name": "_currentRandom",
|
|
44
|
+
"type": "uint256"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"internalType": "bool",
|
|
48
|
+
"name": "_goodRandom",
|
|
49
|
+
"type": "bool"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"stateMutability": "view",
|
|
53
|
+
"type": "function"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"bytecode": "0x",
|
|
57
|
+
"deployedBytecode": "0x",
|
|
58
|
+
"linkReferences": {},
|
|
59
|
+
"deployedLinkReferences": {}
|
|
60
|
+
}
|
|
@@ -15,13 +15,13 @@ export declare const contractAddresses: {
|
|
|
15
15
|
Escrow: string;
|
|
16
16
|
FtsoRegistry: string;
|
|
17
17
|
VoterWhitelister: string;
|
|
18
|
-
Distribution: string;
|
|
19
18
|
DistributionToDelegators: string;
|
|
20
19
|
IncentivePoolAllocation: string;
|
|
21
20
|
IncentivePool: string;
|
|
22
21
|
ValidatorRegistry: string;
|
|
23
22
|
FtsoManager: string;
|
|
24
23
|
WNat: string;
|
|
24
|
+
CombinedNat: string;
|
|
25
25
|
GovernanceVotePower: string;
|
|
26
26
|
FtsoXrp: string;
|
|
27
27
|
FtsoLtc: string;
|
|
@@ -40,5 +40,6 @@ export declare const contractAddresses: {
|
|
|
40
40
|
PollingFoundation: string;
|
|
41
41
|
ClaimSetupManager: string;
|
|
42
42
|
DelegationAccount: string;
|
|
43
|
+
FlareContractRegistry: string;
|
|
43
44
|
};
|
|
44
45
|
//# sourceMappingURL=contractAddresses.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contractAddresses.d.ts","sourceRoot":"","sources":["../../../flare/deploys/contractAddresses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"contractAddresses.d.ts","sourceRoot":"","sources":["../../../flare/deploys/contractAddresses.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2C7B,CAAA"}
|
|
@@ -5,11 +5,11 @@ exports.contractAddresses = {
|
|
|
5
5
|
StateConnector: '0x1000000000000000000000000000000000000001',
|
|
6
6
|
FlareDaemon: '0x1000000000000000000000000000000000000002',
|
|
7
7
|
PriceSubmitter: '0x1000000000000000000000000000000000000003',
|
|
8
|
-
DistributionTreasury: '
|
|
8
|
+
DistributionTreasury: '0xCF3007B342f9c17AfBE11BF3fbA278517B44C303',
|
|
9
9
|
IncentivePoolTreasury: '0x1000000000000000000000000000000000000005',
|
|
10
10
|
InitialAirdrop: '0x410d1879D06c1C38cD963AE3d33B309f796bac66',
|
|
11
11
|
GovernanceSettings: '0x1000000000000000000000000000000000000007',
|
|
12
|
-
AddressUpdater: '
|
|
12
|
+
AddressUpdater: '0xF0De0df69D63c1F5E841F4964550C3DABAd6d24e',
|
|
13
13
|
InflationAllocation: '0x260371e0CF561887C6Da270CC3Be84C2FaB5444f',
|
|
14
14
|
Inflation: '0xEfd7a680Db05F1dCD86EB5a074897F502C8601A0',
|
|
15
15
|
Supply: '0x8577D2D50827bCE2EC1dc9Cf9F1199826781D5AF',
|
|
@@ -18,13 +18,13 @@ exports.contractAddresses = {
|
|
|
18
18
|
Escrow: '0x42A362eE27e239c17d97DA5765D052779AcfDC94',
|
|
19
19
|
FtsoRegistry: '0x13DC2b5053857AE17a4f95aFF55530b267F3E040',
|
|
20
20
|
VoterWhitelister: '0x0F45493e4C321b238e1fA242692BFFf3f30fBdfD',
|
|
21
|
-
|
|
22
|
-
DistributionToDelegators: '0x32c6379B2978A9aB75993cA82e3ADc77dd50010C',
|
|
21
|
+
DistributionToDelegators: '0x9c7A4C83842B29bB4A082b0E689CB9474BD938d0',
|
|
23
22
|
IncentivePoolAllocation: '0xa071b43060DaA8eaA0d14DBE5Ea03ed18c9ed1d6',
|
|
24
23
|
IncentivePool: '0xbcE1972De5d1598a948A36186eCeBFD4690F3a5C',
|
|
25
24
|
ValidatorRegistry: '0x9907886ceF3DfDE3D679e1083fb0F610e9A527a0',
|
|
26
25
|
FtsoManager: '0x2F5107461D1BF7D4D6d3b2b577621b2071343166',
|
|
27
26
|
WNat: '0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d',
|
|
27
|
+
CombinedNat: '0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d',
|
|
28
28
|
GovernanceVotePower: '0x47dD40deDCda8B4EFDEf5101999Af33B7cF787D7',
|
|
29
29
|
FtsoXrp: '0x2d433f7dF375C62c7831bf01b770eC8746c8F44f',
|
|
30
30
|
FtsoLtc: '0x9A9E3981B6e0F23D71caa9986D11967FB95209cA',
|
|
@@ -43,5 +43,6 @@ exports.contractAddresses = {
|
|
|
43
43
|
PollingFoundation: '0x258E20bdbb2d891521308d2af381B1BD962B67B5',
|
|
44
44
|
ClaimSetupManager: '0xD56c0Ea37B848939B59e6F5Cda119b3fA473b5eB',
|
|
45
45
|
DelegationAccount: '0x7fBc8623ac906bd3D636389b6D577E95B7D21Ef5',
|
|
46
|
+
FlareContractRegistry: '0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019',
|
|
46
47
|
};
|
|
47
48
|
//# sourceMappingURL=contractAddresses.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../flare/deploys/contractAddresses.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,cAAc,EAAE,4CAA4C;IAC5D,WAAW,EAAE,4CAA4C;IACzD,cAAc,EAAE,4CAA4C;IAC5D,oBAAoB,EAAE,4CAA4C;IAClE,qBAAqB,EAAE,4CAA4C;IACnE,cAAc,EAAE,4CAA4C;IAC5D,kBAAkB,EAAE,4CAA4C;IAChE,cAAc,EAAE,4CAA4C;IAC5D,mBAAmB,EAAE,4CAA4C;IACjE,SAAS,EAAE,4CAA4C;IACvD,MAAM,EAAE,4CAA4C;IACpD,iBAAiB,EAAE,4CAA4C;IAC/D,yBAAyB,EAAE,4CAA4C;IACvE,MAAM,EAAE,4CAA4C;IACpD,YAAY,EAAE,4CAA4C;IAC1D,gBAAgB,EAAE,4CAA4C;IAC9D,
|
|
1
|
+
{"version":3,"file":"contractAddresses.js","sourceRoot":"","sources":["../../../flare/deploys/contractAddresses.ts"],"names":[],"mappings":";;;AAAa,QAAA,iBAAiB,GAAG;IAC/B,cAAc,EAAE,4CAA4C;IAC5D,WAAW,EAAE,4CAA4C;IACzD,cAAc,EAAE,4CAA4C;IAC5D,oBAAoB,EAAE,4CAA4C;IAClE,qBAAqB,EAAE,4CAA4C;IACnE,cAAc,EAAE,4CAA4C;IAC5D,kBAAkB,EAAE,4CAA4C;IAChE,cAAc,EAAE,4CAA4C;IAC5D,mBAAmB,EAAE,4CAA4C;IACjE,SAAS,EAAE,4CAA4C;IACvD,MAAM,EAAE,4CAA4C;IACpD,iBAAiB,EAAE,4CAA4C;IAC/D,yBAAyB,EAAE,4CAA4C;IACvE,MAAM,EAAE,4CAA4C;IACpD,YAAY,EAAE,4CAA4C;IAC1D,gBAAgB,EAAE,4CAA4C;IAC9D,wBAAwB,EAAE,4CAA4C;IACtE,uBAAuB,EAAE,4CAA4C;IACrE,aAAa,EAAE,4CAA4C;IAC3D,iBAAiB,EAAE,4CAA4C;IAC/D,WAAW,EAAE,4CAA4C;IACzD,IAAI,EAAE,4CAA4C;IAClD,WAAW,EAAE,4CAA4C;IACzD,mBAAmB,EAAE,4CAA4C;IACjE,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,sBAAsB,EAAE,4CAA4C;IACpE,iBAAiB,EAAE,4CAA4C;IAC/D,iBAAiB,EAAE,4CAA4C;IAC/D,iBAAiB,EAAE,4CAA4C;IAC/D,qBAAqB,EAAE,4CAA4C;CACpE,CAAA"}
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
{
|
|
18
18
|
"name": "DistributionTreasury",
|
|
19
19
|
"contractName": "DistributionTreasury.sol",
|
|
20
|
-
"address": "
|
|
20
|
+
"address": "0xCF3007B342f9c17AfBE11BF3fbA278517B44C303"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"name": "IncentivePoolTreasury",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
{
|
|
38
38
|
"name": "AddressUpdater",
|
|
39
39
|
"contractName": "AddressUpdater.sol",
|
|
40
|
-
"address": "
|
|
40
|
+
"address": "0xF0De0df69D63c1F5E841F4964550C3DABAd6d24e"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"name": "InflationAllocation",
|
|
@@ -79,15 +79,10 @@
|
|
|
79
79
|
"contractName": "VoterWhitelister.sol",
|
|
80
80
|
"address": "0x0F45493e4C321b238e1fA242692BFFf3f30fBdfD"
|
|
81
81
|
},
|
|
82
|
-
{
|
|
83
|
-
"name": "Distribution",
|
|
84
|
-
"contractName": "Distribution.sol",
|
|
85
|
-
"address": "0xd7b8D88603De93dD9b430ea5f81dC32C117Df250"
|
|
86
|
-
},
|
|
87
82
|
{
|
|
88
83
|
"name": "DistributionToDelegators",
|
|
89
84
|
"contractName": "DistributionToDelegators.sol",
|
|
90
|
-
"address": "
|
|
85
|
+
"address": "0x9c7A4C83842B29bB4A082b0E689CB9474BD938d0"
|
|
91
86
|
},
|
|
92
87
|
{
|
|
93
88
|
"name": "IncentivePoolAllocation",
|
|
@@ -114,6 +109,11 @@
|
|
|
114
109
|
"contractName": "WNat.sol",
|
|
115
110
|
"address": "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d"
|
|
116
111
|
},
|
|
112
|
+
{
|
|
113
|
+
"name": "CombinedNat",
|
|
114
|
+
"contractName": "WNat.sol",
|
|
115
|
+
"address": "0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d"
|
|
116
|
+
},
|
|
117
117
|
{
|
|
118
118
|
"name": "GovernanceVotePower",
|
|
119
119
|
"contractName": "GovernanceVotePower.sol",
|
|
@@ -203,5 +203,10 @@
|
|
|
203
203
|
"name": "DelegationAccount",
|
|
204
204
|
"contractName": "DelegationAccount.sol",
|
|
205
205
|
"address": "0x7fBc8623ac906bd3D636389b6D577E95B7D21Ef5"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "FlareContractRegistry",
|
|
209
|
+
"contractName": "FlareContractRegistry.sol",
|
|
210
|
+
"address": "0xaD67FE66660Fb8dFE9d6b1b4240d8650e30F6019"
|
|
206
211
|
}
|
|
207
212
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapper.d.ts","sourceRoot":"","sources":["../../../flare/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":["../../../flare/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_flare_1.flareABIs[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":["../../../flare/deploys/mapper.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"mapper.js","sourceRoot":"","sources":["../../../flare/deploys/mapper.ts"],"names":[],"mappings":";;;AAAA,8CAAgD;AAChD,MAAM,kBAAkB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAE5C,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,sBAAG,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"}
|
|
@@ -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":"AAuGA,eAAO,MAAM,YAAY,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CAuG/C,CAAC"}
|
|
@@ -27,24 +27,40 @@ const VotePower_json_1 = __importDefault(require("./artifacts/contracts/token/li
|
|
|
27
27
|
const CheckPointHistory_json_1 = __importDefault(require("./artifacts/contracts/token/lib/CheckPointHistory.sol/CheckPointHistory.json"));
|
|
28
28
|
const IIFtso_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtso.sol/IIFtso.json"));
|
|
29
29
|
const IIFtsoManager_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtsoManager.sol/IIFtsoManager.json"));
|
|
30
|
+
const IIFtsoManagerV1_json_1 = __importDefault(require("./artifacts/contracts/ftso/interface/IIFtsoManagerV1.sol/IIFtsoManagerV1.json"));
|
|
30
31
|
const FtsoManager_json_1 = __importDefault(require("./artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.json"));
|
|
31
32
|
const Ftso_json_1 = __importDefault(require("./artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json"));
|
|
32
33
|
const FtsoVote_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoVote.sol/FtsoVote.json"));
|
|
33
34
|
const FtsoMedian_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoMedian.sol/FtsoMedian.json"));
|
|
34
35
|
const FtsoEpoch_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoEpoch.sol/FtsoEpoch.json"));
|
|
36
|
+
const FtsoManagement_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoManagement.sol/FtsoManagement.json"));
|
|
35
37
|
const FtsoManagerSettings_json_1 = __importDefault(require("./artifacts/contracts/ftso/lib/FtsoManagerSettings.sol/FtsoManagerSettings.json"));
|
|
36
38
|
const MockFtsoRegistry_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockFtsoRegistry.json"));
|
|
37
39
|
const MockVoterWhitelister_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockVoterWhitelister.json"));
|
|
38
40
|
const MockPriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/PriceProviderMockContracts.sol/MockPriceSubmitter.json"));
|
|
39
41
|
const MockNpmFtso_json_1 = __importDefault(require("./artifacts/contracts/ftso/priceProviderMockContracts/priceProviderMockFtso.sol/MockNpmFtso.json"));
|
|
42
|
+
const IIDelegationAccount_json_1 = __importDefault(require("./artifacts/contracts/claiming/interface/IIDelegationAccount.sol/IIDelegationAccount.json"));
|
|
43
|
+
const IIClaimSetupManager_json_1 = __importDefault(require("./artifacts/contracts/claiming/interface/IIClaimSetupManager.sol/IIClaimSetupManager.json"));
|
|
44
|
+
const DelegationAccount_json_1 = __importDefault(require("./artifacts/contracts/claiming/implementation/DelegationAccount.sol/DelegationAccount.json"));
|
|
45
|
+
const CloneFactory_json_1 = __importDefault(require("./artifacts/contracts/claiming/implementation/CloneFactory.sol/CloneFactory.json"));
|
|
46
|
+
const ClaimSetupManager_json_1 = __importDefault(require("./artifacts/contracts/claiming/implementation/ClaimSetupManager.sol/ClaimSetupManager.json"));
|
|
47
|
+
const IIFtsoRegistryV1_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IIFtsoRegistryV1.sol/IIFtsoRegistryV1.json"));
|
|
40
48
|
const IIFtsoRegistry_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IIFtsoRegistry.sol/IIFtsoRegistry.json"));
|
|
49
|
+
const IUpdateValidators_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IUpdateValidators.sol/IUpdateValidators.json"));
|
|
50
|
+
const IIRandomProvider_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IIRandomProvider.sol/IIRandomProvider.json"));
|
|
41
51
|
const IIVoterWhitelister_json_1 = __importDefault(require("./artifacts/contracts/utils/interface/IIVoterWhitelister.sol/IIVoterWhitelister.json"));
|
|
52
|
+
const AddressSet_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/AddressSet.sol/AddressSet.json"));
|
|
42
53
|
const GovernedAndFlareDaemonized_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/GovernedAndFlareDaemonized.sol/GovernedAndFlareDaemonized.json"));
|
|
43
54
|
const FtsoRegistry_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FtsoRegistry.sol/FtsoRegistry.json"));
|
|
55
|
+
const FtsoV2Upgrader_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FtsoV2Upgrader.sol/FtsoV2Upgrader.json"));
|
|
56
|
+
const ProxyGoverned_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/ProxyGoverned.sol/ProxyGoverned.json"));
|
|
44
57
|
const SafePct_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/SafePct.sol/SafePct.json"));
|
|
45
58
|
const RevertErrorTracking_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/RevertErrorTracking.sol/RevertErrorTracking.json"));
|
|
59
|
+
const GovernedAndFlareDaemonizedV2_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/GovernedAndFlareDaemonizedV2.sol/GovernedAndFlareDaemonizedV2.json"));
|
|
46
60
|
const VoterWhitelister_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/VoterWhitelister.sol/VoterWhitelister.json"));
|
|
47
61
|
const BokkyPooBahsDateTimeLibrary_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/DateTimeLibrary.sol/BokkyPooBahsDateTimeLibrary.json"));
|
|
62
|
+
const FlareContractRegistry_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FlareContractRegistry.sol/FlareContractRegistry.json"));
|
|
63
|
+
const FtsoRegistryProxy_json_1 = __importDefault(require("./artifacts/contracts/utils/implementation/FtsoRegistryProxy.sol/FtsoRegistryProxy.json"));
|
|
48
64
|
const IIGovernorProposer_json_1 = __importDefault(require("./artifacts/contracts/governance/interface/IIGovernorProposer.sol/IIGovernorProposer.json"));
|
|
49
65
|
const IIPollingFoundation_json_1 = __importDefault(require("./artifacts/contracts/governance/interface/IIPollingFoundation.sol/IIPollingFoundation.json"));
|
|
50
66
|
const Governed_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/Governed.sol/Governed.json"));
|
|
@@ -55,7 +71,9 @@ const GovernorProposals_json_1 = __importDefault(require("./artifacts/contracts/
|
|
|
55
71
|
const GovernedAtGenesis_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedAtGenesis.sol/GovernedAtGenesis.json"));
|
|
56
72
|
const Governor_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/Governor.sol/Governor.json"));
|
|
57
73
|
const InflationAllocation_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/InflationAllocation.sol/InflationAllocation.json"));
|
|
74
|
+
const GovernedBaseV2_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedBaseV2.sol/GovernedBaseV2.json"));
|
|
58
75
|
const GovernorVotes_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernorVotes.sol/GovernorVotes.json"));
|
|
76
|
+
const GovernedV2_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/GovernedV2.sol/GovernedV2.json"));
|
|
59
77
|
const PollingFoundation_json_1 = __importDefault(require("./artifacts/contracts/governance/implementation/PollingFoundation.sol/PollingFoundation.json"));
|
|
60
78
|
const IIInflationPercentageProvider_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IIInflationPercentageProvider.sol/IIInflationPercentageProvider.json"));
|
|
61
79
|
const IIInflationSharingPercentageProvider_json_1 = __importDefault(require("./artifacts/contracts/inflation/interface/IIInflationSharingPercentageProvider.sol/IIInflationSharingPercentageProvider.json"));
|
|
@@ -68,20 +86,26 @@ const InflationAnnum_json_1 = __importDefault(require("./artifacts/contracts/inf
|
|
|
68
86
|
const RewardServices_json_1 = __importDefault(require("./artifacts/contracts/inflation/lib/RewardServices.sol/RewardServices.json"));
|
|
69
87
|
const InflationAnnums_json_1 = __importDefault(require("./artifacts/contracts/inflation/lib/InflationAnnums.sol/InflationAnnums.json"));
|
|
70
88
|
const ICollateralizable_json_1 = __importDefault(require("./artifacts/contracts/mockXAsset/interface/ICollateralizable.sol/ICollateralizable.json"));
|
|
89
|
+
const IIAddressUpdatable_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json"));
|
|
90
|
+
const IIAddressUpdater_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/interface/IIAddressUpdater.sol/IIAddressUpdater.json"));
|
|
91
|
+
const AddressUpdatable_json_1 = __importDefault(require("./artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json"));
|
|
92
|
+
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"));
|
|
71
94
|
const IIFtsoRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIFtsoRewardManager.sol/IIFtsoRewardManager.json"));
|
|
72
|
-
const IIDataAvailabilityRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IIDataAvailabilityRewardManager.sol/IIDataAvailabilityRewardManager.json"));
|
|
73
95
|
const IITokenPool_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/interface/IITokenPool.sol/IITokenPool.json"));
|
|
74
|
-
const DataAvailabilityRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/DataAvailabilityRewardManager.sol/DataAvailabilityRewardManager.json"));
|
|
75
96
|
const FtsoRewardManager_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/FtsoRewardManager.sol/FtsoRewardManager.json"));
|
|
76
97
|
const Distribution_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/implementation/Distribution.sol/Distribution.json"));
|
|
98
|
+
const DataProviderFee_json_1 = __importDefault(require("./artifacts/contracts/tokenPools/lib/DataProviderFee.sol/DataProviderFee.json"));
|
|
77
99
|
const IIPriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IIPriceSubmitter.sol/IIPriceSubmitter.json"));
|
|
78
100
|
const IFtsoGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoGenesis.sol/IFtsoGenesis.json"));
|
|
79
101
|
const IFtsoRegistryGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoRegistryGenesis.sol/IFtsoRegistryGenesis.json"));
|
|
102
|
+
const IFtsoManagerGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFtsoManagerGenesis.sol/IFtsoManagerGenesis.json"));
|
|
80
103
|
const IFlareDaemonize_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IFlareDaemonize.sol/IFlareDaemonize.json"));
|
|
81
104
|
const IInflationGenesis_json_1 = __importDefault(require("./artifacts/contracts/genesis/interface/IInflationGenesis.sol/IInflationGenesis.json"));
|
|
82
105
|
const PriceSubmitter_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/PriceSubmitter.sol/PriceSubmitter.json"));
|
|
83
106
|
const StateConnector_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/StateConnector.sol/StateConnector.json"));
|
|
84
107
|
const FlareDaemon_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/FlareDaemon.sol/FlareDaemon.json"));
|
|
108
|
+
const GovernanceSettings_json_1 = __importDefault(require("./artifacts/contracts/genesis/implementation/GovernanceSettings.sol/GovernanceSettings.json"));
|
|
85
109
|
exports.songbirdABIs = {
|
|
86
110
|
IIVPToken: IIVPToken_json_1.default.abi,
|
|
87
111
|
IIVPContract: IIVPContract_json_1.default.abi,
|
|
@@ -106,24 +130,40 @@ exports.songbirdABIs = {
|
|
|
106
130
|
CheckPointHistory: CheckPointHistory_json_1.default.abi,
|
|
107
131
|
IIFtso: IIFtso_json_1.default.abi,
|
|
108
132
|
IIFtsoManager: IIFtsoManager_json_1.default.abi,
|
|
133
|
+
IIFtsoManagerV1: IIFtsoManagerV1_json_1.default.abi,
|
|
109
134
|
FtsoManager: FtsoManager_json_1.default.abi,
|
|
110
135
|
Ftso: Ftso_json_1.default.abi,
|
|
111
136
|
FtsoVote: FtsoVote_json_1.default.abi,
|
|
112
137
|
FtsoMedian: FtsoMedian_json_1.default.abi,
|
|
113
138
|
FtsoEpoch: FtsoEpoch_json_1.default.abi,
|
|
139
|
+
FtsoManagement: FtsoManagement_json_1.default.abi,
|
|
114
140
|
FtsoManagerSettings: FtsoManagerSettings_json_1.default.abi,
|
|
115
141
|
MockFtsoRegistry: MockFtsoRegistry_json_1.default.abi,
|
|
116
142
|
MockVoterWhitelister: MockVoterWhitelister_json_1.default.abi,
|
|
117
143
|
MockPriceSubmitter: MockPriceSubmitter_json_1.default.abi,
|
|
118
144
|
MockNpmFtso: MockNpmFtso_json_1.default.abi,
|
|
145
|
+
IIDelegationAccount: IIDelegationAccount_json_1.default.abi,
|
|
146
|
+
IIClaimSetupManager: IIClaimSetupManager_json_1.default.abi,
|
|
147
|
+
DelegationAccount: DelegationAccount_json_1.default.abi,
|
|
148
|
+
CloneFactory: CloneFactory_json_1.default.abi,
|
|
149
|
+
ClaimSetupManager: ClaimSetupManager_json_1.default.abi,
|
|
150
|
+
IIFtsoRegistryV1: IIFtsoRegistryV1_json_1.default.abi,
|
|
119
151
|
IIFtsoRegistry: IIFtsoRegistry_json_1.default.abi,
|
|
152
|
+
IUpdateValidators: IUpdateValidators_json_1.default.abi,
|
|
153
|
+
IIRandomProvider: IIRandomProvider_json_1.default.abi,
|
|
120
154
|
IIVoterWhitelister: IIVoterWhitelister_json_1.default.abi,
|
|
155
|
+
AddressSet: AddressSet_json_1.default.abi,
|
|
121
156
|
GovernedAndFlareDaemonized: GovernedAndFlareDaemonized_json_1.default.abi,
|
|
122
157
|
FtsoRegistry: FtsoRegistry_json_1.default.abi,
|
|
158
|
+
FtsoV2Upgrader: FtsoV2Upgrader_json_1.default.abi,
|
|
159
|
+
ProxyGoverned: ProxyGoverned_json_1.default.abi,
|
|
123
160
|
SafePct: SafePct_json_1.default.abi,
|
|
124
161
|
RevertErrorTracking: RevertErrorTracking_json_1.default.abi,
|
|
162
|
+
GovernedAndFlareDaemonizedV2: GovernedAndFlareDaemonizedV2_json_1.default.abi,
|
|
125
163
|
VoterWhitelister: VoterWhitelister_json_1.default.abi,
|
|
126
164
|
BokkyPooBahsDateTimeLibrary: BokkyPooBahsDateTimeLibrary_json_1.default.abi,
|
|
165
|
+
FlareContractRegistry: FlareContractRegistry_json_1.default.abi,
|
|
166
|
+
FtsoRegistryProxy: FtsoRegistryProxy_json_1.default.abi,
|
|
127
167
|
IIGovernorProposer: IIGovernorProposer_json_1.default.abi,
|
|
128
168
|
IIPollingFoundation: IIPollingFoundation_json_1.default.abi,
|
|
129
169
|
Governed: Governed_json_1.default.abi,
|
|
@@ -134,7 +174,9 @@ exports.songbirdABIs = {
|
|
|
134
174
|
GovernedAtGenesis: GovernedAtGenesis_json_1.default.abi,
|
|
135
175
|
Governor: Governor_json_1.default.abi,
|
|
136
176
|
InflationAllocation: InflationAllocation_json_1.default.abi,
|
|
177
|
+
GovernedBaseV2: GovernedBaseV2_json_1.default.abi,
|
|
137
178
|
GovernorVotes: GovernorVotes_json_1.default.abi,
|
|
179
|
+
GovernedV2: GovernedV2_json_1.default.abi,
|
|
138
180
|
PollingFoundation: PollingFoundation_json_1.default.abi,
|
|
139
181
|
IIInflationPercentageProvider: IIInflationPercentageProvider_json_1.default.abi,
|
|
140
182
|
IIInflationSharingPercentageProvider: IIInflationSharingPercentageProvider_json_1.default.abi,
|
|
@@ -147,19 +189,25 @@ exports.songbirdABIs = {
|
|
|
147
189
|
RewardServices: RewardServices_json_1.default.abi,
|
|
148
190
|
InflationAnnums: InflationAnnums_json_1.default.abi,
|
|
149
191
|
ICollateralizable: ICollateralizable_json_1.default.abi,
|
|
192
|
+
IIAddressUpdatable: IIAddressUpdatable_json_1.default.abi,
|
|
193
|
+
IIAddressUpdater: IIAddressUpdater_json_1.default.abi,
|
|
194
|
+
AddressUpdatable: AddressUpdatable_json_1.default.abi,
|
|
195
|
+
AddressUpdater: AddressUpdater_json_1.default.abi,
|
|
196
|
+
IIFtsoRewardManagerV2: IIFtsoRewardManagerV2_json_1.default.abi,
|
|
150
197
|
IIFtsoRewardManager: IIFtsoRewardManager_json_1.default.abi,
|
|
151
|
-
IIDataAvailabilityRewardManager: IIDataAvailabilityRewardManager_json_1.default.abi,
|
|
152
198
|
IITokenPool: IITokenPool_json_1.default.abi,
|
|
153
|
-
DataAvailabilityRewardManager: DataAvailabilityRewardManager_json_1.default.abi,
|
|
154
199
|
FtsoRewardManager: FtsoRewardManager_json_1.default.abi,
|
|
155
200
|
Distribution: Distribution_json_1.default.abi,
|
|
201
|
+
DataProviderFee: DataProviderFee_json_1.default.abi,
|
|
156
202
|
IIPriceSubmitter: IIPriceSubmitter_json_1.default.abi,
|
|
157
203
|
IFtsoGenesis: IFtsoGenesis_json_1.default.abi,
|
|
158
204
|
IFtsoRegistryGenesis: IFtsoRegistryGenesis_json_1.default.abi,
|
|
205
|
+
IFtsoManagerGenesis: IFtsoManagerGenesis_json_1.default.abi,
|
|
159
206
|
IFlareDaemonize: IFlareDaemonize_json_1.default.abi,
|
|
160
207
|
IInflationGenesis: IInflationGenesis_json_1.default.abi,
|
|
161
208
|
PriceSubmitter: PriceSubmitter_json_1.default.abi,
|
|
162
209
|
StateConnector: StateConnector_json_1.default.abi,
|
|
163
210
|
FlareDaemon: FlareDaemon_json_1.default.abi,
|
|
211
|
+
GovernanceSettings: GovernanceSettings_json_1.default.abi,
|
|
164
212
|
};
|
|
165
213
|
//# sourceMappingURL=abis.songbird.js.map
|
|
@@ -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,kIAAqG;AACrG,6GAAgF;AAChF,8GAAiF;AACjF,oHAAuF;AACvF,iHAAoF;AACpF,+IAAkH;AAClH,uKAA0I;AAC1I,+KAAkJ;AAClJ,2KAA8I;AAC9I,wJAA2H;AAC3H,uIAA0G;AAC1G,mJAAsH;AACtH,gLAAmJ;AACnJ,sIAAyG;AACzG,uHAA0F;AAC1F,2JAA8H;AAC9H,kJAAqH;AACrH,uKAA0I;AAC1I,wJAA2H;AAC3H,2JAA8H;AAC9H,+HAAkG;AAClG,uJAA0H;AAC1H,0JAA6H;AAC7H,2IAA8G;AAC9G,0JAA6H;AAC7H,0JAA6H;AAC7H,+HAAkG;AAClG,gKAAmI;AACnI,8IAAiH;AACjH,0JAA6H;AAC7H,wLAA2J;AAC3J,6MAAgL;AAChL,0JAA6H;AAC7H,yHAA4F;AAC5F,iIAAoG;AACpG,wHAA2F;AAC3F,kIAAqG;AACrG,qIAAwG;AACxG,qIAAwG;AACxG,wIAA2G;AAC3G,qJAAwH;AACxH,2JAA8H;AAC9H
|
|
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,iKAAoI;AACpI,2JAA8H;AAC9H,mIAAsG;AACtG,0JAA6H;AAC7H,2IAA8G;AAC9G,yIAA4G;AAC5G,+IAAkH;AAClH,mIAAsG;AACtG,2JAA8H;AAC9H,wJAA2H;AAC3H,4IAA+G;AAC/G,kJAAqH;AACrH,8IAAiH;AACjH,8IAAiH;AACjH,qIAAwG;AACxG,0JAA6H;AAEhH,QAAA,YAAY,GAA4B;IACrD,SAAS,EAAE,wBAAS,CAAC,GAAG;IACxB,YAAY,EAAE,2BAAY,CAAC,GAAG;IAC9B,qBAAqB,EAAE,oCAAqB,CAAC,GAAG;IAChD,WAAW,EAAE,0BAAW,CAAC,GAAG;IAC5B,OAAO,EAAE,sBAAO,CAAC,GAAG;IACpB,WAAW,EAAE,0BAAW,CAAC,GAAG;IAC5B,UAAU,EAAE,yBAAU,CAAC,GAAG;IAC1B,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,yBAAyB,EAAE,wCAAyB,CAAC,GAAG;IACxD,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,IAAI,EAAE,mBAAI,CAAC,GAAG;IACd,sBAAsB,EAAE,qCAAsB,CAAC,GAAG;IAClD,yBAAyB,EAAE,wCAAyB,CAAC,GAAG;IACxD,oBAAoB,EAAE,mCAAoB,CAAC,GAAG;IAC9C,oBAAoB,EAAE,mCAAoB,CAAC,GAAG;IAC9C,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,4BAA4B,EAAE,2CAA4B,CAAC,GAAG;IAC9D,kBAAkB,EAAE,iCAAkB,CAAC,GAAG;IAC1C,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,SAAS,EAAE,wBAAS,CAAC,GAAG;IACxB,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,MAAM,EAAE,qBAAM,CAAC,GAAG;IAClB,aAAa,EAAE,4BAAa,CAAC,GAAG;IAChC,eAAe,EAAE,8BAAe,CAAC,GAAG;IACpC,WAAW,EAAE,0BAAW,CAAC,GAAG;IAC5B,IAAI,EAAE,mBAAI,CAAC,GAAG;IACd,QAAQ,EAAE,uBAAQ,CAAC,GAAG;IACtB,UAAU,EAAE,yBAAU,CAAC,GAAG;IAC1B,SAAS,EAAE,wBAAS,CAAC,GAAG;IACxB,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,oBAAoB,EAAE,mCAAoB,CAAC,GAAG;IAC9C,kBAAkB,EAAE,iCAAkB,CAAC,GAAG;IAC1C,WAAW,EAAE,0BAAW,CAAC,GAAG;IAC5B,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,YAAY,EAAE,2BAAY,CAAC,GAAG;IAC9B,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,kBAAkB,EAAE,iCAAkB,CAAC,GAAG;IAC1C,UAAU,EAAE,yBAAU,CAAC,GAAG;IAC1B,0BAA0B,EAAE,yCAA0B,CAAC,GAAG;IAC1D,YAAY,EAAE,2BAAY,CAAC,GAAG;IAC9B,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,aAAa,EAAE,4BAAa,CAAC,GAAG;IAChC,OAAO,EAAE,sBAAO,CAAC,GAAG;IACpB,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,4BAA4B,EAAE,2CAA4B,CAAC,GAAG;IAC9D,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,2BAA2B,EAAE,0CAA2B,CAAC,GAAG;IAC5D,qBAAqB,EAAE,oCAAqB,CAAC,GAAG;IAChD,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,kBAAkB,EAAE,iCAAkB,CAAC,GAAG;IAC1C,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,QAAQ,EAAE,uBAAQ,CAAC,GAAG;IACtB,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,YAAY,EAAE,2BAAY,CAAC,GAAG;IAC9B,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,QAAQ,EAAE,uBAAQ,CAAC,GAAG;IACtB,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,aAAa,EAAE,4BAAa,CAAC,GAAG;IAChC,UAAU,EAAE,yBAAU,CAAC,GAAG;IAC1B,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,6BAA6B,EAAE,4CAA6B,CAAC,GAAG;IAChE,oCAAoC,EAAE,mDAAoC,CAAC,GAAG;IAC9E,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,QAAQ,EAAE,uBAAQ,CAAC,GAAG;IACtB,SAAS,EAAE,wBAAS,CAAC,GAAG;IACxB,MAAM,EAAE,qBAAM,CAAC,GAAG;IAClB,aAAa,EAAE,4BAAa,CAAC,GAAG;IAChC,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,eAAe,EAAE,8BAAe,CAAC,GAAG;IACpC,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,kBAAkB,EAAE,iCAAkB,CAAC,GAAG;IAC1C,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,qBAAqB,EAAE,oCAAqB,CAAC,GAAG;IAChD,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,WAAW,EAAE,0BAAW,CAAC,GAAG;IAC5B,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,YAAY,EAAE,2BAAY,CAAC,GAAG;IAC9B,eAAe,EAAE,8BAAe,CAAC,GAAG;IACpC,gBAAgB,EAAE,+BAAgB,CAAC,GAAG;IACtC,YAAY,EAAE,2BAAY,CAAC,GAAG;IAC9B,oBAAoB,EAAE,mCAAoB,CAAC,GAAG;IAC9C,mBAAmB,EAAE,kCAAmB,CAAC,GAAG;IAC5C,eAAe,EAAE,8BAAe,CAAC,GAAG;IACpC,iBAAiB,EAAE,gCAAiB,CAAC,GAAG;IACxC,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,cAAc,EAAE,6BAAc,CAAC,GAAG;IAClC,WAAW,EAAE,0BAAW,CAAC,GAAG;IAC5B,kBAAkB,EAAE,iCAAkB,CAAC,GAAG;CACzC,CAAC"}
|