@raac/rpc 1.0.2-beta.5 → 1.0.2-beta.6
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/package.json +1 -1
- package/utils/artifacts.js +2 -2
- package/dist/RPCLibrary.js +0 -322
- package/dist/artifacts/core/collectors/FeeCollector.sol/FeeCollector.json +0 -1743
- package/dist/artifacts/core/minters/RAACMinter/RAACMinter.sol/RAACMinter.json +0 -1443
- package/dist/artifacts/core/oracles/BaseVRFv2Consumer.sol/BaseVRFv2Consumer.json +0 -279
- package/dist/artifacts/core/pools/LendingPool/LendingPool.sol/LendingPool.json +0 -2760
- package/dist/artifacts/core/pools/StabilityPool/StabilityPool.sol/StabilityPool.json +0 -1146
- package/dist/artifacts/core/primitives/RAACHousePrices.sol/RAACHousePrices.json +0 -285
- package/dist/artifacts/core/tokens/DEToken.sol/DEToken.json +0 -858
- package/dist/artifacts/core/tokens/IndexToken.sol/IndexToken.json +0 -770
- package/dist/artifacts/core/tokens/RAACNFT.sol/RAACNFT.json +0 -1472
- package/dist/artifacts/core/tokens/RAACToken.sol/RAACToken.json +0 -832
- package/dist/artifacts/core/tokens/RToken.sol/RToken.json +0 -1205
- package/dist/artifacts/core/tokens/veRAACToken.sol/veRAACToken.json +0 -1616
- package/dist/artifacts/mocks/core/oracles/MockVRFCoordinatorV2.sol/MockVRFCoordinatorV2.json +0 -774
- package/dist/artifacts/mocks/core/tokens/crvUSDToken.sol/crvUSDToken.json +0 -479
- package/dist/artifacts/zeno/Auction.sol/Auction.json +0 -393
- package/dist/artifacts/zeno/AuctionFactory.sol/AuctionFactory.json +0 -307
- package/dist/artifacts/zeno/Zeno.sol/Zeno.json +0 -620
- package/dist/artifacts/zeno/ZenoFactory.sol/ZenoFactory.json +0 -275
- package/dist/assets/getAsset.js +0 -23
- package/dist/assets/getAssets.js +0 -26
- package/dist/assets/getSupply.js +0 -18
- package/dist/configs/chains/11155111.json +0 -132
- package/dist/configs/chains/17000.json +0 -127
- package/dist/configs/chains/8453.json +0 -127
- package/dist/configs/chains/index.js +0 -17
- package/dist/configs/createConfig.js +0 -95
- package/dist/configs/index.js +0 -43
- package/dist/contracts/crvUSDToken/getBalance.js +0 -17
- package/dist/contracts/crvUSDToken/getTotalSupply.js +0 -31
- package/dist/contracts/feeCollector/claimRewardFromPool.js +0 -24
- package/dist/contracts/getContract.js +0 -18
- package/dist/contracts/getContractAddress.js +0 -50
- package/dist/contracts/housePrices/getLatestPrice.js +0 -21
- package/dist/contracts/housePrices/setOracle.js +0 -24
- package/dist/contracts/indexToken/getNextRandomNFT.js +0 -30
- package/dist/contracts/indexToken/redeemNFT.js +0 -39
- package/dist/contracts/rcrvUSDToken/getBalance.js +0 -14
- package/dist/contracts/rcrvUSDToken/getTotalSupply.js +0 -30
- package/dist/contracts/zeno/createAuction.js +0 -25
- package/dist/contracts/zeno/createZeno.js +0 -26
- package/dist/contracts/zeno/getAuctions.js +0 -28
- package/dist/contracts/zeno/getZenos.js +0 -28
- package/dist/index.js +0 -7
- package/dist/methods/approveToken.js +0 -35
- package/dist/methods/commons/checkAllowance.js +0 -19
- package/dist/methods/commons/estimateGasPrice.js +0 -28
- package/dist/methods/getAssetBalance.js +0 -33
- package/dist/methods/getAssetsBalance.js +0 -4
- package/dist/minter/get.js +0 -121
- package/dist/minter/getApy.js +0 -28
- package/dist/minter/tick.js +0 -33
- package/dist/nfts/getAllTokens.js +0 -34
- package/dist/nfts/getBaseUri.js +0 -23
- package/dist/nfts/getHousePrice.js +0 -19
- package/dist/nfts/getMintFeePercentage.js +0 -23
- package/dist/nfts/getMintPrice.js +0 -28
- package/dist/nfts/getTokenURI.js +0 -23
- package/dist/nfts/getTokensByOwner.js +0 -35
- package/dist/nfts/getTotalPropertiesCount.js +0 -23
- package/dist/nfts/mint.js +0 -24
- package/dist/nfts/setBaseUri.js +0 -24
- package/dist/nfts/totalNFTSupply.js +0 -19
- package/dist/pools/lendingPool/borrowFromLendingPool.js +0 -24
- package/dist/pools/lendingPool/borrowFromLendingPoolWithInsurance.js +0 -40
- package/dist/pools/lendingPool/calculateInsuranceFee.js +0 -20
- package/dist/pools/lendingPool/claimReward.js +0 -22
- package/dist/pools/lendingPool/closeLiquidation.js +0 -28
- package/dist/pools/lendingPool/depositNFTToLendingPool.js +0 -50
- package/dist/pools/lendingPool/depositToLendingPool.js +0 -35
- package/dist/pools/lendingPool/getAllUserData.js +0 -28
- package/dist/pools/lendingPool/getEligibleUserDeposits.js +0 -27
- package/dist/pools/lendingPool/getHealthFactor.js +0 -27
- package/dist/pools/lendingPool/getHousePrice.js +0 -26
- package/dist/pools/lendingPool/getLendingPoolInfo.js +0 -109
- package/dist/pools/lendingPool/getLendingPoolTotalLiquidity.js +0 -22
- package/dist/pools/lendingPool/getPendingReward.js +0 -20
- package/dist/pools/lendingPool/getPositionDebt.js +0 -27
- package/dist/pools/lendingPool/getPositionScaledDebt.js +0 -27
- package/dist/pools/lendingPool/getPositionView.js +0 -38
- package/dist/pools/lendingPool/getPositionsScaledDebt.js +0 -27
- package/dist/pools/lendingPool/getRawUserDepositsInLendingPool.js +0 -21
- package/dist/pools/lendingPool/getUserCollateralValue.js +0 -27
- package/dist/pools/lendingPool/initializeLiquidation.js +0 -28
- package/dist/pools/lendingPool/repayToLendingPool.js +0 -24
- package/dist/pools/lendingPool/withdrawFromLendingPool.js +0 -42
- package/dist/pools/lendingPool/withdrawNFTFromLendingPool.js +0 -24
- package/dist/pools/liquidityPool/getLiquidityPoolInfo.js +0 -73
- package/dist/pools/stabilityPool/calculateRAACRewards.js +0 -21
- package/dist/pools/stabilityPool/depositNFTToStabilityPool.js +0 -40
- package/dist/pools/stabilityPool/depositToStabilityPool.js +0 -34
- package/dist/pools/stabilityPool/getRawUserDepositsInStabilityPool.js +0 -21
- package/dist/pools/stabilityPool/getStabilityPoolInfo.js +0 -80
- package/dist/pools/stabilityPool/getStabilityPoolTotalDeposits.js +0 -19
- package/dist/pools/stabilityPool/withdrawFromStabilityPool.js +0 -34
- package/dist/scripts/index.js +0 -138
- package/dist/tests/test.js +0 -32
- package/dist/types/RPCLibrary.d.ts +0 -192
- package/dist/types/assets/getAsset.d.ts +0 -5
- package/dist/types/assets/getAssets.d.ts +0 -4
- package/dist/types/assets/getSupply.d.ts +0 -5
- package/dist/types/configs/chains/index.d.ts +0 -15
- package/dist/types/configs/createConfig.d.ts +0 -92
- package/dist/types/configs/index.d.ts +0 -15
- package/dist/types/contracts/crvUSDToken/getBalance.d.ts +0 -2
- package/dist/types/contracts/crvUSDToken/getTotalSupply.d.ts +0 -10
- package/dist/types/contracts/feeCollector/claimRewardFromPool.d.ts +0 -4
- package/dist/types/contracts/getContract.d.ts +0 -4
- package/dist/types/contracts/getContractAddress.d.ts +0 -10
- package/dist/types/contracts/housePrices/getLatestPrice.d.ts +0 -10
- package/dist/types/contracts/housePrices/setOracle.d.ts +0 -4
- package/dist/types/contracts/indexToken/getNextRandomNFT.d.ts +0 -7
- package/dist/types/contracts/indexToken/redeemNFT.d.ts +0 -4
- package/dist/types/contracts/rcrvUSDToken/getBalance.d.ts +0 -2
- package/dist/types/contracts/rcrvUSDToken/getTotalSupply.d.ts +0 -10
- package/dist/types/contracts/zeno/createAuction.d.ts +0 -4
- package/dist/types/contracts/zeno/createZeno.d.ts +0 -4
- package/dist/types/contracts/zeno/getAuctions.d.ts +0 -4
- package/dist/types/contracts/zeno/getZenos.d.ts +0 -4
- package/dist/types/index.d.ts +0 -2
- package/dist/types/methods/approveToken.d.ts +0 -5
- package/dist/types/methods/commons/checkAllowance.d.ts +0 -6
- package/dist/types/methods/commons/estimateGasPrice.d.ts +0 -11
- package/dist/types/methods/getAssetBalance.d.ts +0 -6
- package/dist/types/methods/getAssetsBalance.d.ts +0 -3
- package/dist/types/minter/get.d.ts +0 -17
- package/dist/types/minter/getApy.d.ts +0 -4
- package/dist/types/minter/tick.d.ts +0 -4
- package/dist/types/nfts/getAllTokens.d.ts +0 -7
- package/dist/types/nfts/getBaseUri.d.ts +0 -4
- package/dist/types/nfts/getHousePrice.d.ts +0 -4
- package/dist/types/nfts/getMintFeePercentage.d.ts +0 -4
- package/dist/types/nfts/getMintPrice.d.ts +0 -7
- package/dist/types/nfts/getTokenURI.d.ts +0 -4
- package/dist/types/nfts/getTokensByOwner.d.ts +0 -10
- package/dist/types/nfts/getTotalPropertiesCount.d.ts +0 -4
- package/dist/types/nfts/mint.d.ts +0 -4
- package/dist/types/nfts/setBaseUri.d.ts +0 -4
- package/dist/types/nfts/totalNFTSupply.d.ts +0 -4
- package/dist/types/pools/lendingPool/borrowFromLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/borrowFromLendingPoolWithInsurance.d.ts +0 -4
- package/dist/types/pools/lendingPool/calculateInsuranceFee.d.ts +0 -4
- package/dist/types/pools/lendingPool/claimReward.d.ts +0 -4
- package/dist/types/pools/lendingPool/closeLiquidation.d.ts +0 -11
- package/dist/types/pools/lendingPool/depositNFTToLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/depositToLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/getAllUserData.d.ts +0 -16
- package/dist/types/pools/lendingPool/getEligibleUserDeposits.d.ts +0 -11
- package/dist/types/pools/lendingPool/getHealthFactor.d.ts +0 -11
- package/dist/types/pools/lendingPool/getHousePrice.d.ts +0 -4
- package/dist/types/pools/lendingPool/getLendingPoolInfo.d.ts +0 -24
- package/dist/types/pools/lendingPool/getLendingPoolTotalLiquidity.d.ts +0 -4
- package/dist/types/pools/lendingPool/getPendingReward.d.ts +0 -4
- package/dist/types/pools/lendingPool/getPositionDebt.d.ts +0 -11
- package/dist/types/pools/lendingPool/getPositionScaledDebt.d.ts +0 -11
- package/dist/types/pools/lendingPool/getPositionView.d.ts +0 -27
- package/dist/types/pools/lendingPool/getPositionsScaledDebt.d.ts +0 -11
- package/dist/types/pools/lendingPool/getRawUserDepositsInLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/getUserCollateralValue.d.ts +0 -11
- package/dist/types/pools/lendingPool/initializeLiquidation.d.ts +0 -11
- package/dist/types/pools/lendingPool/repayToLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/withdrawFromLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/withdrawNFTFromLendingPool.d.ts +0 -4
- package/dist/types/pools/liquidityPool/getLiquidityPoolInfo.d.ts +0 -7
- package/dist/types/pools/stabilityPool/calculateRAACRewards.d.ts +0 -4
- package/dist/types/pools/stabilityPool/depositNFTToStabilityPool.d.ts +0 -4
- package/dist/types/pools/stabilityPool/depositToStabilityPool.d.ts +0 -4
- package/dist/types/pools/stabilityPool/getRawUserDepositsInStabilityPool.d.ts +0 -4
- package/dist/types/pools/stabilityPool/getStabilityPoolInfo.d.ts +0 -10
- package/dist/types/pools/stabilityPool/getStabilityPoolTotalDeposits.d.ts +0 -4
- package/dist/types/pools/stabilityPool/withdrawFromStabilityPool.d.ts +0 -4
- package/dist/types/scripts/index.d.ts +0 -1
- package/dist/types/tests/test.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/contracts/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/FunctionsClient.d.ts +0 -67
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/index.d.ts +0 -5
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsClient.d.ts +0 -37
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsRouter.d.ts +0 -205
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/FunctionsRequest.d.ts +0 -25
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/index.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.d.ts +0 -6
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwner.d.ts +0 -69
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwnerWithProposal.d.ts +0 -69
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/access/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.d.ts +0 -4
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/IOwnable.d.ts +0 -37
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/VRFConsumerBaseV2.d.ts +0 -35
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/index.d.ts +0 -3
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/interfaces/VRFCoordinatorV2Interface.d.ts +0 -156
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts +0 -159
- package/dist/types/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts +0 -147
- package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +0 -54
- package/dist/types/typechain-types/@openzeppelin/contracts/access/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/index.d.ts +0 -8
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts +0 -78
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +0 -141
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +0 -129
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.d.ts +0 -236
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +0 -141
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.d.ts +0 -61
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +0 -6
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts +0 -211
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +0 -199
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +0 -39
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.d.ts +0 -233
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.d.ts +0 -221
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +0 -211
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts +0 -7
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.d.ts +0 -39
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.d.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Nonces.d.ts +0 -25
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Pausable.d.ts +0 -55
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/ReentrancyGuard.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts +0 -78
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/index.d.ts +0 -12
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +0 -29
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +0 -29
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/Math.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +0 -68
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +0 -6
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +0 -36
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +0 -36
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/PausableUpgradeable.d.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/index.d.ts +0 -4
- package/dist/types/typechain-types/common.d.ts +0 -50
- package/dist/types/typechain-types/contracts/core/collectors/FeeCollector.d.ts +0 -933
- package/dist/types/typechain-types/contracts/core/collectors/Treasury.d.ts +0 -283
- package/dist/types/typechain-types/contracts/core/collectors/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/core/governance/boost/BoostController.d.ts +0 -573
- package/dist/types/typechain-types/contracts/core/governance/boost/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/governance/gauges/BaseGauge.d.ts +0 -779
- package/dist/types/typechain-types/contracts/core/governance/gauges/GaugeController.d.ts +0 -815
- package/dist/types/typechain-types/contracts/core/governance/gauges/RAACGauge.d.ts +0 -803
- package/dist/types/typechain-types/contracts/core/governance/gauges/RWAGauge.d.ts +0 -807
- package/dist/types/typechain-types/contracts/core/governance/gauges/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/core/governance/proposals/Governance.d.ts +0 -612
- package/dist/types/typechain-types/contracts/core/governance/proposals/TimelockController.d.ts +0 -447
- package/dist/types/typechain-types/contracts/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/core/index.d.ts +0 -14
- package/dist/types/typechain-types/contracts/core/minters/RAACMinter/RAACMinter.d.ts +0 -791
- package/dist/types/typechain-types/contracts/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator.d.ts +0 -493
- package/dist/types/typechain-types/contracts/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/minters/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/oracles/BaseChainlinkFunctionsOracle.d.ts +0 -165
- package/dist/types/typechain-types/contracts/core/oracles/BaseVRFv2Consumer.d.ts +0 -166
- package/dist/types/typechain-types/contracts/core/oracles/RAACHousePriceOracle.d.ts +0 -188
- package/dist/types/typechain-types/contracts/core/oracles/RAACPrimeRateOracle.d.ts +0 -195
- package/dist/types/typechain-types/contracts/core/oracles/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/LendingPool.d.ts +0 -1647
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/NFTLiquidator.d.ts +0 -283
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/StabilityPool.d.ts +0 -576
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/core/pools/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/primitives/RAACHousePrices.d.ts +0 -138
- package/dist/types/typechain-types/contracts/core/primitives/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/tokens/DEToken.d.ts +0 -384
- package/dist/types/typechain-types/contracts/core/tokens/DebtToken.d.ts +0 -429
- package/dist/types/typechain-types/contracts/core/tokens/IndexToken.d.ts +0 -340
- package/dist/types/typechain-types/contracts/core/tokens/LPToken.d.ts +0 -224
- package/dist/types/typechain-types/contracts/core/tokens/RAACNFT.d.ts +0 -728
- package/dist/types/typechain-types/contracts/core/tokens/RAACToken.d.ts +0 -401
- package/dist/types/typechain-types/contracts/core/tokens/RToken.d.ts +0 -567
- package/dist/types/typechain-types/contracts/core/tokens/VeRAACToken.d.ts +0 -816
- package/dist/types/typechain-types/contracts/core/tokens/index.d.ts +0 -8
- package/dist/types/typechain-types/contracts/index.d.ts +0 -10
- package/dist/types/typechain-types/contracts/interfaces/IERC20.d.ts +0 -129
- package/dist/types/typechain-types/contracts/interfaces/IHousePrices.d.ts +0 -29
- package/dist/types/typechain-types/contracts/interfaces/INFTLiquidator.d.ts +0 -73
- package/dist/types/typechain-types/contracts/interfaces/IPoolManager.d.ts +0 -37
- package/dist/types/typechain-types/contracts/interfaces/IReserveAllocationLibraryMock.d.ts +0 -164
- package/dist/types/typechain-types/contracts/interfaces/IUSDC.d.ts +0 -129
- package/dist/types/typechain-types/contracts/interfaces/IveRAACDistributor.d.ts +0 -59
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/IBaseCollector.d.ts +0 -39
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/IFeeCollector.d.ts +0 -487
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/ITreasury.d.ts +0 -139
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/index.d.ts +0 -3
- package/dist/types/typechain-types/contracts/interfaces/core/governance/IBoostController.d.ts +0 -269
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IGauge.d.ts +0 -235
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IGaugeController.d.ts +0 -341
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/interfaces/core/governance/index.d.ts +0 -5
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/IGovernance.d.ts +0 -577
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/ITimelockController.d.ts +0 -279
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/interfaces/core/index.d.ts +0 -14
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACMinter/IRAACMinter.d.ts +0 -352
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACReleaseOrchestrator/IReleaseOrchestrator.d.ts +0 -237
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/minters/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/IBaseVRFv2Consumer.d.ts +0 -86
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/IRAACHousePrices.d.ts +0 -110
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/interfaces/core/pools/ILiquidityPool.d.ts +0 -185
- package/dist/types/typechain-types/contracts/interfaces/core/pools/LendingPool/ILendingPool.d.ts +0 -982
- package/dist/types/typechain-types/contracts/interfaces/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/pools/StabilityPool/IStabilityPool.d.ts +0 -371
- package/dist/types/typechain-types/contracts/interfaces/core/pools/StabilityPool/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/pools/index.d.ts +0 -5
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IDEToken.d.ts +0 -226
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IDebtToken.d.ts +0 -291
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IIndexToken.d.ts +0 -187
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRAACNFT.d.ts +0 -505
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRAACToken.d.ts +0 -346
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRToken.d.ts +0 -397
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IveRAACToken.d.ts +0 -362
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/index.d.ts +0 -7
- package/dist/types/typechain-types/contracts/interfaces/core/vaults/IBaseVault.d.ts +0 -83
- package/dist/types/typechain-types/contracts/interfaces/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/curve/ICurveCrvUSDVault.d.ts +0 -144
- package/dist/types/typechain-types/contracts/interfaces/curve/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/index.d.ts +0 -13
- package/dist/types/typechain-types/contracts/interfaces/zeno/IAuction.d.ts +0 -122
- package/dist/types/typechain-types/contracts/interfaces/zeno/IZENO.d.ts +0 -186
- package/dist/types/typechain-types/contracts/interfaces/zeno/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/libraries/governance/BoostCalculator.d.ts +0 -42
- package/dist/types/typechain-types/contracts/libraries/governance/Checkpoints.d.ts +0 -55
- package/dist/types/typechain-types/contracts/libraries/governance/LockManager.d.ts +0 -87
- package/dist/types/typechain-types/contracts/libraries/governance/PowerCheckpoint.d.ts +0 -60
- package/dist/types/typechain-types/contracts/libraries/governance/RAACVoting.d.ts +0 -45
- package/dist/types/typechain-types/contracts/libraries/governance/VotingPowerLib.d.ts +0 -66
- package/dist/types/typechain-types/contracts/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/libraries/index.d.ts +0 -8
- package/dist/types/typechain-types/contracts/libraries/math/TimeWeightedAverage.d.ts +0 -104
- package/dist/types/typechain-types/contracts/libraries/math/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/libraries/pools/ReserveLibrary.d.ts +0 -124
- package/dist/types/typechain-types/contracts/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/libraries/utils/StringUtils.d.ts +0 -20
- package/dist/types/typechain-types/contracts/libraries/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/core/collectors/MockTreasury.d.ts +0 -169
- package/dist/types/typechain-types/contracts/mocks/core/collectors/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/core/governance/gauges/MockBaseGauge.d.ts +0 -845
- package/dist/types/typechain-types/contracts/mocks/core/governance/gauges/MockGaugeController.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/core/governance/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/mocks/core/governance/proposals/TimelockTestTarget.d.ts +0 -76
- package/dist/types/typechain-types/contracts/mocks/core/governance/proposals/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/core/index.d.ts +0 -14
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockFunctionsRouter.sol/IFunctionsRouter.d.ts +0 -41
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter.d.ts +0 -45
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockFunctionsRouter.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockOracle.d.ts +0 -43
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockVRFCoordinatorV2.d.ts +0 -530
- package/dist/types/typechain-types/contracts/mocks/core/oracles/TestRAACHousePriceOracle.d.ts +0 -204
- package/dist/types/typechain-types/contracts/mocks/core/oracles/TestRAACPrimeRateOracle.d.ts +0 -211
- package/dist/types/typechain-types/contracts/mocks/core/oracles/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPool.d.ts +0 -121
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPoolCollector.d.ts +0 -156
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPoolDebtToken.d.ts +0 -994
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLiquidityPool.d.ts +0 -486
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockPool.d.ts +0 -55
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockStabilityPool.d.ts +0 -69
- package/dist/types/typechain-types/contracts/mocks/core/pools/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/core/primitives/MockContract.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/core/primitives/MockContractWithConfig.d.ts +0 -39
- package/dist/types/typechain-types/contracts/mocks/core/primitives/MockDistributableContract.d.ts +0 -35
- package/dist/types/typechain-types/contracts/mocks/core/primitives/RAACHousePricesMock.d.ts +0 -47
- package/dist/types/typechain-types/contracts/mocks/core/primitives/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/mocks/core/tokens/CrvUSDToken.d.ts +0 -212
- package/dist/types/typechain-types/contracts/mocks/core/tokens/ERC20Mock.d.ts +0 -155
- package/dist/types/typechain-types/contracts/mocks/core/tokens/ERC721Mock.d.ts +0 -229
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockCollectableUnderlying.d.ts +0 -292
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockFeeCollectorToken.d.ts +0 -220
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockToken.d.ts +0 -191
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockUSDC.d.ts +0 -155
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockVeToken.d.ts +0 -510
- package/dist/types/typechain-types/contracts/mocks/core/tokens/RAACMockERC20.d.ts +0 -186
- package/dist/types/typechain-types/contracts/mocks/core/tokens/index.d.ts +0 -9
- package/dist/types/typechain-types/contracts/mocks/core/vaults/MockVault.d.ts +0 -290
- package/dist/types/typechain-types/contracts/mocks/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/libraries/MockStringUtils.d.ts +0 -25
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/BoostCalculatorMock.d.ts +0 -275
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/CheckpointsMock.d.ts +0 -83
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/LockManagerMock.d.ts +0 -163
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/PowerCheckpointMock.d.ts +0 -141
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/RAACVotingMock.d.ts +0 -41
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/VotingPowerMock.d.ts +0 -281
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/libraries/index.d.ts +0 -7
- package/dist/types/typechain-types/contracts/mocks/libraries/math/TimeWeightedAverageMock.d.ts +0 -203
- package/dist/types/typechain-types/contracts/mocks/libraries/math/WadRayMathMock.d.ts +0 -78
- package/dist/types/typechain-types/contracts/mocks/libraries/math/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/libraries/pools/ReserveLibraryMock.d.ts +0 -225
- package/dist/types/typechain-types/contracts/mocks/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/tests/MaliciousDeposit.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/tests/MaliciousWithdraw.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/tests/VeRAACFuzzHelper.d.ts +0 -71
- package/dist/types/typechain-types/contracts/mocks/tests/VotingPowerFuzzHelper.sol/IVMTimeControl.d.ts +0 -25
- package/dist/types/typechain-types/contracts/mocks/tests/VotingPowerFuzzHelper.sol/VotingPowerFuzzHelper.d.ts +0 -100
- package/dist/types/typechain-types/contracts/mocks/tests/VotingPowerFuzzHelper.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/tests/index.d.ts +0 -5
- package/dist/types/typechain-types/contracts/zeno/Auction.d.ts +0 -215
- package/dist/types/typechain-types/contracts/zeno/AuctionFactory.d.ts +0 -177
- package/dist/types/typechain-types/contracts/zeno/ZENO.d.ts +0 -237
- package/dist/types/typechain-types/contracts/zeno/ZENOFactory.d.ts +0 -151
- package/dist/types/typechain-types/contracts/zeno/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@chainlink/contracts/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/FunctionsClient__factory.d.ts +0 -49
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsClient__factory.d.ts +0 -25
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsRouter__factory.d.ts +0 -268
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/FunctionsRequest__factory.d.ts +0 -48
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwnerWithProposal__factory.d.ts +0 -90
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwner__factory.d.ts +0 -86
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/IOwnable__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/VRFConsumerBaseV2__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/interfaces/VRFCoordinatorV2Interface__factory.d.ts +0 -171
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts +0 -181
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts +0 -157
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +0 -64
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts +0 -46
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +0 -83
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +0 -71
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +0 -83
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +0 -241
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +0 -147
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit__factory.d.ts +0 -402
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +0 -177
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit__factory.d.ts +0 -65
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +0 -46
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +0 -337
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +0 -227
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable__factory.d.ts +0 -395
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable__factory.d.ts +0 -269
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +0 -261
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +0 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Nonces__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Pausable__factory.d.ts +0 -45
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/ReentrancyGuard__factory.d.ts +0 -11
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +0 -34
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +0 -34
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts +0 -58
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +0 -9
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +0 -21
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +0 -21
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/Math__factory.d.ts +0 -26
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +0 -62
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +0 -82
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +0 -25
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +0 -25
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/PausableUpgradeable__factory.d.ts +0 -63
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/collectors/FeeCollector__factory.d.ts +0 -1362
- package/dist/types/typechain-types/factories/contracts/core/collectors/Treasury__factory.d.ts +0 -386
- package/dist/types/typechain-types/factories/contracts/core/collectors/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/governance/boost/BoostController__factory.d.ts +0 -716
- package/dist/types/typechain-types/factories/contracts/core/governance/boost/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/BaseGauge__factory.d.ts +0 -1083
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/GaugeController__factory.d.ts +0 -1124
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/RAACGauge__factory.d.ts +0 -1154
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/RWAGauge__factory.d.ts +0 -1154
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/core/governance/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/Governance__factory.d.ts +0 -976
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/TimelockController__factory.d.ts +0 -773
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACMinter/RAACMinter__factory.d.ts +0 -1132
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator__factory.d.ts +0 -680
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/minters/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/oracles/BaseChainlinkFunctionsOracle__factory.d.ts +0 -205
- package/dist/types/typechain-types/factories/contracts/core/oracles/BaseVRFv2Consumer__factory.d.ts +0 -231
- package/dist/types/typechain-types/factories/contracts/core/oracles/RAACHousePriceOracle__factory.d.ts +0 -275
- package/dist/types/typechain-types/factories/contracts/core/oracles/RAACPrimeRateOracle__factory.d.ts +0 -286
- package/dist/types/typechain-types/factories/contracts/core/oracles/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/LendingPool__factory.d.ts +0 -2160
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/NFTLiquidator__factory.d.ts +0 -390
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/StabilityPool__factory.d.ts +0 -897
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/pools/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/primitives/RAACHousePrices__factory.d.ts +0 -231
- package/dist/types/typechain-types/factories/contracts/core/primitives/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/DEToken__factory.d.ts +0 -671
- package/dist/types/typechain-types/factories/contracts/core/tokens/DebtToken__factory.d.ts +0 -747
- package/dist/types/typechain-types/factories/contracts/core/tokens/IndexToken__factory.d.ts +0 -602
- package/dist/types/typechain-types/factories/contracts/core/tokens/LPToken__factory.d.ts +0 -401
- package/dist/types/typechain-types/factories/contracts/core/tokens/RAACNFT__factory.d.ts +0 -1143
- package/dist/types/typechain-types/factories/contracts/core/tokens/RAACToken__factory.d.ts +0 -652
- package/dist/types/typechain-types/factories/contracts/core/tokens/RToken__factory.d.ts +0 -941
- package/dist/types/typechain-types/factories/contracts/core/tokens/VeRAACToken__factory.d.ts +0 -1264
- package/dist/types/typechain-types/factories/contracts/core/tokens/index.d.ts +0 -8
- package/dist/types/typechain-types/factories/contracts/index.d.ts +0 -5
- package/dist/types/typechain-types/factories/contracts/interfaces/IERC20__factory.d.ts +0 -147
- package/dist/types/typechain-types/factories/contracts/interfaces/IHousePrices__factory.d.ts +0 -21
- package/dist/types/typechain-types/factories/contracts/interfaces/INFTLiquidator__factory.d.ts +0 -65
- package/dist/types/typechain-types/factories/contracts/interfaces/IPoolManager__factory.d.ts +0 -43
- package/dist/types/typechain-types/factories/contracts/interfaces/IReserveAllocationLibraryMock__factory.d.ts +0 -189
- package/dist/types/typechain-types/factories/contracts/interfaces/IUSDC__factory.d.ts +0 -147
- package/dist/types/typechain-types/factories/contracts/interfaces/IveRAACDistributor__factory.d.ts +0 -75
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/IBaseCollector__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/IFeeCollector__factory.d.ts +0 -715
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/ITreasury__factory.d.ts +0 -165
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/IBoostController__factory.d.ts +0 -295
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IGaugeController__factory.d.ts +0 -449
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IGauge__factory.d.ts +0 -307
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/IGovernance__factory.d.ts +0 -878
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/ITimelockController__factory.d.ts +0 -468
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACMinter/IRAACMinter__factory.d.ts +0 -424
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACReleaseOrchestrator/IReleaseOrchestrator__factory.d.ts +0 -279
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/IBaseVRFv2Consumer__factory.d.ts +0 -78
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/IRAACHousePrices__factory.d.ts +0 -146
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/ILiquidityPool__factory.d.ts +0 -233
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/LendingPool/ILendingPool__factory.d.ts +0 -1170
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/StabilityPool/IStabilityPool__factory.d.ts +0 -481
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/StabilityPool/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IDEToken__factory.d.ts +0 -256
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IDebtToken__factory.d.ts +0 -392
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IIndexToken__factory.d.ts +0 -227
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRAACNFT__factory.d.ts +0 -627
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRAACToken__factory.d.ts +0 -436
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRToken__factory.d.ts +0 -496
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IveRAACToken__factory.d.ts +0 -435
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/interfaces/core/vaults/IBaseVault__factory.d.ts +0 -137
- package/dist/types/typechain-types/factories/contracts/interfaces/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/curve/ICurveCrvUSDVault__factory.d.ts +0 -194
- package/dist/types/typechain-types/factories/contracts/interfaces/curve/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/index.d.ts +0 -10
- package/dist/types/typechain-types/factories/contracts/interfaces/zeno/IAuction__factory.d.ts +0 -126
- package/dist/types/typechain-types/factories/contracts/interfaces/zeno/IZENO__factory.d.ts +0 -246
- package/dist/types/typechain-types/factories/contracts/interfaces/zeno/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/libraries/governance/BoostCalculator__factory.d.ts +0 -54
- package/dist/types/typechain-types/factories/contracts/libraries/governance/Checkpoints__factory.d.ts +0 -68
- package/dist/types/typechain-types/factories/contracts/libraries/governance/LockManager__factory.d.ts +0 -111
- package/dist/types/typechain-types/factories/contracts/libraries/governance/PowerCheckpoint__factory.d.ts +0 -69
- package/dist/types/typechain-types/factories/contracts/libraries/governance/RAACVoting__factory.d.ts +0 -92
- package/dist/types/typechain-types/factories/contracts/libraries/governance/VotingPowerLib__factory.d.ts +0 -74
- package/dist/types/typechain-types/factories/contracts/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/factories/contracts/libraries/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/libraries/math/TimeWeightedAverage__factory.d.ts +0 -125
- package/dist/types/typechain-types/factories/contracts/libraries/math/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/libraries/pools/ReserveLibrary__factory.d.ts +0 -135
- package/dist/types/typechain-types/factories/contracts/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/libraries/utils/StringUtils__factory.d.ts +0 -26
- package/dist/types/typechain-types/factories/contracts/libraries/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/collectors/MockTreasury__factory.d.ts +0 -212
- package/dist/types/typechain-types/factories/contracts/mocks/core/collectors/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/MockBaseGauge__factory.d.ts +0 -1194
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/MockGaugeController__factory.d.ts +0 -50
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/proposals/TimelockTestTarget__factory.d.ts +0 -100
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/proposals/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/IFunctionsRouter__factory.d.ts +0 -37
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter__factory.d.ts +0 -66
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockOracle__factory.d.ts +0 -62
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockVRFCoordinatorV2__factory.d.ts +0 -620
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/TestRAACHousePriceOracle__factory.d.ts +0 -293
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/TestRAACPrimeRateOracle__factory.d.ts +0 -304
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/index.d.ts +0 -5
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPoolCollector__factory.d.ts +0 -234
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPoolDebtToken__factory.d.ts +0 -1202
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPool__factory.d.ts +0 -199
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLiquidityPool__factory.d.ts +0 -795
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockPool__factory.d.ts +0 -84
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockStabilityPool__factory.d.ts +0 -109
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/index.d.ts +0 -6
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockContractWithConfig__factory.d.ts +0 -53
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockContract__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockDistributableContract__factory.d.ts +0 -68
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/RAACHousePricesMock__factory.d.ts +0 -64
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/CrvUSDToken__factory.d.ts +0 -379
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/ERC20Mock__factory.d.ts +0 -282
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/ERC721Mock__factory.d.ts +0 -388
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockCollectableUnderlying__factory.d.ts +0 -451
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockFeeCollectorToken__factory.d.ts +0 -407
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockToken__factory.d.ts +0 -338
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockUSDC__factory.d.ts +0 -278
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockVeToken__factory.d.ts +0 -714
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/RAACMockERC20__factory.d.ts +0 -335
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/index.d.ts +0 -9
- package/dist/types/typechain-types/factories/contracts/mocks/core/vaults/MockVault__factory.d.ts +0 -525
- package/dist/types/typechain-types/factories/contracts/mocks/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/MockStringUtils__factory.d.ts +0 -40
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/BoostCalculatorMock__factory.d.ts +0 -351
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/CheckpointsMock__factory.d.ts +0 -124
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/LockManagerMock__factory.d.ts +0 -197
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/PowerCheckpointMock__factory.d.ts +0 -183
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/RAACVotingMock__factory.d.ts +0 -70
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/VotingPowerMock__factory.d.ts +0 -341
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/TimeWeightedAverageMock__factory.d.ts +0 -247
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/WadRayMathMock__factory.d.ts +0 -154
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/pools/ReserveLibraryMock__factory.d.ts +0 -277
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/tests/MaliciousDeposit__factory.d.ts +0 -53
- package/dist/types/typechain-types/factories/contracts/mocks/tests/MaliciousWithdraw__factory.d.ts +0 -53
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VeRAACFuzzHelper__factory.d.ts +0 -80
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VotingPowerFuzzHelper.sol/IVMTimeControl__factory.d.ts +0 -17
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VotingPowerFuzzHelper.sol/VotingPowerFuzzHelper__factory.d.ts +0 -113
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VotingPowerFuzzHelper.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/tests/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/zeno/AuctionFactory__factory.d.ts +0 -250
- package/dist/types/typechain-types/factories/contracts/zeno/Auction__factory.d.ts +0 -320
- package/dist/types/typechain-types/factories/contracts/zeno/ZENOFactory__factory.d.ts +0 -223
- package/dist/types/typechain-types/factories/contracts/zeno/ZENO__factory.d.ts +0 -488
- package/dist/types/typechain-types/factories/contracts/zeno/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/index.d.ts +0 -3
- package/dist/types/typechain-types/index.d.ts +0 -329
- package/dist/types/utils/artifacts.d.ts +0 -2265
- package/dist/types/utils/chain.d.ts +0 -13
- package/dist/types/utils/config.d.ts +0 -0
- package/dist/types/utils/contracts.d.ts +0 -24
- package/dist/types/wallet/assets/approveAsset.d.ts +0 -5
- package/dist/types/wallet/assets/burnAsset.d.ts +0 -5
- package/dist/types/wallet/assets/getAllowance.d.ts +0 -5
- package/dist/types/wallet/assets/getAsset.d.ts +0 -4
- package/dist/types/wallet/assets/getAssets.d.ts +0 -4
- package/dist/types/wallet/assets/getBalance.d.ts +0 -5
- package/dist/types/wallet/assets/mintAsset.d.ts +0 -5
- package/dist/types/wallet/assets/transferAsset.d.ts +0 -5
- package/dist/utils/artifacts.js +0 -74
- package/dist/utils/chain.js +0 -92
- package/dist/utils/config.js +0 -43
- package/dist/utils/contracts.js +0 -81
- package/dist/wallet/assets/approveAsset.js +0 -35
- package/dist/wallet/assets/burnAsset.js +0 -46
- package/dist/wallet/assets/getAllowance.js +0 -26
- package/dist/wallet/assets/getAsset.js +0 -22
- package/dist/wallet/assets/getAssets.js +0 -26
- package/dist/wallet/assets/getBalance.js +0 -24
- package/dist/wallet/assets/mintAsset.js +0 -47
- package/dist/wallet/assets/transferAsset.js +0 -62
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { Checkpoints, CheckpointsInterface } from "../../../../contracts/libraries/governance/Checkpoints";
|
|
5
|
-
type CheckpointsConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class Checkpoints__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: CheckpointsConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<Checkpoints & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): Checkpoints__factory;
|
|
17
|
-
static readonly bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122025d75f6dbe9619ff233b8302eba3c6dc14e11bdabe0c89417f16a1a95221b3ae64736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "BatchArrayLengthMismatch";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "FutureBlockQuery";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "InvalidBlockOrder";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly inputs: readonly [];
|
|
32
|
-
readonly name: "ValueTooLarge";
|
|
33
|
-
readonly type: "error";
|
|
34
|
-
}, {
|
|
35
|
-
readonly anonymous: false;
|
|
36
|
-
readonly inputs: readonly [{
|
|
37
|
-
readonly indexed: false;
|
|
38
|
-
readonly internalType: "uint32[]";
|
|
39
|
-
readonly name: "blockNumbers";
|
|
40
|
-
readonly type: "uint32[]";
|
|
41
|
-
}, {
|
|
42
|
-
readonly indexed: false;
|
|
43
|
-
readonly internalType: "uint224[]";
|
|
44
|
-
readonly name: "values";
|
|
45
|
-
readonly type: "uint224[]";
|
|
46
|
-
}];
|
|
47
|
-
readonly name: "BatchCheckpointsWritten";
|
|
48
|
-
readonly type: "event";
|
|
49
|
-
}, {
|
|
50
|
-
readonly anonymous: false;
|
|
51
|
-
readonly inputs: readonly [{
|
|
52
|
-
readonly indexed: true;
|
|
53
|
-
readonly internalType: "uint32";
|
|
54
|
-
readonly name: "blockNumber";
|
|
55
|
-
readonly type: "uint32";
|
|
56
|
-
}, {
|
|
57
|
-
readonly indexed: false;
|
|
58
|
-
readonly internalType: "uint224";
|
|
59
|
-
readonly name: "value";
|
|
60
|
-
readonly type: "uint224";
|
|
61
|
-
}];
|
|
62
|
-
readonly name: "CheckpointWritten";
|
|
63
|
-
readonly type: "event";
|
|
64
|
-
}];
|
|
65
|
-
static createInterface(): CheckpointsInterface;
|
|
66
|
-
static connect(address: string, runner?: ContractRunner | null): Checkpoints;
|
|
67
|
-
}
|
|
68
|
-
export {};
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { LockManager, LockManagerInterface } from "../../../../contracts/libraries/governance/LockManager";
|
|
5
|
-
type LockManagerConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class LockManager__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: LockManagerConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<LockManager & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): LockManager__factory;
|
|
17
|
-
static readonly bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220aa3bec6dd783f070ee9169d3eeb92f43befe5cafc2bbdc67df76190a60d5955864736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "AmountExceedsLimit";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidLockAmount";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "InvalidLockDuration";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly inputs: readonly [];
|
|
32
|
-
readonly name: "LockExpired";
|
|
33
|
-
readonly type: "error";
|
|
34
|
-
}, {
|
|
35
|
-
readonly inputs: readonly [];
|
|
36
|
-
readonly name: "LockNotExpired";
|
|
37
|
-
readonly type: "error";
|
|
38
|
-
}, {
|
|
39
|
-
readonly inputs: readonly [];
|
|
40
|
-
readonly name: "LockNotFound";
|
|
41
|
-
readonly type: "error";
|
|
42
|
-
}, {
|
|
43
|
-
readonly anonymous: false;
|
|
44
|
-
readonly inputs: readonly [{
|
|
45
|
-
readonly indexed: true;
|
|
46
|
-
readonly internalType: "address";
|
|
47
|
-
readonly name: "user";
|
|
48
|
-
readonly type: "address";
|
|
49
|
-
}, {
|
|
50
|
-
readonly indexed: false;
|
|
51
|
-
readonly internalType: "uint256";
|
|
52
|
-
readonly name: "amount";
|
|
53
|
-
readonly type: "uint256";
|
|
54
|
-
}, {
|
|
55
|
-
readonly indexed: false;
|
|
56
|
-
readonly internalType: "uint256";
|
|
57
|
-
readonly name: "end";
|
|
58
|
-
readonly type: "uint256";
|
|
59
|
-
}];
|
|
60
|
-
readonly name: "LockCreated";
|
|
61
|
-
readonly type: "event";
|
|
62
|
-
}, {
|
|
63
|
-
readonly anonymous: false;
|
|
64
|
-
readonly inputs: readonly [{
|
|
65
|
-
readonly indexed: true;
|
|
66
|
-
readonly internalType: "address";
|
|
67
|
-
readonly name: "user";
|
|
68
|
-
readonly type: "address";
|
|
69
|
-
}, {
|
|
70
|
-
readonly indexed: false;
|
|
71
|
-
readonly internalType: "uint256";
|
|
72
|
-
readonly name: "newEnd";
|
|
73
|
-
readonly type: "uint256";
|
|
74
|
-
}];
|
|
75
|
-
readonly name: "LockExtended";
|
|
76
|
-
readonly type: "event";
|
|
77
|
-
}, {
|
|
78
|
-
readonly anonymous: false;
|
|
79
|
-
readonly inputs: readonly [{
|
|
80
|
-
readonly indexed: true;
|
|
81
|
-
readonly internalType: "address";
|
|
82
|
-
readonly name: "user";
|
|
83
|
-
readonly type: "address";
|
|
84
|
-
}, {
|
|
85
|
-
readonly indexed: false;
|
|
86
|
-
readonly internalType: "uint256";
|
|
87
|
-
readonly name: "additionalAmount";
|
|
88
|
-
readonly type: "uint256";
|
|
89
|
-
}];
|
|
90
|
-
readonly name: "LockIncreased";
|
|
91
|
-
readonly type: "event";
|
|
92
|
-
}, {
|
|
93
|
-
readonly anonymous: false;
|
|
94
|
-
readonly inputs: readonly [{
|
|
95
|
-
readonly indexed: true;
|
|
96
|
-
readonly internalType: "address";
|
|
97
|
-
readonly name: "user";
|
|
98
|
-
readonly type: "address";
|
|
99
|
-
}, {
|
|
100
|
-
readonly indexed: false;
|
|
101
|
-
readonly internalType: "uint256";
|
|
102
|
-
readonly name: "amount";
|
|
103
|
-
readonly type: "uint256";
|
|
104
|
-
}];
|
|
105
|
-
readonly name: "LockWithdrawn";
|
|
106
|
-
readonly type: "event";
|
|
107
|
-
}];
|
|
108
|
-
static createInterface(): LockManagerInterface;
|
|
109
|
-
static connect(address: string, runner?: ContractRunner | null): LockManager;
|
|
110
|
-
}
|
|
111
|
-
export {};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { PowerCheckpoint, PowerCheckpointInterface } from "../../../../contracts/libraries/governance/PowerCheckpoint";
|
|
5
|
-
type PowerCheckpointConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class PowerCheckpoint__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: PowerCheckpointConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<PowerCheckpoint & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): PowerCheckpoint__factory;
|
|
17
|
-
static readonly bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203c865054ba58a05e9208e4df4d578c01076cb608795984438b178343a739402d64736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "InvalidBlockNumber";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidProposalId";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "PowerTooHigh";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly anonymous: false;
|
|
32
|
-
readonly inputs: readonly [{
|
|
33
|
-
readonly indexed: true;
|
|
34
|
-
readonly internalType: "address";
|
|
35
|
-
readonly name: "user";
|
|
36
|
-
readonly type: "address";
|
|
37
|
-
}, {
|
|
38
|
-
readonly indexed: false;
|
|
39
|
-
readonly internalType: "uint256";
|
|
40
|
-
readonly name: "blockNumber";
|
|
41
|
-
readonly type: "uint256";
|
|
42
|
-
}, {
|
|
43
|
-
readonly indexed: false;
|
|
44
|
-
readonly internalType: "uint256";
|
|
45
|
-
readonly name: "power";
|
|
46
|
-
readonly type: "uint256";
|
|
47
|
-
}];
|
|
48
|
-
readonly name: "CheckpointCreated";
|
|
49
|
-
readonly type: "event";
|
|
50
|
-
}, {
|
|
51
|
-
readonly anonymous: false;
|
|
52
|
-
readonly inputs: readonly [{
|
|
53
|
-
readonly indexed: true;
|
|
54
|
-
readonly internalType: "uint256";
|
|
55
|
-
readonly name: "proposalId";
|
|
56
|
-
readonly type: "uint256";
|
|
57
|
-
}, {
|
|
58
|
-
readonly indexed: false;
|
|
59
|
-
readonly internalType: "uint256";
|
|
60
|
-
readonly name: "blockNumber";
|
|
61
|
-
readonly type: "uint256";
|
|
62
|
-
}];
|
|
63
|
-
readonly name: "ProposalSnapshotSet";
|
|
64
|
-
readonly type: "event";
|
|
65
|
-
}];
|
|
66
|
-
static createInterface(): PowerCheckpointInterface;
|
|
67
|
-
static connect(address: string, runner?: ContractRunner | null): PowerCheckpoint;
|
|
68
|
-
}
|
|
69
|
-
export {};
|
package/dist/types/typechain-types/factories/contracts/libraries/governance/RAACVoting__factory.d.ts
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { RAACVoting, RAACVotingInterface } from "../../../../contracts/libraries/governance/RAACVoting";
|
|
5
|
-
type RAACVotingConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class RAACVoting__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: RAACVotingConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<RAACVoting & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): RAACVoting__factory;
|
|
17
|
-
static readonly bytecode = "0x6102ee61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe730000000000000000000000000000000000000000301460806040526004361061004b5760003560e01c80633a7d59dd14610050578063526b771e1461007b578063fa78668f1461008e575b600080fd5b61006361005e3660046101e5565b6100a7565b604051600f9190910b81526020015b60405180910390f35b6100636100893660046101fe565b61010a565b610099630784ce0081565b604051908152602001610072565b6000816000036100ca57604051631f2a200560e01b815260040160405180910390fd5b60006100da630784ce0084610240565b905060016001607f1b03811115610104576040516336fa69e560e21b815260040160405180910390fd5b92915050565b60008360000361012d57604051631f2a200560e01b815260040160405180910390fd5b81831161014d576040516352aba6d360e11b815260040160405180910390fd5b61015b630784ce0083610262565b83111561017b5760405163f761f1cd60e01b815260040160405180910390fd5b60006101878385610275565b90506000610194866100a7565b905060006101a683600f84900b610288565b905060008112806101bd575060016001607f1b0381135b156101db576040516308b9fe1b60e01b815260040160405180910390fd5b9695505050505050565b6000602082840312156101f757600080fd5b5035919050565b60008060006060848603121561021357600080fd5b505081359360208301359350604090920135919050565b634e487b7160e01b600052601160045260246000fd5b60008261025d57634e487b7160e01b600052601260045260246000fd5b500490565b808201808211156101045761010461022a565b818103818111156101045761010461022a565b80820260008212600160ff1b841416156102a4576102a461022a565b81810583148215176101045761010461022a56fea264697066735822122083e3a276bbc2d2d4387e53296fb2337d9133097a04467ee1ea8671bf3d09e45664736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "BiasOverflow";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidUnlockTime";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "LockDurationTooLong";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly inputs: readonly [];
|
|
32
|
-
readonly name: "SlopeOverflow";
|
|
33
|
-
readonly type: "error";
|
|
34
|
-
}, {
|
|
35
|
-
readonly inputs: readonly [];
|
|
36
|
-
readonly name: "ValueTooLargeForInt128";
|
|
37
|
-
readonly type: "error";
|
|
38
|
-
}, {
|
|
39
|
-
readonly inputs: readonly [];
|
|
40
|
-
readonly name: "ZeroAmount";
|
|
41
|
-
readonly type: "error";
|
|
42
|
-
}, {
|
|
43
|
-
readonly inputs: readonly [];
|
|
44
|
-
readonly name: "MAX_LOCK_TIME";
|
|
45
|
-
readonly outputs: readonly [{
|
|
46
|
-
readonly internalType: "uint256";
|
|
47
|
-
readonly name: "";
|
|
48
|
-
readonly type: "uint256";
|
|
49
|
-
}];
|
|
50
|
-
readonly stateMutability: "view";
|
|
51
|
-
readonly type: "function";
|
|
52
|
-
}, {
|
|
53
|
-
readonly inputs: readonly [{
|
|
54
|
-
readonly internalType: "uint256";
|
|
55
|
-
readonly name: "amount";
|
|
56
|
-
readonly type: "uint256";
|
|
57
|
-
}, {
|
|
58
|
-
readonly internalType: "uint256";
|
|
59
|
-
readonly name: "unlockTime";
|
|
60
|
-
readonly type: "uint256";
|
|
61
|
-
}, {
|
|
62
|
-
readonly internalType: "uint256";
|
|
63
|
-
readonly name: "currentTime";
|
|
64
|
-
readonly type: "uint256";
|
|
65
|
-
}];
|
|
66
|
-
readonly name: "calculateBias";
|
|
67
|
-
readonly outputs: readonly [{
|
|
68
|
-
readonly internalType: "int128";
|
|
69
|
-
readonly name: "";
|
|
70
|
-
readonly type: "int128";
|
|
71
|
-
}];
|
|
72
|
-
readonly stateMutability: "pure";
|
|
73
|
-
readonly type: "function";
|
|
74
|
-
}, {
|
|
75
|
-
readonly inputs: readonly [{
|
|
76
|
-
readonly internalType: "uint256";
|
|
77
|
-
readonly name: "amount";
|
|
78
|
-
readonly type: "uint256";
|
|
79
|
-
}];
|
|
80
|
-
readonly name: "calculateSlope";
|
|
81
|
-
readonly outputs: readonly [{
|
|
82
|
-
readonly internalType: "int128";
|
|
83
|
-
readonly name: "";
|
|
84
|
-
readonly type: "int128";
|
|
85
|
-
}];
|
|
86
|
-
readonly stateMutability: "pure";
|
|
87
|
-
readonly type: "function";
|
|
88
|
-
}];
|
|
89
|
-
static createInterface(): RAACVotingInterface;
|
|
90
|
-
static connect(address: string, runner?: ContractRunner | null): RAACVoting;
|
|
91
|
-
}
|
|
92
|
-
export {};
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { VotingPowerLib, VotingPowerLibInterface } from "../../../../contracts/libraries/governance/VotingPowerLib";
|
|
5
|
-
type VotingPowerLibConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class VotingPowerLib__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: VotingPowerLibConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<VotingPowerLib & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): VotingPowerLib__factory;
|
|
17
|
-
static readonly bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220d627dda4aed17a365237ef211dbf310b83ed9a02f81c6116f6e841aad384d05c64736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "InvalidBoostParameters";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidPowerParameters";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "NoCheckpointsFound";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly anonymous: false;
|
|
32
|
-
readonly inputs: readonly [{
|
|
33
|
-
readonly indexed: true;
|
|
34
|
-
readonly internalType: "address";
|
|
35
|
-
readonly name: "account";
|
|
36
|
-
readonly type: "address";
|
|
37
|
-
}, {
|
|
38
|
-
readonly indexed: false;
|
|
39
|
-
readonly internalType: "uint256";
|
|
40
|
-
readonly name: "blockNumber";
|
|
41
|
-
readonly type: "uint256";
|
|
42
|
-
}, {
|
|
43
|
-
readonly indexed: false;
|
|
44
|
-
readonly internalType: "uint256";
|
|
45
|
-
readonly name: "power";
|
|
46
|
-
readonly type: "uint256";
|
|
47
|
-
}];
|
|
48
|
-
readonly name: "CheckpointWritten";
|
|
49
|
-
readonly type: "event";
|
|
50
|
-
}, {
|
|
51
|
-
readonly anonymous: false;
|
|
52
|
-
readonly inputs: readonly [{
|
|
53
|
-
readonly indexed: true;
|
|
54
|
-
readonly internalType: "address";
|
|
55
|
-
readonly name: "user";
|
|
56
|
-
readonly type: "address";
|
|
57
|
-
}, {
|
|
58
|
-
readonly indexed: false;
|
|
59
|
-
readonly internalType: "uint256";
|
|
60
|
-
readonly name: "oldPower";
|
|
61
|
-
readonly type: "uint256";
|
|
62
|
-
}, {
|
|
63
|
-
readonly indexed: false;
|
|
64
|
-
readonly internalType: "uint256";
|
|
65
|
-
readonly name: "newPower";
|
|
66
|
-
readonly type: "uint256";
|
|
67
|
-
}];
|
|
68
|
-
readonly name: "VotingPowerUpdated";
|
|
69
|
-
readonly type: "event";
|
|
70
|
-
}];
|
|
71
|
-
static createInterface(): VotingPowerLibInterface;
|
|
72
|
-
static connect(address: string, runner?: ContractRunner | null): VotingPowerLib;
|
|
73
|
-
}
|
|
74
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { BoostCalculator__factory } from "./BoostCalculator__factory";
|
|
2
|
-
export { Checkpoints__factory } from "./Checkpoints__factory";
|
|
3
|
-
export { LockManager__factory } from "./LockManager__factory";
|
|
4
|
-
export { PowerCheckpoint__factory } from "./PowerCheckpoint__factory";
|
|
5
|
-
export { RAACVoting__factory } from "./RAACVoting__factory";
|
|
6
|
-
export { VotingPowerLib__factory } from "./VotingPowerLib__factory";
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../common";
|
|
4
|
-
import type { TimeWeightedAverage, TimeWeightedAverageInterface } from "../../../../contracts/libraries/math/TimeWeightedAverage";
|
|
5
|
-
type TimeWeightedAverageConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class TimeWeightedAverage__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: TimeWeightedAverageConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<TimeWeightedAverage & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): TimeWeightedAverage__factory;
|
|
17
|
-
static readonly bytecode = "0x61042461003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806351604b531461003a575b600080fd5b61004d610048366004610262565b61005f565b60405190815260200160405180910390f35b60008080805b85518110156101bc5785818151811061008057610080610347565b6020026020010151600001518511156101aa5760008682815181106100a7576100a7610347565b60200260200101516020015186116100bf57856100de565b8682815181106100d1576100d1610347565b6020026020010151602001515b905060008783815181106100f4576100f4610347565b6020026020010151600001518261010b9190610373565b905060008189858151811061012257610122610347565b60200260200101516040015102905088848151811061014357610143610347565b60200260200101516040015182828161015e5761015e610386565b041461017d5760405163f20577e560e01b815260040160405180910390fd5b88848151811061018f5761018f610347565b60200260200101516060015181028601955081850194505050505b806101b48161039c565b915050610065565b5080156101e4576101d581670de0b6b3a76400006103b5565b6101df90836103cc565b6101e7565b60005b925050505b92915050565b634e487b7160e01b600052604160045260246000fd5b6040516080810167ffffffffffffffff8111828210171561022b5761022b6101f2565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561025a5761025a6101f2565b604052919050565b600080604080848603121561027657600080fd5b833567ffffffffffffffff8082111561028e57600080fd5b818601915086601f8301126102a257600080fd5b81356020828211156102b6576102b66101f2565b6102c4818360051b01610231565b828152818101935060079290921b8401810191898311156102e457600080fd5b938101935b82851015610339576080858b0312156103025760008081fd5b61030a610208565b8535815282860135838201528686013587820152606080870135908201528452608090940193928101926102e9565b999701359750505050505050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b818103818111156101ec576101ec61035d565b634e487b7160e01b600052601260045260246000fd5b6000600182016103ae576103ae61035d565b5060010190565b80820281158282048414176101ec576101ec61035d565b6000826103e957634e487b7160e01b600052601260045260246000fd5b50049056fea2646970667358221220e62f78e0449d8d6fdef40cd71a42e7dc59d945c9dc80e8a9c1a2a22e9df8b2c864736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "InvalidStartTime";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidTime";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "InvalidWeight";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly inputs: readonly [];
|
|
32
|
-
readonly name: "PeriodNotElapsed";
|
|
33
|
-
readonly type: "error";
|
|
34
|
-
}, {
|
|
35
|
-
readonly inputs: readonly [];
|
|
36
|
-
readonly name: "ValueOverflow";
|
|
37
|
-
readonly type: "error";
|
|
38
|
-
}, {
|
|
39
|
-
readonly inputs: readonly [];
|
|
40
|
-
readonly name: "ZeroDuration";
|
|
41
|
-
readonly type: "error";
|
|
42
|
-
}, {
|
|
43
|
-
readonly inputs: readonly [];
|
|
44
|
-
readonly name: "ZeroWeight";
|
|
45
|
-
readonly type: "error";
|
|
46
|
-
}, {
|
|
47
|
-
readonly anonymous: false;
|
|
48
|
-
readonly inputs: readonly [{
|
|
49
|
-
readonly indexed: false;
|
|
50
|
-
readonly internalType: "uint256";
|
|
51
|
-
readonly name: "startTime";
|
|
52
|
-
readonly type: "uint256";
|
|
53
|
-
}, {
|
|
54
|
-
readonly indexed: false;
|
|
55
|
-
readonly internalType: "uint256";
|
|
56
|
-
readonly name: "duration";
|
|
57
|
-
readonly type: "uint256";
|
|
58
|
-
}, {
|
|
59
|
-
readonly indexed: false;
|
|
60
|
-
readonly internalType: "uint256";
|
|
61
|
-
readonly name: "initialValue";
|
|
62
|
-
readonly type: "uint256";
|
|
63
|
-
}];
|
|
64
|
-
readonly name: "PeriodCreated";
|
|
65
|
-
readonly type: "event";
|
|
66
|
-
}, {
|
|
67
|
-
readonly anonymous: false;
|
|
68
|
-
readonly inputs: readonly [{
|
|
69
|
-
readonly indexed: false;
|
|
70
|
-
readonly internalType: "uint256";
|
|
71
|
-
readonly name: "timestamp";
|
|
72
|
-
readonly type: "uint256";
|
|
73
|
-
}, {
|
|
74
|
-
readonly indexed: false;
|
|
75
|
-
readonly internalType: "uint256";
|
|
76
|
-
readonly name: "oldValue";
|
|
77
|
-
readonly type: "uint256";
|
|
78
|
-
}, {
|
|
79
|
-
readonly indexed: false;
|
|
80
|
-
readonly internalType: "uint256";
|
|
81
|
-
readonly name: "newValue";
|
|
82
|
-
readonly type: "uint256";
|
|
83
|
-
}];
|
|
84
|
-
readonly name: "ValueUpdated";
|
|
85
|
-
readonly type: "event";
|
|
86
|
-
}, {
|
|
87
|
-
readonly inputs: readonly [{
|
|
88
|
-
readonly components: readonly [{
|
|
89
|
-
readonly internalType: "uint256";
|
|
90
|
-
readonly name: "startTime";
|
|
91
|
-
readonly type: "uint256";
|
|
92
|
-
}, {
|
|
93
|
-
readonly internalType: "uint256";
|
|
94
|
-
readonly name: "endTime";
|
|
95
|
-
readonly type: "uint256";
|
|
96
|
-
}, {
|
|
97
|
-
readonly internalType: "uint256";
|
|
98
|
-
readonly name: "value";
|
|
99
|
-
readonly type: "uint256";
|
|
100
|
-
}, {
|
|
101
|
-
readonly internalType: "uint256";
|
|
102
|
-
readonly name: "weight";
|
|
103
|
-
readonly type: "uint256";
|
|
104
|
-
}];
|
|
105
|
-
readonly internalType: "struct TimeWeightedAverage.PeriodParams[]";
|
|
106
|
-
readonly name: "periods";
|
|
107
|
-
readonly type: "tuple[]";
|
|
108
|
-
}, {
|
|
109
|
-
readonly internalType: "uint256";
|
|
110
|
-
readonly name: "timestamp";
|
|
111
|
-
readonly type: "uint256";
|
|
112
|
-
}];
|
|
113
|
-
readonly name: "calculateTimeWeightedAverage";
|
|
114
|
-
readonly outputs: readonly [{
|
|
115
|
-
readonly internalType: "uint256";
|
|
116
|
-
readonly name: "weightedAverage";
|
|
117
|
-
readonly type: "uint256";
|
|
118
|
-
}];
|
|
119
|
-
readonly stateMutability: "pure";
|
|
120
|
-
readonly type: "function";
|
|
121
|
-
}];
|
|
122
|
-
static createInterface(): TimeWeightedAverageInterface;
|
|
123
|
-
static connect(address: string, runner?: ContractRunner | null): TimeWeightedAverage;
|
|
124
|
-
}
|
|
125
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { TimeWeightedAverage__factory } from "./TimeWeightedAverage__factory";
|