@gurge/sdk 0.3.150 → 0.3.151
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/README.md +43 -29
- package/common/src/API/API.cjs +1 -1
- package/common/src/API/API.d.ts +21 -46
- package/common/src/API/API.mjs +96 -121
- package/common/src/API/admin-calls.cjs +1 -1
- package/common/src/API/admin-calls.d.ts +1 -1
- package/common/src/API/admin-calls.mjs +3 -1
- package/common/src/API/callLifiAPI.cjs +1 -1
- package/common/src/API/callLifiAPI.d.ts +4 -0
- package/common/src/API/callLifiAPI.mjs +7 -2
- package/common/src/API/callNearIntentsAPI.cjs +1 -1
- package/common/src/API/callNearIntentsAPI.mjs +2 -2
- package/common/src/API/callRelayer.cjs +1 -1
- package/common/src/API/callRelayer.d.ts +36 -1
- package/common/src/API/callRelayer.mjs +7 -1
- package/common/src/API/dashboardAccountMemberCalls.cjs +1 -1
- package/common/src/API/dashboardAccountMemberCalls.d.ts +15 -0
- package/common/src/API/dashboardAccountMemberCalls.mjs +5 -2
- package/common/src/API/dashboardPayoutCalls.cjs +1 -1
- package/common/src/API/dashboardPayoutCalls.d.ts +2 -1
- package/common/src/API/dashboardPayoutCalls.mjs +4 -1
- package/common/src/API/dashboardTransactionCalls.cjs +1 -1
- package/common/src/API/dashboardTransactionCalls.d.ts +4 -1
- package/common/src/API/dashboardTransactionCalls.mjs +2 -2
- package/common/src/API/enclaveRecipientInfoCalls.d.ts +0 -2
- package/common/src/API/enclaveSignatureCalls.cjs +1 -1
- package/common/src/API/enclaveSignatureCalls.d.ts +2 -1
- package/common/src/API/enclaveSignatureCalls.mjs +5 -8
- package/common/src/API/enclaveUtxoCalls.cjs +1 -1
- package/common/src/API/enclaveUtxoCalls.d.ts +40 -27
- package/common/src/API/enclaveUtxoCalls.mjs +16 -17
- package/common/src/API/evm-rpc-fallback.cjs +1 -0
- package/common/src/API/evm-rpc-fallback.d.ts +1 -0
- package/common/src/API/evm-rpc-fallback.mjs +17 -0
- package/common/src/API/evm-token-assets.d.ts +8 -0
- package/common/src/API/getOdosPriceForToken.cjs +1 -0
- package/common/src/API/getOdosPriceForToken.d.ts +1 -0
- package/common/src/API/getOdosPriceForToken.mjs +14 -0
- package/common/src/API/getWebsiteURL.d.ts +1 -3
- package/common/src/API/index.cjs +1 -1
- package/common/src/API/index.d.ts +2 -3
- package/common/src/API/index.mjs +4 -5
- package/common/src/API/payoutNotificationStateCalls.cjs +1 -0
- package/common/src/API/payoutNotificationStateCalls.d.ts +10 -0
- package/common/src/API/payoutNotificationStateCalls.mjs +10 -0
- package/common/src/API/privateSendRecipientInfoCalls.cjs +1 -1
- package/common/src/API/privateSendRecipientInfoCalls.d.ts +3 -6
- package/common/src/API/privateSendRecipientInfoCalls.mjs +12 -6
- package/common/src/API/proxyAccountsCalls.cjs +1 -1
- package/common/src/API/proxyAccountsCalls.d.ts +2 -3
- package/common/src/API/proxyAccountsCalls.mjs +11 -10
- package/common/src/API/rewardsUserCalls.cjs +1 -1
- package/common/src/API/rewardsUserCalls.d.ts +1 -40
- package/common/src/API/rewardsUserCalls.mjs +2 -10
- package/common/src/API/route-config.cjs +1 -0
- package/common/src/API/route-config.d.ts +1 -0
- package/common/src/API/route-config.mjs +26 -0
- package/common/src/API/scheduled-transactions-calls.cjs +1 -1
- package/common/src/API/scheduled-transactions-calls.d.ts +2 -5
- package/common/src/API/scheduled-transactions-calls.mjs +2 -6
- package/common/src/API/solana-nft-assets.d.ts +1 -0
- package/common/src/API/solana-priority-fee.cjs +1 -0
- package/common/src/API/solana-priority-fee.d.ts +3 -0
- package/common/src/API/solana-priority-fee.mjs +20 -0
- package/common/src/API/solana-rpc-fallback.cjs +1 -0
- package/common/src/API/solana-rpc-fallback.d.ts +1 -0
- package/common/src/API/solana-rpc-fallback.mjs +13 -0
- package/common/src/API/temporaryWalletCalls.cjs +1 -1
- package/common/src/API/temporaryWalletCalls.d.ts +3 -5
- package/common/src/API/temporaryWalletCalls.mjs +8 -9
- package/common/src/API/tenderly.api.cjs +1 -1
- package/common/src/API/tenderly.api.d.ts +5 -10
- package/common/src/API/tenderly.api.mjs +1 -1
- package/common/src/API/weeklyAnalyticCalls.cjs +1 -1
- package/common/src/API/weeklyAnalyticCalls.d.ts +1 -11
- package/common/src/API/weeklyAnalyticCalls.mjs +2 -5
- package/common/src/constants/addresses.constants.cjs +1 -1
- package/common/src/constants/addresses.constants.d.ts +4 -46
- package/common/src/constants/addresses.constants.mjs +19 -60
- package/common/src/constants/balance.constants.cjs +1 -0
- package/common/src/constants/balance.constants.d.ts +3 -0
- package/common/src/constants/balance.constants.mjs +4 -0
- package/common/src/constants/bridging.constants.cjs +1 -1
- package/common/src/constants/bridging.constants.d.ts +10 -0
- package/common/src/constants/bridging.constants.mjs +2 -1
- package/common/src/constants/chains.constants.cjs +1 -1
- package/common/src/constants/chains.constants.d.ts +21 -19
- package/common/src/constants/chains.constants.mjs +175 -198
- package/common/src/constants/coingecko.constants.cjs +1 -1
- package/common/src/constants/coingecko.constants.d.ts +3 -1
- package/common/src/constants/coingecko.constants.mjs +1 -1
- package/common/src/constants/contracts.constants.cjs +1 -1
- package/common/src/constants/contracts.constants.d.ts +1 -109
- package/common/src/constants/contracts.constants.mjs +16 -34
- package/common/src/constants/deploy-data/deploy-data-arbMainnet.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-arbMainnet.json.mjs +8 -9
- package/common/src/constants/deploy-data/deploy-data-arcTestnet.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-arcTestnet.json.mjs +7 -6
- package/common/src/constants/deploy-data/deploy-data-base.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-base.json.mjs +8 -9
- package/common/src/constants/deploy-data/deploy-data-bnbMainnet.json.cjs +1 -0
- package/common/src/constants/deploy-data/deploy-data-bnbMainnet.json.mjs +12 -0
- package/common/src/constants/deploy-data/deploy-data-ethMainnet.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-ethMainnet.json.mjs +8 -9
- package/common/src/constants/deploy-data/deploy-data-localhost.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-localhost.json.mjs +0 -3
- package/common/src/constants/deploy-data/deploy-data-optimism.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-optimism.json.mjs +8 -9
- package/common/src/constants/deploy-data/deploy-data-optimismTest.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-optimismTest.json.mjs +5 -9
- package/common/src/constants/deploy-data/deploy-data-polygon.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-polygon.json.mjs +8 -9
- package/common/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-sepoliaTestnet.json.mjs +0 -1
- package/common/src/constants/deploy-data/deploy-data-solana.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-solana.json.mjs +2 -2
- package/common/src/constants/deploy-data/deploy-data-tempo.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-tempo.json.mjs +7 -7
- package/common/src/constants/deploy-data/deploy-data-tronMainnet.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-tronMainnet.json.mjs +2 -4
- package/common/src/constants/deploy-data/deploy-data-tronNile.json.cjs +1 -1
- package/common/src/constants/deploy-data/deploy-data-tronNile.json.mjs +2 -4
- package/common/src/constants/deploy-data/index.cjs +1 -1
- package/common/src/constants/deploy-data/index.d.ts +2 -1
- package/common/src/constants/deploy-data/index.mjs +16 -15
- package/common/src/constants/deploy-data/shared-deploy-data-evm.json.cjs +1 -1
- package/common/src/constants/deploy-data/shared-deploy-data-evm.json.mjs +36 -45
- package/common/src/constants/deploy-data/shared-deploy-data-solana.json.cjs +1 -1
- package/common/src/constants/deploy-data/shared-deploy-data-solana.json.mjs +1 -1
- package/common/src/constants/deploy-data/shared-deploy-data-tron.json.cjs +1 -1
- package/common/src/constants/deploy-data/shared-deploy-data-tron.json.mjs +2 -46
- package/common/src/constants/enclaveAuth.constants.d.ts +5 -0
- package/common/src/constants/events.constants.cjs +1 -1
- package/common/src/constants/events.constants.mjs +1 -15
- package/common/src/constants/fees.constants.cjs +1 -1
- package/common/src/constants/fees.constants.mjs +2 -2
- package/common/src/constants/index.cjs +1 -1
- package/common/src/constants/index.d.ts +1 -3
- package/common/src/constants/index.mjs +1 -1
- package/common/src/constants/lifi.constants.cjs +1 -1
- package/common/src/constants/lifi.constants.mjs +6 -3
- package/common/src/constants/mediaUrls.constants.d.ts +0 -1
- package/common/src/constants/okx.constants.d.ts +1 -0
- package/common/src/constants/pay.constants.d.ts +1 -0
- package/common/src/constants/protocol.constants.cjs +2 -1
- package/common/src/constants/protocol.constants.d.ts +22 -12
- package/common/src/constants/protocol.constants.mjs +3 -15
- package/common/src/constants/server.constants.cjs +1 -1
- package/common/src/constants/server.constants.d.ts +14 -36
- package/common/src/constants/server.constants.mjs +19 -49
- package/common/src/constants/tokens.constants.cjs +1 -1
- package/common/src/constants/tokens.constants.d.ts +1 -0
- package/common/src/constants/tokens.constants.mjs +4 -1
- package/common/src/constants/tx-confirmation.constants.cjs +1 -1
- package/common/src/constants/tx-confirmation.constants.d.ts +1 -0
- package/common/src/constants/tx-confirmation.constants.mjs +2 -2
- package/common/src/crypto/ecdh-sealed-keys.cjs +1 -1
- package/common/src/crypto/ecdh-sealed-keys.mjs +17 -2
- package/common/src/crypto/index.cjs +1 -1
- package/common/src/crypto/index.d.ts +0 -1
- package/common/src/crypto/index.mjs +1 -2
- package/common/src/data-structures/ApprovalDBs/EventsPublicApprovalsDB.d.ts +1 -2
- package/common/src/data-structures/Hinkal/Hinkal.cjs +1 -1
- package/common/src/data-structures/Hinkal/Hinkal.d.ts +18 -23
- package/common/src/data-structures/Hinkal/Hinkal.mjs +142 -174
- package/common/src/data-structures/Hinkal/IHinkal.d.ts +18 -24
- package/common/src/data-structures/Hinkal/handleAutoDepositBack.cjs +1 -1
- package/common/src/data-structures/Hinkal/handleAutoDepositBack.d.ts +1 -1
- package/common/src/data-structures/Hinkal/handleAutoDepositBack.mjs +36 -35
- package/common/src/data-structures/Hinkal/hinkalActionReceive.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalActionReceive.mjs +13 -11
- package/common/src/data-structures/Hinkal/hinkalBridgePrivateToPrivate.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalBridgePrivateToPrivate.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalBridgePrivateToPrivate.mjs +100 -0
- package/common/src/data-structures/Hinkal/hinkalClaimUtxo.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalClaimUtxo.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalClaimUtxo.mjs +40 -50
- package/common/src/data-structures/Hinkal/hinkalDeposit.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalDeposit.d.ts +1 -0
- package/common/src/data-structures/Hinkal/hinkalDeposit.mjs +50 -119
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.d.ts +2 -2
- package/common/src/data-structures/Hinkal/hinkalDepositAndBridge.mjs +113 -109
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.d.ts +3 -2
- package/common/src/data-structures/Hinkal/hinkalDepositAndWithdraw.mjs +98 -64
- package/common/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.d.ts +20 -7
- package/common/src/data-structures/Hinkal/hinkalDepositOnChainUtxos.mjs +50 -48
- package/common/src/data-structures/Hinkal/hinkalNearDepositAndBridge.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalNearDepositAndBridge.mjs +8 -3
- package/common/src/data-structures/Hinkal/hinkalPalEvmDeposit.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalPalTronDepositPrepare.d.ts +2 -2
- package/common/src/data-structures/Hinkal/hinkalPrivateWallet.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalPrivateWallet.mjs +50 -38
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.d.ts +2 -3
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.mjs +52 -117
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.d.ts +3 -0
- package/common/src/data-structures/Hinkal/hinkalProoflessDeposit.utils.mjs +26 -32
- package/common/src/data-structures/Hinkal/hinkalProxySend.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalProxySend.d.ts +6 -0
- package/common/src/data-structures/Hinkal/hinkalProxySend.mjs +16 -0
- package/common/src/data-structures/Hinkal/hinkalProxySwap.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalProxySwap.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalProxySwap.mjs +13 -12
- package/common/src/data-structures/Hinkal/hinkalProxyToPrivate.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalProxyToPrivate.mjs +19 -17
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaClaimUtxo.mjs +50 -79
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.d.ts +2 -2
- package/common/src/data-structures/Hinkal/hinkalSolanaDeposit.mjs +47 -51
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.d.ts +8 -4
- package/common/src/data-structures/Hinkal/hinkalSolanaDepositAndWithdraw.mjs +115 -133
- package/common/src/data-structures/Hinkal/hinkalSolanaProoflessDeposit.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProoflessDeposit.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProoflessDeposit.mjs +16 -12
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySend.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySend.mjs +1 -3
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.d.ts +24 -2
- package/common/src/data-structures/Hinkal/hinkalSolanaProxyShield.mjs +82 -56
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaProxySwap.mjs +11 -13
- package/common/src/data-structures/Hinkal/hinkalSolanaSponsoredShield.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaSponsoredShield.d.ts +8 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaSponsoredShield.mjs +32 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaSwap.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaSwap.mjs +58 -79
- package/common/src/data-structures/Hinkal/hinkalSolanaTransact.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaTransact.d.ts +3 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaTransact.mjs +119 -0
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.d.ts +2 -30
- package/common/src/data-structures/Hinkal/hinkalSolanaTransfer.mjs +46 -77
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalSolanaWithdraw.mjs +46 -57
- package/common/src/data-structures/Hinkal/hinkalSwap.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalSwap.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalSwap.mjs +32 -32
- package/common/src/data-structures/Hinkal/hinkalTransact.cjs +1 -0
- package/common/src/data-structures/Hinkal/hinkalTransact.d.ts +3 -0
- package/common/src/data-structures/Hinkal/hinkalTransact.mjs +106 -0
- package/common/src/data-structures/Hinkal/hinkalTransfer.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalTransfer.mjs +39 -44
- package/common/src/data-structures/Hinkal/hinkalWithdraw.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalWithdraw.d.ts +1 -1
- package/common/src/data-structures/Hinkal/hinkalWithdraw.mjs +38 -49
- package/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.cjs +1 -1
- package/common/src/data-structures/Hinkal/hinkalWithdrawStuckUtxos.mjs +160 -102
- package/common/src/data-structures/Hinkal/index.d.ts +2 -1
- package/common/src/data-structures/Hinkal/prepareTronDepositToSelf.d.ts +27 -0
- package/common/src/data-structures/Hinkal/resetMerkleTrees.cjs +1 -1
- package/common/src/data-structures/Hinkal/resetMerkleTrees.mjs +7 -6
- package/common/src/data-structures/IndexedDB/activity-db.cjs +1 -1
- package/common/src/data-structures/IndexedDB/activity-db.mjs +34 -34
- package/common/src/data-structures/IndexedDB/contact-db.cjs +1 -1
- package/common/src/data-structures/IndexedDB/contact-db.d.ts +0 -1
- package/common/src/data-structures/IndexedDB/contact-db.mjs +14 -28
- package/common/src/data-structures/IndexedDB/index.cjs +1 -1
- package/common/src/data-structures/IndexedDB/index.d.ts +1 -0
- package/common/src/data-structures/IndexedDB/index.mjs +1 -0
- package/common/src/data-structures/IndexedDB/key-val-store.cjs +1 -1
- package/common/src/data-structures/IndexedDB/key-val-store.d.ts +2 -0
- package/common/src/data-structures/IndexedDB/key-val-store.mjs +14 -0
- package/common/src/data-structures/IndexedDB/pay-activity-db.cjs +1 -1
- package/common/src/data-structures/IndexedDB/pay-activity-db.mjs +43 -1
- package/common/src/data-structures/IndexedDB/private-balances-db.cjs +1 -1
- package/common/src/data-structures/IndexedDB/private-balances-db.d.ts +1 -0
- package/common/src/data-structures/IndexedDB/private-balances-db.mjs +3 -0
- package/common/src/data-structures/IndexedDB/scheduled-transactions-db.cjs +1 -0
- package/common/src/data-structures/IndexedDB/scheduled-transactions-db.d.ts +11 -0
- package/common/src/data-structures/IndexedDB/scheduled-transactions-db.mjs +34 -0
- package/common/src/data-structures/IndexedDB/signatures-db.cjs +1 -1
- package/common/src/data-structures/IndexedDB/signatures-db.mjs +11 -11
- package/common/src/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.cjs +1 -1
- package/common/src/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.d.ts +1 -0
- package/common/src/data-structures/MultiThreadedUtxoUtils/MultiThreadedUtxoUtils.mjs +29 -26
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.d.ts +0 -1
- package/common/src/data-structures/TokenDBs/PrivateTokensDB.cjs +1 -1
- package/common/src/data-structures/TokenDBs/PrivateTokensDB.mjs +17 -18
- package/common/src/data-structures/TokenDBs/TronPublicTokensDB.d.ts +1 -0
- package/common/src/data-structures/WalletManager/WalletManager.d.ts +1 -0
- package/common/src/data-structures/cacheDevices/BaseCacheDevice.cjs +1 -1
- package/common/src/data-structures/cacheDevices/BaseCacheDevice.d.ts +1 -0
- package/common/src/data-structures/cacheDevices/BaseCacheDevice.mjs +3 -0
- package/common/src/data-structures/cacheDevices/FileCacheDevice.cjs +1 -1
- package/common/src/data-structures/cacheDevices/FileCacheDevice.d.ts +3 -0
- package/common/src/data-structures/cacheDevices/FileCacheDevice.mjs +12 -3
- package/common/src/data-structures/crypto-keys/decodeUTXO.cjs +1 -1
- package/common/src/data-structures/crypto-keys/decodeUTXO.d.ts +9 -9
- package/common/src/data-structures/crypto-keys/decodeUTXO.mjs +11 -71
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.cjs +1 -1
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.d.ts +2 -3
- package/common/src/data-structures/crypto-keys/encryptDecryptUtxo.mjs +39 -23
- package/common/src/data-structures/crypto-keys/keys.cjs +1 -1
- package/common/src/data-structures/crypto-keys/keys.d.ts +13 -27
- package/common/src/data-structures/crypto-keys/keys.mjs +64 -79
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.cjs +1 -1
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.d.ts +3 -2
- package/common/src/data-structures/event-service/evm/BlockchainEventEmitter.mjs +46 -38
- package/common/src/data-structures/event-service/evm/ClientBlockchainEventEmitter.cjs +1 -1
- package/common/src/data-structures/event-service/evm/ClientBlockchainEventEmitter.d.ts +1 -1
- package/common/src/data-structures/event-service/evm/ClientBlockchainEventEmitter.mjs +2 -2
- package/common/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.cjs +1 -1
- package/common/src/data-structures/event-service/solana/AbstractSolanaCommitmentsSnapshotService.mjs +27 -23
- package/common/src/data-structures/merkle-tree/MerkleTree.cjs +1 -1
- package/common/src/data-structures/merkle-tree/MerkleTree.d.ts +11 -0
- package/common/src/data-structures/merkle-tree/MerkleTree.mjs +12 -1
- package/common/src/data-structures/private-balances/HinkalPrivateBalanceController.cjs +1 -1
- package/common/src/data-structures/private-balances/HinkalPrivateBalanceController.d.ts +4 -0
- package/common/src/data-structures/private-balances/HinkalPrivateBalanceController.mjs +100 -86
- package/common/src/data-structures/provider-adapter/IProviderAdapter.d.ts +1 -5
- package/common/src/data-structures/token-price-fetcher/TokenChecker.cjs +1 -1
- package/common/src/data-structures/token-price-fetcher/TokenChecker.d.ts +1 -0
- package/common/src/data-structures/token-price-fetcher/TokenChecker.mjs +5 -3
- package/common/src/data-structures/utxo/Utxo.cjs +1 -1
- package/common/src/data-structures/utxo/Utxo.d.ts +1 -4
- package/common/src/data-structures/utxo/Utxo.mjs +7 -17
- package/common/src/error-handling/error-codes.constants.cjs +2 -2
- package/common/src/error-handling/error-codes.constants.d.ts +14 -14
- package/common/src/error-handling/error-codes.constants.mjs +30 -32
- package/common/src/error-handling/get-error.message.cjs +1 -1
- package/common/src/error-handling/get-error.message.mjs +28 -18
- package/common/src/error-handling/index.cjs +1 -1
- package/common/src/error-handling/index.d.ts +1 -0
- package/common/src/error-handling/index.mjs +1 -0
- package/common/src/externalABIs/index.cjs +1 -1
- package/common/src/externalABIs/index.d.ts +1 -113
- package/common/src/externalABIs/index.mjs +2 -6
- package/common/src/functions/auto-deposit-back-helpers/get-gas-token-records.cjs +1 -1
- package/common/src/functions/auto-deposit-back-helpers/get-gas-token-records.mjs +7 -6
- package/common/src/functions/auto-deposit-back-helpers/select-gas-token.cjs +1 -1
- package/common/src/functions/auto-deposit-back-helpers/select-gas-token.mjs +8 -8
- package/common/src/functions/index.cjs +1 -1
- package/common/src/functions/index.d.ts +0 -1
- package/common/src/functions/index.mjs +21 -20
- package/common/src/functions/pre-transaction/buildCommitmentValidationData.cjs +1 -1
- package/common/src/functions/pre-transaction/buildCommitmentValidationData.mjs +36 -38
- package/common/src/functions/pre-transaction/calculateSolanaNullifierCount.cjs +1 -1
- package/common/src/functions/pre-transaction/calculateSolanaNullifierCount.mjs +38 -5
- package/common/src/functions/pre-transaction/ensureAmountChanges.cjs +1 -1
- package/common/src/functions/pre-transaction/ensureAmountChanges.mjs +3 -10
- package/common/src/functions/pre-transaction/getExternalSwapAddress.cjs +1 -1
- package/common/src/functions/pre-transaction/getExternalSwapAddress.mjs +2 -18
- package/common/src/functions/pre-transaction/getSolanaCalldataHash.cjs +1 -1
- package/common/src/functions/pre-transaction/getSolanaCalldataHash.d.ts +1 -1
- package/common/src/functions/pre-transaction/getSolanaCalldataHash.mjs +11 -10
- package/common/src/functions/pre-transaction/getVolatileTransferAmount.cjs +1 -1
- package/common/src/functions/pre-transaction/getVolatileTransferAmount.mjs +1 -1
- package/common/src/functions/pre-transaction/index.cjs +1 -1
- package/common/src/functions/pre-transaction/index.d.ts +2 -2
- package/common/src/functions/pre-transaction/index.mjs +2 -3
- package/common/src/functions/pre-transaction/merge-with-fee-structure-emporium.cjs +1 -1
- package/common/src/functions/pre-transaction/merge-with-fee-structure-emporium.mjs +2 -2
- package/common/src/functions/pre-transaction/outputUtxoProcessing.cjs +1 -1
- package/common/src/functions/pre-transaction/outputUtxoProcessing.d.ts +2 -1
- package/common/src/functions/pre-transaction/outputUtxoProcessing.mjs +19 -18
- package/common/src/functions/pre-transaction/sendV0Transaction.cjs +2 -2
- package/common/src/functions/pre-transaction/sendV0Transaction.d.ts +5 -2
- package/common/src/functions/pre-transaction/sendV0Transaction.mjs +4 -4
- package/common/src/functions/pre-transaction/solana-public-signals.d.ts +1 -0
- package/common/src/functions/pre-transaction/solana.cjs +1 -1
- package/common/src/functions/pre-transaction/solana.d.ts +13 -0
- package/common/src/functions/pre-transaction/solana.mjs +46 -21
- package/common/src/functions/pre-transaction/solanaTransfer.utils.cjs +1 -1
- package/common/src/functions/pre-transaction/solanaTransfer.utils.mjs +16 -15
- package/common/src/functions/pre-transaction/speculativeUtxo.cjs +1 -0
- package/common/src/functions/pre-transaction/speculativeUtxo.d.ts +9 -0
- package/common/src/functions/pre-transaction/speculativeUtxo.mjs +19 -0
- package/common/src/functions/pre-transaction/store-proof.cjs +1 -1
- package/common/src/functions/pre-transaction/store-proof.d.ts +1 -1
- package/common/src/functions/pre-transaction/store-proof.mjs +1 -0
- package/common/src/functions/private-wallet/emporium.helpers.cjs +1 -1
- package/common/src/functions/private-wallet/emporium.helpers.d.ts +9 -3
- package/common/src/functions/private-wallet/emporium.helpers.mjs +116 -72
- package/common/src/functions/private-wallet/emporium.swap.helpers.cjs +1 -1
- package/common/src/functions/private-wallet/emporium.swap.helpers.d.ts +0 -1
- package/common/src/functions/private-wallet/emporium.swap.helpers.mjs +38 -80
- package/common/src/functions/private-wallet/index.cjs +1 -1
- package/common/src/functions/private-wallet/index.d.ts +0 -1
- package/common/src/functions/private-wallet/index.mjs +0 -1
- package/common/src/functions/snarkjs/common.snarkjs.cjs +1 -1
- package/common/src/functions/snarkjs/common.snarkjs.d.ts +4 -4
- package/common/src/functions/snarkjs/common.snarkjs.mjs +104 -65
- package/common/src/functions/snarkjs/constant.cjs +1 -1
- package/common/src/functions/snarkjs/constant.d.ts +231 -144
- package/common/src/functions/snarkjs/constant.mjs +231 -145
- package/common/src/functions/snarkjs/constructGeneralZkProof.cjs +1 -1
- package/common/src/functions/snarkjs/constructGeneralZkProof.d.ts +1 -1
- package/common/src/functions/snarkjs/constructGeneralZkProof.mjs +85 -69
- package/common/src/functions/snarkjs/constructSignatureFromMnemonicProofInput.cjs +1 -0
- package/common/src/functions/snarkjs/constructSignatureFromMnemonicProofInput.d.ts +7 -0
- package/common/src/functions/snarkjs/constructSignatureFromMnemonicProofInput.mjs +2 -0
- package/common/src/functions/snarkjs/constructSolanaZkProof.cjs +1 -1
- package/common/src/functions/snarkjs/constructSolanaZkProof.d.ts +4 -1
- package/common/src/functions/snarkjs/constructSolanaZkProof.mjs +62 -61
- package/common/src/functions/snarkjs/constructTxEnclave.cjs +1 -0
- package/common/src/functions/snarkjs/constructTxEnclave.d.ts +34 -0
- package/common/src/functions/snarkjs/constructTxEnclave.mjs +95 -0
- package/common/src/functions/snarkjs/constructTxEnclaveVerify.cjs +1 -0
- package/common/src/functions/snarkjs/constructTxEnclaveVerify.d.ts +5 -0
- package/common/src/functions/snarkjs/constructTxEnclaveVerify.mjs +295 -0
- package/common/src/functions/snarkjs/fetchMerkleTreeSiblings.d.ts +1 -3
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.cjs +1 -1
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.d.ts +1 -0
- package/common/src/functions/snarkjs/fetchOnChainRootHashes.mjs +16 -18
- package/common/src/functions/snarkjs/fetchTronInsertionSiblings.cjs +1 -0
- package/common/src/functions/snarkjs/fetchTronInsertionSiblings.d.ts +7 -0
- package/common/src/functions/snarkjs/fetchTronInsertionSiblings.mjs +13 -0
- package/common/src/functions/snarkjs/generateCircomData.cjs +1 -1
- package/common/src/functions/snarkjs/generateCircomData.d.ts +1 -1
- package/common/src/functions/snarkjs/generateCircomData.mjs +41 -31
- package/common/src/functions/snarkjs/generateMainAndCommitmentZkProof.cjs +1 -1
- package/common/src/functions/snarkjs/generateMainAndCommitmentZkProof.d.ts +1 -1
- package/common/src/functions/snarkjs/generateMainAndCommitmentZkProof.mjs +7 -7
- package/common/src/functions/snarkjs/generateSignatureFromMnemonicProof.cjs +1 -0
- package/common/src/functions/snarkjs/generateSignatureFromMnemonicProof.d.ts +2 -0
- package/common/src/functions/snarkjs/generateSignatureFromMnemonicProof.mjs +3 -0
- package/common/src/functions/snarkjs/generateZkProof.cjs +1 -1
- package/common/src/functions/snarkjs/generateZkProof.d.ts +1 -1
- package/common/src/functions/snarkjs/generateZkProof.mjs +9 -16
- package/common/src/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.cjs +1 -1
- package/common/src/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.d.ts +4 -2
- package/common/src/functions/snarkjs/getMerkleTreeSiblingsAndRootHashes.mjs +19 -13
- package/common/src/functions/snarkjs/getZKFiles.cjs +1 -1
- package/common/src/functions/snarkjs/getZKFiles.mjs +9 -3
- package/common/src/functions/snarkjs/index.cjs +1 -1
- package/common/src/functions/snarkjs/index.d.ts +2 -0
- package/common/src/functions/snarkjs/index.mjs +2 -0
- package/common/src/functions/snarkjs/signedMessageHash.cjs +1 -1
- package/common/src/functions/snarkjs/signedMessageHash.d.ts +16 -0
- package/common/src/functions/snarkjs/signedMessageHash.mjs +36 -7
- package/common/src/functions/snarkjs/verifySignedEnclaveResponse.cjs +1 -0
- package/common/src/functions/snarkjs/verifySignedEnclaveResponse.d.ts +1 -0
- package/common/src/functions/snarkjs/verifySignedEnclaveResponse.mjs +11 -0
- package/common/src/functions/utils/addresses.cjs +1 -1
- package/common/src/functions/utils/addresses.d.ts +2 -1
- package/common/src/functions/utils/addresses.mjs +30 -21
- package/common/src/functions/utils/bridge-arrival.utils.cjs +1 -0
- package/common/src/functions/utils/bridge-arrival.utils.d.ts +1 -0
- package/common/src/functions/utils/bridge-arrival.utils.mjs +16 -0
- package/common/src/functions/utils/bridge-claimable-utxo.utils.cjs +1 -0
- package/common/src/functions/utils/bridge-claimable-utxo.utils.d.ts +19 -0
- package/common/src/functions/utils/bridge-claimable-utxo.utils.mjs +24 -0
- package/common/src/functions/utils/bridge-claimable.utils.cjs +1 -0
- package/common/src/functions/utils/bridge-claimable.utils.d.ts +15 -0
- package/common/src/functions/utils/bridge-claimable.utils.mjs +3 -0
- package/common/src/functions/utils/bridge-flow.utils.cjs +1 -0
- package/common/src/functions/utils/bridge-flow.utils.d.ts +4 -0
- package/common/src/functions/utils/bridge-flow.utils.mjs +2 -0
- package/common/src/functions/utils/buildClaimableDepositPlan.d.ts +3 -2
- package/common/src/functions/utils/convertEmporiumOpToCallInfo.cjs +1 -1
- package/common/src/functions/utils/convertEmporiumOpToCallInfo.mjs +5 -10
- package/common/src/functions/utils/convertIntegrationProviderToExternalActionId.cjs +1 -1
- package/common/src/functions/utils/convertIntegrationProviderToExternalActionId.mjs +1 -1
- package/common/src/functions/utils/create-provider.cjs +1 -1
- package/common/src/functions/utils/create-provider.d.ts +9 -2
- package/common/src/functions/utils/create-provider.mjs +45 -9
- package/common/src/functions/utils/deposit-claimable.utils.cjs +1 -1
- package/common/src/functions/utils/deposit-claimable.utils.d.ts +2 -5
- package/common/src/functions/utils/deposit-claimable.utils.mjs +3 -6
- package/common/src/functions/utils/enclave-recipient-info-storage.cjs +1 -1
- package/common/src/functions/utils/enclave-recipient-info-storage.d.ts +4 -1
- package/common/src/functions/utils/enclave-recipient-info-storage.mjs +1 -0
- package/common/src/functions/utils/enclave-signature-storage.cjs +1 -1
- package/common/src/functions/utils/enclave-signature-storage.d.ts +1 -1
- package/common/src/functions/utils/enclave-signature-storage.mjs +3 -3
- package/common/src/functions/utils/enclave-utxo-storage.cjs +1 -1
- package/common/src/functions/utils/enclave-utxo-storage.d.ts +6 -7
- package/common/src/functions/utils/enclave-utxo-storage.mjs +16 -2
- package/common/src/functions/utils/enclaveSessionSigning.cjs +1 -0
- package/common/src/functions/utils/enclaveSessionSigning.d.ts +16 -0
- package/common/src/functions/utils/enclaveSessionSigning.mjs +2 -0
- package/common/src/functions/utils/encodeTokenWithId.cjs +1 -1
- package/common/src/functions/utils/encodeTokenWithId.d.ts +1 -2
- package/common/src/functions/utils/encodeTokenWithId.mjs +2 -5
- package/common/src/functions/utils/encryptInputForEnclave.cjs +1 -1
- package/common/src/functions/utils/encryptInputForEnclave.d.ts +8 -0
- package/common/src/functions/utils/encryptInputForEnclave.mjs +43 -23
- package/common/src/functions/utils/erc20tokenFunctions.cjs +1 -1
- package/common/src/functions/utils/erc20tokenFunctions.mjs +2 -15
- package/common/src/functions/utils/fees.utils.cjs +1 -1
- package/common/src/functions/utils/fees.utils.d.ts +3 -0
- package/common/src/functions/utils/fees.utils.mjs +42 -29
- package/common/src/functions/utils/formatter.d.ts +2 -0
- package/common/src/functions/utils/getDataFromTransaction.d.ts +4 -3
- package/common/src/functions/utils/getRecipientInfoFromUserKeys.cjs +1 -1
- package/common/src/functions/utils/getRecipientInfoFromUserKeys.mjs +2 -3
- package/common/src/functions/utils/getUtxosFromReceipt.utils.cjs +1 -1
- package/common/src/functions/utils/getUtxosFromReceipt.utils.d.ts +1 -1
- package/common/src/functions/utils/getUtxosFromReceipt.utils.mjs +2 -26
- package/common/src/functions/utils/getUtxosFromReceiptSolana.cjs +1 -1
- package/common/src/functions/utils/getUtxosFromReceiptSolana.mjs +7 -24
- package/common/src/functions/utils/index.cjs +1 -1
- package/common/src/functions/utils/index.d.ts +17 -3
- package/common/src/functions/utils/index.mjs +27 -13
- package/common/src/functions/utils/ipfs.d.ts +2 -3
- package/common/src/functions/utils/legacyKeys.cjs +1 -0
- package/common/src/functions/utils/legacyKeys.d.ts +10 -0
- package/common/src/functions/utils/legacyKeys.mjs +8 -0
- package/common/src/functions/utils/lifi.utils.d.ts +3 -0
- package/common/src/functions/utils/mnemonics.cjs +1 -1
- package/common/src/functions/utils/mnemonics.mjs +4 -6
- package/common/src/functions/utils/nearIntents.utils.cjs +1 -1
- package/common/src/functions/utils/nearIntents.utils.mjs +27 -13
- package/common/src/functions/utils/networks.utils.d.ts +1 -0
- package/common/src/functions/utils/prepareHinkal.cjs +1 -1
- package/common/src/functions/utils/prepareHinkal.d.ts +1 -3
- package/common/src/functions/utils/prepareHinkal.mjs +2 -1
- package/common/src/functions/utils/process.utils.cjs +1 -1
- package/common/src/functions/utils/process.utils.d.ts +0 -1
- package/common/src/functions/utils/process.utils.mjs +2 -11
- package/common/src/functions/utils/proxyAvatar.utils.cjs +1 -0
- package/common/src/functions/utils/proxyAvatar.utils.mjs +3 -0
- package/common/src/functions/utils/publicBalance.utils.cjs +1 -1
- package/common/src/functions/utils/publicBalance.utils.d.ts +0 -1
- package/common/src/functions/utils/publicBalance.utils.mjs +37 -23
- package/common/src/functions/utils/recovery-balance.utils.cjs +1 -0
- package/common/src/functions/utils/recovery-balance.utils.d.ts +2 -0
- package/common/src/functions/utils/recovery-balance.utils.mjs +1 -0
- package/common/src/functions/utils/resolve-domain-address.cjs +1 -0
- package/common/src/functions/utils/resolve-domain-address.d.ts +4 -0
- package/common/src/functions/utils/resolve-domain-address.mjs +3 -0
- package/common/src/functions/utils/serialize-utxos.utils.cjs +1 -1
- package/common/src/functions/utils/serialize-utxos.utils.mjs +6 -4
- package/common/src/functions/utils/solana-program.utils.cjs +1 -0
- package/common/src/functions/utils/solana-program.utils.d.ts +3 -0
- package/common/src/functions/utils/solana-program.utils.mjs +17 -0
- package/common/src/functions/utils/solana-sponsored.utils.cjs +1 -0
- package/common/src/functions/utils/solana-sponsored.utils.d.ts +22 -0
- package/common/src/functions/utils/solana-sponsored.utils.mjs +30 -0
- package/common/src/functions/utils/solanaMint.utils.cjs +1 -1
- package/common/src/functions/utils/solanaMint.utils.d.ts +7 -0
- package/common/src/functions/utils/solanaMint.utils.mjs +18 -8
- package/common/src/functions/utils/sponsored-shield.utils.cjs +1 -0
- package/common/src/functions/utils/sponsored-shield.utils.d.ts +3 -0
- package/common/src/functions/utils/sponsored-shield.utils.mjs +3 -0
- package/common/src/functions/utils/temp-wallet.utils.cjs +1 -0
- package/common/src/functions/utils/temp-wallet.utils.d.ts +8 -0
- package/common/src/functions/utils/temp-wallet.utils.mjs +43 -0
- package/common/src/functions/utils/temporary-wallet-recovery.utils.cjs +1 -0
- package/common/src/functions/utils/temporary-wallet-recovery.utils.d.ts +7 -0
- package/common/src/functions/utils/temporary-wallet-recovery.utils.mjs +10 -0
- package/common/src/functions/utils/transfer-claimable.utils.cjs +1 -1
- package/common/src/functions/utils/transfer-claimable.utils.d.ts +1 -2
- package/common/src/functions/utils/transfer-claimable.utils.mjs +1 -4
- package/common/src/functions/utils/tron.utils.cjs +1 -1
- package/common/src/functions/utils/tron.utils.d.ts +5 -14
- package/common/src/functions/utils/tron.utils.mjs +89 -152
- package/common/src/functions/utils/tronSimulation.utils.cjs +1 -1
- package/common/src/functions/utils/tronSimulation.utils.mjs +4 -6
- package/common/src/functions/utils/tx-confirmation.utils.cjs +1 -1
- package/common/src/functions/utils/tx-confirmation.utils.d.ts +1 -0
- package/common/src/functions/utils/tx-confirmation.utils.mjs +16 -13
- package/common/src/functions/utils/validateWalletAddress.cjs +1 -0
- package/common/src/functions/utils/validateWalletAddress.d.ts +1 -0
- package/common/src/functions/utils/validateWalletAddress.mjs +2 -0
- package/common/src/functions/utils/voidWallets.utils.cjs +1 -0
- package/common/src/functions/utils/voidWallets.utils.d.ts +4 -0
- package/common/src/functions/utils/voidWallets.utils.mjs +1 -0
- package/common/src/functions/utils/waasStamp.cjs +1 -0
- package/common/src/functions/utils/waasStamp.d.ts +5 -0
- package/common/src/functions/utils/waasStamp.mjs +2 -0
- package/common/src/functions/web3/connectors.utils.d.ts +1 -0
- package/common/src/functions/web3/etherFunctions.d.ts +1 -0
- package/common/src/functions/web3/events/getInputUtxoAndBalance.cjs +1 -1
- package/common/src/functions/web3/events/getInputUtxoAndBalance.d.ts +5 -12
- package/common/src/functions/web3/events/getInputUtxoAndBalance.mjs +50 -61
- package/common/src/functions/web3/events/getInputUtxosEnclave.cjs +1 -1
- package/common/src/functions/web3/events/getInputUtxosEnclave.d.ts +4 -3
- package/common/src/functions/web3/events/getInputUtxosEnclave.mjs +42 -35
- package/common/src/functions/web3/events/getShieldedBalance.cjs +1 -1
- package/common/src/functions/web3/events/getShieldedBalance.d.ts +4 -4
- package/common/src/functions/web3/events/getShieldedBalance.mjs +109 -93
- package/common/src/functions/web3/fetchSolanaMerkleTreeRootHash.cjs +1 -1
- package/common/src/functions/web3/fetchSolanaMerkleTreeRootHash.mjs +9 -6
- package/common/src/functions/web3/functionCalls/approveToken.cjs +1 -1
- package/common/src/functions/web3/functionCalls/approveToken.d.ts +1 -1
- package/common/src/functions/web3/functionCalls/approveToken.mjs +21 -107
- package/common/src/functions/web3/functionCalls/constructBatchCall.cjs +1 -1
- package/common/src/functions/web3/functionCalls/constructBatchCall.d.ts +2 -2
- package/common/src/functions/web3/functionCalls/constructBatchCall.mjs +23 -18
- package/common/src/functions/web3/functionCalls/submitProof.cjs +1 -0
- package/common/src/functions/web3/functionCalls/submitProof.d.ts +5 -0
- package/common/src/functions/web3/functionCalls/submitProof.mjs +26 -0
- package/common/src/functions/web3/functionCalls/transactCallDirectTron.cjs +1 -1
- package/common/src/functions/web3/functionCalls/transactCallDirectTron.d.ts +7 -3
- package/common/src/functions/web3/functionCalls/transactCallDirectTron.mjs +81 -53
- package/common/src/functions/web3/functionCalls/transactCallRelayer.cjs +1 -1
- package/common/src/functions/web3/functionCalls/transactCallRelayer.d.ts +8 -13
- package/common/src/functions/web3/functionCalls/transactCallRelayer.mjs +12 -8
- package/common/src/functions/web3/getPublicAddressBalance.cjs +1 -1
- package/common/src/functions/web3/getPublicAddressBalance.d.ts +1 -2
- package/common/src/functions/web3/getPublicAddressBalance.mjs +6 -5
- package/common/src/functions/web3/getTokenHolder.cjs +1 -1
- package/common/src/functions/web3/getTokenHolder.mjs +3 -2
- package/common/src/functions/web3/index.cjs +1 -1
- package/common/src/functions/web3/index.d.ts +1 -4
- package/common/src/functions/web3/index.mjs +1 -4
- package/common/src/functions/web3/lifiAPI.cjs +1 -1
- package/common/src/functions/web3/lifiAPI.mjs +38 -7
- package/common/src/providers/EthersProviderAdapter.cjs +1 -1
- package/common/src/providers/EthersProviderAdapter.d.ts +0 -1
- package/common/src/providers/EthersProviderAdapter.mjs +0 -3
- package/common/src/providers/SolanaProviderAdapter.cjs +1 -1
- package/common/src/providers/SolanaProviderAdapter.d.ts +1 -5
- package/common/src/providers/SolanaProviderAdapter.mjs +4 -11
- package/common/src/providers/TronProviderAdapter.cjs +1 -1
- package/common/src/providers/TronProviderAdapter.d.ts +0 -1
- package/common/src/providers/TronProviderAdapter.mjs +7 -4
- package/common/src/providers/WagmiProviderAdapter.cjs +1 -1
- package/common/src/providers/WagmiProviderAdapter.d.ts +0 -1
- package/common/src/providers/WagmiProviderAdapter.mjs +32 -39
- package/common/src/types/API.types.d.ts +0 -4
- package/common/src/types/WeeklyAnalytics.types.d.ts +1 -26
- package/common/src/types/activities.types.cjs +1 -1
- package/common/src/types/activities.types.d.ts +0 -9
- package/common/src/types/activities.types.mjs +1 -1
- package/common/src/types/admin.types.cjs +1 -1
- package/common/src/types/admin.types.d.ts +4 -1
- package/common/src/types/admin.types.mjs +1 -1
- package/common/src/types/bridging-tx.types.d.ts +26 -3
- package/common/src/types/cache.types.cjs +1 -1
- package/common/src/types/cache.types.d.ts +4 -3
- package/common/src/types/cache.types.mjs +1 -1
- package/common/src/types/circom-data.types.cjs +1 -1
- package/common/src/types/circom-data.types.d.ts +32 -27
- package/common/src/types/circom-data.types.mjs +1 -1
- package/common/src/types/commitments.types.d.ts +2 -0
- package/common/src/types/dashboard-account.d.ts +15 -0
- package/common/src/types/dashboard-payout.types.d.ts +1 -0
- package/common/src/types/dashboard-transaction.types.d.ts +3 -0
- package/common/src/types/enclaveApi.types.d.ts +77 -0
- package/common/src/types/ethereum-network.types.cjs +1 -1
- package/common/src/types/ethereum-network.types.d.ts +13 -29
- package/common/src/types/ethereum-network.types.mjs +1 -1
- package/common/src/types/events.types.d.ts +1 -0
- package/common/src/types/external-action.types.cjs +1 -1
- package/common/src/types/external-action.types.d.ts +4 -7
- package/common/src/types/external-action.types.mjs +1 -1
- package/common/src/types/hinkal.types.cjs +1 -1
- package/common/src/types/hinkal.types.d.ts +12 -29
- package/common/src/types/hinkal.types.mjs +12 -20
- package/common/src/types/index.cjs +1 -1
- package/common/src/types/index.d.ts +6 -5
- package/common/src/types/index.mjs +3 -2
- package/common/src/types/near-intents.types.d.ts +2 -0
- package/common/src/types/new-rewards.type.d.ts +0 -70
- package/common/src/types/offscreen.types.cjs +1 -1
- package/common/src/types/offscreen.types.d.ts +0 -1
- package/common/src/types/offscreen.types.mjs +1 -1
- package/common/src/types/pay-activities.types.d.ts +24 -4
- package/common/src/types/payout-notification.types.d.ts +11 -0
- package/common/src/types/proxy-progress.types.d.ts +5 -0
- package/common/src/types/remote-proof.types.d.ts +5 -6
- package/common/src/types/remote-tx-build.types.d.ts +298 -0
- package/common/src/types/scheduled-transactions.types.d.ts +25 -12
- package/common/src/types/snark.types.d.ts +1 -3
- package/common/src/types/solana-transact.types.cjs +1 -0
- package/common/src/types/solana-transact.types.d.ts +35 -0
- package/common/src/types/solana-transact.types.mjs +6 -0
- package/common/src/types/solana.types.cjs +1 -0
- package/common/src/types/solana.types.d.ts +12 -3
- package/common/src/types/solana.types.mjs +6 -0
- package/common/src/types/temp-wallet.types.d.ts +9 -0
- package/common/src/types/tenderly.api.types.d.ts +70 -0
- package/common/src/types/token.types.cjs +1 -1
- package/common/src/types/token.types.d.ts +10 -0
- package/common/src/types/token.types.mjs +2 -2
- package/common/src/types/transact.types.cjs +1 -0
- package/common/src/types/transact.types.d.ts +53 -0
- package/common/src/types/transact.types.mjs +6 -0
- package/common/src/types/transaction.types.d.ts +0 -1
- package/common/src/types/transactions.types.d.ts +0 -1
- package/common/src/webworker/logError-ScFy7p5w.js +2 -0
- package/common/src/webworker/package.json +26 -25
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.cjs +1 -1
- package/common/src/webworker/snarkjsWorker/snarkjsWorkerLauncher.ts?worker&url.mjs +1 -1
- package/common/src/webworker/snarkjsWorkerNode.cjs +1 -1
- package/common/src/webworker/utxoWorker/utxoWorker.types.d.ts +4 -2
- package/common/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.cjs +1 -1
- package/common/src/webworker/utxoWorker/utxoWorkerLauncher.ts?worker&url.mjs +1 -1
- package/common/src/webworker/utxoWorkerNode.cjs +1 -1
- package/common/src/webworker/viteWorkerURL.constant.cjs +3 -3
- package/common/src/webworker/viteWorkerURL.constant.mjs +3 -3
- package/common/src/webworker/workerProxy-B_eSl85g.js +1 -0
- package/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.cjs +1 -1
- package/common/src/webworker/zkProofWorker/zkProofWorkerLauncher.ts?worker&url.mjs +1 -1
- package/common/src/webworker/zkProofWorkerNode.cjs +1 -1
- package/index.cjs +1 -1
- package/index.mjs +1 -1
- package/internal/swapApi.cjs +1 -1
- package/internal/swapApi.d.ts +3 -3
- package/internal/swapApi.mjs +22 -25
- package/package.json +26 -25
- package/providers/prepareEthersHinkal.cjs +1 -1
- package/providers/prepareEthersHinkal.d.ts +1 -0
- package/providers/prepareEthersHinkal.mjs +2 -2
- package/providers/prepareSolanaHinkal.cjs +1 -1
- package/providers/prepareSolanaHinkal.d.ts +1 -0
- package/providers/prepareSolanaHinkal.mjs +2 -2
- package/providers/prepareTronHinkal.cjs +1 -1
- package/providers/prepareTronHinkal.d.ts +1 -0
- package/providers/prepareTronHinkal.mjs +2 -2
- package/providers/prepareWagmiHinkal.cjs +1 -1
- package/providers/prepareWagmiHinkal.d.ts +1 -0
- package/providers/prepareWagmiHinkal.mjs +2 -2
- package/services/Hinkal.cjs +1 -1
- package/services/Hinkal.d.ts +16 -10
- package/services/Hinkal.mjs +29 -17
- package/types/IHinkal.d.ts +16 -10
- package/types/swap.types.d.ts +3 -20
- package/common/src/API/accessCodeCalls.cjs +0 -1
- package/common/src/API/accessCodeCalls.d.ts +0 -23
- package/common/src/API/accessCodeCalls.mjs +0 -13
- package/common/src/API/brotherhoodCalls.cjs +0 -1
- package/common/src/API/brotherhoodCalls.d.ts +0 -82
- package/common/src/API/brotherhoodCalls.mjs +0 -17
- package/common/src/API/callOdosAPI.cjs +0 -1
- package/common/src/API/callOdosAPI.d.ts +0 -63
- package/common/src/API/callOdosAPI.mjs +0 -18
- package/common/src/API/callOneInchAPI.cjs +0 -1
- package/common/src/API/callOneInchAPI.d.ts +0 -18
- package/common/src/API/callOneInchAPI.mjs +0 -13
- package/common/src/API/deposit-and-withdraw-status-calls.cjs +0 -1
- package/common/src/API/deposit-and-withdraw-status-calls.d.ts +0 -21
- package/common/src/API/deposit-and-withdraw-status-calls.mjs +0 -13
- package/common/src/API/generate-trading-points.cjs +0 -1
- package/common/src/API/generate-trading-points.d.ts +0 -27
- package/common/src/API/generate-trading-points.mjs +0 -23
- package/common/src/API/getAnyRecipientInfo.d.ts +0 -1
- package/common/src/API/leaderboardCalls.cjs +0 -1
- package/common/src/API/leaderboardCalls.d.ts +0 -14
- package/common/src/API/leaderboardCalls.mjs +0 -8
- package/common/src/API/referralsCalls.cjs +0 -1
- package/common/src/API/referralsCalls.d.ts +0 -22
- package/common/src/API/referralsCalls.mjs +0 -11
- package/common/src/API/send-telegram-callback.cjs +0 -1
- package/common/src/API/send-telegram-callback.d.ts +0 -7
- package/common/src/API/send-telegram-callback.mjs +0 -11
- package/common/src/constants/mystery-boxes.constants.d.ts +0 -0
- package/common/src/constants/price-impact.constants.d.ts +0 -2
- package/common/src/constants/rewards.constants.d.ts +0 -15
- package/common/src/constants/tasks.constants.cjs +0 -1
- package/common/src/constants/tasks.constants.d.ts +0 -9
- package/common/src/constants/tasks.constants.mjs +0 -124
- package/common/src/crypto/ecdh-dual-path.cjs +0 -1
- package/common/src/crypto/ecdh-dual-path.d.ts +0 -13
- package/common/src/crypto/ecdh-dual-path.mjs +0 -6
- package/common/src/data-structures/Hinkal/hinkalMultiSend.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalMultiSend.d.ts +0 -3
- package/common/src/data-structures/Hinkal/hinkalMultiSend.mjs +0 -12
- package/common/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.cjs +0 -1
- package/common/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.d.ts +0 -6
- package/common/src/data-structures/Hinkal/hinkalProoflessDepositViaWrapper.mjs +0 -128
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.cjs +0 -1
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.d.ts +0 -22
- package/common/src/data-structures/Hinkal/prepareDepositOnChainUtxosZkProof.mjs +0 -34
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/AlchemyPublicTokensDB.mjs +0 -172
- package/common/src/data-structures/TokenDBs/ArcPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/ArcPublicTokensDB.mjs +0 -94
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/EventsPublicTokensDB.mjs +0 -134
- package/common/src/data-structures/TokenDBs/PublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/PublicTokensDB.mjs +0 -32
- package/common/src/data-structures/TokenDBs/TempoPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/TempoPublicTokensDB.mjs +0 -41
- package/common/src/data-structures/TokenDBs/TronPublicTokensDB.cjs +0 -1
- package/common/src/data-structures/TokenDBs/TronPublicTokensDB.mjs +0 -47
- package/common/src/data-structures/TokenDBs/index.cjs +0 -1
- package/common/src/data-structures/TokenDBs/index.mjs +0 -6
- package/common/src/externalABIs/IQuoterV2.json.cjs +0 -1
- package/common/src/externalABIs/IQuoterV2.json.mjs +0 -203
- package/common/src/externalABIs/ISwapRouter.json.cjs +0 -1
- package/common/src/externalABIs/ISwapRouter.json.mjs +0 -537
- package/common/src/externalABIs/IUniswapV3Factory.json.cjs +0 -1
- package/common/src/externalABIs/IUniswapV3Factory.json.mjs +0 -188
- package/common/src/externalABIs/IUniswapV3Pool.json.cjs +0 -1
- package/common/src/externalABIs/IUniswapV3Pool.json.mjs +0 -938
- package/common/src/externalABIs/UniswapV2PoolAbi.json.cjs +0 -1
- package/common/src/externalABIs/UniswapV2PoolAbi.json.mjs +0 -78
- package/common/src/functions/pre-transaction/interaction-to-action.cjs +0 -1
- package/common/src/functions/pre-transaction/interaction-to-action.d.ts +0 -2
- package/common/src/functions/pre-transaction/interaction-to-action.mjs +0 -1
- package/common/src/functions/pre-transaction/recipientUtxoProcessing.cjs +0 -1
- package/common/src/functions/pre-transaction/recipientUtxoProcessing.d.ts +0 -3
- package/common/src/functions/pre-transaction/recipientUtxoProcessing.mjs +0 -32
- package/common/src/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.cjs +0 -1
- package/common/src/functions/pre-transaction/waitForDepositedUtxosInMerkleTree.mjs +0 -29
- package/common/src/functions/private-wallet/opProducer.cjs +0 -1
- package/common/src/functions/private-wallet/opProducer.d.ts +0 -5
- package/common/src/functions/private-wallet/opProducer.mjs +0 -3
- package/common/src/functions/snarkjs/generateZkProofEnclave.cjs +0 -1
- package/common/src/functions/snarkjs/generateZkProofEnclave.d.ts +0 -5
- package/common/src/functions/snarkjs/generateZkProofEnclave.mjs +0 -27
- package/common/src/functions/utils/bit.operations.cjs +0 -1
- package/common/src/functions/utils/bit.operations.d.ts +0 -3
- package/common/src/functions/utils/bit.operations.mjs +0 -4
- package/common/src/functions/utils/get-signature-header.cjs +0 -1
- package/common/src/functions/utils/get-signature-header.d.ts +0 -5
- package/common/src/functions/utils/get-signature-header.mjs +0 -4
- package/common/src/functions/utils/ipfs.cjs +0 -1
- package/common/src/functions/utils/ipfs.mjs +0 -1
- package/common/src/functions/utils/reloadPage.cjs +0 -1
- package/common/src/functions/utils/reloadPage.mjs +0 -4
- package/common/src/functions/web3/getSolanaPriorityFee.cjs +0 -1
- package/common/src/functions/web3/getSolanaPriorityFee.d.ts +0 -3
- package/common/src/functions/web3/getSolanaPriorityFee.mjs +0 -26
- package/common/src/functions/web3/odosAPI.cjs +0 -1
- package/common/src/functions/web3/odosAPI.d.ts +0 -5
- package/common/src/functions/web3/odosAPI.mjs +0 -35
- package/common/src/functions/web3/oneInchAPI.cjs +0 -1
- package/common/src/functions/web3/oneInchAPI.d.ts +0 -5
- package/common/src/functions/web3/oneInchAPI.mjs +0 -34
- package/common/src/functions/web3/uniswapAPI.cjs +0 -1
- package/common/src/functions/web3/uniswapAPI.d.ts +0 -16
- package/common/src/functions/web3/uniswapAPI.mjs +0 -60
- package/common/src/types/brotherhood-user.types.d.ts +0 -11
- package/common/src/types/crypto.types.d.ts +0 -8
- package/common/src/types/generatePoints.d.ts +0 -14
- package/common/src/types/new-rewards.type.cjs +0 -1
- package/common/src/types/new-rewards.type.mjs +0 -10
- package/common/src/types/referral.types.d.ts +0 -12
- package/common/src/types/rewards.types.d.ts +0 -34
- package/common/src/types/scheduled-transactions.types.cjs +0 -1
- package/common/src/types/scheduled-transactions.types.mjs +0 -6
- package/common/src/types/token-with-id.types.d.ts +0 -4
- package/common/src/webworker/logError-CZYZ3oyV.js +0 -2
- package/common/src/webworker/workerProxy-DPeuP2Mg.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
require(`./chains.constants.cjs`)
|
|
1
|
+
const e=require(`./chains.constants.cjs`),t=require(`../types/ethereum-network.types.cjs`),n=require(`../externalABIs/ERC20.json.cjs`),r=require(`../externalABIs/index.cjs`);require(`ethers`);var i={[t.ContractType.HinkalContract]:e=>({abi:e.hinkalABI,address:e.hinkalAddress}),[t.ContractType.HinkalHelperContract]:e=>({abi:e.hinkalHelperABI,address:e.hinkalHelperAddress}),[t.ContractType.HinkalWrapperContract]:e=>({abi:e.hinkalWrapperABI,address:e.hinkalWrapperAddress}),[t.ContractType.DepositOnChainUtxosContract]:e=>({abi:e.depositOnChainUtxosExternalActionABI,address:e.depositOnChainUtxosExternalActionAddress}),[t.ContractType.MerkleTreeContract]:()=>({abi:[`function getRootHash() public view returns (uint256)`]}),[t.ContractType.ERC20Contract]:()=>({abi:n.default.abi}),[t.ContractType.ERC721Contract]:()=>({abi:r.ERC721ABI}),[t.ContractType.ERC1155Contract]:()=>({abi:r.ERC1155ABI}),[t.ContractType.WATokenContract]:e=>({abi:e.waTokenABI})},a=t=>e.networkRegistry[e.getNonLocalhostChainId(t)]?.contractData.depositOnChainUtxosExternalActionAddress;exports.contractMetadataMapping=i,exports.getDepositOnChainUtxosAddress=a;
|
|
@@ -1,115 +1,7 @@
|
|
|
1
1
|
import { ethers } from 'ethers';
|
|
2
2
|
import { ContractData, ContractMetadata, ContractType } from '../types/ethereum-network.types';
|
|
3
|
-
export declare const uniswapV3FactoryData: {
|
|
4
|
-
abi: ({
|
|
5
|
-
anonymous: boolean;
|
|
6
|
-
inputs: {
|
|
7
|
-
indexed: boolean;
|
|
8
|
-
internalType: string;
|
|
9
|
-
name: string;
|
|
10
|
-
type: string;
|
|
11
|
-
}[];
|
|
12
|
-
name: string;
|
|
13
|
-
type: string;
|
|
14
|
-
outputs?: undefined;
|
|
15
|
-
stateMutability?: undefined;
|
|
16
|
-
} | {
|
|
17
|
-
inputs: {
|
|
18
|
-
internalType: string;
|
|
19
|
-
name: string;
|
|
20
|
-
type: string;
|
|
21
|
-
}[];
|
|
22
|
-
name: string;
|
|
23
|
-
outputs: {
|
|
24
|
-
internalType: string;
|
|
25
|
-
name: string;
|
|
26
|
-
type: string;
|
|
27
|
-
}[];
|
|
28
|
-
stateMutability: string;
|
|
29
|
-
type: string;
|
|
30
|
-
anonymous?: undefined;
|
|
31
|
-
})[];
|
|
32
|
-
};
|
|
33
|
-
export declare const uniswapV3PoolData: {
|
|
34
|
-
abi: ({
|
|
35
|
-
anonymous: boolean;
|
|
36
|
-
inputs: {
|
|
37
|
-
indexed: boolean;
|
|
38
|
-
internalType: string;
|
|
39
|
-
name: string;
|
|
40
|
-
type: string;
|
|
41
|
-
}[];
|
|
42
|
-
name: string;
|
|
43
|
-
type: string;
|
|
44
|
-
outputs?: undefined;
|
|
45
|
-
stateMutability?: undefined;
|
|
46
|
-
} | {
|
|
47
|
-
inputs: {
|
|
48
|
-
internalType: string;
|
|
49
|
-
name: string;
|
|
50
|
-
type: string;
|
|
51
|
-
}[];
|
|
52
|
-
name: string;
|
|
53
|
-
outputs: {
|
|
54
|
-
internalType: string;
|
|
55
|
-
name: string;
|
|
56
|
-
type: string;
|
|
57
|
-
}[];
|
|
58
|
-
stateMutability: string;
|
|
59
|
-
type: string;
|
|
60
|
-
anonymous?: undefined;
|
|
61
|
-
})[];
|
|
62
|
-
};
|
|
63
|
-
export declare const uniswapV2PoolData: {
|
|
64
|
-
abi: {
|
|
65
|
-
inputs: never[];
|
|
66
|
-
name: string;
|
|
67
|
-
outputs: {
|
|
68
|
-
internalType: string;
|
|
69
|
-
name: string;
|
|
70
|
-
type: string;
|
|
71
|
-
}[];
|
|
72
|
-
stateMutability: string;
|
|
73
|
-
type: string;
|
|
74
|
-
}[];
|
|
75
|
-
};
|
|
76
|
-
export declare const uniswapV3QuoterData: {
|
|
77
|
-
abi: ({
|
|
78
|
-
inputs: {
|
|
79
|
-
internalType: string;
|
|
80
|
-
name: string;
|
|
81
|
-
type: string;
|
|
82
|
-
}[];
|
|
83
|
-
name: string;
|
|
84
|
-
outputs: {
|
|
85
|
-
internalType: string;
|
|
86
|
-
name: string;
|
|
87
|
-
type: string;
|
|
88
|
-
}[];
|
|
89
|
-
stateMutability: string;
|
|
90
|
-
type: string;
|
|
91
|
-
} | {
|
|
92
|
-
inputs: {
|
|
93
|
-
components: {
|
|
94
|
-
internalType: string;
|
|
95
|
-
name: string;
|
|
96
|
-
type: string;
|
|
97
|
-
}[];
|
|
98
|
-
internalType: string;
|
|
99
|
-
name: string;
|
|
100
|
-
type: string;
|
|
101
|
-
}[];
|
|
102
|
-
name: string;
|
|
103
|
-
outputs: {
|
|
104
|
-
internalType: string;
|
|
105
|
-
name: string;
|
|
106
|
-
type: string;
|
|
107
|
-
}[];
|
|
108
|
-
stateMutability: string;
|
|
109
|
-
type: string;
|
|
110
|
-
})[];
|
|
111
|
-
};
|
|
112
3
|
export declare const contractMetadataMapping: Record<ContractType, (contractData: ContractData) => ContractMetadata>;
|
|
4
|
+
export declare const getDepositOnChainUtxosAddress: (chainId: number) => string | undefined;
|
|
113
5
|
export declare const getHinkalParameters: (chainId: number) => {
|
|
114
6
|
hinkalInterface: ethers.Interface;
|
|
115
7
|
transactMethodId: string | undefined;
|
|
@@ -1,49 +1,31 @@
|
|
|
1
|
-
import "./chains.constants.mjs";
|
|
2
|
-
import { ContractType as
|
|
3
|
-
import
|
|
4
|
-
import n from "../externalABIs/IQuoterV2.json.mjs";
|
|
5
|
-
import r from "../externalABIs/IUniswapV3Factory.json.mjs";
|
|
1
|
+
import { getNonLocalhostChainId as e, networkRegistry as t } from "./chains.constants.mjs";
|
|
2
|
+
import { ContractType as n } from "../types/ethereum-network.types.mjs";
|
|
3
|
+
import r from "../externalABIs/ERC20.json.mjs";
|
|
6
4
|
import { ERC1155ABI as i, ERC721ABI as a } from "../externalABIs/index.mjs";
|
|
7
|
-
import o from "../externalABIs/IUniswapV3Pool.json.mjs";
|
|
8
|
-
import s from "../externalABIs/UniswapV2PoolAbi.json.mjs";
|
|
9
5
|
import "ethers";
|
|
10
6
|
//#region libs/shared/common/src/constants/contracts.constants.ts
|
|
11
|
-
var
|
|
12
|
-
[
|
|
7
|
+
var o = {
|
|
8
|
+
[n.HinkalContract]: (e) => ({
|
|
13
9
|
abi: e.hinkalABI,
|
|
14
10
|
address: e.hinkalAddress
|
|
15
11
|
}),
|
|
16
|
-
[
|
|
12
|
+
[n.HinkalHelperContract]: (e) => ({
|
|
17
13
|
abi: e.hinkalHelperABI,
|
|
18
14
|
address: e.hinkalHelperAddress
|
|
19
15
|
}),
|
|
20
|
-
[
|
|
21
|
-
[e.UniswapV3FactoryContract]: () => ({ abi: c.abi }),
|
|
22
|
-
[e.UniswapV3PoolContract]: () => ({ abi: l.abi }),
|
|
23
|
-
[e.UniswapV2PoolContract]: () => ({ abi: u.abi }),
|
|
24
|
-
[e.UniswapV3QuoterContract]: () => ({ abi: d.abi }),
|
|
25
|
-
[e.ERC20Contract]: () => ({ abi: t.abi }),
|
|
26
|
-
[e.ERC721Contract]: () => ({ abi: a }),
|
|
27
|
-
[e.ERC1155Contract]: () => ({ abi: i }),
|
|
28
|
-
[e.WATokenContract]: (e) => ({ abi: e.waTokenABI }),
|
|
29
|
-
[e.ContractWithNonces]: () => ({ abi: ["function nonces(address owner) external view returns (uint)"] }),
|
|
30
|
-
[e.PermitterContract]: (e) => ({
|
|
31
|
-
abi: e.permitterABI,
|
|
32
|
-
address: e.permitterAddress
|
|
33
|
-
}),
|
|
34
|
-
[e.OneInchExternalActionContract]: (e) => ({ address: e.oneInchExternalActionInstanceAddress }),
|
|
35
|
-
[e.HinkalWrapper]: (e) => ({
|
|
16
|
+
[n.HinkalWrapperContract]: (e) => ({
|
|
36
17
|
abi: e.hinkalWrapperABI,
|
|
37
18
|
address: e.hinkalWrapperAddress
|
|
38
19
|
}),
|
|
39
|
-
[
|
|
40
|
-
abi: e.HinkalWrapper2ABI ?? e.hinkalWrapperABI,
|
|
41
|
-
address: e.hinkalWrapper2Address ?? e.hinkalWrapperAddress
|
|
42
|
-
}),
|
|
43
|
-
[e.DepositOnChainUtxos]: (e) => ({
|
|
20
|
+
[n.DepositOnChainUtxosContract]: (e) => ({
|
|
44
21
|
abi: e.depositOnChainUtxosExternalActionABI,
|
|
45
22
|
address: e.depositOnChainUtxosExternalActionAddress
|
|
46
|
-
})
|
|
47
|
-
}
|
|
23
|
+
}),
|
|
24
|
+
[n.MerkleTreeContract]: () => ({ abi: ["function getRootHash() public view returns (uint256)"] }),
|
|
25
|
+
[n.ERC20Contract]: () => ({ abi: r.abi }),
|
|
26
|
+
[n.ERC721Contract]: () => ({ abi: a }),
|
|
27
|
+
[n.ERC1155Contract]: () => ({ abi: i }),
|
|
28
|
+
[n.WATokenContract]: (e) => ({ abi: e.waTokenABI })
|
|
29
|
+
}, s = (n) => t[e(n)]?.contractData.depositOnChainUtxosExternalActionAddress;
|
|
48
30
|
//#endregion
|
|
49
|
-
export {
|
|
31
|
+
export { o as contractMetadataMapping, s as getDepositOnChainUtxosAddress };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0x6Fac96fc379eFEFB0E6c90CF2480d756F37D8d12`,depositOnChainUtxosExternalActionAddress:`0x0e763c56f1f58Ad85590394522B42019fb353EcC`,hinkalWrapperAddress:`0x2AE2C150c7CFE6662d13Ba9d8f8C1E9b271fEEc1`,emporiumAddress:`0x3f868DA5A511C36473A8B4e0851b1aA36d9a19D0`,hinkalWalletAddress:`0x4a2b15BCAb735c097758cc41522BbCd41897175A`,lifiExternalActionInstanceAddress:`0x8e825f8953B864D20f2A37fdae4EDBa4A6Db7435`,timelockAddress:`0x4c1c127ED7785035A51ce1DA415e6643B911622F`};exports.default=e;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x14069865E5F2589B08c791Db26B392A5Ba4f015b"
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0x6Fac96fc379eFEFB0E6c90CF2480d756F37D8d12",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0x0e763c56f1f58Ad85590394522B42019fb353EcC",
|
|
5
|
+
hinkalWrapperAddress: "0x2AE2C150c7CFE6662d13Ba9d8f8C1E9b271fEEc1",
|
|
6
|
+
emporiumAddress: "0x3f868DA5A511C36473A8B4e0851b1aA36d9a19D0",
|
|
7
|
+
hinkalWalletAddress: "0x4a2b15BCAb735c097758cc41522BbCd41897175A",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0x8e825f8953B864D20f2A37fdae4EDBa4A6Db7435",
|
|
9
|
+
timelockAddress: "0x4c1c127ED7785035A51ce1DA415e6643B911622F"
|
|
11
10
|
};
|
|
12
11
|
//#endregion
|
|
13
12
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0x385C83d0A80AfcD23B508D4602f576F09f15097b`,depositOnChainUtxosExternalActionAddress:`0xf2c1e80Fc268AfC50f45145Bd0D97c756D7C2014`,hinkalWrapperAddress:`0xC39A087096430Dd12d288227d7dA749D8Db8c669`,emporiumAddress:`0x70F48817aaE2Bb9dD042D4Ea46ECfe1C168ed3e0`,hinkalWalletAddress:`0x987F7979617361e002E91071978be99D10abeB80`,lifiExternalActionInstanceAddress:`0x8a7f66eCb18aBbe272BD50A04768D88191D84961`};exports.default=e;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0x385C83d0A80AfcD23B508D4602f576F09f15097b",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0xf2c1e80Fc268AfC50f45145Bd0D97c756D7C2014",
|
|
5
|
+
hinkalWrapperAddress: "0xC39A087096430Dd12d288227d7dA749D8Db8c669",
|
|
6
|
+
emporiumAddress: "0x70F48817aaE2Bb9dD042D4Ea46ECfe1C168ed3e0",
|
|
7
|
+
hinkalWalletAddress: "0x987F7979617361e002E91071978be99D10abeB80",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0x8a7f66eCb18aBbe272BD50A04768D88191D84961"
|
|
8
9
|
};
|
|
9
10
|
//#endregion
|
|
10
11
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0xf6aFE2Cb1d4b108D14ec89e23999719328B63746`,depositOnChainUtxosExternalActionAddress:`0x6aD588Db8687516E626b037F7a4bc754D8f7d5B1`,hinkalWrapperAddress:`0xEa1765Cc8d3aEB2A3bf5365a7Fa8451597CA9153`,emporiumAddress:`0xf66D101962E20cb49c4934F9fbb43eb7ef75F4cC`,hinkalWalletAddress:`0x2Be66fdF3F0F1A93dce0450074ecb77c44CdC42B`,lifiExternalActionInstanceAddress:`0x3CD1C92D7D9eAC7a7cf5C39f24ebA044359e1bAC`,timelockAddress:`0xeD5545E21cAf6D85BA2fA09277466286001C2539`};exports.default=e;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x4c1c127ED7785035A51ce1DA415e6643B911622F"
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0xf6aFE2Cb1d4b108D14ec89e23999719328B63746",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0x6aD588Db8687516E626b037F7a4bc754D8f7d5B1",
|
|
5
|
+
hinkalWrapperAddress: "0xEa1765Cc8d3aEB2A3bf5365a7Fa8451597CA9153",
|
|
6
|
+
emporiumAddress: "0xf66D101962E20cb49c4934F9fbb43eb7ef75F4cC",
|
|
7
|
+
hinkalWalletAddress: "0x2Be66fdF3F0F1A93dce0450074ecb77c44CdC42B",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0x3CD1C92D7D9eAC7a7cf5C39f24ebA044359e1bAC",
|
|
9
|
+
timelockAddress: "0xeD5545E21cAf6D85BA2fA09277466286001C2539"
|
|
11
10
|
};
|
|
12
11
|
//#endregion
|
|
13
12
|
export { e as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0xF1EaA4cC2BB9b84459d6467AeA81d77F13823592`,depositOnChainUtxosExternalActionAddress:`0x5c678009c53b154dE1baE9a0b6daE5eB9cE902B0`,hinkalWrapperAddress:`0x0fAb8C78cC588D2dc2B96971685747FC980c08fb`,emporiumAddress:`0x0AEcD18E04FB5263155476059fDcAA41a8efF0F9`,hinkalWalletAddress:`0xb34e79F356aBd059DF1B1ef0A136Db65f6659e49`,lifiExternalActionInstanceAddress:`0x93A4b8A37B0282e01340f827b92854B1cf956E29`,timelockAddress:`0x65C649917Df3359FbADdf262adb8Aa8e486897c0`};exports.default=e;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
var e = {
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0xF1EaA4cC2BB9b84459d6467AeA81d77F13823592",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0x5c678009c53b154dE1baE9a0b6daE5eB9cE902B0",
|
|
5
|
+
hinkalWrapperAddress: "0x0fAb8C78cC588D2dc2B96971685747FC980c08fb",
|
|
6
|
+
emporiumAddress: "0x0AEcD18E04FB5263155476059fDcAA41a8efF0F9",
|
|
7
|
+
hinkalWalletAddress: "0xb34e79F356aBd059DF1B1ef0A136Db65f6659e49",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0x93A4b8A37B0282e01340f827b92854B1cf956E29",
|
|
9
|
+
timelockAddress: "0x65C649917Df3359FbADdf262adb8Aa8e486897c0"
|
|
10
|
+
};
|
|
11
|
+
//#endregion
|
|
12
|
+
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0x5f912cBBB7F14E4524faAe8559666e7C79227C1b`,depositOnChainUtxosExternalActionAddress:`0x6D9e70F10b93a0E81ae643d0365B517D921ed60d`,hinkalWrapperAddress:`0x6998fE93f3a3AbDb31df1922EB91BC282F42aa1d`,emporiumAddress:`0x795884e56c58D4fF1B26Eb1494F39FcfB38917a1`,hinkalWalletAddress:`0xB24043ebDC72ddC1923ec749cFBDFbEfF3FC82f6`,lifiExternalActionInstanceAddress:`0xfF0b792E9833B8aFb8BDE1f6695717e1A87968A3`,timelockAddress:`0xF04310839973454155d9886a4023451F8D3Db7D0`};exports.default=e;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x1228c9f5e5BA59b609373f6dbA78aa39CE776557"
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0x5f912cBBB7F14E4524faAe8559666e7C79227C1b",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0x6D9e70F10b93a0E81ae643d0365B517D921ed60d",
|
|
5
|
+
hinkalWrapperAddress: "0x6998fE93f3a3AbDb31df1922EB91BC282F42aa1d",
|
|
6
|
+
emporiumAddress: "0x795884e56c58D4fF1B26Eb1494F39FcfB38917a1",
|
|
7
|
+
hinkalWalletAddress: "0xB24043ebDC72ddC1923ec749cFBDFbEfF3FC82f6",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0xfF0b792E9833B8aFb8BDE1f6695717e1A87968A3",
|
|
9
|
+
timelockAddress: "0xF04310839973454155d9886a4023451F8D3Db7D0"
|
|
11
10
|
};
|
|
12
11
|
//#endregion
|
|
13
12
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x13b65FA5375af51A12762499602bE7B92afB8CD6`,hinkalHelperAddress:`0x6D5DFa6Ec97bF1Da5396033F305dFA8575c1f5a7`,
|
|
1
|
+
var e={hinkalAddress:`0x13b65FA5375af51A12762499602bE7B92afB8CD6`,hinkalHelperAddress:`0x6D5DFa6Ec97bF1Da5396033F305dFA8575c1f5a7`,emporiumAddress:`0x23A64eF68de98C6Cf01e3A5202d47a3bcee6f920`,hinkalWalletFactoryAddress:`0xD0b3FF7e99dcD6058362c7B0894DBB34723D1bfA`,hinkalWalletBeaconAddress:`0x85f525996478fe87e265dfdb99e6C3ebE2D6E876`};exports.default=e;
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
var e = {
|
|
2
2
|
hinkalAddress: "0x13b65FA5375af51A12762499602bE7B92afB8CD6",
|
|
3
3
|
hinkalHelperAddress: "0x6D5DFa6Ec97bF1Da5396033F305dFA8575c1f5a7",
|
|
4
|
-
uniswapExternalActionAddress: "0xa9CcAa5FE169EbA41ccD895795D1bcbDc5CabCFA",
|
|
5
|
-
odosExternalActionInstanceAddress: "0x2A96B7938941534D7dC2A6fCaEde22e328576f50",
|
|
6
|
-
oneInchExternalActionInstanceAddress: "0xFC7C7c2D3784F3Fe6c505Fc6D169E5f9322BFB7c",
|
|
7
4
|
emporiumAddress: "0x23A64eF68de98C6Cf01e3A5202d47a3bcee6f920",
|
|
8
5
|
hinkalWalletFactoryAddress: "0xD0b3FF7e99dcD6058362c7B0894DBB34723D1bfA",
|
|
9
6
|
hinkalWalletBeaconAddress: "0x85f525996478fe87e265dfdb99e6C3ebE2D6E876"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x25BBb093BA3cB978a5C00C31fFaC8Fdc343535cF`,hinkalHelperAddress:`0x1d9a22704Cf651184c754B127d51fad80e4887f0`,hinkalWrapperAddress:`0x214D8a8Bc9f671a35deA7e896F1ae1c2f6861b3B`,emporiumAddress:`0xdC677d309D86872B3350E01473B4Cf0D6B0806FE`,hinkalWalletAddress:`0x4B80DDB181bE35A64d378cfd2429ED9F8b6AE6fD`,lifiExternalActionInstanceAddress:`0x8b474575F5138E236474e2f42395c8a803B2487A`,depositOnChainUtxosExternalActionAddress:`0x120478B9643CA3b708D1e06b5dFdC5C727C5A3b4`,timelockAddress:`0xDFaFA4F3Db041546C999B28533FA6B8b7AD474eA`};exports.default=e;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0x73C89491026dCea945908e7D4764C8F54f8B8bDc"
|
|
2
|
+
hinkalAddress: "0x25BBb093BA3cB978a5C00C31fFaC8Fdc343535cF",
|
|
3
|
+
hinkalHelperAddress: "0x1d9a22704Cf651184c754B127d51fad80e4887f0",
|
|
4
|
+
hinkalWrapperAddress: "0x214D8a8Bc9f671a35deA7e896F1ae1c2f6861b3B",
|
|
5
|
+
emporiumAddress: "0xdC677d309D86872B3350E01473B4Cf0D6B0806FE",
|
|
6
|
+
hinkalWalletAddress: "0x4B80DDB181bE35A64d378cfd2429ED9F8b6AE6fD",
|
|
7
|
+
lifiExternalActionInstanceAddress: "0x8b474575F5138E236474e2f42395c8a803B2487A",
|
|
8
|
+
depositOnChainUtxosExternalActionAddress: "0x120478B9643CA3b708D1e06b5dFdC5C727C5A3b4",
|
|
9
|
+
timelockAddress: "0xDFaFA4F3Db041546C999B28533FA6B8b7AD474eA"
|
|
11
10
|
};
|
|
12
11
|
//#endregion
|
|
13
12
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x5395d371491b87F656280Ca29b584185Bdc83580`,hinkalHelperAddress:`0xb66469a26C737aCA04128AfEb2AA9be2034f5E76`,hinkalWrapperAddress:`0x4360b2416c77e3a02a0d28Bc1Eed341CB6885f73`,emporiumAddress:`0x9B234163a3b6d315d402e48262Fb411316d7a1F7`,hinkalWalletAddress:`0xFd40a90A71Af2ad674AC38a605c3A8e87582fdC9`};exports.default=e;
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
depositOnChainUtxosExternalActionAddress: "0x68d9135cD24F253ba4f24E6bAa1BC34DA85EA0aE",
|
|
8
|
-
emporiumAddress: "0xbb535bEca13eD283c115d668c7fb7F219BaAECFD",
|
|
9
|
-
hinkalWalletAddress: "0xF9500c93283ffb1Acbc1FE368784621A905b8934",
|
|
10
|
-
hinkalWrapperAddress: "0x7F21DDff111514Db1ae79a5248E245B6Bd078723"
|
|
2
|
+
hinkalAddress: "0x5395d371491b87F656280Ca29b584185Bdc83580",
|
|
3
|
+
hinkalHelperAddress: "0xb66469a26C737aCA04128AfEb2AA9be2034f5E76",
|
|
4
|
+
hinkalWrapperAddress: "0x4360b2416c77e3a02a0d28Bc1Eed341CB6885f73",
|
|
5
|
+
emporiumAddress: "0x9B234163a3b6d315d402e48262Fb411316d7a1F7",
|
|
6
|
+
hinkalWalletAddress: "0xFd40a90A71Af2ad674AC38a605c3A8e87582fdC9"
|
|
11
7
|
};
|
|
12
8
|
//#endregion
|
|
13
9
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0x3CD1C92D7D9eAC7a7cf5C39f24ebA044359e1bAC`,depositOnChainUtxosExternalActionAddress:`0x35AfB32e5a7d907f2ca0C8C37808A9274B96A198`,hinkalWrapperAddress:`0xeA179De69AcFcDD1Da5437E70339450bB96Ea5FE`,emporiumAddress:`0x658a7a12A45f59F9c2bB7a5d5A3bb733d9155d24`,hinkalWalletAddress:`0x95Da9777f9fb8d8500592E351676Aa9B560E5956`,lifiExternalActionInstanceAddress:`0xC071C85B373a104Bd4852CBA4f3eaa3c8F5Fb882`,timelockAddress:`0x2296772D624A55e40acf657d4D31E603A6c2c342`};exports.default=e;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
depositOnChainUtxosExternalActionAddress: "0xC4EE2a2AA9119c8756229f619772870E003e92db"
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0x3CD1C92D7D9eAC7a7cf5C39f24ebA044359e1bAC",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0x35AfB32e5a7d907f2ca0C8C37808A9274B96A198",
|
|
5
|
+
hinkalWrapperAddress: "0xeA179De69AcFcDD1Da5437E70339450bB96Ea5FE",
|
|
6
|
+
emporiumAddress: "0x658a7a12A45f59F9c2bB7a5d5A3bb733d9155d24",
|
|
7
|
+
hinkalWalletAddress: "0x95Da9777f9fb8d8500592E351676Aa9B560E5956",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0xC071C85B373a104Bd4852CBA4f3eaa3c8F5Fb882",
|
|
9
|
+
timelockAddress: "0x2296772D624A55e40acf657d4D31E603A6c2c342"
|
|
11
10
|
};
|
|
12
11
|
//#endregion
|
|
13
12
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`0x1858c7E127877430EbEc27D112F319C7091add33`,hinkalHelperAddress:`0x83927CF3049DEA065dB50e6B08aA5A136b70C95b`,
|
|
1
|
+
var e={hinkalAddress:`0x1858c7E127877430EbEc27D112F319C7091add33`,hinkalHelperAddress:`0x83927CF3049DEA065dB50e6B08aA5A136b70C95b`,depositOnChainUtxosExternalActionAddress:`0xFA3164c6beA5c21d86E14348854d51B08032da2A`,hinkalWrapperAddress:`0x74aFF37065ae1044158A3535248402Ff8FcF90e9`};exports.default=e;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
var e = {
|
|
2
2
|
hinkalAddress: "0x1858c7E127877430EbEc27D112F319C7091add33",
|
|
3
3
|
hinkalHelperAddress: "0x83927CF3049DEA065dB50e6B08aA5A136b70C95b",
|
|
4
|
-
uniswapExternalActionAddress: "0x56139c0504A28CA44eF9470F42Bd6342818d7489",
|
|
5
4
|
depositOnChainUtxosExternalActionAddress: "0xFA3164c6beA5c21d86E14348854d51B08032da2A",
|
|
6
5
|
hinkalWrapperAddress: "0x74aFF37065ae1044158A3535248402Ff8FcF90e9"
|
|
7
6
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`8LLNFE62Lr9rJLvmPsTsFttrcmwYrEykZwvpyYDW4Nc2`,originalDeployer:`8xzyYDbvfpqYEGekNsm6KDyNXJybTLJhBWBQwabsZN49`};exports.default=e;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
originalDeployer: "
|
|
2
|
+
hinkalAddress: "8LLNFE62Lr9rJLvmPsTsFttrcmwYrEykZwvpyYDW4Nc2",
|
|
3
|
+
originalDeployer: "8xzyYDbvfpqYEGekNsm6KDyNXJybTLJhBWBQwabsZN49"
|
|
4
4
|
};
|
|
5
5
|
//#endregion
|
|
6
6
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4`,hinkalHelperAddress:`0x617c6124f2641787907A2216614177356DC1e2F1`,depositOnChainUtxosExternalActionAddress:`0x5c678009c53b154dE1baE9a0b6daE5eB9cE902B0`,hinkalWrapperAddress:`0x0B790C436B7A277f24A7f43D74c44db1a56f2A36`,emporiumAddress:`0x94bF69507085a33028Aa111046B85cA1b6846aA3`,hinkalWalletAddress:`0xd05B85a7C2fA4d99C48145eF25e87C2a68826B70`,lifiExternalActionInstanceAddress:`0x894b2a0498840FDdf6519a2a1FAD4AfF0250A5f7`};exports.default=e;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
emporiumAddress: "
|
|
7
|
-
hinkalWalletAddress: "
|
|
8
|
-
|
|
2
|
+
hinkalAddress: "0x7cb60446d7635C68EDf1c568cac74A1f98c1Cfa4",
|
|
3
|
+
hinkalHelperAddress: "0x617c6124f2641787907A2216614177356DC1e2F1",
|
|
4
|
+
depositOnChainUtxosExternalActionAddress: "0x5c678009c53b154dE1baE9a0b6daE5eB9cE902B0",
|
|
5
|
+
hinkalWrapperAddress: "0x0B790C436B7A277f24A7f43D74c44db1a56f2A36",
|
|
6
|
+
emporiumAddress: "0x94bF69507085a33028Aa111046B85cA1b6846aA3",
|
|
7
|
+
hinkalWalletAddress: "0xd05B85a7C2fA4d99C48145eF25e87C2a68826B70",
|
|
8
|
+
lifiExternalActionInstanceAddress: "0x894b2a0498840FDdf6519a2a1FAD4AfF0250A5f7"
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x2bf3af0ffb6f0b8cdc649d11c91953f700733b17`,hinkalHelperAddress:`0xef3b0c95e5a235ac8d5d4545eee02cf41b572459`};exports.default=e;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
depositOnChainUtxosExternalActionAddress: "0x9a6cd2796be947af7217a9d14c04fa8648ba2d00",
|
|
5
|
-
hinkalWrapperAddress: "0x5ab826ce3945576f3a9c17d4a273816c249366b1"
|
|
2
|
+
hinkalAddress: "0x2bf3af0ffb6f0b8cdc649d11c91953f700733b17",
|
|
3
|
+
hinkalHelperAddress: "0xef3b0c95e5a235ac8d5d4545eee02cf41b572459"
|
|
6
4
|
};
|
|
7
5
|
//#endregion
|
|
8
6
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var e={hinkalAddress:`
|
|
1
|
+
var e={hinkalAddress:`0x9046b44155bbf6aa991e86cc30451c4c1c73eb74`,hinkalHelperAddress:`0x4ca5f085914836d11f591769e71a018128759d92`};exports.default=e;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
var e = {
|
|
2
|
-
hinkalAddress: "
|
|
3
|
-
hinkalHelperAddress: "
|
|
4
|
-
depositOnChainUtxosExternalActionAddress: "0xf607a4b50e6262f3e79c8858a73a84f43a432964",
|
|
5
|
-
hinkalWrapperAddress: "0x00d974ad1c5c57e9f6e7ec0fab3b1e4f25ace555"
|
|
2
|
+
hinkalAddress: "0x9046b44155bbf6aa991e86cc30451c4c1c73eb74",
|
|
3
|
+
hinkalHelperAddress: "0x4ca5f085914836d11f591769e71a018128759d92"
|
|
6
4
|
};
|
|
7
5
|
//#endregion
|
|
8
6
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=require(`./deploy-data-arbMainnet.json.cjs`),t=require(`./deploy-data-
|
|
1
|
+
const e=require(`./deploy-data-arbMainnet.json.cjs`),t=require(`./deploy-data-bnbMainnet.json.cjs`),n=require(`./deploy-data-ethMainnet.json.cjs`),r=require(`./deploy-data-optimism.json.cjs`),i=require(`./deploy-data-optimismTest.json.cjs`),a=require(`./deploy-data-polygon.json.cjs`),o=require(`./deploy-data-base.json.cjs`),s=require(`./deploy-data-localhost.json.cjs`),c=require(`./deploy-data-arcTestnet.json.cjs`),l=require(`./deploy-data-sepoliaTestnet.json.cjs`),u=require(`./deploy-data-solana.json.cjs`),d=require(`./deploy-data-tronNile.json.cjs`),f=require(`./deploy-data-tronMainnet.json.cjs`),p=require(`./deploy-data-tempo.json.cjs`),m=require(`./mergeDeployData.cjs`);var h=m.mergeWithEvmShared(e.default),g=m.mergeWithEvmShared(t.default),_=m.mergeWithEvmShared(n.default),v=m.mergeWithEvmShared(r.default),y=m.mergeWithEvmShared(i.default),b=m.mergeWithEvmShared(a.default),x=m.mergeWithEvmShared(o.default),S=m.mergeWithEvmShared(s.default),C=m.mergeWithEvmShared(c.default),w=m.mergeWithEvmShared(l.default),T=m.mergeWithEvmShared(p.default),E=m.mergeWithTronShared(d.default),D=m.mergeWithTronShared(f.default),O=m.mergeWithSolanaShared(u.default);exports.arbMainnetData=h,exports.arcTestnetData=C,exports.baseData=x,exports.bnbMainnetData=g,exports.ethMainnetData=_,exports.localhostData=S,exports.optimismData=v,exports.optimismTestData=y,exports.polygonData=b,exports.sepoliaTestnetData=w,exports.solanaData=O,exports.tempoData=T,exports.tronMainnetData=D,exports.tronNileData=E;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
declare const arbMainnetData: import('../..').ContractData;
|
|
2
|
+
declare const bnbMainnetData: import('../..').ContractData;
|
|
2
3
|
declare const ethMainnetData: import('../..').ContractData;
|
|
3
4
|
declare const optimismData: import('../..').ContractData;
|
|
4
5
|
declare const optimismTestData: import('../..').ContractData;
|
|
@@ -11,4 +12,4 @@ declare const tempoData: import('../..').ContractData;
|
|
|
11
12
|
declare const tronNileData: import('../..').ContractData;
|
|
12
13
|
declare const tronMainnetData: import('../..').ContractData;
|
|
13
14
|
declare const solanaData: import('../..').ContractData;
|
|
14
|
-
export { arbMainnetData, ethMainnetData, polygonData, optimismData, optimismTestData, baseData, localhostData, arcTestnetData, sepoliaTestnetData, solanaData, tronNileData, tronMainnetData, tempoData, };
|
|
15
|
+
export { arbMainnetData, bnbMainnetData, ethMainnetData, polygonData, optimismData, optimismTestData, baseData, localhostData, arcTestnetData, sepoliaTestnetData, solanaData, tronNileData, tronMainnetData, tempoData, };
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import e from "./deploy-data-arbMainnet.json.mjs";
|
|
2
|
-
import t from "./deploy-data-
|
|
3
|
-
import n from "./deploy-data-
|
|
4
|
-
import r from "./deploy-data-
|
|
5
|
-
import i from "./deploy-data-
|
|
6
|
-
import a from "./deploy-data-
|
|
7
|
-
import o from "./deploy-data-
|
|
8
|
-
import s from "./deploy-data-
|
|
9
|
-
import c from "./deploy-data-
|
|
10
|
-
import l from "./deploy-data-
|
|
11
|
-
import u from "./deploy-data-
|
|
12
|
-
import d from "./deploy-data-
|
|
13
|
-
import f from "./deploy-data-
|
|
14
|
-
import
|
|
2
|
+
import t from "./deploy-data-bnbMainnet.json.mjs";
|
|
3
|
+
import n from "./deploy-data-ethMainnet.json.mjs";
|
|
4
|
+
import r from "./deploy-data-optimism.json.mjs";
|
|
5
|
+
import i from "./deploy-data-optimismTest.json.mjs";
|
|
6
|
+
import a from "./deploy-data-polygon.json.mjs";
|
|
7
|
+
import o from "./deploy-data-base.json.mjs";
|
|
8
|
+
import s from "./deploy-data-localhost.json.mjs";
|
|
9
|
+
import c from "./deploy-data-arcTestnet.json.mjs";
|
|
10
|
+
import l from "./deploy-data-sepoliaTestnet.json.mjs";
|
|
11
|
+
import u from "./deploy-data-solana.json.mjs";
|
|
12
|
+
import d from "./deploy-data-tronNile.json.mjs";
|
|
13
|
+
import f from "./deploy-data-tronMainnet.json.mjs";
|
|
14
|
+
import p from "./deploy-data-tempo.json.mjs";
|
|
15
|
+
import { mergeWithEvmShared as m, mergeWithSolanaShared as h, mergeWithTronShared as g } from "./mergeDeployData.mjs";
|
|
15
16
|
//#region libs/shared/common/src/constants/deploy-data/index.ts
|
|
16
|
-
var
|
|
17
|
+
var _ = m(e), v = m(t), y = m(n), b = m(r), x = m(i), S = m(a), C = m(o), w = m(s), T = m(c), E = m(l), D = m(p), O = g(d), k = g(f), A = h(u);
|
|
17
18
|
//#endregion
|
|
18
|
-
export {
|
|
19
|
+
export { _ as arbMainnetData, T as arcTestnetData, C as baseData, v as bnbMainnetData, y as ethMainnetData, w as localhostData, b as optimismData, x as optimismTestData, S as polygonData, E as sepoliaTestnetData, A as solanaData, D as tempoData, k as tronMainnetData, O as tronNileData };
|