@evergonlabs/tmi-protocol-api 0.10.1 → 0.11.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +294 -611
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +1 -10
- package/dist/apps.d.ts +0 -6
- package/dist/apps.d.ts.map +1 -1
- package/dist/apps.js +0 -3
- package/dist/client.d.ts +299 -634
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +1 -9
- package/dist/common/blockchain.d.ts +8779 -143
- package/dist/common/blockchain.d.ts.map +1 -1
- package/dist/common/blockchain.js +5 -1
- package/dist/common/config.d.ts +6 -1
- package/dist/common/config.d.ts.map +1 -1
- package/dist/common/config.js +6 -1
- package/dist/common/indexer/client.d.ts.map +1 -1
- package/dist/common/indexer/schemas.d.ts.map +1 -1
- package/dist/common/models/asset.d.ts +2 -2
- package/dist/common/models/asset.d.ts.map +1 -1
- package/dist/common/models/asset.js +2 -2
- package/dist/common/models/chainId.d.ts +6 -9
- package/dist/common/models/chainId.d.ts.map +1 -1
- package/dist/common/models/chainId.js +8 -16
- package/dist/common/models/deployTransaction.d.ts +1 -1
- package/dist/common/models/deployTransaction.d.ts.map +1 -1
- package/dist/common/models/deployTransaction.js +2 -2
- package/dist/common/models/erc721.d.ts +1 -1
- package/dist/common/models/erc721.d.ts.map +1 -1
- package/dist/common/models/erc721.js +1 -1
- package/dist/common/models/exports.d.ts +5 -5
- package/dist/common/models/exports.d.ts.map +1 -1
- package/dist/common/models/exports.js +5 -5
- package/dist/common/models/index.d.ts +1 -4
- package/dist/common/models/index.d.ts.map +1 -1
- package/dist/common/models/index.js +1 -4
- package/dist/common/models/page.d.ts +1 -1
- package/dist/common/models/page.d.ts.map +1 -1
- package/dist/common/models/page.js +1 -1
- package/dist/common/models/platform.d.ts +5 -5
- package/dist/common/models/platform.d.ts.map +1 -1
- package/dist/common/models/platform.js +6 -6
- package/dist/common/models/routes.d.ts +1 -1
- package/dist/common/models/routes.d.ts.map +1 -1
- package/dist/common/models/routes.js +1 -1
- package/dist/common/models/transaction.d.ts +2 -2
- package/dist/common/models/transaction.d.ts.map +1 -1
- package/dist/common/models/transaction.js +2 -2
- package/dist/fractions/index.d.ts +170 -161
- package/dist/fractions/index.d.ts.map +1 -1
- package/dist/fractions/index.js +0 -2
- package/dist/fractions/{platforms/deployMarket.routes.d.ts → markets/deployMarket.d.ts} +11 -11
- package/dist/fractions/markets/deployMarket.d.ts.map +1 -0
- package/dist/fractions/{platforms/deployMarket.routes.js → markets/deployMarket.js} +18 -17
- package/dist/fractions/markets/getDeployEvent.d.ts +2 -2
- package/dist/fractions/markets/getDeployEvent.d.ts.map +1 -1
- package/dist/fractions/markets/getDeployEvent.js +3 -2
- package/dist/fractions/markets/{getMarket/getMarket.d.ts → getMarket.d.ts} +8 -8
- package/dist/fractions/markets/getMarket.d.ts.map +1 -0
- package/dist/fractions/markets/{getMarket/getMarket.js → getMarket.js} +6 -8
- package/dist/fractions/markets/index.d.ts +187 -16
- package/dist/fractions/markets/index.d.ts.map +1 -1
- package/dist/fractions/markets/index.js +13 -6
- package/dist/fractions/{platforms/initCompilot.routes.d.ts → markets/initCompilot.d.ts} +2 -10
- package/dist/fractions/markets/initCompilot.d.ts.map +1 -0
- package/dist/fractions/{platforms/initCompilot.routes.js → markets/initCompilot.js} +10 -17
- package/dist/fractions/markets/{searchMarkets/searchMarkets.d.ts → searchMarkets.d.ts} +4 -4
- package/dist/fractions/markets/searchMarkets.d.ts.map +1 -0
- package/dist/fractions/markets/{searchMarkets/searchMarkets.js → searchMarkets.js} +7 -9
- package/dist/fractions/markets/{common/platform.d.ts → utils.d.ts} +10 -7
- package/dist/fractions/markets/utils.d.ts.map +1 -0
- package/dist/fractions/markets/{common/platform.js → utils.js} +7 -5
- package/dist/fractions/roles/getRoles.d.ts +1 -1
- package/dist/fractions/roles/getRoles.d.ts.map +1 -1
- package/dist/fractions/roles/getRoles.js +1 -1
- package/dist/fractions/roles/{grantRole.route.d.ts → grantRole.d.ts} +1 -2
- package/dist/fractions/roles/grantRole.d.ts.map +1 -0
- package/dist/fractions/roles/{grantRole.route.js → grantRole.js} +1 -1
- package/dist/fractions/roles/index.d.ts +0 -1
- package/dist/fractions/roles/index.d.ts.map +1 -1
- package/dist/fractions/roles/index.js +2 -2
- package/dist/fractions/sales/activityUtils.d.ts +4 -4
- package/dist/fractions/sales/activityUtils.d.ts.map +1 -1
- package/dist/fractions/sales/activityUtils.js +2 -2
- package/dist/fractions/sales/approveSale.route.d.ts +4 -7
- package/dist/fractions/sales/approveSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveSale.route.js +4 -9
- package/dist/fractions/sales/approveWrapper.route.d.ts +2 -65
- package/dist/fractions/sales/approveWrapper.route.d.ts.map +1 -1
- package/dist/fractions/sales/approveWrapper.route.js +6 -68
- package/dist/fractions/sales/common/fractionsSale.d.ts +11 -11
- package/dist/fractions/sales/common/fractionsSale.d.ts.map +1 -1
- package/dist/fractions/sales/common/fractionsSale.js +3 -3
- package/dist/fractions/sales/completeSale.route.d.ts +4 -7
- package/dist/fractions/sales/completeSale.route.d.ts.map +1 -1
- package/dist/fractions/sales/completeSale.route.js +5 -10
- package/dist/fractions/sales/createFractions.route.d.ts +2 -3
- package/dist/fractions/sales/createFractions.route.d.ts.map +1 -1
- package/dist/fractions/sales/createFractions.route.js +2 -3
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts +5 -5
- package/dist/fractions/sales/getFractionSaleStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/getFractionSaleStatistics.route.js +2 -2
- package/dist/fractions/sales/getVaultAddress.d.ts +8 -8
- package/dist/fractions/sales/getVaultAddress.d.ts.map +1 -1
- package/dist/fractions/sales/getVaultAddress.js +3 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts +3 -3
- package/dist/fractions/sales/getWithdrawEvent.d.ts.map +1 -1
- package/dist/fractions/sales/getWithdrawEvent.js +1 -1
- package/dist/fractions/sales/index.d.ts +120 -118
- package/dist/fractions/sales/index.d.ts.map +1 -1
- package/dist/fractions/sales/index.js +5 -6
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts +3 -3
- package/dist/fractions/sales/parseFractionsCreatedEvent.d.ts.map +1 -1
- package/dist/fractions/sales/parseFractionsCreatedEvent.js +3 -3
- package/dist/fractions/sales/purchase.route.d.ts +7 -12
- package/dist/fractions/sales/purchase.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchase.route.js +4 -16
- package/dist/fractions/sales/purchaseStatistics.route.d.ts +2 -2
- package/dist/fractions/sales/purchaseStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/purchaseStatistics.route.js +3 -3
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts +36 -14
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveFundsAfterNonFunded.route.js +35 -20
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts +5 -3
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/receiveNonPurchasedWrappedAssets.route.js +6 -5
- package/dist/fractions/sales/recoverFractions.d.ts +12 -15
- package/dist/fractions/sales/recoverFractions.d.ts.map +1 -1
- package/dist/fractions/sales/recoverFractions.js +5 -16
- package/dist/fractions/sales/rejectFractions.d.ts +3 -8
- package/dist/fractions/sales/rejectFractions.d.ts.map +1 -1
- package/dist/fractions/sales/rejectFractions.js +5 -10
- package/dist/fractions/sales/searchActivity.route.d.ts +5 -5
- package/dist/fractions/sales/searchActivity.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchActivity.route.js +2 -2
- package/dist/fractions/sales/searchSales/searchSales.d.ts +6 -6
- package/dist/fractions/sales/searchSales/searchSales.d.ts.map +1 -1
- package/dist/fractions/sales/searchSales/searchSales.js +2 -2
- package/dist/fractions/sales/searchWithdrawal.route.d.ts +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.d.ts.map +1 -1
- package/dist/fractions/sales/searchWithdrawal.route.js +2 -2
- package/dist/fractions/sales/setFeeCapLimit.d.ts +4 -8
- package/dist/fractions/sales/setFeeCapLimit.d.ts.map +1 -1
- package/dist/fractions/sales/setFeeCapLimit.js +5 -11
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts +4 -6
- package/dist/fractions/sales/unlockWrappedAssets.route.d.ts.map +1 -1
- package/dist/fractions/sales/unlockWrappedAssets.route.js +5 -5
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts +8 -8
- package/dist/fractions/sales/vesting/claimStatistics.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimStatistics.route.js +2 -2
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts +1 -8
- package/dist/fractions/sales/vesting/claimVestedTokens.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/claimVestedTokens.route.js +2 -10
- package/dist/fractions/sales/vesting/editCliff.route.d.ts +4 -10
- package/dist/fractions/sales/vesting/editCliff.route.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/editCliff.route.js +5 -12
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts +3 -3
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.d.ts.map +1 -1
- package/dist/fractions/sales/vesting/parseClaimVestedTokensEvent.js +1 -1
- package/dist/fractions/sales/withdraw.route.d.ts +4 -6
- package/dist/fractions/sales/withdraw.route.d.ts.map +1 -1
- package/dist/fractions/sales/withdraw.route.js +5 -5
- package/dist/fractions/schemas.d.ts +6 -0
- package/dist/fractions/schemas.d.ts.map +1 -0
- package/dist/fractions/schemas.js +6 -0
- package/dist/fractions/sig/getAuthData.d.ts +6 -6
- package/dist/fractions/sig/getAuthData.d.ts.map +1 -1
- package/dist/fractions/sig/getAuthData.js +4 -5
- package/dist/fractions/sig/getNonce.route.d.ts +4 -4
- package/dist/fractions/sig/getNonce.route.d.ts.map +1 -1
- package/dist/fractions/sig/getNonce.route.js +1 -1
- package/dist/fractions/sig/index.d.ts +2 -2
- package/dist/fractions/sig/index.d.ts.map +1 -1
- package/dist/fractions/sig/index.js +1 -1
- package/dist/fractions/statistics/index.d.ts +19 -11
- package/dist/fractions/statistics/index.d.ts.map +1 -1
- package/dist/fractions/statistics/index.js +1 -1
- package/dist/fractions/statistics/networkStatistics.route.d.ts +20 -12
- package/dist/fractions/statistics/networkStatistics.route.d.ts.map +1 -1
- package/dist/fractions/statistics/networkStatistics.route.js +3 -3
- package/dist/general/balanceClient.d.ts +1 -1
- package/dist/general/balanceClient.d.ts.map +1 -1
- package/dist/general/balanceClient.js +1 -1
- package/dist/general/common.d.ts +1 -1
- package/dist/general/common.d.ts.map +1 -1
- package/dist/general/common.js +1 -1
- package/dist/general/estimateGas.d.ts +1 -1
- package/dist/general/estimateGas.d.ts.map +1 -1
- package/dist/general/estimateGas.js +2 -3
- package/dist/general/getBalance.d.ts +2 -2
- package/dist/general/getBalance.d.ts.map +1 -1
- package/dist/general/getBalance.js +2 -3
- package/dist/general/getBalancesBatch.d.ts +1 -1
- package/dist/general/getBalancesBatch.d.ts.map +1 -1
- package/dist/general/getBalancesBatch.js +6 -5
- package/dist/general/index.d.ts +5 -5
- package/dist/general/searchBalances.d.ts +2 -2
- package/dist/general/searchBalances.d.ts.map +1 -1
- package/dist/general/searchBalances.js +6 -5
- package/dist/general/tag.d.ts +4 -0
- package/dist/general/tag.d.ts.map +1 -0
- package/dist/general/tag.js +2 -0
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.d.ts.map +1 -1
- package/dist/general/utils/tokenBalance/tokenBalance.js +1 -1
- package/dist/issuance/common/factories.base.d.ts +649 -5
- package/dist/issuance/common/factories.base.d.ts.map +1 -1
- package/dist/issuance/common/factories.base.js +2 -2
- package/dist/issuance/common/factories.d.ts +2 -1
- package/dist/issuance/common/factories.d.ts.map +1 -1
- package/dist/issuance/common/factories.js +10 -2
- package/dist/issuance/erc1155/burn.d.ts +3 -3
- package/dist/issuance/erc1155/burn.d.ts.map +1 -1
- package/dist/issuance/erc1155/burn.js +5 -5
- package/dist/issuance/erc1155/default/deploy.d.ts +3 -3
- package/dist/issuance/erc1155/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/deploy.js +3 -3
- package/dist/issuance/erc1155/default/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/initialize.js +2 -2
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc1155/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc1155/gated/deploy.d.ts +3 -3
- package/dist/issuance/erc1155/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/deploy.js +3 -3
- package/dist/issuance/erc1155/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc1155/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/initialize.js +2 -2
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc1155/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc1155/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc1155/getMintedTokenId.d.ts +18 -0
- package/dist/issuance/erc1155/getMintedTokenId.d.ts.map +1 -0
- package/dist/issuance/erc1155/getMintedTokenId.js +71 -0
- package/dist/issuance/erc1155/grantRole.d.ts +1 -1
- package/dist/issuance/erc1155/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/grantRole.js +2 -2
- package/dist/issuance/erc1155/index.d.ts +23 -7
- package/dist/issuance/erc1155/index.d.ts.map +1 -1
- package/dist/issuance/erc1155/index.js +4 -2
- package/dist/issuance/erc1155/mint.d.ts +2 -2
- package/dist/issuance/erc1155/mint.d.ts.map +1 -1
- package/dist/issuance/erc1155/mint.js +4 -4
- package/dist/issuance/erc1155/recover.d.ts +3 -3
- package/dist/issuance/erc1155/recover.d.ts.map +1 -1
- package/dist/issuance/erc1155/recover.js +5 -5
- package/dist/issuance/erc1155/renounceRole.d.ts +1 -1
- package/dist/issuance/erc1155/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/renounceRole.js +2 -2
- package/dist/issuance/erc1155/revokeRole.d.ts +1 -1
- package/dist/issuance/erc1155/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc1155/revokeRole.js +2 -2
- package/dist/issuance/erc1155/setApprovalForAll.d.ts +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.d.ts.map +1 -1
- package/dist/issuance/erc1155/setApprovalForAll.js +2 -2
- package/dist/issuance/erc1155/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc1155/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setBaseURI.js +2 -2
- package/dist/issuance/erc1155/setTokenURI.d.ts +2 -2
- package/dist/issuance/erc1155/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc1155/setTokenURI.js +4 -4
- package/dist/issuance/erc20/approve.d.ts +2 -2
- package/dist/issuance/erc20/approve.d.ts.map +1 -1
- package/dist/issuance/erc20/approve.js +4 -4
- package/dist/issuance/erc20/burn.d.ts +2 -2
- package/dist/issuance/erc20/burn.d.ts.map +1 -1
- package/dist/issuance/erc20/burn.js +4 -4
- package/dist/issuance/erc20/default/deploy.d.ts +4 -4
- package/dist/issuance/erc20/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/default/deploy.js +5 -5
- package/dist/issuance/erc20/default/initialize.d.ts +2 -2
- package/dist/issuance/erc20/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/default/initialize.js +4 -4
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/gated/deploy.d.ts +4 -4
- package/dist/issuance/erc20/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/deploy.js +5 -5
- package/dist/issuance/erc20/gated/initialize.d.ts +2 -2
- package/dist/issuance/erc20/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/initialize.js +4 -4
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/gatedSimple/deploy.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/deploy.js +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts +2 -2
- package/dist/issuance/erc20/gatedSimple/getInitData.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/getInitData.js +4 -4
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc20/gatedSimple/parseDeployEvent.js +5 -15
- package/dist/issuance/erc20/grantRole.d.ts +1 -1
- package/dist/issuance/erc20/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc20/grantRole.js +2 -2
- package/dist/issuance/erc20/index.d.ts +8 -8
- package/dist/issuance/erc20/index.d.ts.map +1 -1
- package/dist/issuance/erc20/index.js +1 -1
- package/dist/issuance/erc20/mint.d.ts +2 -2
- package/dist/issuance/erc20/mint.d.ts.map +1 -1
- package/dist/issuance/erc20/mint.js +4 -4
- package/dist/issuance/erc20/recover.d.ts +2 -2
- package/dist/issuance/erc20/recover.d.ts.map +1 -1
- package/dist/issuance/erc20/recover.js +4 -4
- package/dist/issuance/erc20/renounceRole.d.ts +1 -1
- package/dist/issuance/erc20/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc20/renounceRole.js +2 -2
- package/dist/issuance/erc20/revokeRole.d.ts +1 -1
- package/dist/issuance/erc20/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc20/revokeRole.js +2 -2
- package/dist/issuance/erc20/transfer.d.ts +2 -2
- package/dist/issuance/erc20/transfer.d.ts.map +1 -1
- package/dist/issuance/erc20/transfer.js +4 -4
- package/dist/issuance/erc20/transferFrom.d.ts +2 -2
- package/dist/issuance/erc20/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc20/transferFrom.js +4 -4
- package/dist/issuance/erc721/approve.d.ts +2 -2
- package/dist/issuance/erc721/approve.d.ts.map +1 -1
- package/dist/issuance/erc721/approve.js +4 -4
- package/dist/issuance/erc721/burn.d.ts +2 -2
- package/dist/issuance/erc721/burn.d.ts.map +1 -1
- package/dist/issuance/erc721/burn.js +4 -4
- package/dist/issuance/erc721/default/deploy.d.ts +3 -3
- package/dist/issuance/erc721/default/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/default/deploy.js +3 -3
- package/dist/issuance/erc721/default/initialize.d.ts +1 -1
- package/dist/issuance/erc721/default/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/default/initialize.js +2 -2
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc721/default/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/default/parseDeployEvent.js +5 -15
- package/dist/issuance/erc721/gated/deploy.d.ts +3 -3
- package/dist/issuance/erc721/gated/deploy.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/deploy.js +3 -3
- package/dist/issuance/erc721/gated/initialize.d.ts +1 -1
- package/dist/issuance/erc721/gated/initialize.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/initialize.js +2 -2
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts +2 -2
- package/dist/issuance/erc721/gated/parseDeployEvent.d.ts.map +1 -1
- package/dist/issuance/erc721/gated/parseDeployEvent.js +5 -15
- package/dist/issuance/erc721/getMintedTokenId.d.ts +18 -0
- package/dist/issuance/erc721/getMintedTokenId.d.ts.map +1 -0
- package/dist/issuance/erc721/getMintedTokenId.js +69 -0
- package/dist/issuance/erc721/grantRole.d.ts +1 -1
- package/dist/issuance/erc721/grantRole.d.ts.map +1 -1
- package/dist/issuance/erc721/grantRole.js +2 -2
- package/dist/issuance/erc721/index.d.ts +23 -7
- package/dist/issuance/erc721/index.d.ts.map +1 -1
- package/dist/issuance/erc721/index.js +4 -2
- package/dist/issuance/erc721/mint.d.ts +1 -1
- package/dist/issuance/erc721/mint.d.ts.map +1 -1
- package/dist/issuance/erc721/mint.js +2 -2
- package/dist/issuance/erc721/recover.d.ts +2 -2
- package/dist/issuance/erc721/recover.d.ts.map +1 -1
- package/dist/issuance/erc721/recover.js +4 -4
- package/dist/issuance/erc721/renounceRole.d.ts +1 -1
- package/dist/issuance/erc721/renounceRole.d.ts.map +1 -1
- package/dist/issuance/erc721/renounceRole.js +2 -2
- package/dist/issuance/erc721/revokeRole.d.ts +1 -1
- package/dist/issuance/erc721/revokeRole.d.ts.map +1 -1
- package/dist/issuance/erc721/revokeRole.js +2 -2
- package/dist/issuance/erc721/setBaseURI.d.ts +1 -1
- package/dist/issuance/erc721/setBaseURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setBaseURI.js +2 -2
- package/dist/issuance/erc721/setTokenURI.d.ts +2 -2
- package/dist/issuance/erc721/setTokenURI.d.ts.map +1 -1
- package/dist/issuance/erc721/setTokenURI.js +4 -4
- package/dist/issuance/erc721/transferFrom.d.ts +2 -2
- package/dist/issuance/erc721/transferFrom.d.ts.map +1 -1
- package/dist/issuance/erc721/transferFrom.js +4 -4
- package/dist/issuance/index.d.ts +54 -22
- package/dist/issuance/index.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.d.ts +1 -1
- package/dist/issuance/proxy/deploy.d.ts.map +1 -1
- package/dist/issuance/proxy/deploy.js +2 -2
- package/dist/issuance/proxy/index.d.ts.map +1 -1
- package/dist/issuance/proxy/index.js +1 -1
- package/dist/issuance/proxy/upgrade.d.ts +1 -1
- package/dist/issuance/proxy/upgrade.d.ts.map +1 -1
- package/dist/issuance/proxy/upgrade.js +2 -2
- package/dist/issuance/schemas.d.ts +43 -0
- package/dist/issuance/schemas.d.ts.map +1 -0
- package/dist/issuance/schemas.js +46 -0
- package/dist/next/app.d.ts +708 -0
- package/dist/next/app.d.ts.map +1 -0
- package/dist/next/app.js +33 -0
- package/dist/next/apps.d.ts +18 -0
- package/dist/next/apps.d.ts.map +1 -0
- package/dist/next/apps.js +11 -0
- package/dist/next/client.d.ts +704 -0
- package/dist/next/client.d.ts.map +1 -0
- package/dist/next/client.js +13 -0
- package/dist/next/lending/buyback.d.ts +28 -0
- package/dist/next/lending/buyback.d.ts.map +1 -0
- package/dist/next/{fractions/lending/buyback/buyback.routes.js → lending/buyback.js} +8 -7
- package/dist/next/lending/createSale.d.ts +71 -0
- package/dist/next/lending/createSale.d.ts.map +1 -0
- package/dist/next/lending/createSale.js +31 -0
- package/dist/next/{fractions/lending/deployMarket/lending.routes.d.ts → lending/deployMarket.d.ts} +4 -4
- package/dist/next/lending/deployMarket.d.ts.map +1 -0
- package/dist/next/{fractions/lending/deployMarket/lending.routes.js → lending/deployMarket.js} +8 -5
- package/dist/next/{fractions/lending → lending}/index.d.ts +23 -18
- package/dist/next/{fractions/lending → lending}/index.d.ts.map +1 -1
- package/dist/next/lending/index.js +17 -0
- package/dist/next/lending/schemas.d.ts +2 -0
- package/dist/next/lending/schemas.d.ts.map +1 -0
- package/dist/next/lending/schemas.js +3 -0
- package/dist/next/{fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts → lending/setCollateralPrice.d.ts} +6 -4
- package/dist/next/lending/setCollateralPrice.d.ts.map +1 -0
- package/dist/next/{fractions/lending/setCollateralPrice/setCollateralPrice.routes.js → lending/setCollateralPrice.js} +10 -7
- package/dist/next/lending/tag.d.ts +4 -0
- package/dist/next/lending/tag.d.ts.map +1 -0
- package/dist/next/lending/tag.js +2 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.d.ts → nftFractions/createNftFractions.d.ts} +16 -6
- package/dist/next/nftFractions/createNftFractions.d.ts.map +1 -0
- package/dist/next/{fractions/sales/createNftFractions.routes.js → nftFractions/createNftFractions.js} +10 -12
- package/dist/next/{fractions/platforms/default/deployNftFractionsMarket.routes.d.ts → nftFractions/deployNftFractionsMarket.d.ts} +4 -4
- package/dist/next/nftFractions/deployNftFractionsMarket.d.ts.map +1 -0
- package/dist/next/{fractions/platforms/default/deployNftFractionsMarket.routes.js → nftFractions/deployNftFractionsMarket.js} +5 -4
- package/dist/next/{fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts → nftFractions/deployNftFractionsMarketGated.d.ts} +5 -5
- package/dist/next/nftFractions/deployNftFractionsMarketGated.d.ts.map +1 -0
- package/dist/next/{fractions/platforms/gated/deployNftFractionsMarket.routes.js → nftFractions/deployNftFractionsMarketGated.js} +5 -4
- package/dist/next/nftFractions/index.d.ts +182 -0
- package/dist/{fractions/platforms → next/nftFractions}/index.d.ts.map +1 -1
- package/dist/next/nftFractions/index.js +17 -0
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts +23 -0
- package/dist/next/nftFractions/parseNftFractionsCreatedEvent.d.ts.map +1 -0
- package/dist/next/{fractions/sales/parseFractionsCreatedEvent.js → nftFractions/parseNftFractionsCreatedEvent.js} +15 -18
- package/dist/next/nftFractions/schemas.d.ts +2 -0
- package/dist/next/nftFractions/schemas.d.ts.map +1 -0
- package/dist/next/nftFractions/schemas.js +1 -0
- package/dist/next/nftFractions/tag.d.ts +4 -0
- package/dist/next/nftFractions/tag.d.ts.map +1 -0
- package/dist/next/nftFractions/tag.js +2 -0
- package/dist/next/schemas.d.ts +4 -0
- package/dist/next/schemas.d.ts.map +1 -0
- package/dist/next/schemas.js +3 -0
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts +27 -0
- package/dist/next/vestingRedemptionDynamic/approveCampaign.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/approveCampaign.js +31 -0
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts +52 -0
- package/dist/next/vestingRedemptionDynamic/createCampaign.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/createCampaign.js +33 -0
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts +39 -0
- package/dist/next/vestingRedemptionDynamic/deployMarket.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/deployMarket.js +35 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/epochPurchase.js +34 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/exchangeNftForFractions.js +34 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts +21 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getCurrentEpoch.js +43 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts +24 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getEpochPurchaseEvent.js +66 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts +22 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getPurchasePriceForEpoch.js +45 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts +22 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/getWithdrawalRequestedEvent.js +62 -0
- package/dist/next/vestingRedemptionDynamic/index.d.ts +323 -0
- package/dist/next/{fractions → vestingRedemptionDynamic}/index.d.ts.map +1 -1
- package/dist/next/vestingRedemptionDynamic/index.js +31 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/requestWithdrawal.js +33 -0
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts +2 -0
- package/dist/next/vestingRedemptionDynamic/schemas.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/schemas.js +1 -0
- package/dist/next/{fractions/lending/buyback/buyback.routes.d.ts → vestingRedemptionDynamic/setEpochPrice.d.ts} +7 -6
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/setEpochPrice.js +34 -0
- package/dist/next/vestingRedemptionDynamic/tag.d.ts +4 -0
- package/dist/next/vestingRedemptionDynamic/tag.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/tag.js +2 -0
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts +28 -0
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.d.ts.map +1 -0
- package/dist/next/vestingRedemptionDynamic/withdrawFunds.js +34 -0
- package/dist/schemas.d.ts +3 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +2 -0
- package/dist/staking/index.d.ts +38 -38
- package/dist/staking/platforms/common/platform.d.ts +4 -4
- package/dist/staking/platforms/common/platform.d.ts.map +1 -1
- package/dist/staking/platforms/common/platform.js +3 -3
- package/dist/staking/platforms/getPlatform/index.d.ts +5 -5
- package/dist/staking/platforms/getPlatform/index.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/index.js +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts +7 -7
- package/dist/staking/platforms/getPlatform/v0/getPlatform.d.ts.map +1 -1
- package/dist/staking/platforms/getPlatform/v0/getPlatform.js +2 -2
- package/dist/staking/platforms/index.d.ts +9 -9
- package/dist/staking/platforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/index.js +1 -1
- package/dist/staking/platforms/searchPlatforms/index.d.ts +4 -4
- package/dist/staking/platforms/searchPlatforms/index.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/index.js +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts +6 -6
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.d.ts.map +1 -1
- package/dist/staking/platforms/searchPlatforms/v0/searchPlatforms.js +2 -2
- package/dist/staking/pools/common/pool.d.ts +4 -4
- package/dist/staking/pools/common/pool.d.ts.map +1 -1
- package/dist/staking/pools/common/pool.js +6 -5
- package/dist/staking/pools/getPool/index.d.ts +6 -6
- package/dist/staking/pools/getPool/index.d.ts.map +1 -1
- package/dist/staking/pools/getPool/index.js +1 -1
- package/dist/staking/pools/getPool/v0/getPool.d.ts +8 -8
- package/dist/staking/pools/getPool/v0/getPool.d.ts.map +1 -1
- package/dist/staking/pools/getPool/v0/getPool.js +3 -3
- package/dist/staking/pools/index.d.ts +10 -10
- package/dist/staking/pools/index.d.ts.map +1 -1
- package/dist/staking/pools/index.js +1 -1
- package/dist/staking/pools/searchPools/index.d.ts +4 -4
- package/dist/staking/pools/searchPools/index.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/index.js +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts +6 -6
- package/dist/staking/pools/searchPools/v0/searchPools.d.ts.map +1 -1
- package/dist/staking/pools/searchPools/v0/searchPools.js +2 -2
- package/dist/staking/roles/common/role.d.ts +1 -1
- package/dist/staking/roles/common/role.d.ts.map +1 -1
- package/dist/staking/roles/common/role.js +1 -1
- package/dist/staking/roles/common/roleAssignment.d.ts +5 -5
- package/dist/staking/roles/common/roleAssignment.d.ts.map +1 -1
- package/dist/staking/roles/common/roleAssignment.js +3 -3
- package/dist/staking/roles/common/roleEvent.d.ts +3 -3
- package/dist/staking/roles/common/roleEvent.d.ts.map +1 -1
- package/dist/staking/roles/common/roleEvent.js +2 -2
- package/dist/staking/roles/getRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/index.js +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.d.ts.map +1 -1
- package/dist/staking/roles/getRoles/v0/getRoles.js +2 -2
- package/dist/staking/roles/grantRole/index.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/index.js +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.d.ts.map +1 -1
- package/dist/staking/roles/grantRole/v0/grantRole.js +1 -1
- package/dist/staking/roles/index.d.ts +8 -8
- package/dist/staking/roles/index.d.ts.map +1 -1
- package/dist/staking/roles/index.js +1 -1
- package/dist/staking/roles/searchRoleEvents/index.d.ts +3 -3
- package/dist/staking/roles/searchRoleEvents/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/index.js +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts +5 -4
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.d.ts.map +1 -1
- package/dist/staking/roles/searchRoleEvents/v0/searchRoleEvents.js +2 -2
- package/dist/staking/roles/searchRoles/index.d.ts +5 -5
- package/dist/staking/roles/searchRoles/index.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/index.js +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts +7 -7
- package/dist/staking/roles/searchRoles/v0/searchRoles.d.ts.map +1 -1
- package/dist/staking/roles/searchRoles/v0/searchRoles.js +3 -3
- package/dist/staking/stakes/common/stake.d.ts +8 -8
- package/dist/staking/stakes/common/stake.d.ts.map +1 -1
- package/dist/staking/stakes/common/stake.js +5 -5
- package/dist/staking/stakes/common/stakeEvent.d.ts +5 -5
- package/dist/staking/stakes/common/stakeEvent.d.ts.map +1 -1
- package/dist/staking/stakes/common/stakeEvent.js +2 -2
- package/dist/staking/stakes/getStake/index.d.ts +4 -4
- package/dist/staking/stakes/getStake/index.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/index.js +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.d.ts +5 -5
- package/dist/staking/stakes/getStake/v0/getStake.d.ts.map +1 -1
- package/dist/staking/stakes/getStake/v0/getStake.js +3 -3
- package/dist/staking/stakes/index.d.ts +11 -11
- package/dist/staking/stakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/index.js +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.d.ts +5 -5
- package/dist/staking/stakes/searchStakeEvents/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/index.js +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts +7 -7
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakeEvents/v0/searchStakeEvents.js +6 -5
- package/dist/staking/stakes/searchStakes/index.d.ts +2 -2
- package/dist/staking/stakes/searchStakes/index.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/index.js +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts +3 -3
- package/dist/staking/stakes/searchStakes/v0/searchStakes.d.ts.map +1 -1
- package/dist/staking/stakes/searchStakes/v0/searchStakes.js +2 -2
- package/dist/stakingTemplates/index.d.ts +27 -27
- package/dist/stakingTemplates/templates/common/amount.d.ts +4 -4
- package/dist/stakingTemplates/templates/common/amount.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/amount.js +5 -5
- package/dist/stakingTemplates/templates/common/amountMult.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/amountMult.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/amountMult.js +3 -5
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/erc20Input.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/erc20Input.js +3 -3
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/erc20Reward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/erc20Reward.js +3 -3
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getCreatePoolEvent.js +2 -2
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getPlatformDeployEvent.js +2 -2
- package/dist/stakingTemplates/templates/common/getReward.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getReward.js +3 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/getStakeEvent.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/getStakeEvent.js +1 -1
- package/dist/stakingTemplates/templates/common/lock.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/lock.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/lock.js +6 -6
- package/dist/stakingTemplates/templates/common/lockMult.d.ts +2 -2
- package/dist/stakingTemplates/templates/common/lockMult.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/lockMult.js +3 -5
- package/dist/stakingTemplates/templates/common/partialUnstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/partialUnstake.js +3 -3
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts +3 -3
- package/dist/stakingTemplates/templates/common/rewardDistribution.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/rewardDistribution.js +4 -4
- package/dist/stakingTemplates/templates/common/templates.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/time.d.ts +1 -1
- package/dist/stakingTemplates/templates/common/time.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/time.js +1 -1
- package/dist/stakingTemplates/templates/common/unstake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/common/unstake.js +1 -1
- package/dist/stakingTemplates/templates/reputation/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputation/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/index.js +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/reputation/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/createPool.js +8 -8
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputation/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/reputation/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/restake.js +4 -4
- package/dist/stakingTemplates/templates/reputation/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputation/v0/stake.js +4 -4
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputationLock/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/index.js +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/createPool.js +10 -10
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/reputationLock/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/restake.js +5 -5
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/reputationLock/v0/stake.js +5 -5
- package/dist/stakingTemplates/templates/rwa/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/rwa/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/index.js +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPlatform.js +2 -2
- package/dist/stakingTemplates/templates/rwa/v0/createPool.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/createPool.js +7 -7
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/distributeRewards.js +4 -4
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts +9 -9
- package/dist/stakingTemplates/templates/rwa/v0/index.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/index.js +7 -7
- package/dist/stakingTemplates/templates/rwa/v0/restake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/restake.js +4 -4
- package/dist/stakingTemplates/templates/rwa/v0/stake.d.ts.map +1 -1
- package/dist/stakingTemplates/templates/rwa/v0/stake.js +4 -4
- package/package.json +34 -15
- package/dist/common/int256.d.ts +0 -3
- package/dist/common/int256.d.ts.map +0 -1
- package/dist/common/int256.js +0 -12
- package/dist/common/models/base/chainId.d.ts +0 -8
- package/dist/common/models/base/chainId.d.ts.map +0 -1
- package/dist/common/models/base/chainId.js +0 -11
- package/dist/common/models/base/date.d.ts +0 -6
- package/dist/common/models/base/date.d.ts.map +0 -1
- package/dist/common/models/base/date.js +0 -13
- package/dist/common/models/base/deployTransaction.d.ts +0 -8
- package/dist/common/models/base/deployTransaction.d.ts.map +0 -1
- package/dist/common/models/base/deployTransaction.js +0 -7
- package/dist/common/models/base/page.d.ts +0 -7
- package/dist/common/models/base/page.d.ts.map +0 -1
- package/dist/common/models/base/page.js +0 -5
- package/dist/common/models/base/transaction.d.ts +0 -13
- package/dist/common/models/base/transaction.d.ts.map +0 -1
- package/dist/common/models/base/transaction.js +0 -12
- package/dist/common/models/base/viem.d.ts +0 -6
- package/dist/common/models/base/viem.d.ts.map +0 -1
- package/dist/common/models/base/viem.js +0 -5
- package/dist/common/models/date.d.ts +0 -2
- package/dist/common/models/date.d.ts.map +0 -1
- package/dist/common/models/date.js +0 -4
- package/dist/common/models/percent.d.ts +0 -3
- package/dist/common/models/percent.d.ts.map +0 -1
- package/dist/common/models/percent.js +0 -6
- package/dist/common/models/saleId.d.ts +0 -6
- package/dist/common/models/saleId.d.ts.map +0 -1
- package/dist/common/models/saleId.js +0 -7
- package/dist/common/models/viem.d.ts +0 -6
- package/dist/common/models/viem.d.ts.map +0 -1
- package/dist/common/models/viem.js +0 -22
- package/dist/fractions/markets/common/platform.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/getMarket.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/index.d.ts +0 -50
- package/dist/fractions/markets/getMarket/index.d.ts.map +0 -1
- package/dist/fractions/markets/getMarket/index.js +0 -5
- package/dist/fractions/markets/searchMarkets/index.d.ts +0 -42
- package/dist/fractions/markets/searchMarkets/index.d.ts.map +0 -1
- package/dist/fractions/markets/searchMarkets/index.js +0 -5
- package/dist/fractions/markets/searchMarkets/searchMarkets.d.ts.map +0 -1
- package/dist/fractions/platforms/deployMarket.routes.d.ts.map +0 -1
- package/dist/fractions/platforms/deployMarket.schema.d.ts +0 -33
- package/dist/fractions/platforms/deployMarket.schema.d.ts.map +0 -1
- package/dist/fractions/platforms/deployMarket.schema.js +0 -28
- package/dist/fractions/platforms/index.d.ts +0 -174
- package/dist/fractions/platforms/index.js +0 -13
- package/dist/fractions/platforms/initCompilot.routes.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.route.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.schema.d.ts +0 -16
- package/dist/fractions/roles/grantRole.schema.d.ts.map +0 -1
- package/dist/fractions/roles/grantRole.schema.js +0 -14
- package/dist/fractions/sales/createFractions.schema.d.ts +0 -123
- package/dist/fractions/sales/createFractions.schema.d.ts.map +0 -1
- package/dist/fractions/sales/createFractions.schema.js +0 -80
- package/dist/next/fractions/index.d.ts +0 -356
- package/dist/next/fractions/index.js +0 -13
- package/dist/next/fractions/lending/buyback/buyback.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts +0 -8
- package/dist/next/fractions/lending/buyback/buyback.schema.d.ts.map +0 -1
- package/dist/next/fractions/lending/buyback/buyback.schema.js +0 -13
- package/dist/next/fractions/lending/createLendingSale.d.ts +0 -130
- package/dist/next/fractions/lending/createLendingSale.d.ts.map +0 -1
- package/dist/next/fractions/lending/createLendingSale.js +0 -82
- package/dist/next/fractions/lending/deployMarket/lending.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/index.js +0 -15
- package/dist/next/fractions/lending/schemas.d.ts +0 -25
- package/dist/next/fractions/lending/schemas.d.ts.map +0 -1
- package/dist/next/fractions/lending/schemas.js +0 -21
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.routes.d.ts.map +0 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts +0 -7
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.d.ts.map +0 -1
- package/dist/next/fractions/lending/setCollateralPrice/setCollateralPrice.schema.js +0 -11
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts +0 -25
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/platforms/default/deployNftFractionsMarket.schema.js +0 -23
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.routes.d.ts.map +0 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts +0 -26
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.d.ts.map +0 -1
- package/dist/next/fractions/platforms/gated/deployNftFractionsMarket.schema.js +0 -24
- package/dist/next/fractions/platforms/index.d.ts +0 -69
- package/dist/next/fractions/platforms/index.d.ts.map +0 -1
- package/dist/next/fractions/platforms/index.js +0 -9
- package/dist/next/fractions/sales/createNftFractions.routes.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts +0 -85
- package/dist/next/fractions/sales/createNftFractions.schema.d.ts.map +0 -1
- package/dist/next/fractions/sales/createNftFractions.schema.js +0 -67
- package/dist/next/fractions/sales/index.d.ts +0 -102
- package/dist/next/fractions/sales/index.d.ts.map +0 -1
- package/dist/next/fractions/sales/index.js +0 -11
- package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts +0 -23
- package/dist/next/fractions/sales/parseFractionsCreatedEvent.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const FactoryChainId: {
|
|
2
|
-
Schema: import("zod").ZodUnion<[import("zod").ZodLiteral<11155111 | 72080>, import("zod").ZodLiteral<11155111 | 72080>, ...import("zod").ZodLiteral<11155111 | 72080>[]]>;
|
|
2
|
+
Schema: import("zod").ZodUnion<[import("zod").ZodLiteral<11155111 | 84532 | 72080>, import("zod").ZodLiteral<11155111 | 84532 | 72080>, ...import("zod").ZodLiteral<11155111 | 84532 | 72080>[]]>;
|
|
3
3
|
chains: ({
|
|
4
4
|
blockExplorers: {
|
|
5
5
|
readonly default: {
|
|
@@ -48,6 +48,323 @@ export declare const FactoryChainId: {
|
|
|
48
48
|
}] | undefined;
|
|
49
49
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
50
50
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
51
|
+
} | {
|
|
52
|
+
blockExplorers: {
|
|
53
|
+
readonly default: {
|
|
54
|
+
readonly name: "Basescan";
|
|
55
|
+
readonly url: "https://sepolia.basescan.org";
|
|
56
|
+
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
blockTime: 2000;
|
|
60
|
+
contracts: {
|
|
61
|
+
readonly disputeGameFactory: {
|
|
62
|
+
readonly 11155111: {
|
|
63
|
+
readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
readonly l2OutputOracle: {
|
|
67
|
+
readonly 11155111: {
|
|
68
|
+
readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
readonly portal: {
|
|
72
|
+
readonly 11155111: {
|
|
73
|
+
readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
|
|
74
|
+
readonly blockCreated: 4446677;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
readonly l1StandardBridge: {
|
|
78
|
+
readonly 11155111: {
|
|
79
|
+
readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
|
|
80
|
+
readonly blockCreated: 4446677;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
readonly multicall3: {
|
|
84
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
85
|
+
readonly blockCreated: 1059647;
|
|
86
|
+
};
|
|
87
|
+
readonly gasPriceOracle: {
|
|
88
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
89
|
+
};
|
|
90
|
+
readonly l1Block: {
|
|
91
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
92
|
+
};
|
|
93
|
+
readonly l2CrossDomainMessenger: {
|
|
94
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
95
|
+
};
|
|
96
|
+
readonly l2Erc721Bridge: {
|
|
97
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
98
|
+
};
|
|
99
|
+
readonly l2StandardBridge: {
|
|
100
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
101
|
+
};
|
|
102
|
+
readonly l2ToL1MessagePasser: {
|
|
103
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
ensTlds?: readonly string[] | undefined;
|
|
107
|
+
id: 84532;
|
|
108
|
+
name: "Base Sepolia";
|
|
109
|
+
nativeCurrency: {
|
|
110
|
+
readonly name: "Sepolia Ether";
|
|
111
|
+
readonly symbol: "ETH";
|
|
112
|
+
readonly decimals: 18;
|
|
113
|
+
};
|
|
114
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
115
|
+
rpcUrls: {
|
|
116
|
+
readonly default: {
|
|
117
|
+
readonly http: readonly ["https://sepolia.base.org"];
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
sourceId: 11155111;
|
|
121
|
+
testnet: true;
|
|
122
|
+
custom?: Record<string, unknown> | undefined;
|
|
123
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
124
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
125
|
+
formatters: {
|
|
126
|
+
readonly block: {
|
|
127
|
+
exclude: [] | undefined;
|
|
128
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
129
|
+
baseFeePerGas: bigint | null;
|
|
130
|
+
blobGasUsed: bigint;
|
|
131
|
+
difficulty: bigint;
|
|
132
|
+
excessBlobGas: bigint;
|
|
133
|
+
extraData: import("viem").Hex;
|
|
134
|
+
gasLimit: bigint;
|
|
135
|
+
gasUsed: bigint;
|
|
136
|
+
hash: `0x${string}` | null;
|
|
137
|
+
logsBloom: `0x${string}` | null;
|
|
138
|
+
miner: import("viem").Address;
|
|
139
|
+
mixHash: import("viem").Hash;
|
|
140
|
+
nonce: `0x${string}` | null;
|
|
141
|
+
number: bigint | null;
|
|
142
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
143
|
+
parentHash: import("viem").Hash;
|
|
144
|
+
receiptsRoot: import("viem").Hex;
|
|
145
|
+
sealFields: import("viem").Hex[];
|
|
146
|
+
sha3Uncles: import("viem").Hash;
|
|
147
|
+
size: bigint;
|
|
148
|
+
stateRoot: import("viem").Hash;
|
|
149
|
+
timestamp: bigint;
|
|
150
|
+
totalDifficulty: bigint | null;
|
|
151
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
152
|
+
transactionsRoot: import("viem").Hash;
|
|
153
|
+
uncles: import("viem").Hash[];
|
|
154
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
155
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
156
|
+
} & {};
|
|
157
|
+
type: "block";
|
|
158
|
+
};
|
|
159
|
+
readonly transaction: {
|
|
160
|
+
exclude: [] | undefined;
|
|
161
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
162
|
+
blockHash: `0x${string}` | null;
|
|
163
|
+
blockNumber: bigint | null;
|
|
164
|
+
from: import("viem").Address;
|
|
165
|
+
gas: bigint;
|
|
166
|
+
hash: import("viem").Hash;
|
|
167
|
+
input: import("viem").Hex;
|
|
168
|
+
nonce: number;
|
|
169
|
+
r: import("viem").Hex;
|
|
170
|
+
s: import("viem").Hex;
|
|
171
|
+
to: import("viem").Address | null;
|
|
172
|
+
transactionIndex: number | null;
|
|
173
|
+
typeHex: import("viem").Hex | null;
|
|
174
|
+
v: bigint;
|
|
175
|
+
value: bigint;
|
|
176
|
+
yParity: number;
|
|
177
|
+
gasPrice?: undefined | undefined;
|
|
178
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
179
|
+
maxFeePerGas: bigint;
|
|
180
|
+
maxPriorityFeePerGas: bigint;
|
|
181
|
+
isSystemTx?: boolean;
|
|
182
|
+
mint?: bigint | undefined | undefined;
|
|
183
|
+
sourceHash: import("viem").Hex;
|
|
184
|
+
type: "deposit";
|
|
185
|
+
} | {
|
|
186
|
+
r: import("viem").Hex;
|
|
187
|
+
s: import("viem").Hex;
|
|
188
|
+
v: bigint;
|
|
189
|
+
to: import("viem").Address | null;
|
|
190
|
+
from: import("viem").Address;
|
|
191
|
+
gas: bigint;
|
|
192
|
+
nonce: number;
|
|
193
|
+
value: bigint;
|
|
194
|
+
blockHash: `0x${string}` | null;
|
|
195
|
+
blockNumber: bigint | null;
|
|
196
|
+
hash: import("viem").Hash;
|
|
197
|
+
input: import("viem").Hex;
|
|
198
|
+
transactionIndex: number | null;
|
|
199
|
+
typeHex: import("viem").Hex | null;
|
|
200
|
+
accessList?: undefined | undefined;
|
|
201
|
+
authorizationList?: undefined | undefined;
|
|
202
|
+
blobVersionedHashes?: undefined | undefined;
|
|
203
|
+
chainId?: number | undefined;
|
|
204
|
+
yParity?: undefined | undefined;
|
|
205
|
+
type: "legacy";
|
|
206
|
+
gasPrice: bigint;
|
|
207
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
208
|
+
maxFeePerGas?: undefined | undefined;
|
|
209
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
210
|
+
isSystemTx?: undefined | undefined;
|
|
211
|
+
mint?: undefined | undefined;
|
|
212
|
+
sourceHash?: undefined | undefined;
|
|
213
|
+
} | {
|
|
214
|
+
blockHash: `0x${string}` | null;
|
|
215
|
+
blockNumber: bigint | null;
|
|
216
|
+
from: import("viem").Address;
|
|
217
|
+
gas: bigint;
|
|
218
|
+
hash: import("viem").Hash;
|
|
219
|
+
input: import("viem").Hex;
|
|
220
|
+
nonce: number;
|
|
221
|
+
r: import("viem").Hex;
|
|
222
|
+
s: import("viem").Hex;
|
|
223
|
+
to: import("viem").Address | null;
|
|
224
|
+
transactionIndex: number | null;
|
|
225
|
+
typeHex: import("viem").Hex | null;
|
|
226
|
+
v: bigint;
|
|
227
|
+
value: bigint;
|
|
228
|
+
yParity: number;
|
|
229
|
+
accessList: import("viem").AccessList;
|
|
230
|
+
authorizationList?: undefined | undefined;
|
|
231
|
+
blobVersionedHashes?: undefined | undefined;
|
|
232
|
+
chainId: number;
|
|
233
|
+
type: "eip2930";
|
|
234
|
+
gasPrice: bigint;
|
|
235
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
236
|
+
maxFeePerGas?: undefined | undefined;
|
|
237
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
238
|
+
isSystemTx?: undefined | undefined;
|
|
239
|
+
mint?: undefined | undefined;
|
|
240
|
+
sourceHash?: undefined | undefined;
|
|
241
|
+
} | {
|
|
242
|
+
blockHash: `0x${string}` | null;
|
|
243
|
+
blockNumber: bigint | null;
|
|
244
|
+
from: import("viem").Address;
|
|
245
|
+
gas: bigint;
|
|
246
|
+
hash: import("viem").Hash;
|
|
247
|
+
input: import("viem").Hex;
|
|
248
|
+
nonce: number;
|
|
249
|
+
r: import("viem").Hex;
|
|
250
|
+
s: import("viem").Hex;
|
|
251
|
+
to: import("viem").Address | null;
|
|
252
|
+
transactionIndex: number | null;
|
|
253
|
+
typeHex: import("viem").Hex | null;
|
|
254
|
+
v: bigint;
|
|
255
|
+
value: bigint;
|
|
256
|
+
yParity: number;
|
|
257
|
+
accessList: import("viem").AccessList;
|
|
258
|
+
authorizationList?: undefined | undefined;
|
|
259
|
+
blobVersionedHashes?: undefined | undefined;
|
|
260
|
+
chainId: number;
|
|
261
|
+
type: "eip1559";
|
|
262
|
+
gasPrice?: undefined | undefined;
|
|
263
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
264
|
+
maxFeePerGas: bigint;
|
|
265
|
+
maxPriorityFeePerGas: bigint;
|
|
266
|
+
isSystemTx?: undefined | undefined;
|
|
267
|
+
mint?: undefined | undefined;
|
|
268
|
+
sourceHash?: undefined | undefined;
|
|
269
|
+
} | {
|
|
270
|
+
blockHash: `0x${string}` | null;
|
|
271
|
+
blockNumber: bigint | null;
|
|
272
|
+
from: import("viem").Address;
|
|
273
|
+
gas: bigint;
|
|
274
|
+
hash: import("viem").Hash;
|
|
275
|
+
input: import("viem").Hex;
|
|
276
|
+
nonce: number;
|
|
277
|
+
r: import("viem").Hex;
|
|
278
|
+
s: import("viem").Hex;
|
|
279
|
+
to: import("viem").Address | null;
|
|
280
|
+
transactionIndex: number | null;
|
|
281
|
+
typeHex: import("viem").Hex | null;
|
|
282
|
+
v: bigint;
|
|
283
|
+
value: bigint;
|
|
284
|
+
yParity: number;
|
|
285
|
+
accessList: import("viem").AccessList;
|
|
286
|
+
authorizationList?: undefined | undefined;
|
|
287
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
288
|
+
chainId: number;
|
|
289
|
+
type: "eip4844";
|
|
290
|
+
gasPrice?: undefined | undefined;
|
|
291
|
+
maxFeePerBlobGas: bigint;
|
|
292
|
+
maxFeePerGas: bigint;
|
|
293
|
+
maxPriorityFeePerGas: bigint;
|
|
294
|
+
isSystemTx?: undefined | undefined;
|
|
295
|
+
mint?: undefined | undefined;
|
|
296
|
+
sourceHash?: undefined | undefined;
|
|
297
|
+
} | {
|
|
298
|
+
blockHash: `0x${string}` | null;
|
|
299
|
+
blockNumber: bigint | null;
|
|
300
|
+
from: import("viem").Address;
|
|
301
|
+
gas: bigint;
|
|
302
|
+
hash: import("viem").Hash;
|
|
303
|
+
input: import("viem").Hex;
|
|
304
|
+
nonce: number;
|
|
305
|
+
r: import("viem").Hex;
|
|
306
|
+
s: import("viem").Hex;
|
|
307
|
+
to: import("viem").Address | null;
|
|
308
|
+
transactionIndex: number | null;
|
|
309
|
+
typeHex: import("viem").Hex | null;
|
|
310
|
+
v: bigint;
|
|
311
|
+
value: bigint;
|
|
312
|
+
yParity: number;
|
|
313
|
+
accessList: import("viem").AccessList;
|
|
314
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
315
|
+
blobVersionedHashes?: undefined | undefined;
|
|
316
|
+
chainId: number;
|
|
317
|
+
type: "eip7702";
|
|
318
|
+
gasPrice?: undefined | undefined;
|
|
319
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
320
|
+
maxFeePerGas: bigint;
|
|
321
|
+
maxPriorityFeePerGas: bigint;
|
|
322
|
+
isSystemTx?: undefined | undefined;
|
|
323
|
+
mint?: undefined | undefined;
|
|
324
|
+
sourceHash?: undefined | undefined;
|
|
325
|
+
}) & {};
|
|
326
|
+
type: "transaction";
|
|
327
|
+
};
|
|
328
|
+
readonly transactionReceipt: {
|
|
329
|
+
exclude: [] | undefined;
|
|
330
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
331
|
+
blobGasPrice?: bigint | undefined;
|
|
332
|
+
blobGasUsed?: bigint | undefined;
|
|
333
|
+
blockHash: import("viem").Hash;
|
|
334
|
+
blockNumber: bigint;
|
|
335
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
336
|
+
cumulativeGasUsed: bigint;
|
|
337
|
+
effectiveGasPrice: bigint;
|
|
338
|
+
from: import("viem").Address;
|
|
339
|
+
gasUsed: bigint;
|
|
340
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
341
|
+
logsBloom: import("viem").Hex;
|
|
342
|
+
root?: `0x${string}` | undefined;
|
|
343
|
+
status: "success" | "reverted";
|
|
344
|
+
to: import("viem").Address | null;
|
|
345
|
+
transactionHash: import("viem").Hash;
|
|
346
|
+
transactionIndex: number;
|
|
347
|
+
type: import("viem").TransactionType;
|
|
348
|
+
l1GasPrice: bigint | null;
|
|
349
|
+
l1GasUsed: bigint | null;
|
|
350
|
+
l1Fee: bigint | null;
|
|
351
|
+
l1FeeScalar: number | null;
|
|
352
|
+
} & {};
|
|
353
|
+
type: "transactionReceipt";
|
|
354
|
+
};
|
|
355
|
+
};
|
|
356
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
357
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
358
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
359
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
360
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
361
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
362
|
+
}] | undefined;
|
|
363
|
+
serializers: {
|
|
364
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
365
|
+
};
|
|
366
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
367
|
+
readonly network: "base-sepolia";
|
|
51
368
|
} | {
|
|
52
369
|
blockExplorers: {
|
|
53
370
|
readonly default: {
|
|
@@ -90,9 +407,9 @@ export declare const FactoryChainId: {
|
|
|
90
407
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
|
|
91
408
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
92
409
|
})[];
|
|
93
|
-
chainIds: (11155111 | 72080)[];
|
|
94
|
-
isSupported: (chainId: number) => chainId is 11155111 | 72080;
|
|
95
|
-
get: <T extends 11155111 | 72080>(chainId: T) => Extract<{
|
|
410
|
+
chainIds: (11155111 | 84532 | 72080)[];
|
|
411
|
+
isSupported: (chainId: number) => chainId is 11155111 | 84532 | 72080;
|
|
412
|
+
get: <T extends 11155111 | 84532 | 72080>(chainId: T) => Extract<{
|
|
96
413
|
blockExplorers: {
|
|
97
414
|
readonly default: {
|
|
98
415
|
readonly name: "Etherscan";
|
|
@@ -142,6 +459,325 @@ export declare const FactoryChainId: {
|
|
|
142
459
|
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
143
460
|
}, {
|
|
144
461
|
id: T;
|
|
462
|
+
}> | Extract<{
|
|
463
|
+
blockExplorers: {
|
|
464
|
+
readonly default: {
|
|
465
|
+
readonly name: "Basescan";
|
|
466
|
+
readonly url: "https://sepolia.basescan.org";
|
|
467
|
+
readonly apiUrl: "https://api-sepolia.basescan.org/api";
|
|
468
|
+
};
|
|
469
|
+
};
|
|
470
|
+
blockTime: 2000;
|
|
471
|
+
contracts: {
|
|
472
|
+
readonly disputeGameFactory: {
|
|
473
|
+
readonly 11155111: {
|
|
474
|
+
readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
readonly l2OutputOracle: {
|
|
478
|
+
readonly 11155111: {
|
|
479
|
+
readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
|
|
480
|
+
};
|
|
481
|
+
};
|
|
482
|
+
readonly portal: {
|
|
483
|
+
readonly 11155111: {
|
|
484
|
+
readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
|
|
485
|
+
readonly blockCreated: 4446677;
|
|
486
|
+
};
|
|
487
|
+
};
|
|
488
|
+
readonly l1StandardBridge: {
|
|
489
|
+
readonly 11155111: {
|
|
490
|
+
readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
|
|
491
|
+
readonly blockCreated: 4446677;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
readonly multicall3: {
|
|
495
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
496
|
+
readonly blockCreated: 1059647;
|
|
497
|
+
};
|
|
498
|
+
readonly gasPriceOracle: {
|
|
499
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
500
|
+
};
|
|
501
|
+
readonly l1Block: {
|
|
502
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
503
|
+
};
|
|
504
|
+
readonly l2CrossDomainMessenger: {
|
|
505
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
506
|
+
};
|
|
507
|
+
readonly l2Erc721Bridge: {
|
|
508
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
509
|
+
};
|
|
510
|
+
readonly l2StandardBridge: {
|
|
511
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
512
|
+
};
|
|
513
|
+
readonly l2ToL1MessagePasser: {
|
|
514
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
515
|
+
};
|
|
516
|
+
};
|
|
517
|
+
ensTlds?: readonly string[] | undefined;
|
|
518
|
+
id: 84532;
|
|
519
|
+
name: "Base Sepolia";
|
|
520
|
+
nativeCurrency: {
|
|
521
|
+
readonly name: "Sepolia Ether";
|
|
522
|
+
readonly symbol: "ETH";
|
|
523
|
+
readonly decimals: 18;
|
|
524
|
+
};
|
|
525
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
526
|
+
rpcUrls: {
|
|
527
|
+
readonly default: {
|
|
528
|
+
readonly http: readonly ["https://sepolia.base.org"];
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
sourceId: 11155111;
|
|
532
|
+
testnet: true;
|
|
533
|
+
custom?: Record<string, unknown> | undefined;
|
|
534
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
535
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
536
|
+
formatters: {
|
|
537
|
+
readonly block: {
|
|
538
|
+
exclude: [] | undefined;
|
|
539
|
+
format: (args: import("viem/chains").OpStackRpcBlock, action?: string | undefined) => {
|
|
540
|
+
baseFeePerGas: bigint | null;
|
|
541
|
+
blobGasUsed: bigint;
|
|
542
|
+
difficulty: bigint;
|
|
543
|
+
excessBlobGas: bigint;
|
|
544
|
+
extraData: import("viem").Hex;
|
|
545
|
+
gasLimit: bigint;
|
|
546
|
+
gasUsed: bigint;
|
|
547
|
+
hash: `0x${string}` | null;
|
|
548
|
+
logsBloom: `0x${string}` | null;
|
|
549
|
+
miner: import("viem").Address;
|
|
550
|
+
mixHash: import("viem").Hash;
|
|
551
|
+
nonce: `0x${string}` | null;
|
|
552
|
+
number: bigint | null;
|
|
553
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
554
|
+
parentHash: import("viem").Hash;
|
|
555
|
+
receiptsRoot: import("viem").Hex;
|
|
556
|
+
sealFields: import("viem").Hex[];
|
|
557
|
+
sha3Uncles: import("viem").Hash;
|
|
558
|
+
size: bigint;
|
|
559
|
+
stateRoot: import("viem").Hash;
|
|
560
|
+
timestamp: bigint;
|
|
561
|
+
totalDifficulty: bigint | null;
|
|
562
|
+
transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
|
|
563
|
+
transactionsRoot: import("viem").Hash;
|
|
564
|
+
uncles: import("viem").Hash[];
|
|
565
|
+
withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
|
|
566
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
567
|
+
} & {};
|
|
568
|
+
type: "block";
|
|
569
|
+
};
|
|
570
|
+
readonly transaction: {
|
|
571
|
+
exclude: [] | undefined;
|
|
572
|
+
format: (args: import("viem/chains").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
573
|
+
blockHash: `0x${string}` | null;
|
|
574
|
+
blockNumber: bigint | null;
|
|
575
|
+
from: import("viem").Address;
|
|
576
|
+
gas: bigint;
|
|
577
|
+
hash: import("viem").Hash;
|
|
578
|
+
input: import("viem").Hex;
|
|
579
|
+
nonce: number;
|
|
580
|
+
r: import("viem").Hex;
|
|
581
|
+
s: import("viem").Hex;
|
|
582
|
+
to: import("viem").Address | null;
|
|
583
|
+
transactionIndex: number | null;
|
|
584
|
+
typeHex: import("viem").Hex | null;
|
|
585
|
+
v: bigint;
|
|
586
|
+
value: bigint;
|
|
587
|
+
yParity: number;
|
|
588
|
+
gasPrice?: undefined | undefined;
|
|
589
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
590
|
+
maxFeePerGas: bigint;
|
|
591
|
+
maxPriorityFeePerGas: bigint;
|
|
592
|
+
isSystemTx?: boolean;
|
|
593
|
+
mint?: bigint | undefined | undefined;
|
|
594
|
+
sourceHash: import("viem").Hex;
|
|
595
|
+
type: "deposit";
|
|
596
|
+
} | {
|
|
597
|
+
r: import("viem").Hex;
|
|
598
|
+
s: import("viem").Hex;
|
|
599
|
+
v: bigint;
|
|
600
|
+
to: import("viem").Address | null;
|
|
601
|
+
from: import("viem").Address;
|
|
602
|
+
gas: bigint;
|
|
603
|
+
nonce: number;
|
|
604
|
+
value: bigint;
|
|
605
|
+
blockHash: `0x${string}` | null;
|
|
606
|
+
blockNumber: bigint | null;
|
|
607
|
+
hash: import("viem").Hash;
|
|
608
|
+
input: import("viem").Hex;
|
|
609
|
+
transactionIndex: number | null;
|
|
610
|
+
typeHex: import("viem").Hex | null;
|
|
611
|
+
accessList?: undefined | undefined;
|
|
612
|
+
authorizationList?: undefined | undefined;
|
|
613
|
+
blobVersionedHashes?: undefined | undefined;
|
|
614
|
+
chainId?: number | undefined;
|
|
615
|
+
yParity?: undefined | undefined;
|
|
616
|
+
type: "legacy";
|
|
617
|
+
gasPrice: bigint;
|
|
618
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
619
|
+
maxFeePerGas?: undefined | undefined;
|
|
620
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
621
|
+
isSystemTx?: undefined | undefined;
|
|
622
|
+
mint?: undefined | undefined;
|
|
623
|
+
sourceHash?: undefined | undefined;
|
|
624
|
+
} | {
|
|
625
|
+
blockHash: `0x${string}` | null;
|
|
626
|
+
blockNumber: bigint | null;
|
|
627
|
+
from: import("viem").Address;
|
|
628
|
+
gas: bigint;
|
|
629
|
+
hash: import("viem").Hash;
|
|
630
|
+
input: import("viem").Hex;
|
|
631
|
+
nonce: number;
|
|
632
|
+
r: import("viem").Hex;
|
|
633
|
+
s: import("viem").Hex;
|
|
634
|
+
to: import("viem").Address | null;
|
|
635
|
+
transactionIndex: number | null;
|
|
636
|
+
typeHex: import("viem").Hex | null;
|
|
637
|
+
v: bigint;
|
|
638
|
+
value: bigint;
|
|
639
|
+
yParity: number;
|
|
640
|
+
accessList: import("viem").AccessList;
|
|
641
|
+
authorizationList?: undefined | undefined;
|
|
642
|
+
blobVersionedHashes?: undefined | undefined;
|
|
643
|
+
chainId: number;
|
|
644
|
+
type: "eip2930";
|
|
645
|
+
gasPrice: bigint;
|
|
646
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
647
|
+
maxFeePerGas?: undefined | undefined;
|
|
648
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
649
|
+
isSystemTx?: undefined | undefined;
|
|
650
|
+
mint?: undefined | undefined;
|
|
651
|
+
sourceHash?: undefined | undefined;
|
|
652
|
+
} | {
|
|
653
|
+
blockHash: `0x${string}` | null;
|
|
654
|
+
blockNumber: bigint | null;
|
|
655
|
+
from: import("viem").Address;
|
|
656
|
+
gas: bigint;
|
|
657
|
+
hash: import("viem").Hash;
|
|
658
|
+
input: import("viem").Hex;
|
|
659
|
+
nonce: number;
|
|
660
|
+
r: import("viem").Hex;
|
|
661
|
+
s: import("viem").Hex;
|
|
662
|
+
to: import("viem").Address | null;
|
|
663
|
+
transactionIndex: number | null;
|
|
664
|
+
typeHex: import("viem").Hex | null;
|
|
665
|
+
v: bigint;
|
|
666
|
+
value: bigint;
|
|
667
|
+
yParity: number;
|
|
668
|
+
accessList: import("viem").AccessList;
|
|
669
|
+
authorizationList?: undefined | undefined;
|
|
670
|
+
blobVersionedHashes?: undefined | undefined;
|
|
671
|
+
chainId: number;
|
|
672
|
+
type: "eip1559";
|
|
673
|
+
gasPrice?: undefined | undefined;
|
|
674
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
675
|
+
maxFeePerGas: bigint;
|
|
676
|
+
maxPriorityFeePerGas: bigint;
|
|
677
|
+
isSystemTx?: undefined | undefined;
|
|
678
|
+
mint?: undefined | undefined;
|
|
679
|
+
sourceHash?: undefined | undefined;
|
|
680
|
+
} | {
|
|
681
|
+
blockHash: `0x${string}` | null;
|
|
682
|
+
blockNumber: bigint | null;
|
|
683
|
+
from: import("viem").Address;
|
|
684
|
+
gas: bigint;
|
|
685
|
+
hash: import("viem").Hash;
|
|
686
|
+
input: import("viem").Hex;
|
|
687
|
+
nonce: number;
|
|
688
|
+
r: import("viem").Hex;
|
|
689
|
+
s: import("viem").Hex;
|
|
690
|
+
to: import("viem").Address | null;
|
|
691
|
+
transactionIndex: number | null;
|
|
692
|
+
typeHex: import("viem").Hex | null;
|
|
693
|
+
v: bigint;
|
|
694
|
+
value: bigint;
|
|
695
|
+
yParity: number;
|
|
696
|
+
accessList: import("viem").AccessList;
|
|
697
|
+
authorizationList?: undefined | undefined;
|
|
698
|
+
blobVersionedHashes: readonly import("viem").Hex[];
|
|
699
|
+
chainId: number;
|
|
700
|
+
type: "eip4844";
|
|
701
|
+
gasPrice?: undefined | undefined;
|
|
702
|
+
maxFeePerBlobGas: bigint;
|
|
703
|
+
maxFeePerGas: bigint;
|
|
704
|
+
maxPriorityFeePerGas: bigint;
|
|
705
|
+
isSystemTx?: undefined | undefined;
|
|
706
|
+
mint?: undefined | undefined;
|
|
707
|
+
sourceHash?: undefined | undefined;
|
|
708
|
+
} | {
|
|
709
|
+
blockHash: `0x${string}` | null;
|
|
710
|
+
blockNumber: bigint | null;
|
|
711
|
+
from: import("viem").Address;
|
|
712
|
+
gas: bigint;
|
|
713
|
+
hash: import("viem").Hash;
|
|
714
|
+
input: import("viem").Hex;
|
|
715
|
+
nonce: number;
|
|
716
|
+
r: import("viem").Hex;
|
|
717
|
+
s: import("viem").Hex;
|
|
718
|
+
to: import("viem").Address | null;
|
|
719
|
+
transactionIndex: number | null;
|
|
720
|
+
typeHex: import("viem").Hex | null;
|
|
721
|
+
v: bigint;
|
|
722
|
+
value: bigint;
|
|
723
|
+
yParity: number;
|
|
724
|
+
accessList: import("viem").AccessList;
|
|
725
|
+
authorizationList: import("viem").SignedAuthorizationList;
|
|
726
|
+
blobVersionedHashes?: undefined | undefined;
|
|
727
|
+
chainId: number;
|
|
728
|
+
type: "eip7702";
|
|
729
|
+
gasPrice?: undefined | undefined;
|
|
730
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
731
|
+
maxFeePerGas: bigint;
|
|
732
|
+
maxPriorityFeePerGas: bigint;
|
|
733
|
+
isSystemTx?: undefined | undefined;
|
|
734
|
+
mint?: undefined | undefined;
|
|
735
|
+
sourceHash?: undefined | undefined;
|
|
736
|
+
}) & {};
|
|
737
|
+
type: "transaction";
|
|
738
|
+
};
|
|
739
|
+
readonly transactionReceipt: {
|
|
740
|
+
exclude: [] | undefined;
|
|
741
|
+
format: (args: import("viem/chains").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
742
|
+
blobGasPrice?: bigint | undefined;
|
|
743
|
+
blobGasUsed?: bigint | undefined;
|
|
744
|
+
blockHash: import("viem").Hash;
|
|
745
|
+
blockNumber: bigint;
|
|
746
|
+
contractAddress: import("viem").Address | null | undefined;
|
|
747
|
+
cumulativeGasUsed: bigint;
|
|
748
|
+
effectiveGasPrice: bigint;
|
|
749
|
+
from: import("viem").Address;
|
|
750
|
+
gasUsed: bigint;
|
|
751
|
+
logs: import("viem").Log<bigint, number, false>[];
|
|
752
|
+
logsBloom: import("viem").Hex;
|
|
753
|
+
root?: `0x${string}` | undefined;
|
|
754
|
+
status: "success" | "reverted";
|
|
755
|
+
to: import("viem").Address | null;
|
|
756
|
+
transactionHash: import("viem").Hash;
|
|
757
|
+
transactionIndex: number;
|
|
758
|
+
type: import("viem").TransactionType;
|
|
759
|
+
l1GasPrice: bigint | null;
|
|
760
|
+
l1GasUsed: bigint | null;
|
|
761
|
+
l1Fee: bigint | null;
|
|
762
|
+
l1FeeScalar: number | null;
|
|
763
|
+
} & {};
|
|
764
|
+
type: "transactionReceipt";
|
|
765
|
+
};
|
|
766
|
+
};
|
|
767
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
768
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
769
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
770
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
771
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
772
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
773
|
+
}] | undefined;
|
|
774
|
+
serializers: {
|
|
775
|
+
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
776
|
+
};
|
|
777
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
|
|
778
|
+
readonly network: "base-sepolia";
|
|
779
|
+
}, {
|
|
780
|
+
id: T;
|
|
145
781
|
}> | Extract<{
|
|
146
782
|
blockExplorers: {
|
|
147
783
|
readonly default: {
|
|
@@ -187,7 +823,7 @@ export declare const FactoryChainId: {
|
|
|
187
823
|
id: T;
|
|
188
824
|
}>;
|
|
189
825
|
};
|
|
190
|
-
export declare const factoryChainIds: (11155111 | 72080)[];
|
|
826
|
+
export declare const factoryChainIds: (11155111 | 84532 | 72080)[];
|
|
191
827
|
export type IFactoryChainId = (typeof factoryChainIds)[number];
|
|
192
828
|
export declare function getFactories<T extends IFactoryChainId>(id: T): {
|
|
193
829
|
readonly DiamondFactory: "0x4be118d8a3a6f1490162e134E7419284827dbdBb";
|
|
@@ -197,6 +833,14 @@ export declare function getFactories<T extends IFactoryChainId>(id: T): {
|
|
|
197
833
|
readonly ERC20PausableRecoverableFactory: "0xFea92aC14C5B39590b29C86370D0A710aE02B45D";
|
|
198
834
|
readonly ERC721AutoIdGatedPausableRecoverableFactory: "0xdB2b8eB6df1C89C1887ad9A38938153cc896AB37";
|
|
199
835
|
readonly ERC721AutoIdPausableRecoverableFactory: "0xFE98EF8Ba0f70f59D18862F2528071F00A94f0C3";
|
|
836
|
+
} | {
|
|
837
|
+
readonly DiamondFactory: "0xAAd3aDadf5e0478B61AfBaf6FC5e9014FAAce613";
|
|
838
|
+
readonly ERC1155AutoIdGatedPausableRecoverableFactory: "0x9DE22869A7c1c861B62D3CdBE9242B2143060E25";
|
|
839
|
+
readonly ERC1155AutoIdPausableRecoverableFactory: "0x122eCE2E44166646004028F393C04A4fB0f771C3";
|
|
840
|
+
readonly ERC20GatedPausableRecoverableFactory: "0x8224a725B7F5E610DF3D02C638b0a2d2871713E7";
|
|
841
|
+
readonly ERC20PausableRecoverableFactory: "0x58d01bf022a7d028bA03a9812146Fd7F08F16E5F";
|
|
842
|
+
readonly ERC721AutoIdGatedPausableRecoverableFactory: "0x7dC36199B2b7117D8f587DB71D24976EabEbde5c";
|
|
843
|
+
readonly ERC721AutoIdPausableRecoverableFactory: "0x1887C1402F8Fa1360077F7e7CB75071E5641a99b";
|
|
200
844
|
} | {
|
|
201
845
|
readonly DiamondFactory: "0x141c8f5BC8f7895E800518dc799f3D6e419b30Ac";
|
|
202
846
|
readonly ERC1155AutoIdGatedPausableRecoverableFactory: "0x059A29005D665134a2BDe3828053dA09C0423E68";
|