sushi 6.4.13 → 6.5.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/_cjs/evm/config/features/sushiswap-v2.js +9 -10
- package/_cjs/evm/config/features/sushiswap-v2.js.map +1 -1
- package/_cjs/evm/config/features/sushiswap-v3.js +8 -15
- package/_cjs/evm/config/features/sushiswap-v3.js.map +1 -1
- package/_cjs/evm/config/subgraphs/subgraphs/blocks.js +2 -2
- package/_cjs/evm/config/subgraphs/subgraphs/blocks.js.map +1 -1
- package/_cjs/evm/config/subgraphs/subgraphs/sushiswap-v2.js +0 -8
- package/_cjs/evm/config/subgraphs/subgraphs/sushiswap-v2.js.map +1 -1
- package/_cjs/evm/config/subgraphs/subgraphs/sushiswap-v3.js +0 -7
- package/_cjs/evm/config/subgraphs/subgraphs/sushiswap-v3.js.map +1 -1
- package/_cjs/evm/types/sushi-pool/index.js +3 -0
- package/_cjs/evm/types/sushi-pool/index.js.map +1 -1
- package/_cjs/evm/types/sushi-pool/pool-has-steer-vaults.js +3 -0
- package/_cjs/evm/types/sushi-pool/pool-has-steer-vaults.js.map +1 -0
- package/_cjs/evm/types/sushi-pool/pool-with-steer-vaults.js +3 -0
- package/_cjs/evm/types/sushi-pool/pool-with-steer-vaults.js.map +1 -0
- package/_cjs/evm/types/sushi-pool/steer-vault-id.js +3 -0
- package/_cjs/evm/types/sushi-pool/steer-vault-id.js.map +1 -0
- package/_cjs/generic/chain/chains.js +6 -10
- package/_cjs/generic/chain/chains.js.map +1 -1
- package/_cjs/generic/currency/serialized-currency.js +2 -6
- package/_cjs/generic/currency/serialized-currency.js.map +1 -1
- package/_cjs/generic/currency/unwrap-token.js +0 -5
- package/_cjs/generic/currency/unwrap-token.js.map +1 -1
- package/_cjs/generic/utils/native-address.js +12 -22
- package/_cjs/generic/utils/native-address.js.map +1 -1
- package/_cjs/generic/utils/normalize-address.js +12 -22
- package/_cjs/generic/utils/normalize-address.js.map +1 -1
- package/_esm/evm/config/features/sushiswap-v2.js +9 -10
- package/_esm/evm/config/features/sushiswap-v2.js.map +1 -1
- package/_esm/evm/config/features/sushiswap-v3.js +8 -15
- package/_esm/evm/config/features/sushiswap-v3.js.map +1 -1
- package/_esm/evm/config/subgraphs/subgraphs/blocks.js +2 -2
- package/_esm/evm/config/subgraphs/subgraphs/blocks.js.map +1 -1
- package/_esm/evm/config/subgraphs/subgraphs/sushiswap-v2.js +1 -9
- package/_esm/evm/config/subgraphs/subgraphs/sushiswap-v2.js.map +1 -1
- package/_esm/evm/config/subgraphs/subgraphs/sushiswap-v3.js +1 -8
- package/_esm/evm/config/subgraphs/subgraphs/sushiswap-v3.js.map +1 -1
- package/_esm/evm/types/sushi-pool/index.js +3 -0
- package/_esm/evm/types/sushi-pool/index.js.map +1 -1
- package/_esm/evm/types/sushi-pool/pool-has-steer-vaults.js +2 -0
- package/_esm/evm/types/sushi-pool/pool-has-steer-vaults.js.map +1 -0
- package/_esm/evm/types/sushi-pool/pool-with-steer-vaults.js +2 -0
- package/_esm/evm/types/sushi-pool/pool-with-steer-vaults.js.map +1 -0
- package/_esm/evm/types/sushi-pool/steer-vault-id.js +2 -0
- package/_esm/evm/types/sushi-pool/steer-vault-id.js.map +1 -0
- package/_esm/generic/chain/chains.js +0 -4
- package/_esm/generic/chain/chains.js.map +1 -1
- package/_esm/generic/currency/serialized-currency.js +0 -4
- package/_esm/generic/currency/serialized-currency.js.map +1 -1
- package/_esm/generic/currency/unwrap-token.js +0 -5
- package/_esm/generic/currency/unwrap-token.js.map +1 -1
- package/_esm/generic/utils/native-address.js +0 -10
- package/_esm/generic/utils/native-address.js.map +1 -1
- package/_esm/generic/utils/normalize-address.js +0 -10
- package/_esm/generic/utils/normalize-address.js.map +1 -1
- package/_types/evm/config/features/sushiswap-v2.d.ts +4 -4
- package/_types/evm/config/features/sushiswap-v2.d.ts.map +1 -1
- package/_types/evm/config/features/sushiswap-v3.d.ts +4 -4
- package/_types/evm/config/features/sushiswap-v3.d.ts.map +1 -1
- package/_types/evm/config/features/sushiswap.d.ts +1 -1
- package/_types/evm/config/features/sushiswap.d.ts.map +1 -1
- package/_types/evm/config/subgraphs/subgraphs/sushiswap-v2.d.ts +2 -2
- package/_types/evm/config/subgraphs/subgraphs/sushiswap-v2.d.ts.map +1 -1
- package/_types/evm/config/subgraphs/subgraphs/sushiswap-v3.d.ts +2 -2
- package/_types/evm/config/subgraphs/subgraphs/sushiswap-v3.d.ts.map +1 -1
- package/_types/evm/types/sushi-pool/index.d.ts +3 -0
- package/_types/evm/types/sushi-pool/index.d.ts.map +1 -1
- package/_types/evm/types/sushi-pool/pool-has-steer-vaults.d.ts +12 -0
- package/_types/evm/types/sushi-pool/pool-has-steer-vaults.d.ts.map +1 -0
- package/_types/evm/types/sushi-pool/pool-with-steer-vaults.d.ts +7 -0
- package/_types/evm/types/sushi-pool/pool-with-steer-vaults.d.ts.map +1 -0
- package/_types/evm/types/sushi-pool/steer-vault-id.d.ts +9 -0
- package/_types/evm/types/sushi-pool/steer-vault-id.d.ts.map +1 -0
- package/_types/generic/chain/chains.d.ts +1 -39
- package/_types/generic/chain/chains.d.ts.map +1 -1
- package/_types/generic/chain/interface.d.ts +1 -3
- package/_types/generic/chain/interface.d.ts.map +1 -1
- package/_types/generic/currency/serialized-currency.d.ts +1 -26
- package/_types/generic/currency/serialized-currency.d.ts.map +1 -1
- package/_types/generic/currency/unwrap-token.d.ts +1 -1
- package/_types/generic/currency/unwrap-token.d.ts.map +1 -1
- package/_types/generic/types/for-chain.d.ts +4 -9
- package/_types/generic/types/for-chain.d.ts.map +1 -1
- package/_types/generic/utils/native-address.d.ts.map +1 -1
- package/_types/generic/utils/normalize-address.d.ts.map +1 -1
- package/evm/config/features/sushiswap-v2.ts +9 -10
- package/evm/config/features/sushiswap-v3.ts +8 -15
- package/evm/config/subgraphs/subgraphs/blocks.ts +2 -2
- package/evm/config/subgraphs/subgraphs/sushiswap-v2.ts +1 -17
- package/evm/config/subgraphs/subgraphs/sushiswap-v3.ts +1 -15
- package/evm/types/sushi-pool/index.ts +3 -0
- package/evm/types/sushi-pool/pool-has-steer-vaults.ts +21 -0
- package/evm/types/sushi-pool/pool-with-steer-vaults.ts +10 -0
- package/evm/types/sushi-pool/steer-vault-id.ts +9 -0
- package/generic/chain/chains.ts +0 -4
- package/generic/chain/interface.ts +0 -4
- package/generic/currency/currency.test-d.ts +2 -48
- package/generic/currency/serialized-currency.ts +0 -12
- package/generic/currency/unwrap-token.ts +0 -6
- package/generic/types/for-chain.ts +16 -45
- package/generic/utils/native-address.ts +0 -12
- package/generic/utils/normalize-address.ts +0 -18
- package/package.json +1 -21
- package/_cjs/kvm/chain/chains.js +0 -49
- package/_cjs/kvm/chain/chains.js.map +0 -1
- package/_cjs/kvm/chain/define-chain.js +0 -13
- package/_cjs/kvm/chain/define-chain.js.map +0 -1
- package/_cjs/kvm/chain/index.js +0 -19
- package/_cjs/kvm/chain/index.js.map +0 -1
- package/_cjs/kvm/config/index.js +0 -18
- package/_cjs/kvm/config/index.js.map +0 -1
- package/_cjs/kvm/config/simple-constants.js +0 -5
- package/_cjs/kvm/config/simple-constants.js.map +0 -1
- package/_cjs/kvm/currency/index.js +0 -18
- package/_cjs/kvm/currency/index.js.map +0 -1
- package/_cjs/kvm/currency/token.js +0 -91
- package/_cjs/kvm/currency/token.js.map +0 -1
- package/_cjs/kvm/index.js +0 -21
- package/_cjs/kvm/index.js.map +0 -1
- package/_cjs/kvm/utils/index.js +0 -18
- package/_cjs/kvm/utils/index.js.map +0 -1
- package/_cjs/kvm/utils/normalize-address.js +0 -7
- package/_cjs/kvm/utils/normalize-address.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi.js +0 -193
- package/_cjs/tvm/abi/factoryAbi/factoryAbi.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_PairCreated.js +0 -37
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_PairCreated.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_allPairs.js +0 -25
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_allPairs.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_allPairsLength.js +0 -19
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_allPairsLength.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_constructor.js +0 -17
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_constructor.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_createPair.js +0 -30
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_createPair.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_feeTo.js +0 -19
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_feeTo.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_feeToSetter.js +0 -19
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_feeToSetter.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_getPair.js +0 -30
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_getPair.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_getPairHash.js +0 -19
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_getPairHash.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_setFeeTo.js +0 -19
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_setFeeTo.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.js +0 -19
- package/_cjs/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.js.map +0 -1
- package/_cjs/tvm/abi/factoryAbi/index.js +0 -29
- package/_cjs/tvm/abi/factoryAbi/index.js.map +0 -1
- package/_cjs/tvm/abi/index.js +0 -23
- package/_cjs/tvm/abi/index.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/index.js +0 -31
- package/_cjs/tvm/abi/multicallAbi/index.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi.js +0 -233
- package/_cjs/tvm/abi/multicallAbi/multicallAbi.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_aggregate.js +0 -40
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_aggregate.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getBasefee.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getBasefee.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getBlockHash.js +0 -23
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getBlockHash.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getChainId.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getChainId.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getEthBalance.js +0 -23
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getEthBalance.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.js +0 -17
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.js +0 -28
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_isContract.js +0 -23
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_isContract.js.map +0 -1
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_multicall.js +0 -23
- package/_cjs/tvm/abi/multicallAbi/multicallAbi_multicall.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/index.js +0 -51
- package/_cjs/tvm/abi/pairAbi/index.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi.js +0 -662
- package/_cjs/tvm/abi/pairAbi/pairAbi.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_Approval.js +0 -29
- package/_cjs/tvm/abi/pairAbi/pairAbi_Approval.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_BurnEvent.js +0 -35
- package/_cjs/tvm/abi/pairAbi/pairAbi_BurnEvent.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_MintEvent.js +0 -29
- package/_cjs/tvm/abi/pairAbi/pairAbi_MintEvent.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_SwapEvent.js +0 -47
- package/_cjs/tvm/abi/pairAbi/pairAbi_SwapEvent.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_SyncEvent.js +0 -23
- package/_cjs/tvm/abi/pairAbi/pairAbi_SyncEvent.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_TransferEvent.js +0 -29
- package/_cjs/tvm/abi/pairAbi/pairAbi_TransferEvent.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_allowance.js +0 -28
- package/_cjs/tvm/abi/pairAbi/pairAbi_allowance.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_approve.js +0 -28
- package/_cjs/tvm/abi/pairAbi/pairAbi_approve.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_balanceOf.js +0 -23
- package/_cjs/tvm/abi/pairAbi/pairAbi_balanceOf.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_burn.js +0 -28
- package/_cjs/tvm/abi/pairAbi/pairAbi_burn.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_decimals.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_decimals.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_factory.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_factory.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_getReserves.js +0 -27
- package/_cjs/tvm/abi/pairAbi/pairAbi_getReserves.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_initialize.js +0 -22
- package/_cjs/tvm/abi/pairAbi/pairAbi_initialize.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_kLast.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_kLast.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_mint.js +0 -23
- package/_cjs/tvm/abi/pairAbi/pairAbi_mint.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_name.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_name.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_nonces.js +0 -23
- package/_cjs/tvm/abi/pairAbi/pairAbi_nonces.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_permit.js +0 -47
- package/_cjs/tvm/abi/pairAbi/pairAbi_permit.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_skim.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_skim.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_swap.js +0 -32
- package/_cjs/tvm/abi/pairAbi/pairAbi_swap.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_symbol.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_symbol.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_sync.js +0 -11
- package/_cjs/tvm/abi/pairAbi/pairAbi_sync.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_token0.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_token0.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_token1.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_token1.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_totalSupply.js +0 -17
- package/_cjs/tvm/abi/pairAbi/pairAbi_totalSupply.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_transfer.js +0 -28
- package/_cjs/tvm/abi/pairAbi/pairAbi_transfer.js.map +0 -1
- package/_cjs/tvm/abi/pairAbi/pairAbi_transferFrom.js +0 -33
- package/_cjs/tvm/abi/pairAbi/pairAbi_transferFrom.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/index.js +0 -40
- package/_cjs/tvm/abi/routerAbi/index.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi.js +0 -900
- package/_cjs/tvm/abi/routerAbi/routerAbi.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_WETH.js +0 -17
- package/_cjs/tvm/abi/routerAbi/routerAbi_WETH.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_addLiquidity.js +0 -68
- package/_cjs/tvm/abi/routerAbi/routerAbi_addLiquidity.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_addLiquidityETH.js +0 -58
- package/_cjs/tvm/abi/routerAbi/routerAbi_addLiquidityETH.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_factory.js +0 -17
- package/_cjs/tvm/abi/routerAbi/routerAbi_factory.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountIn.js +0 -33
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountIn.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountOut.js +0 -33
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountOut.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountsIn.js +0 -28
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountsIn.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountsOut.js +0 -28
- package/_cjs/tvm/abi/routerAbi/routerAbi_getAmountsOut.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_quote.js +0 -33
- package/_cjs/tvm/abi/routerAbi/routerAbi_quote.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidity.js +0 -58
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidity.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.js +0 -53
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.js +0 -73
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.js +0 -68
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.js +0 -78
- package/_cjs/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.js +0 -38
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.js +0 -38
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.js +0 -32
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.js +0 -43
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.js +0 -37
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.js +0 -43
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.js +0 -43
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.js.map +0 -1
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.js +0 -43
- package/_cjs/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/index.js +0 -30
- package/_cjs/tvm/abi/trc20Abi/index.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi.js +0 -226
- package/_cjs/tvm/abi/trc20Abi/trc20Abi.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_Approval.js +0 -26
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_Approval.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_TransferEvent.js +0 -26
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_TransferEvent.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_allowance.js +0 -27
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_allowance.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_approve.js +0 -27
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_approve.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_balanceOf.js +0 -23
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_balanceOf.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_decimals.js +0 -18
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_decimals.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_name.js +0 -18
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_name.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_symbol.js +0 -18
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_symbol.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_totalSupply.js +0 -18
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_totalSupply.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_transfer.js +0 -27
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_transfer.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_transferFrom.js +0 -31
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_transferFrom.js.map +0 -1
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_undefined.js +0 -9
- package/_cjs/tvm/abi/trc20Abi/trc20Abi_undefined.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/index.js +0 -34
- package/_cjs/tvm/abi/wtrxAbi/index.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi.js +0 -302
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_Approval.js +0 -26
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_Approval.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.js +0 -21
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.js +0 -26
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.js +0 -21
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_allowance.js +0 -27
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_allowance.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_approve.js +0 -23
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_approve.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.js +0 -23
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_decimals.js +0 -18
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_decimals.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_deposit.js +0 -13
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_deposit.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_name.js +0 -18
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_name.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_symbol.js +0 -18
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_symbol.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.js +0 -18
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_transfer.js +0 -27
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_transfer.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.js +0 -31
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.js.map +0 -1
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_withdraw.js +0 -18
- package/_cjs/tvm/abi/wtrxAbi/wtrxAbi_withdraw.js.map +0 -1
- package/_cjs/tvm/chain/chains.js +0 -46
- package/_cjs/tvm/chain/chains.js.map +0 -1
- package/_cjs/tvm/chain/define-chain.js +0 -13
- package/_cjs/tvm/chain/define-chain.js.map +0 -1
- package/_cjs/tvm/chain/index.js +0 -19
- package/_cjs/tvm/chain/index.js.map +0 -1
- package/_cjs/tvm/config/features/index.js +0 -19
- package/_cjs/tvm/config/features/index.js.map +0 -1
- package/_cjs/tvm/config/features/multicall.js +0 -12
- package/_cjs/tvm/config/features/multicall.js.map +0 -1
- package/_cjs/tvm/config/features/swap.js +0 -15
- package/_cjs/tvm/config/features/swap.js.map +0 -1
- package/_cjs/tvm/config/index.js +0 -20
- package/_cjs/tvm/config/index.js.map +0 -1
- package/_cjs/tvm/config/simple-constants.js +0 -5
- package/_cjs/tvm/config/simple-constants.js.map +0 -1
- package/_cjs/tvm/config/tokens/address-map-to-token-map.js +0 -18
- package/_cjs/tvm/config/tokens/address-map-to-token-map.js.map +0 -1
- package/_cjs/tvm/config/tokens/index.js +0 -20
- package/_cjs/tvm/config/tokens/index.js.map +0 -1
- package/_cjs/tvm/config/tokens/native.js +0 -14
- package/_cjs/tvm/config/tokens/native.js.map +0 -1
- package/_cjs/tvm/config/tokens/token-maps/default-bases.js +0 -19
- package/_cjs/tvm/config/tokens/token-maps/default-bases.js.map +0 -1
- package/_cjs/tvm/config/tokens/token-maps/index.js +0 -19
- package/_cjs/tvm/config/tokens/token-maps/index.js.map +0 -1
- package/_cjs/tvm/config/tokens/token-maps/stables.js +0 -15
- package/_cjs/tvm/config/tokens/token-maps/stables.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/$Afro.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/$Afro.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/BICOIN.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/BICOIN.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/BOG.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/BOG.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/BTC.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/BTC.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/BTT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/BTT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/BULL.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/BULL.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/CDOG.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/CDOG.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/CZ.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/CZ.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/CZC.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/CZC.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/DRGN.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/DRGN.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/ETH.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/ETH.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/ETHOLD.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/ETHOLD.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/FOFAR.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/FOFAR.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/HOTSUN.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/HOTSUN.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/HT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/HT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/HTX.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/HTX.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/IVfun.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/IVfun.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/JST.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/JST.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/LABR.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/LABR.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/LTC.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/LTC.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/MEOWKA.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/MEOWKA.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/MOONDOG.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/MOONDOG.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/MUNCAT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/MUNCAT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/MWD.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/MWD.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/NFT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/NFT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/PSYOP.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/PSYOP.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/PUSS.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/PUSS.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/ROCK.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/ROCK.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUN.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUN.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUNCAT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUNCAT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUNDOG.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUNDOG.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUNDOGE.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUNDOGE.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUNKEY.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUNKEY.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUNOLD.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUNOLD.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SUNWUKONG.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SUNWUKONG.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/SunJoker.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/SunJoker.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/TBEER.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/TBEER.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/TBULL.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/TBULL.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/TDOG.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/TDOG.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/TRONKEY.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/TRONKEY.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/TUSD.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/TUSD.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/TWX.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/TWX.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/Tcat.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/Tcat.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/USDCOLD.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/USDCOLD.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/USDD.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/USDD.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/USDJ.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/USDJ.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/USDT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/USDT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/VIKITA.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/VIKITA.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/WBTC.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/WBTC.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/WBTT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/WBTT.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/WETH.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/WETH.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/WHALE.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/WHALE.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/WIN.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/WIN.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/WTRX.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/WTRX.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/index.js +0 -73
- package/_cjs/tvm/config/tokens/tokens/index.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/sTRX.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/sTRX.js.map +0 -1
- package/_cjs/tvm/config/tokens/tokens/stUSDT.js +0 -14
- package/_cjs/tvm/config/tokens/tokens/stUSDT.js.map +0 -1
- package/_cjs/tvm/config/tokens/wrapped-native.js +0 -18
- package/_cjs/tvm/config/tokens/wrapped-native.js.map +0 -1
- package/_cjs/tvm/currency/currency.js +0 -54
- package/_cjs/tvm/currency/currency.js.map +0 -1
- package/_cjs/tvm/currency/index.js +0 -21
- package/_cjs/tvm/currency/index.js.map +0 -1
- package/_cjs/tvm/currency/native.js +0 -85
- package/_cjs/tvm/currency/native.js.map +0 -1
- package/_cjs/tvm/currency/token.js +0 -90
- package/_cjs/tvm/currency/token.js.map +0 -1
- package/_cjs/tvm/currency/unwrap-token.js +0 -15
- package/_cjs/tvm/currency/unwrap-token.js.map +0 -1
- package/_cjs/tvm/index.js +0 -22
- package/_cjs/tvm/index.js.map +0 -1
- package/_cjs/tvm/utils/index.js +0 -18
- package/_cjs/tvm/utils/index.js.map +0 -1
- package/_cjs/tvm/utils/normalize-address.js +0 -7
- package/_cjs/tvm/utils/normalize-address.js.map +0 -1
- package/_esm/kvm/chain/chains.js +0 -41
- package/_esm/kvm/chain/chains.js.map +0 -1
- package/_esm/kvm/chain/define-chain.js +0 -10
- package/_esm/kvm/chain/define-chain.js.map +0 -1
- package/_esm/kvm/chain/index.js +0 -3
- package/_esm/kvm/chain/index.js.map +0 -1
- package/_esm/kvm/config/index.js +0 -2
- package/_esm/kvm/config/index.js.map +0 -1
- package/_esm/kvm/config/simple-constants.js +0 -2
- package/_esm/kvm/config/simple-constants.js.map +0 -1
- package/_esm/kvm/currency/index.js +0 -2
- package/_esm/kvm/currency/index.js.map +0 -1
- package/_esm/kvm/currency/token.js +0 -53
- package/_esm/kvm/currency/token.js.map +0 -1
- package/_esm/kvm/index.js +0 -5
- package/_esm/kvm/index.js.map +0 -1
- package/_esm/kvm/utils/index.js +0 -2
- package/_esm/kvm/utils/index.js.map +0 -1
- package/_esm/kvm/utils/normalize-address.js +0 -4
- package/_esm/kvm/utils/normalize-address.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi.js +0 -190
- package/_esm/tvm/abi/factoryAbi/factoryAbi.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_PairCreated.js +0 -34
- package/_esm/tvm/abi/factoryAbi/factoryAbi_PairCreated.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_allPairs.js +0 -22
- package/_esm/tvm/abi/factoryAbi/factoryAbi_allPairs.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_allPairsLength.js +0 -16
- package/_esm/tvm/abi/factoryAbi/factoryAbi_allPairsLength.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_constructor.js +0 -14
- package/_esm/tvm/abi/factoryAbi/factoryAbi_constructor.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_createPair.js +0 -27
- package/_esm/tvm/abi/factoryAbi/factoryAbi_createPair.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_feeTo.js +0 -16
- package/_esm/tvm/abi/factoryAbi/factoryAbi_feeTo.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_feeToSetter.js +0 -16
- package/_esm/tvm/abi/factoryAbi/factoryAbi_feeToSetter.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_getPair.js +0 -27
- package/_esm/tvm/abi/factoryAbi/factoryAbi_getPair.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_getPairHash.js +0 -16
- package/_esm/tvm/abi/factoryAbi/factoryAbi_getPairHash.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_setFeeTo.js +0 -16
- package/_esm/tvm/abi/factoryAbi/factoryAbi_setFeeTo.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.js +0 -16
- package/_esm/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.js.map +0 -1
- package/_esm/tvm/abi/factoryAbi/index.js +0 -13
- package/_esm/tvm/abi/factoryAbi/index.js.map +0 -1
- package/_esm/tvm/abi/index.js +0 -7
- package/_esm/tvm/abi/index.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/index.js +0 -15
- package/_esm/tvm/abi/multicallAbi/index.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi.js +0 -230
- package/_esm/tvm/abi/multicallAbi/multicallAbi.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_aggregate.js +0 -37
- package/_esm/tvm/abi/multicallAbi/multicallAbi_aggregate.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getBasefee.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getBasefee.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getBlockHash.js +0 -20
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getBlockHash.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getChainId.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getChainId.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getEthBalance.js +0 -20
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getEthBalance.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.js +0 -14
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.js +0 -25
- package/_esm/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_isContract.js +0 -20
- package/_esm/tvm/abi/multicallAbi/multicallAbi_isContract.js.map +0 -1
- package/_esm/tvm/abi/multicallAbi/multicallAbi_multicall.js +0 -20
- package/_esm/tvm/abi/multicallAbi/multicallAbi_multicall.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/index.js +0 -35
- package/_esm/tvm/abi/pairAbi/index.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi.js +0 -659
- package/_esm/tvm/abi/pairAbi/pairAbi.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_Approval.js +0 -26
- package/_esm/tvm/abi/pairAbi/pairAbi_Approval.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_BurnEvent.js +0 -32
- package/_esm/tvm/abi/pairAbi/pairAbi_BurnEvent.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_MintEvent.js +0 -26
- package/_esm/tvm/abi/pairAbi/pairAbi_MintEvent.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_SwapEvent.js +0 -44
- package/_esm/tvm/abi/pairAbi/pairAbi_SwapEvent.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_SyncEvent.js +0 -20
- package/_esm/tvm/abi/pairAbi/pairAbi_SyncEvent.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_TransferEvent.js +0 -26
- package/_esm/tvm/abi/pairAbi/pairAbi_TransferEvent.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_allowance.js +0 -25
- package/_esm/tvm/abi/pairAbi/pairAbi_allowance.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_approve.js +0 -25
- package/_esm/tvm/abi/pairAbi/pairAbi_approve.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_balanceOf.js +0 -20
- package/_esm/tvm/abi/pairAbi/pairAbi_balanceOf.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_burn.js +0 -25
- package/_esm/tvm/abi/pairAbi/pairAbi_burn.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_decimals.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_decimals.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_factory.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_factory.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_getReserves.js +0 -24
- package/_esm/tvm/abi/pairAbi/pairAbi_getReserves.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_initialize.js +0 -19
- package/_esm/tvm/abi/pairAbi/pairAbi_initialize.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_kLast.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_kLast.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_mint.js +0 -20
- package/_esm/tvm/abi/pairAbi/pairAbi_mint.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_name.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_name.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_nonces.js +0 -20
- package/_esm/tvm/abi/pairAbi/pairAbi_nonces.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_permit.js +0 -44
- package/_esm/tvm/abi/pairAbi/pairAbi_permit.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_skim.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_skim.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_swap.js +0 -29
- package/_esm/tvm/abi/pairAbi/pairAbi_swap.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_symbol.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_symbol.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_sync.js +0 -8
- package/_esm/tvm/abi/pairAbi/pairAbi_sync.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_token0.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_token0.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_token1.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_token1.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_totalSupply.js +0 -14
- package/_esm/tvm/abi/pairAbi/pairAbi_totalSupply.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_transfer.js +0 -25
- package/_esm/tvm/abi/pairAbi/pairAbi_transfer.js.map +0 -1
- package/_esm/tvm/abi/pairAbi/pairAbi_transferFrom.js +0 -30
- package/_esm/tvm/abi/pairAbi/pairAbi_transferFrom.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/index.js +0 -24
- package/_esm/tvm/abi/routerAbi/index.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi.js +0 -897
- package/_esm/tvm/abi/routerAbi/routerAbi.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_WETH.js +0 -14
- package/_esm/tvm/abi/routerAbi/routerAbi_WETH.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_addLiquidity.js +0 -65
- package/_esm/tvm/abi/routerAbi/routerAbi_addLiquidity.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_addLiquidityETH.js +0 -55
- package/_esm/tvm/abi/routerAbi/routerAbi_addLiquidityETH.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_factory.js +0 -14
- package/_esm/tvm/abi/routerAbi/routerAbi_factory.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountIn.js +0 -30
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountIn.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountOut.js +0 -30
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountOut.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountsIn.js +0 -25
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountsIn.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountsOut.js +0 -25
- package/_esm/tvm/abi/routerAbi/routerAbi_getAmountsOut.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_quote.js +0 -30
- package/_esm/tvm/abi/routerAbi/routerAbi_quote.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidity.js +0 -55
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidity.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.js +0 -50
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.js +0 -70
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.js +0 -65
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.js +0 -75
- package/_esm/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.js +0 -35
- package/_esm/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.js +0 -35
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.js +0 -29
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.js +0 -40
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.js +0 -34
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.js +0 -40
- package/_esm/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.js +0 -40
- package/_esm/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.js.map +0 -1
- package/_esm/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.js +0 -40
- package/_esm/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/index.js +0 -14
- package/_esm/tvm/abi/trc20Abi/index.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi.js +0 -223
- package/_esm/tvm/abi/trc20Abi/trc20Abi.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_Approval.js +0 -23
- package/_esm/tvm/abi/trc20Abi/trc20Abi_Approval.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_TransferEvent.js +0 -23
- package/_esm/tvm/abi/trc20Abi/trc20Abi_TransferEvent.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_allowance.js +0 -24
- package/_esm/tvm/abi/trc20Abi/trc20Abi_allowance.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_approve.js +0 -24
- package/_esm/tvm/abi/trc20Abi/trc20Abi_approve.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_balanceOf.js +0 -20
- package/_esm/tvm/abi/trc20Abi/trc20Abi_balanceOf.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_decimals.js +0 -15
- package/_esm/tvm/abi/trc20Abi/trc20Abi_decimals.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_name.js +0 -15
- package/_esm/tvm/abi/trc20Abi/trc20Abi_name.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_symbol.js +0 -15
- package/_esm/tvm/abi/trc20Abi/trc20Abi_symbol.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_totalSupply.js +0 -15
- package/_esm/tvm/abi/trc20Abi/trc20Abi_totalSupply.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_transfer.js +0 -24
- package/_esm/tvm/abi/trc20Abi/trc20Abi_transfer.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_transferFrom.js +0 -28
- package/_esm/tvm/abi/trc20Abi/trc20Abi_transferFrom.js.map +0 -1
- package/_esm/tvm/abi/trc20Abi/trc20Abi_undefined.js +0 -6
- package/_esm/tvm/abi/trc20Abi/trc20Abi_undefined.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/index.js +0 -18
- package/_esm/tvm/abi/wtrxAbi/index.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi.js +0 -299
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_Approval.js +0 -23
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_Approval.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.js +0 -18
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.js +0 -23
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.js +0 -18
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_allowance.js +0 -24
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_allowance.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_approve.js +0 -20
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_approve.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.js +0 -20
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_decimals.js +0 -15
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_decimals.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_deposit.js +0 -10
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_deposit.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_name.js +0 -15
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_name.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_symbol.js +0 -15
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_symbol.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.js +0 -15
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_transfer.js +0 -24
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_transfer.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.js +0 -28
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.js.map +0 -1
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_withdraw.js +0 -15
- package/_esm/tvm/abi/wtrxAbi/wtrxAbi_withdraw.js.map +0 -1
- package/_esm/tvm/chain/chains.js +0 -39
- package/_esm/tvm/chain/chains.js.map +0 -1
- package/_esm/tvm/chain/define-chain.js +0 -10
- package/_esm/tvm/chain/define-chain.js.map +0 -1
- package/_esm/tvm/chain/index.js +0 -3
- package/_esm/tvm/chain/index.js.map +0 -1
- package/_esm/tvm/config/features/index.js +0 -3
- package/_esm/tvm/config/features/index.js.map +0 -1
- package/_esm/tvm/config/features/multicall.js +0 -8
- package/_esm/tvm/config/features/multicall.js.map +0 -1
- package/_esm/tvm/config/features/swap.js +0 -11
- package/_esm/tvm/config/features/swap.js.map +0 -1
- package/_esm/tvm/config/index.js +0 -4
- package/_esm/tvm/config/index.js.map +0 -1
- package/_esm/tvm/config/simple-constants.js +0 -2
- package/_esm/tvm/config/simple-constants.js.map +0 -1
- package/_esm/tvm/config/tokens/address-map-to-token-map.js +0 -15
- package/_esm/tvm/config/tokens/address-map-to-token-map.js.map +0 -1
- package/_esm/tvm/config/tokens/index.js +0 -4
- package/_esm/tvm/config/tokens/index.js.map +0 -1
- package/_esm/tvm/config/tokens/native.js +0 -11
- package/_esm/tvm/config/tokens/native.js.map +0 -1
- package/_esm/tvm/config/tokens/token-maps/default-bases.js +0 -16
- package/_esm/tvm/config/tokens/token-maps/default-bases.js.map +0 -1
- package/_esm/tvm/config/tokens/token-maps/index.js +0 -3
- package/_esm/tvm/config/tokens/token-maps/index.js.map +0 -1
- package/_esm/tvm/config/tokens/token-maps/stables.js +0 -12
- package/_esm/tvm/config/tokens/token-maps/stables.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/$Afro.js +0 -12
- package/_esm/tvm/config/tokens/tokens/$Afro.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/BICOIN.js +0 -12
- package/_esm/tvm/config/tokens/tokens/BICOIN.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/BOG.js +0 -12
- package/_esm/tvm/config/tokens/tokens/BOG.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/BTC.js +0 -12
- package/_esm/tvm/config/tokens/tokens/BTC.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/BTT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/BTT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/BULL.js +0 -12
- package/_esm/tvm/config/tokens/tokens/BULL.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/CDOG.js +0 -12
- package/_esm/tvm/config/tokens/tokens/CDOG.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/CZ.js +0 -12
- package/_esm/tvm/config/tokens/tokens/CZ.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/CZC.js +0 -12
- package/_esm/tvm/config/tokens/tokens/CZC.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/DRGN.js +0 -12
- package/_esm/tvm/config/tokens/tokens/DRGN.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/ETH.js +0 -12
- package/_esm/tvm/config/tokens/tokens/ETH.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/ETHOLD.js +0 -12
- package/_esm/tvm/config/tokens/tokens/ETHOLD.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/FOFAR.js +0 -12
- package/_esm/tvm/config/tokens/tokens/FOFAR.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/HOTSUN.js +0 -12
- package/_esm/tvm/config/tokens/tokens/HOTSUN.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/HT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/HT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/HTX.js +0 -12
- package/_esm/tvm/config/tokens/tokens/HTX.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/IVfun.js +0 -12
- package/_esm/tvm/config/tokens/tokens/IVfun.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/JST.js +0 -12
- package/_esm/tvm/config/tokens/tokens/JST.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/LABR.js +0 -12
- package/_esm/tvm/config/tokens/tokens/LABR.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/LTC.js +0 -12
- package/_esm/tvm/config/tokens/tokens/LTC.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/MEOWKA.js +0 -12
- package/_esm/tvm/config/tokens/tokens/MEOWKA.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/MOONDOG.js +0 -12
- package/_esm/tvm/config/tokens/tokens/MOONDOG.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/MUNCAT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/MUNCAT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/MWD.js +0 -12
- package/_esm/tvm/config/tokens/tokens/MWD.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/NFT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/NFT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/PSYOP.js +0 -12
- package/_esm/tvm/config/tokens/tokens/PSYOP.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/PUSS.js +0 -12
- package/_esm/tvm/config/tokens/tokens/PUSS.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/ROCK.js +0 -12
- package/_esm/tvm/config/tokens/tokens/ROCK.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUN.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUN.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUNCAT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUNCAT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUNDOG.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUNDOG.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUNDOGE.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUNDOGE.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUNKEY.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUNKEY.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUNOLD.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUNOLD.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SUNWUKONG.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SUNWUKONG.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/SunJoker.js +0 -12
- package/_esm/tvm/config/tokens/tokens/SunJoker.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/TBEER.js +0 -12
- package/_esm/tvm/config/tokens/tokens/TBEER.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/TBULL.js +0 -12
- package/_esm/tvm/config/tokens/tokens/TBULL.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/TDOG.js +0 -12
- package/_esm/tvm/config/tokens/tokens/TDOG.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/TRONKEY.js +0 -12
- package/_esm/tvm/config/tokens/tokens/TRONKEY.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/TUSD.js +0 -12
- package/_esm/tvm/config/tokens/tokens/TUSD.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/TWX.js +0 -12
- package/_esm/tvm/config/tokens/tokens/TWX.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/Tcat.js +0 -12
- package/_esm/tvm/config/tokens/tokens/Tcat.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/USDCOLD.js +0 -12
- package/_esm/tvm/config/tokens/tokens/USDCOLD.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/USDD.js +0 -12
- package/_esm/tvm/config/tokens/tokens/USDD.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/USDJ.js +0 -12
- package/_esm/tvm/config/tokens/tokens/USDJ.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/USDT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/USDT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/VIKITA.js +0 -12
- package/_esm/tvm/config/tokens/tokens/VIKITA.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/WBTC.js +0 -12
- package/_esm/tvm/config/tokens/tokens/WBTC.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/WBTT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/WBTT.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/WETH.js +0 -12
- package/_esm/tvm/config/tokens/tokens/WETH.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/WHALE.js +0 -12
- package/_esm/tvm/config/tokens/tokens/WHALE.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/WIN.js +0 -12
- package/_esm/tvm/config/tokens/tokens/WIN.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/WTRX.js +0 -12
- package/_esm/tvm/config/tokens/tokens/WTRX.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/index.js +0 -57
- package/_esm/tvm/config/tokens/tokens/index.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/sTRX.js +0 -12
- package/_esm/tvm/config/tokens/tokens/sTRX.js.map +0 -1
- package/_esm/tvm/config/tokens/tokens/stUSDT.js +0 -12
- package/_esm/tvm/config/tokens/tokens/stUSDT.js.map +0 -1
- package/_esm/tvm/config/tokens/wrapped-native.js +0 -15
- package/_esm/tvm/config/tokens/wrapped-native.js.map +0 -1
- package/_esm/tvm/currency/currency.js +0 -17
- package/_esm/tvm/currency/currency.js.map +0 -1
- package/_esm/tvm/currency/index.js +0 -5
- package/_esm/tvm/currency/index.js.map +0 -1
- package/_esm/tvm/currency/native.js +0 -47
- package/_esm/tvm/currency/native.js.map +0 -1
- package/_esm/tvm/currency/token.js +0 -51
- package/_esm/tvm/currency/token.js.map +0 -1
- package/_esm/tvm/currency/unwrap-token.js +0 -12
- package/_esm/tvm/currency/unwrap-token.js.map +0 -1
- package/_esm/tvm/index.js +0 -6
- package/_esm/tvm/index.js.map +0 -1
- package/_esm/tvm/utils/index.js +0 -2
- package/_esm/tvm/utils/index.js.map +0 -1
- package/_esm/tvm/utils/normalize-address.js +0 -4
- package/_esm/tvm/utils/normalize-address.js.map +0 -1
- package/_types/kvm/chain/chains.d.ts +0 -37
- package/_types/kvm/chain/chains.d.ts.map +0 -1
- package/_types/kvm/chain/define-chain.d.ts +0 -14
- package/_types/kvm/chain/define-chain.d.ts.map +0 -1
- package/_types/kvm/chain/index.d.ts +0 -3
- package/_types/kvm/chain/index.d.ts.map +0 -1
- package/_types/kvm/config/index.d.ts +0 -2
- package/_types/kvm/config/index.d.ts.map +0 -1
- package/_types/kvm/config/simple-constants.d.ts +0 -3
- package/_types/kvm/config/simple-constants.d.ts.map +0 -1
- package/_types/kvm/currency/index.d.ts +0 -2
- package/_types/kvm/currency/index.d.ts.map +0 -1
- package/_types/kvm/currency/token.d.ts +0 -32
- package/_types/kvm/currency/token.d.ts.map +0 -1
- package/_types/kvm/index.d.ts +0 -5
- package/_types/kvm/index.d.ts.map +0 -1
- package/_types/kvm/utils/index.d.ts +0 -2
- package/_types/kvm/utils/index.d.ts.map +0 -1
- package/_types/kvm/utils/normalize-address.d.ts +0 -3
- package/_types/kvm/utils/normalize-address.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi.d.ts +0 -40
- package/_types/tvm/abi/factoryAbi/factoryAbi.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_PairCreated.d.ts +0 -27
- package/_types/tvm/abi/factoryAbi/factoryAbi_PairCreated.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_allPairs.d.ts +0 -16
- package/_types/tvm/abi/factoryAbi/factoryAbi_allPairs.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_allPairsLength.d.ts +0 -12
- package/_types/tvm/abi/factoryAbi/factoryAbi_allPairsLength.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_constructor.d.ts +0 -10
- package/_types/tvm/abi/factoryAbi/factoryAbi_constructor.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_createPair.d.ts +0 -20
- package/_types/tvm/abi/factoryAbi/factoryAbi_createPair.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_feeTo.d.ts +0 -12
- package/_types/tvm/abi/factoryAbi/factoryAbi_feeTo.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_feeToSetter.d.ts +0 -12
- package/_types/tvm/abi/factoryAbi/factoryAbi_feeToSetter.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_getPair.d.ts +0 -20
- package/_types/tvm/abi/factoryAbi/factoryAbi_getPair.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_getPairHash.d.ts +0 -12
- package/_types/tvm/abi/factoryAbi/factoryAbi_getPairHash.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_setFeeTo.d.ts +0 -12
- package/_types/tvm/abi/factoryAbi/factoryAbi_setFeeTo.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.d.ts +0 -12
- package/_types/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.d.ts.map +0 -1
- package/_types/tvm/abi/factoryAbi/index.d.ts +0 -13
- package/_types/tvm/abi/factoryAbi/index.d.ts.map +0 -1
- package/_types/tvm/abi/index.d.ts +0 -7
- package/_types/tvm/abi/index.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/index.d.ts +0 -15
- package/_types/tvm/abi/multicallAbi/index.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi.d.ts +0 -173
- package/_types/tvm/abi/multicallAbi/multicallAbi.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_aggregate.d.ts +0 -29
- package/_types/tvm/abi/multicallAbi/multicallAbi_aggregate.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getBasefee.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getBasefee.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getBlockHash.d.ts +0 -16
- package/_types/tvm/abi/multicallAbi/multicallAbi_getBlockHash.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getChainId.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getChainId.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getEthBalance.d.ts +0 -16
- package/_types/tvm/abi/multicallAbi/multicallAbi_getEthBalance.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.d.ts +0 -12
- package/_types/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.d.ts +0 -20
- package/_types/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_isContract.d.ts +0 -16
- package/_types/tvm/abi/multicallAbi/multicallAbi_isContract.d.ts.map +0 -1
- package/_types/tvm/abi/multicallAbi/multicallAbi_multicall.d.ts +0 -16
- package/_types/tvm/abi/multicallAbi/multicallAbi_multicall.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/index.d.ts +0 -35
- package/_types/tvm/abi/pairAbi/index.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi.d.ts +0 -511
- package/_types/tvm/abi/pairAbi/pairAbi.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_Approval.d.ts +0 -22
- package/_types/tvm/abi/pairAbi/pairAbi_Approval.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_BurnEvent.d.ts +0 -27
- package/_types/tvm/abi/pairAbi/pairAbi_BurnEvent.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_MintEvent.d.ts +0 -22
- package/_types/tvm/abi/pairAbi/pairAbi_MintEvent.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_SwapEvent.d.ts +0 -37
- package/_types/tvm/abi/pairAbi/pairAbi_SwapEvent.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_SyncEvent.d.ts +0 -17
- package/_types/tvm/abi/pairAbi/pairAbi_SyncEvent.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_TransferEvent.d.ts +0 -22
- package/_types/tvm/abi/pairAbi/pairAbi_TransferEvent.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_allowance.d.ts +0 -20
- package/_types/tvm/abi/pairAbi/pairAbi_allowance.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_approve.d.ts +0 -20
- package/_types/tvm/abi/pairAbi/pairAbi_approve.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_balanceOf.d.ts +0 -16
- package/_types/tvm/abi/pairAbi/pairAbi_balanceOf.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_burn.d.ts +0 -20
- package/_types/tvm/abi/pairAbi/pairAbi_burn.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_decimals.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_decimals.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_factory.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_factory.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_getReserves.d.ts +0 -20
- package/_types/tvm/abi/pairAbi/pairAbi_getReserves.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_initialize.d.ts +0 -16
- package/_types/tvm/abi/pairAbi/pairAbi_initialize.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_kLast.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_kLast.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_mint.d.ts +0 -16
- package/_types/tvm/abi/pairAbi/pairAbi_mint.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_name.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_name.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_nonces.d.ts +0 -16
- package/_types/tvm/abi/pairAbi/pairAbi_nonces.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_permit.d.ts +0 -36
- package/_types/tvm/abi/pairAbi/pairAbi_permit.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_skim.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_skim.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_swap.d.ts +0 -24
- package/_types/tvm/abi/pairAbi/pairAbi_swap.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_symbol.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_symbol.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_sync.d.ts +0 -8
- package/_types/tvm/abi/pairAbi/pairAbi_sync.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_token0.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_token0.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_token1.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_token1.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_totalSupply.d.ts +0 -12
- package/_types/tvm/abi/pairAbi/pairAbi_totalSupply.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_transfer.d.ts +0 -20
- package/_types/tvm/abi/pairAbi/pairAbi_transfer.d.ts.map +0 -1
- package/_types/tvm/abi/pairAbi/pairAbi_transferFrom.d.ts +0 -24
- package/_types/tvm/abi/pairAbi/pairAbi_transferFrom.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/index.d.ts +0 -24
- package/_types/tvm/abi/routerAbi/index.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi.d.ts +0 -693
- package/_types/tvm/abi/routerAbi/routerAbi.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_WETH.d.ts +0 -12
- package/_types/tvm/abi/routerAbi/routerAbi_WETH.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_addLiquidity.d.ts +0 -52
- package/_types/tvm/abi/routerAbi/routerAbi_addLiquidity.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_addLiquidityETH.d.ts +0 -44
- package/_types/tvm/abi/routerAbi/routerAbi_addLiquidityETH.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_factory.d.ts +0 -12
- package/_types/tvm/abi/routerAbi/routerAbi_factory.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountIn.d.ts +0 -24
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountIn.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountOut.d.ts +0 -24
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountOut.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountsIn.d.ts +0 -20
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountsIn.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountsOut.d.ts +0 -20
- package/_types/tvm/abi/routerAbi/routerAbi_getAmountsOut.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_quote.d.ts +0 -24
- package/_types/tvm/abi/routerAbi/routerAbi_quote.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidity.d.ts +0 -44
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidity.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.d.ts +0 -40
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.d.ts +0 -56
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.d.ts +0 -52
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.d.ts +0 -60
- package/_types/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.d.ts +0 -28
- package/_types/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.d.ts +0 -28
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.d.ts +0 -24
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.d.ts +0 -32
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.d.ts +0 -28
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.d.ts +0 -32
- package/_types/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.d.ts +0 -32
- package/_types/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.d.ts.map +0 -1
- package/_types/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.d.ts +0 -32
- package/_types/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/index.d.ts +0 -14
- package/_types/tvm/abi/trc20Abi/index.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi.d.ts +0 -169
- package/_types/tvm/abi/trc20Abi/trc20Abi.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_Approval.d.ts +0 -19
- package/_types/tvm/abi/trc20Abi/trc20Abi_Approval.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_TransferEvent.d.ts +0 -19
- package/_types/tvm/abi/trc20Abi/trc20Abi_TransferEvent.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_allowance.d.ts +0 -19
- package/_types/tvm/abi/trc20Abi/trc20Abi_allowance.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_approve.d.ts +0 -19
- package/_types/tvm/abi/trc20Abi/trc20Abi_approve.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_balanceOf.d.ts +0 -16
- package/_types/tvm/abi/trc20Abi/trc20Abi_balanceOf.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_decimals.d.ts +0 -13
- package/_types/tvm/abi/trc20Abi/trc20Abi_decimals.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_name.d.ts +0 -13
- package/_types/tvm/abi/trc20Abi/trc20Abi_name.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_symbol.d.ts +0 -13
- package/_types/tvm/abi/trc20Abi/trc20Abi_symbol.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_totalSupply.d.ts +0 -13
- package/_types/tvm/abi/trc20Abi/trc20Abi_totalSupply.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_transfer.d.ts +0 -19
- package/_types/tvm/abi/trc20Abi/trc20Abi_transfer.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_transferFrom.d.ts +0 -22
- package/_types/tvm/abi/trc20Abi/trc20Abi_transferFrom.d.ts.map +0 -1
- package/_types/tvm/abi/trc20Abi/trc20Abi_undefined.d.ts +0 -6
- package/_types/tvm/abi/trc20Abi/trc20Abi_undefined.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/index.d.ts +0 -18
- package/_types/tvm/abi/wtrxAbi/index.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi.d.ts +0 -228
- package/_types/tvm/abi/wtrxAbi/wtrxAbi.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_Approval.d.ts +0 -19
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_Approval.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.d.ts +0 -15
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.d.ts +0 -19
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.d.ts +0 -15
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_allowance.d.ts +0 -19
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_allowance.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_approve.d.ts +0 -16
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_approve.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.d.ts +0 -16
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_decimals.d.ts +0 -13
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_decimals.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_deposit.d.ts +0 -10
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_deposit.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_name.d.ts +0 -13
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_name.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_symbol.d.ts +0 -13
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_symbol.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.d.ts +0 -13
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_transfer.d.ts +0 -19
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_transfer.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.d.ts +0 -22
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.d.ts.map +0 -1
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_withdraw.d.ts +0 -13
- package/_types/tvm/abi/wtrxAbi/wtrxAbi_withdraw.d.ts.map +0 -1
- package/_types/tvm/chain/chains.d.ts +0 -37
- package/_types/tvm/chain/chains.d.ts.map +0 -1
- package/_types/tvm/chain/define-chain.d.ts +0 -14
- package/_types/tvm/chain/define-chain.d.ts.map +0 -1
- package/_types/tvm/chain/index.d.ts +0 -3
- package/_types/tvm/chain/index.d.ts.map +0 -1
- package/_types/tvm/config/features/index.d.ts +0 -3
- package/_types/tvm/config/features/index.d.ts.map +0 -1
- package/_types/tvm/config/features/multicall.d.ts +0 -7
- package/_types/tvm/config/features/multicall.d.ts.map +0 -1
- package/_types/tvm/config/features/swap.d.ts +0 -8
- package/_types/tvm/config/features/swap.d.ts.map +0 -1
- package/_types/tvm/config/index.d.ts +0 -4
- package/_types/tvm/config/index.d.ts.map +0 -1
- package/_types/tvm/config/simple-constants.d.ts +0 -3
- package/_types/tvm/config/simple-constants.d.ts.map +0 -1
- package/_types/tvm/config/tokens/address-map-to-token-map.d.ts +0 -9
- package/_types/tvm/config/tokens/address-map-to-token-map.d.ts.map +0 -1
- package/_types/tvm/config/tokens/index.d.ts +0 -4
- package/_types/tvm/config/tokens/index.d.ts.map +0 -1
- package/_types/tvm/config/tokens/native.d.ts +0 -5
- package/_types/tvm/config/tokens/native.d.ts.map +0 -1
- package/_types/tvm/config/tokens/token-maps/default-bases.d.ts +0 -4
- package/_types/tvm/config/tokens/token-maps/default-bases.d.ts.map +0 -1
- package/_types/tvm/config/tokens/token-maps/index.d.ts +0 -3
- package/_types/tvm/config/tokens/token-maps/index.d.ts.map +0 -1
- package/_types/tvm/config/tokens/token-maps/stables.d.ts +0 -4
- package/_types/tvm/config/tokens/token-maps/stables.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/$Afro.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/$Afro.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/BICOIN.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/BICOIN.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/BOG.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/BOG.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/BTC.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/BTC.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/BTT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/BTT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/BULL.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/BULL.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/CDOG.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/CDOG.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/CZ.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/CZ.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/CZC.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/CZC.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/DRGN.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/DRGN.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/ETH.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/ETH.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/ETHOLD.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/ETHOLD.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/FOFAR.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/FOFAR.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/HOTSUN.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/HOTSUN.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/HT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/HT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/HTX.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/HTX.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/IVfun.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/IVfun.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/JST.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/JST.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/LABR.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/LABR.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/LTC.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/LTC.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/MEOWKA.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/MEOWKA.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/MOONDOG.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/MOONDOG.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/MUNCAT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/MUNCAT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/MWD.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/MWD.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/NFT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/NFT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/PSYOP.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/PSYOP.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/PUSS.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/PUSS.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/ROCK.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/ROCK.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUN.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUN.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUNCAT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUNCAT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUNDOG.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUNDOG.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUNDOGE.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUNDOGE.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUNKEY.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUNKEY.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUNOLD.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUNOLD.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SUNWUKONG.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SUNWUKONG.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/SunJoker.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/SunJoker.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/TBEER.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/TBEER.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/TBULL.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/TBULL.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/TDOG.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/TDOG.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/TRONKEY.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/TRONKEY.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/TUSD.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/TUSD.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/TWX.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/TWX.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/Tcat.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/Tcat.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/USDCOLD.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/USDCOLD.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/USDD.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/USDD.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/USDJ.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/USDJ.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/USDT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/USDT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/VIKITA.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/VIKITA.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/WBTC.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/WBTC.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/WBTT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/WBTT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/WETH.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/WETH.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/WHALE.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/WHALE.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/WIN.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/WIN.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/WTRX.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/WTRX.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/index.d.ts +0 -57
- package/_types/tvm/config/tokens/tokens/index.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/sTRX.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/sTRX.d.ts.map +0 -1
- package/_types/tvm/config/tokens/tokens/stUSDT.d.ts +0 -5
- package/_types/tvm/config/tokens/tokens/stUSDT.d.ts.map +0 -1
- package/_types/tvm/config/tokens/wrapped-native.d.ts +0 -8
- package/_types/tvm/config/tokens/wrapped-native.d.ts.map +0 -1
- package/_types/tvm/currency/currency.d.ts +0 -28
- package/_types/tvm/currency/currency.d.ts.map +0 -1
- package/_types/tvm/currency/index.d.ts +0 -5
- package/_types/tvm/currency/index.d.ts.map +0 -1
- package/_types/tvm/currency/native.d.ts +0 -25
- package/_types/tvm/currency/native.d.ts.map +0 -1
- package/_types/tvm/currency/token.d.ts +0 -32
- package/_types/tvm/currency/token.d.ts.map +0 -1
- package/_types/tvm/currency/unwrap-token.d.ts +0 -3
- package/_types/tvm/currency/unwrap-token.d.ts.map +0 -1
- package/_types/tvm/index.d.ts +0 -6
- package/_types/tvm/index.d.ts.map +0 -1
- package/_types/tvm/utils/index.d.ts +0 -2
- package/_types/tvm/utils/index.d.ts.map +0 -1
- package/_types/tvm/utils/normalize-address.d.ts +0 -3
- package/_types/tvm/utils/normalize-address.d.ts.map +0 -1
- package/kvm/chain/chains.ts +0 -88
- package/kvm/chain/define-chain.ts +0 -41
- package/kvm/chain/index.ts +0 -2
- package/kvm/config/index.ts +0 -1
- package/kvm/config/simple-constants.ts +0 -3
- package/kvm/currency/index.ts +0 -1
- package/kvm/currency/token.ts +0 -92
- package/kvm/index.ts +0 -4
- package/kvm/utils/index.ts +0 -1
- package/kvm/utils/normalize-address.ts +0 -5
- package/tvm/abi/factoryAbi/factoryAbi.ts +0 -189
- package/tvm/abi/factoryAbi/factoryAbi_PairCreated.ts +0 -33
- package/tvm/abi/factoryAbi/factoryAbi_allPairs.ts +0 -21
- package/tvm/abi/factoryAbi/factoryAbi_allPairsLength.ts +0 -15
- package/tvm/abi/factoryAbi/factoryAbi_constructor.ts +0 -13
- package/tvm/abi/factoryAbi/factoryAbi_createPair.ts +0 -26
- package/tvm/abi/factoryAbi/factoryAbi_feeTo.ts +0 -15
- package/tvm/abi/factoryAbi/factoryAbi_feeToSetter.ts +0 -15
- package/tvm/abi/factoryAbi/factoryAbi_getPair.ts +0 -26
- package/tvm/abi/factoryAbi/factoryAbi_getPairHash.ts +0 -15
- package/tvm/abi/factoryAbi/factoryAbi_setFeeTo.ts +0 -15
- package/tvm/abi/factoryAbi/factoryAbi_setFeeToSetter.ts +0 -15
- package/tvm/abi/factoryAbi/index.ts +0 -12
- package/tvm/abi/index.ts +0 -6
- package/tvm/abi/multicallAbi/index.ts +0 -14
- package/tvm/abi/multicallAbi/multicallAbi.ts +0 -229
- package/tvm/abi/multicallAbi/multicallAbi_aggregate.ts +0 -36
- package/tvm/abi/multicallAbi/multicallAbi_getBasefee.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getBlockHash.ts +0 -19
- package/tvm/abi/multicallAbi/multicallAbi_getBlockNumber.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getChainId.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockCoinbase.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockDifficulty.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getCurrentBlockTimestamp.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getEthBalance.ts +0 -19
- package/tvm/abi/multicallAbi/multicallAbi_getLastBlockHash.ts +0 -13
- package/tvm/abi/multicallAbi/multicallAbi_getTokenBalance.ts +0 -24
- package/tvm/abi/multicallAbi/multicallAbi_isContract.ts +0 -19
- package/tvm/abi/multicallAbi/multicallAbi_multicall.ts +0 -19
- package/tvm/abi/pairAbi/index.ts +0 -34
- package/tvm/abi/pairAbi/pairAbi.ts +0 -658
- package/tvm/abi/pairAbi/pairAbi_Approval.ts +0 -25
- package/tvm/abi/pairAbi/pairAbi_BurnEvent.ts +0 -31
- package/tvm/abi/pairAbi/pairAbi_DOMAIN_SEPARATOR.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_MINIMUM_LIQUIDITY.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_MintEvent.ts +0 -25
- package/tvm/abi/pairAbi/pairAbi_PERMIT_TYPEHASH.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_SwapEvent.ts +0 -43
- package/tvm/abi/pairAbi/pairAbi_SyncEvent.ts +0 -19
- package/tvm/abi/pairAbi/pairAbi_TransferEvent.ts +0 -25
- package/tvm/abi/pairAbi/pairAbi_allowance.ts +0 -24
- package/tvm/abi/pairAbi/pairAbi_approve.ts +0 -24
- package/tvm/abi/pairAbi/pairAbi_balanceOf.ts +0 -19
- package/tvm/abi/pairAbi/pairAbi_burn.ts +0 -24
- package/tvm/abi/pairAbi/pairAbi_decimals.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_factory.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_getReserves.ts +0 -23
- package/tvm/abi/pairAbi/pairAbi_initialize.ts +0 -18
- package/tvm/abi/pairAbi/pairAbi_kLast.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_mint.ts +0 -19
- package/tvm/abi/pairAbi/pairAbi_name.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_nonces.ts +0 -19
- package/tvm/abi/pairAbi/pairAbi_permit.ts +0 -43
- package/tvm/abi/pairAbi/pairAbi_price0CumulativeLast.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_price1CumulativeLast.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_skim.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_swap.ts +0 -28
- package/tvm/abi/pairAbi/pairAbi_symbol.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_sync.ts +0 -7
- package/tvm/abi/pairAbi/pairAbi_token0.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_token1.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_totalSupply.ts +0 -13
- package/tvm/abi/pairAbi/pairAbi_transfer.ts +0 -24
- package/tvm/abi/pairAbi/pairAbi_transferFrom.ts +0 -29
- package/tvm/abi/routerAbi/index.ts +0 -23
- package/tvm/abi/routerAbi/routerAbi.ts +0 -896
- package/tvm/abi/routerAbi/routerAbi_WETH.ts +0 -13
- package/tvm/abi/routerAbi/routerAbi_addLiquidity.ts +0 -64
- package/tvm/abi/routerAbi/routerAbi_addLiquidityETH.ts +0 -54
- package/tvm/abi/routerAbi/routerAbi_factory.ts +0 -13
- package/tvm/abi/routerAbi/routerAbi_getAmountIn.ts +0 -29
- package/tvm/abi/routerAbi/routerAbi_getAmountOut.ts +0 -29
- package/tvm/abi/routerAbi/routerAbi_getAmountsIn.ts +0 -24
- package/tvm/abi/routerAbi/routerAbi_getAmountsOut.ts +0 -24
- package/tvm/abi/routerAbi/routerAbi_quote.ts +0 -29
- package/tvm/abi/routerAbi/routerAbi_removeLiquidity.ts +0 -54
- package/tvm/abi/routerAbi/routerAbi_removeLiquidityETH.ts +0 -49
- package/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermit.ts +0 -69
- package/tvm/abi/routerAbi/routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.ts +0 -65
- package/tvm/abi/routerAbi/routerAbi_removeLiquidityWithPermit.ts +0 -74
- package/tvm/abi/routerAbi/routerAbi_swapETHForExactTokens.ts +0 -34
- package/tvm/abi/routerAbi/routerAbi_swapExactETHForTokens.ts +0 -34
- package/tvm/abi/routerAbi/routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.ts +0 -28
- package/tvm/abi/routerAbi/routerAbi_swapExactTokensForETH.ts +0 -39
- package/tvm/abi/routerAbi/routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.ts +0 -33
- package/tvm/abi/routerAbi/routerAbi_swapExactTokensForTokens.ts +0 -39
- package/tvm/abi/routerAbi/routerAbi_swapTokensForExactETH.ts +0 -39
- package/tvm/abi/routerAbi/routerAbi_swapTokensForExactTokens.ts +0 -39
- package/tvm/abi/trc20Abi/index.ts +0 -13
- package/tvm/abi/trc20Abi/trc20Abi.ts +0 -222
- package/tvm/abi/trc20Abi/trc20Abi_Approval.ts +0 -22
- package/tvm/abi/trc20Abi/trc20Abi_TransferEvent.ts +0 -22
- package/tvm/abi/trc20Abi/trc20Abi_allowance.ts +0 -23
- package/tvm/abi/trc20Abi/trc20Abi_approve.ts +0 -23
- package/tvm/abi/trc20Abi/trc20Abi_balanceOf.ts +0 -19
- package/tvm/abi/trc20Abi/trc20Abi_decimals.ts +0 -14
- package/tvm/abi/trc20Abi/trc20Abi_name.ts +0 -14
- package/tvm/abi/trc20Abi/trc20Abi_symbol.ts +0 -14
- package/tvm/abi/trc20Abi/trc20Abi_totalSupply.ts +0 -14
- package/tvm/abi/trc20Abi/trc20Abi_transfer.ts +0 -23
- package/tvm/abi/trc20Abi/trc20Abi_transferFrom.ts +0 -27
- package/tvm/abi/trc20Abi/trc20Abi_undefined.ts +0 -5
- package/tvm/abi/wtrxAbi/index.ts +0 -17
- package/tvm/abi/wtrxAbi/wtrxAbi.ts +0 -298
- package/tvm/abi/wtrxAbi/wtrxAbi_Approval.ts +0 -22
- package/tvm/abi/wtrxAbi/wtrxAbi_DepositEvent.ts +0 -17
- package/tvm/abi/wtrxAbi/wtrxAbi_TransferEvent.ts +0 -22
- package/tvm/abi/wtrxAbi/wtrxAbi_Withdrawal.ts +0 -17
- package/tvm/abi/wtrxAbi/wtrxAbi_allowance.ts +0 -23
- package/tvm/abi/wtrxAbi/wtrxAbi_approve.ts +0 -19
- package/tvm/abi/wtrxAbi/wtrxAbi_balanceOf.ts +0 -19
- package/tvm/abi/wtrxAbi/wtrxAbi_decimals.ts +0 -14
- package/tvm/abi/wtrxAbi/wtrxAbi_deposit.ts +0 -9
- package/tvm/abi/wtrxAbi/wtrxAbi_name.ts +0 -14
- package/tvm/abi/wtrxAbi/wtrxAbi_symbol.ts +0 -14
- package/tvm/abi/wtrxAbi/wtrxAbi_totalSupply.ts +0 -14
- package/tvm/abi/wtrxAbi/wtrxAbi_transfer.ts +0 -23
- package/tvm/abi/wtrxAbi/wtrxAbi_transferFrom.ts +0 -27
- package/tvm/abi/wtrxAbi/wtrxAbi_withdraw.ts +0 -14
- package/tvm/chain/chains.ts +0 -104
- package/tvm/chain/define-chain.ts +0 -42
- package/tvm/chain/index.ts +0 -2
- package/tvm/config/features/index.ts +0 -2
- package/tvm/config/features/multicall.ts +0 -17
- package/tvm/config/features/swap.ts +0 -19
- package/tvm/config/index.ts +0 -3
- package/tvm/config/simple-constants.ts +0 -3
- package/tvm/config/tokens/address-map-to-token-map.ts +0 -35
- package/tvm/config/tokens/index.ts +0 -3
- package/tvm/config/tokens/native.ts +0 -11
- package/tvm/config/tokens/token-maps/default-bases.ts +0 -17
- package/tvm/config/tokens/token-maps/index.ts +0 -2
- package/tvm/config/tokens/token-maps/stables.ts +0 -13
- package/tvm/config/tokens/tokens/$Afro.ts +0 -16
- package/tvm/config/tokens/tokens/BICOIN.ts +0 -16
- package/tvm/config/tokens/tokens/BOG.ts +0 -16
- package/tvm/config/tokens/tokens/BTC.ts +0 -16
- package/tvm/config/tokens/tokens/BTT.ts +0 -16
- package/tvm/config/tokens/tokens/BULL.ts +0 -16
- package/tvm/config/tokens/tokens/CDOG.ts +0 -16
- package/tvm/config/tokens/tokens/CZ.ts +0 -16
- package/tvm/config/tokens/tokens/CZC.ts +0 -16
- package/tvm/config/tokens/tokens/DRGN.ts +0 -16
- package/tvm/config/tokens/tokens/ETH.ts +0 -16
- package/tvm/config/tokens/tokens/ETHOLD.ts +0 -16
- package/tvm/config/tokens/tokens/FOFAR.ts +0 -16
- package/tvm/config/tokens/tokens/HOTSUN.ts +0 -16
- package/tvm/config/tokens/tokens/HT.ts +0 -16
- package/tvm/config/tokens/tokens/HTX.ts +0 -16
- package/tvm/config/tokens/tokens/IVfun.ts +0 -16
- package/tvm/config/tokens/tokens/JST.ts +0 -16
- package/tvm/config/tokens/tokens/LABR.ts +0 -16
- package/tvm/config/tokens/tokens/LTC.ts +0 -16
- package/tvm/config/tokens/tokens/MEOWKA.ts +0 -16
- package/tvm/config/tokens/tokens/MOONDOG.ts +0 -16
- package/tvm/config/tokens/tokens/MUNCAT.ts +0 -16
- package/tvm/config/tokens/tokens/MWD.ts +0 -16
- package/tvm/config/tokens/tokens/NFT.ts +0 -16
- package/tvm/config/tokens/tokens/PSYOP.ts +0 -16
- package/tvm/config/tokens/tokens/PUSS.ts +0 -16
- package/tvm/config/tokens/tokens/ROCK.ts +0 -16
- package/tvm/config/tokens/tokens/SUN.ts +0 -16
- package/tvm/config/tokens/tokens/SUNCAT.ts +0 -16
- package/tvm/config/tokens/tokens/SUNDOG.ts +0 -16
- package/tvm/config/tokens/tokens/SUNDOGE.ts +0 -16
- package/tvm/config/tokens/tokens/SUNKEY.ts +0 -16
- package/tvm/config/tokens/tokens/SUNOLD.ts +0 -16
- package/tvm/config/tokens/tokens/SUNWUKONG.ts +0 -16
- package/tvm/config/tokens/tokens/SunJoker.ts +0 -16
- package/tvm/config/tokens/tokens/TBEER.ts +0 -16
- package/tvm/config/tokens/tokens/TBULL.ts +0 -16
- package/tvm/config/tokens/tokens/TDOG.ts +0 -16
- package/tvm/config/tokens/tokens/TRONKEY.ts +0 -16
- package/tvm/config/tokens/tokens/TUSD.ts +0 -16
- package/tvm/config/tokens/tokens/TWX.ts +0 -16
- package/tvm/config/tokens/tokens/Tcat.ts +0 -16
- package/tvm/config/tokens/tokens/USDCOLD.ts +0 -16
- package/tvm/config/tokens/tokens/USDD.ts +0 -16
- package/tvm/config/tokens/tokens/USDJ.ts +0 -16
- package/tvm/config/tokens/tokens/USDT.ts +0 -16
- package/tvm/config/tokens/tokens/VIKITA.ts +0 -16
- package/tvm/config/tokens/tokens/WBTC.ts +0 -16
- package/tvm/config/tokens/tokens/WBTT.ts +0 -16
- package/tvm/config/tokens/tokens/WETH.ts +0 -16
- package/tvm/config/tokens/tokens/WHALE.ts +0 -16
- package/tvm/config/tokens/tokens/WIN.ts +0 -16
- package/tvm/config/tokens/tokens/WTRX.ts +0 -16
- package/tvm/config/tokens/tokens/index.ts +0 -56
- package/tvm/config/tokens/tokens/sTRX.ts +0 -16
- package/tvm/config/tokens/tokens/stUSDT.ts +0 -16
- package/tvm/config/tokens/wrapped-native.ts +0 -16
- package/tvm/currency/currency.ts +0 -45
- package/tvm/currency/index.ts +0 -4
- package/tvm/currency/native.ts +0 -71
- package/tvm/currency/token.ts +0 -91
- package/tvm/currency/unwrap-token.ts +0 -17
- package/tvm/index.ts +0 -5
- package/tvm/utils/index.ts +0 -1
- package/tvm/utils/normalize-address.ts +0 -5
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_SyncEvent: {
|
|
2
|
-
readonly anonymous: false;
|
|
3
|
-
readonly inputs: readonly [{
|
|
4
|
-
readonly indexed: false;
|
|
5
|
-
readonly internalType: "uint112";
|
|
6
|
-
readonly name: "reserve0";
|
|
7
|
-
readonly type: "uint112";
|
|
8
|
-
}, {
|
|
9
|
-
readonly indexed: false;
|
|
10
|
-
readonly internalType: "uint112";
|
|
11
|
-
readonly name: "reserve1";
|
|
12
|
-
readonly type: "uint112";
|
|
13
|
-
}];
|
|
14
|
-
readonly name: "Sync";
|
|
15
|
-
readonly type: "event";
|
|
16
|
-
};
|
|
17
|
-
//# sourceMappingURL=pairAbi_SyncEvent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_SyncEvent.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_SyncEvent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;CAkBpB,CAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_TransferEvent: {
|
|
2
|
-
readonly anonymous: false;
|
|
3
|
-
readonly inputs: readonly [{
|
|
4
|
-
readonly indexed: true;
|
|
5
|
-
readonly internalType: "address";
|
|
6
|
-
readonly name: "from";
|
|
7
|
-
readonly type: "address";
|
|
8
|
-
}, {
|
|
9
|
-
readonly indexed: true;
|
|
10
|
-
readonly internalType: "address";
|
|
11
|
-
readonly name: "to";
|
|
12
|
-
readonly type: "address";
|
|
13
|
-
}, {
|
|
14
|
-
readonly indexed: false;
|
|
15
|
-
readonly internalType: "uint256";
|
|
16
|
-
readonly name: "value";
|
|
17
|
-
readonly type: "uint256";
|
|
18
|
-
}];
|
|
19
|
-
readonly name: "Transfer";
|
|
20
|
-
readonly type: "event";
|
|
21
|
-
};
|
|
22
|
-
//# sourceMappingURL=pairAbi_TransferEvent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_TransferEvent.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_TransferEvent.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;CAwBxB,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_allowance: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "address";
|
|
8
|
-
readonly name: "";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
}];
|
|
11
|
-
readonly name: "allowance";
|
|
12
|
-
readonly outputs: readonly [{
|
|
13
|
-
readonly internalType: "uint256";
|
|
14
|
-
readonly name: "";
|
|
15
|
-
readonly type: "uint256";
|
|
16
|
-
}];
|
|
17
|
-
readonly stateMutability: "view";
|
|
18
|
-
readonly type: "function";
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=pairAbi_allowance.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_allowance.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_allowance.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;CAuBpB,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_approve: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "spender";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "uint256";
|
|
8
|
-
readonly name: "value";
|
|
9
|
-
readonly type: "uint256";
|
|
10
|
-
}];
|
|
11
|
-
readonly name: "approve";
|
|
12
|
-
readonly outputs: readonly [{
|
|
13
|
-
readonly internalType: "bool";
|
|
14
|
-
readonly name: "";
|
|
15
|
-
readonly type: "bool";
|
|
16
|
-
}];
|
|
17
|
-
readonly stateMutability: "nonpayable";
|
|
18
|
-
readonly type: "function";
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=pairAbi_approve.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_approve.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_approve.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;CAuBlB,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_balanceOf: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}];
|
|
7
|
-
readonly name: "balanceOf";
|
|
8
|
-
readonly outputs: readonly [{
|
|
9
|
-
readonly internalType: "uint256";
|
|
10
|
-
readonly name: "";
|
|
11
|
-
readonly type: "uint256";
|
|
12
|
-
}];
|
|
13
|
-
readonly stateMutability: "view";
|
|
14
|
-
readonly type: "function";
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=pairAbi_balanceOf.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_balanceOf.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_balanceOf.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;CAkBpB,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_burn: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "to";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}];
|
|
7
|
-
readonly name: "burn";
|
|
8
|
-
readonly outputs: readonly [{
|
|
9
|
-
readonly internalType: "uint256";
|
|
10
|
-
readonly name: "amount0";
|
|
11
|
-
readonly type: "uint256";
|
|
12
|
-
}, {
|
|
13
|
-
readonly internalType: "uint256";
|
|
14
|
-
readonly name: "amount1";
|
|
15
|
-
readonly type: "uint256";
|
|
16
|
-
}];
|
|
17
|
-
readonly stateMutability: "nonpayable";
|
|
18
|
-
readonly type: "function";
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=pairAbi_burn.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_burn.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_burn.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;CAuBf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_decimals: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "decimals";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "uint8";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "uint8";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_decimals.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_decimals.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_decimals.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;CAYnB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_factory: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "factory";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "address";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "address";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_factory.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_factory.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_factory.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe;;;;;;;;;;CAYlB,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_getReserves: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "getReserves";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "uint112";
|
|
6
|
-
readonly name: "_reserve0";
|
|
7
|
-
readonly type: "uint112";
|
|
8
|
-
}, {
|
|
9
|
-
readonly internalType: "uint112";
|
|
10
|
-
readonly name: "_reserve1";
|
|
11
|
-
readonly type: "uint112";
|
|
12
|
-
}, {
|
|
13
|
-
readonly internalType: "uint32";
|
|
14
|
-
readonly name: "_blockTimestampLast";
|
|
15
|
-
readonly type: "uint32";
|
|
16
|
-
}];
|
|
17
|
-
readonly stateMutability: "view";
|
|
18
|
-
readonly type: "function";
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=pairAbi_getReserves.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_getReserves.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_getReserves.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;CAsBtB,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_initialize: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "_token0";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "address";
|
|
8
|
-
readonly name: "_token1";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
}];
|
|
11
|
-
readonly name: "initialize";
|
|
12
|
-
readonly outputs: readonly [];
|
|
13
|
-
readonly stateMutability: "nonpayable";
|
|
14
|
-
readonly type: "function";
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=pairAbi_initialize.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_initialize.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_initialize.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;CAiBrB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_kLast: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "kLast";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "uint256";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "uint256";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_kLast.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_kLast.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_kLast.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;CAYhB,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_mint: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "to";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}];
|
|
7
|
-
readonly name: "mint";
|
|
8
|
-
readonly outputs: readonly [{
|
|
9
|
-
readonly internalType: "uint256";
|
|
10
|
-
readonly name: "liquidity";
|
|
11
|
-
readonly type: "uint256";
|
|
12
|
-
}];
|
|
13
|
-
readonly stateMutability: "nonpayable";
|
|
14
|
-
readonly type: "function";
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=pairAbi_mint.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_mint.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_mint.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;CAkBf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_name: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "name";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "string";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "string";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_name.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_name.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_name.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;CAYf,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_nonces: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}];
|
|
7
|
-
readonly name: "nonces";
|
|
8
|
-
readonly outputs: readonly [{
|
|
9
|
-
readonly internalType: "uint256";
|
|
10
|
-
readonly name: "";
|
|
11
|
-
readonly type: "uint256";
|
|
12
|
-
}];
|
|
13
|
-
readonly stateMutability: "view";
|
|
14
|
-
readonly type: "function";
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=pairAbi_nonces.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_nonces.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_nonces.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;CAkBjB,CAAA"}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_permit: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "owner";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "address";
|
|
8
|
-
readonly name: "spender";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
}, {
|
|
11
|
-
readonly internalType: "uint256";
|
|
12
|
-
readonly name: "value";
|
|
13
|
-
readonly type: "uint256";
|
|
14
|
-
}, {
|
|
15
|
-
readonly internalType: "uint256";
|
|
16
|
-
readonly name: "deadline";
|
|
17
|
-
readonly type: "uint256";
|
|
18
|
-
}, {
|
|
19
|
-
readonly internalType: "uint8";
|
|
20
|
-
readonly name: "v";
|
|
21
|
-
readonly type: "uint8";
|
|
22
|
-
}, {
|
|
23
|
-
readonly internalType: "bytes32";
|
|
24
|
-
readonly name: "r";
|
|
25
|
-
readonly type: "bytes32";
|
|
26
|
-
}, {
|
|
27
|
-
readonly internalType: "bytes32";
|
|
28
|
-
readonly name: "s";
|
|
29
|
-
readonly type: "bytes32";
|
|
30
|
-
}];
|
|
31
|
-
readonly name: "permit";
|
|
32
|
-
readonly outputs: readonly [];
|
|
33
|
-
readonly stateMutability: "nonpayable";
|
|
34
|
-
readonly type: "function";
|
|
35
|
-
};
|
|
36
|
-
//# sourceMappingURL=pairAbi_permit.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_permit.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_permit.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0CjB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_price0CumulativeLast: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "price0CumulativeLast";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "uint256";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "uint256";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_price0CumulativeLast.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_price0CumulativeLast.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_price0CumulativeLast.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B;;;;;;;;;;CAY/B,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_price1CumulativeLast: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "price1CumulativeLast";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "uint256";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "uint256";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_price1CumulativeLast.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_price1CumulativeLast.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_price1CumulativeLast.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B;;;;;;;;;;CAY/B,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_skim: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "to";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}];
|
|
7
|
-
readonly name: "skim";
|
|
8
|
-
readonly outputs: readonly [];
|
|
9
|
-
readonly stateMutability: "nonpayable";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_skim.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_skim.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_skim.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;CAYf,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_swap: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "uint256";
|
|
4
|
-
readonly name: "amount0Out";
|
|
5
|
-
readonly type: "uint256";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "uint256";
|
|
8
|
-
readonly name: "amount1Out";
|
|
9
|
-
readonly type: "uint256";
|
|
10
|
-
}, {
|
|
11
|
-
readonly internalType: "address";
|
|
12
|
-
readonly name: "to";
|
|
13
|
-
readonly type: "address";
|
|
14
|
-
}, {
|
|
15
|
-
readonly internalType: "bytes";
|
|
16
|
-
readonly name: "data";
|
|
17
|
-
readonly type: "bytes";
|
|
18
|
-
}];
|
|
19
|
-
readonly name: "swap";
|
|
20
|
-
readonly outputs: readonly [];
|
|
21
|
-
readonly stateMutability: "nonpayable";
|
|
22
|
-
readonly type: "function";
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=pairAbi_swap.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_swap.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_swap.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;CA2Bf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_symbol: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "symbol";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "string";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "string";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_symbol.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_symbol.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_symbol.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;CAYjB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_sync.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_sync.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;CAMf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_token0: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "token0";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "address";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "address";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_token0.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_token0.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_token0.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;CAYjB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_token1: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "token1";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "address";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "address";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_token1.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_token1.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_token1.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;CAYjB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_totalSupply: {
|
|
2
|
-
readonly inputs: readonly [];
|
|
3
|
-
readonly name: "totalSupply";
|
|
4
|
-
readonly outputs: readonly [{
|
|
5
|
-
readonly internalType: "uint256";
|
|
6
|
-
readonly name: "";
|
|
7
|
-
readonly type: "uint256";
|
|
8
|
-
}];
|
|
9
|
-
readonly stateMutability: "view";
|
|
10
|
-
readonly type: "function";
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=pairAbi_totalSupply.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_totalSupply.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_totalSupply.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB;;;;;;;;;;CAYtB,CAAA"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_transfer: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "to";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "uint256";
|
|
8
|
-
readonly name: "value";
|
|
9
|
-
readonly type: "uint256";
|
|
10
|
-
}];
|
|
11
|
-
readonly name: "transfer";
|
|
12
|
-
readonly outputs: readonly [{
|
|
13
|
-
readonly internalType: "bool";
|
|
14
|
-
readonly name: "";
|
|
15
|
-
readonly type: "bool";
|
|
16
|
-
}];
|
|
17
|
-
readonly stateMutability: "nonpayable";
|
|
18
|
-
readonly type: "function";
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=pairAbi_transfer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_transfer.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_transfer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;CAuBnB,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare const pairAbi_transferFrom: {
|
|
2
|
-
readonly inputs: readonly [{
|
|
3
|
-
readonly internalType: "address";
|
|
4
|
-
readonly name: "from";
|
|
5
|
-
readonly type: "address";
|
|
6
|
-
}, {
|
|
7
|
-
readonly internalType: "address";
|
|
8
|
-
readonly name: "to";
|
|
9
|
-
readonly type: "address";
|
|
10
|
-
}, {
|
|
11
|
-
readonly internalType: "uint256";
|
|
12
|
-
readonly name: "value";
|
|
13
|
-
readonly type: "uint256";
|
|
14
|
-
}];
|
|
15
|
-
readonly name: "transferFrom";
|
|
16
|
-
readonly outputs: readonly [{
|
|
17
|
-
readonly internalType: "bool";
|
|
18
|
-
readonly name: "";
|
|
19
|
-
readonly type: "bool";
|
|
20
|
-
}];
|
|
21
|
-
readonly stateMutability: "nonpayable";
|
|
22
|
-
readonly type: "function";
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=pairAbi_transferFrom.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pairAbi_transferFrom.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/pairAbi/pairAbi_transferFrom.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;CA4BvB,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export * from './routerAbi.js';
|
|
2
|
-
export * from './routerAbi_addLiquidity.js';
|
|
3
|
-
export * from './routerAbi_addLiquidityETH.js';
|
|
4
|
-
export * from './routerAbi_factory.js';
|
|
5
|
-
export * from './routerAbi_getAmountIn.js';
|
|
6
|
-
export * from './routerAbi_getAmountOut.js';
|
|
7
|
-
export * from './routerAbi_getAmountsIn.js';
|
|
8
|
-
export * from './routerAbi_getAmountsOut.js';
|
|
9
|
-
export * from './routerAbi_quote.js';
|
|
10
|
-
export * from './routerAbi_removeLiquidity.js';
|
|
11
|
-
export * from './routerAbi_removeLiquidityETH.js';
|
|
12
|
-
export * from './routerAbi_removeLiquidityETHWithPermit.js';
|
|
13
|
-
export * from './routerAbi_removeLiquidityETHWithPermitSupportingFeeOnTransferTokens.js';
|
|
14
|
-
export * from './routerAbi_removeLiquidityWithPermit.js';
|
|
15
|
-
export * from './routerAbi_swapETHForExactTokens.js';
|
|
16
|
-
export * from './routerAbi_swapExactETHForTokens.js';
|
|
17
|
-
export * from './routerAbi_swapExactETHForTokensSupportingFeeOnTransferTokens.js';
|
|
18
|
-
export * from './routerAbi_swapExactTokensForETH.js';
|
|
19
|
-
export * from './routerAbi_swapExactTokensForETHSupportingFeeOnTransferTokens.js';
|
|
20
|
-
export * from './routerAbi_swapExactTokensForTokens.js';
|
|
21
|
-
export * from './routerAbi_swapTokensForExactETH.js';
|
|
22
|
-
export * from './routerAbi_swapTokensForExactTokens.js';
|
|
23
|
-
export * from './routerAbi_WETH.js';
|
|
24
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../tvm/abi/routerAbi/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,6BAA6B,CAAA;AAC3C,cAAc,gCAAgC,CAAA;AAC9C,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,mCAAmC,CAAA;AACjD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,0EAA0E,CAAA;AACxF,cAAc,0CAA0C,CAAA;AACxD,cAAc,sCAAsC,CAAA;AACpD,cAAc,sCAAsC,CAAA;AACpD,cAAc,mEAAmE,CAAA;AACjF,cAAc,sCAAsC,CAAA;AACpD,cAAc,mEAAmE,CAAA;AACjF,cAAc,yCAAyC,CAAA;AACvD,cAAc,sCAAsC,CAAA;AACpD,cAAc,yCAAyC,CAAA;AACvD,cAAc,qBAAqB,CAAA"}
|