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,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const PUSS_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TX5eXdf8458bZ77fk8xdvUgiQmC3L93iv7',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const PUSS = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'PUSS',
|
|
12
|
-
name: 'PUSS',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/PUSS_TQRxQN_ls9y5lDjLoeb.png',
|
|
14
|
-
},
|
|
15
|
-
PUSS_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const ROCK_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TJvwMR3RjHc8jA9QwwjWGANrR3Y4scLSZm',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const ROCK = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'ROCK',
|
|
12
|
-
name: 'ROCK',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/ROCK_TK157u_SW8560kjmR1W.jpeg',
|
|
14
|
-
},
|
|
15
|
-
ROCK_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUN_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUN = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUN',
|
|
12
|
-
name: 'SUN',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S.png',
|
|
14
|
-
},
|
|
15
|
-
SUN_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUNCAT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TAwAg9wtQzTMFsijnSFotJrpxhMm3AqW1d',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUNCAT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNCAT',
|
|
12
|
-
name: 'SUNCAT',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNCAT_TWj3Mp_ynpQjPlfRZu9.jpeg',
|
|
14
|
-
},
|
|
15
|
-
SUNCAT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUNDOG_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TXL6rJbvmjD46zeN1JssfgxvSo99qC8MRT',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUNDOG = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNDOG',
|
|
12
|
-
name: 'Sundog',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNDOG_TXr7if_EzxfYukzq9ZU.png',
|
|
14
|
-
},
|
|
15
|
-
SUNDOG_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUNDOGE_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TAz6oGWhsmHPp7Ap6khmAYxjfHFYokqdQ4',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUNDOGE = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNDOGE',
|
|
12
|
-
name: 'SUNDOGE',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNDOGE_THL9Hf_XQ7Lq2GubqOE.PNG',
|
|
14
|
-
},
|
|
15
|
-
SUNDOGE_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUNKEY_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TJgB8bFWzMQfbqmCicf39XHby5uB5qoEQq',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUNKEY = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNKEY',
|
|
12
|
-
name: 'SUNKEY',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNKEY_TArygL_CL1PcUh6ZQr5.jpg',
|
|
14
|
-
},
|
|
15
|
-
SUNKEY_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUNOLD_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUNOLD = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNOLD',
|
|
12
|
-
name: 'SUNOLD',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/SUNLogo.178d4636.png',
|
|
14
|
-
},
|
|
15
|
-
SUNOLD_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SUNWUKONG_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TP3prcvQknVthrVnn281cKST56eWiLgJJM',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SUNWUKONG = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNWUKONG',
|
|
12
|
-
name: 'SunWukong',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNWUKONG_TCyGhb_xSV6IxtwuU33.png',
|
|
14
|
-
},
|
|
15
|
-
SUNWUKONG_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const SunJoker_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TRGEYcmBSAz3PswhtAHcUPjGbuGr1H9Fza',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const SunJoker = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SunJoker',
|
|
12
|
-
name: 'SunJoker',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SunJoker_TM2wL8_WsJV6iyQA2Fr.jpg',
|
|
14
|
-
},
|
|
15
|
-
SunJoker_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const TBEER_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TKCJp1q9325BfQbu2Suh7mshQs8ijuqv3y',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const TBEER = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TBEER',
|
|
12
|
-
name: 'TRON BEER',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TBEER_TXMN3d_FSZeVq8A5nzi.jpg',
|
|
14
|
-
},
|
|
15
|
-
TBEER_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const TBULL_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TPeoxx1VhUMnAUyjwWfximDYFDQaxNQQ45',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const TBULL = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TBULL',
|
|
12
|
-
name: 'Tron Bull',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TBULL_TSfV1B_YQaduaEhm0cB.webp',
|
|
14
|
-
},
|
|
15
|
-
TBULL_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const TDOG_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TAPxMfHHgFyZMHuuz8wL56pi54eB2xkK2q',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const TDOG = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TDOG',
|
|
12
|
-
name: 'Tron Dog',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TDOG_TW2UbF_SHNKw5HVdKEF.PNG',
|
|
14
|
-
},
|
|
15
|
-
TDOG_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const TRONKEY_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TRHsKfoPJxFHnJ4wJ8Zc9nmSNAyaNYqff7',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const TRONKEY = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TRONKEY',
|
|
12
|
-
name: 'TRONKEY',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TRONKEY_TVFkWK_9m3fDI3ioDiW.jpeg',
|
|
14
|
-
},
|
|
15
|
-
TRONKEY_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const TUSD_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const TUSD = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TUSD',
|
|
12
|
-
name: 'TrueUSD',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4.png',
|
|
14
|
-
},
|
|
15
|
-
TUSD_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const TWX_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TTFreuJ4pYDaCeEMEtiR1GQDwPPrS4jKFk',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const TWX = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TWX',
|
|
12
|
-
name: 'Twiskers',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TWX_TF8z6B_bQu1A9s9Wox2.png',
|
|
14
|
-
},
|
|
15
|
-
TWX_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const Tcat_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TVgHqeP41s3qMDH3oKBsScEUzvyXw6bKAm',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const Tcat = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'Tcat',
|
|
12
|
-
name: 'Tron Cat',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/Tcat_TXv3PZ_f4HN7mpJqQ9V.png',
|
|
14
|
-
},
|
|
15
|
-
Tcat_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const USDCOLD_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const USDCOLD = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'USDCOLD',
|
|
12
|
-
name: 'USD Coin Old',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/TEkxiTehnzSmSe2XqrBj4w32RUN966rdz81.png',
|
|
14
|
-
},
|
|
15
|
-
USDCOLD_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const USDD_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const USDD = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'USDD',
|
|
12
|
-
name: 'Decentralized USD',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn.png',
|
|
14
|
-
},
|
|
15
|
-
USDD_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const USDJ_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TMwFHYXLJaRUPeW6421aqXL4ZEzPRFGkGT',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const USDJ = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'USDJ',
|
|
12
|
-
name: 'JUST Stablecoin v1.0',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/usdj.png',
|
|
14
|
-
},
|
|
15
|
-
USDJ_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const USDT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const USDT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'USDT',
|
|
12
|
-
name: 'Tether USD',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/usdtlogo.png',
|
|
14
|
-
},
|
|
15
|
-
USDT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const VIKITA_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TP7r1pDoS1snMjEJE1kE17GRt3Df4mYuZz',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const VIKITA = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'VIKITA',
|
|
12
|
-
name: 'VIKITA',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/VIKITA_TVNpDy_QRP17X2aRh0E.jpg',
|
|
14
|
-
},
|
|
15
|
-
VIKITA_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const WBTC_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TXpw8XeWYeTUd4quDskoUqeQPowRh4jY65',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const WBTC = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 8,
|
|
11
|
-
symbol: 'WBTC',
|
|
12
|
-
name: 'Wrapped BTC',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TXpw8XeWYeTUd4quDskoUqeQPowRh4jY65.png',
|
|
14
|
-
},
|
|
15
|
-
WBTC_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const WBTT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TKfjV9RNKJJCqPvBtK8L7Knykh7DNWvnYt',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const WBTT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'WBTT',
|
|
12
|
-
name: 'Wrapped BitTorrent',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TKfjV9RNKJJCqPvBtK8L7Knykh7DNWvnYt.png',
|
|
14
|
-
},
|
|
15
|
-
WBTT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const WETH_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TXWkP3jLBqRGojUih1ShzNyDaN5Csnebok',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const WETH = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'WETH',
|
|
12
|
-
name: 'Wrapped ETH',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TXWkP3jLBqRGojUih1ShzNyDaN5Csnebok.png',
|
|
14
|
-
},
|
|
15
|
-
WETH_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const WHALE_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TWP6GgtstiuYbpygSFcZLzJQrj9eDVQcq2',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const WHALE = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'WHALE',
|
|
12
|
-
name: 'Crypto Whale',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/WHALE_TDnHMp_YlFkVV8WBOWL.png',
|
|
14
|
-
},
|
|
15
|
-
WHALE_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const WIN_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const WIN = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'WIN',
|
|
12
|
-
name: 'WINK',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/profile_images/JKtJTydD_400x400.jpg',
|
|
14
|
-
},
|
|
15
|
-
WIN_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const WTRX_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const WTRX = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'WTRX',
|
|
12
|
-
name: 'Wrapped TRX',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR.png',
|
|
14
|
-
},
|
|
15
|
-
WTRX_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
export * from './$Afro.js'
|
|
2
|
-
export * from './BICOIN.js'
|
|
3
|
-
export * from './BOG.js'
|
|
4
|
-
export * from './BTC.js'
|
|
5
|
-
export * from './BTT.js'
|
|
6
|
-
export * from './BULL.js'
|
|
7
|
-
export * from './CDOG.js'
|
|
8
|
-
export * from './CZ.js'
|
|
9
|
-
export * from './CZC.js'
|
|
10
|
-
export * from './DRGN.js'
|
|
11
|
-
export * from './ETH.js'
|
|
12
|
-
export * from './ETHOLD.js'
|
|
13
|
-
export * from './FOFAR.js'
|
|
14
|
-
export * from './HOTSUN.js'
|
|
15
|
-
export * from './HT.js'
|
|
16
|
-
export * from './HTX.js'
|
|
17
|
-
export * from './IVfun.js'
|
|
18
|
-
export * from './JST.js'
|
|
19
|
-
export * from './LABR.js'
|
|
20
|
-
export * from './LTC.js'
|
|
21
|
-
export * from './MEOWKA.js'
|
|
22
|
-
export * from './MOONDOG.js'
|
|
23
|
-
export * from './MUNCAT.js'
|
|
24
|
-
export * from './MWD.js'
|
|
25
|
-
export * from './NFT.js'
|
|
26
|
-
export * from './PSYOP.js'
|
|
27
|
-
export * from './PUSS.js'
|
|
28
|
-
export * from './ROCK.js'
|
|
29
|
-
export * from './SUN.js'
|
|
30
|
-
export * from './SUNCAT.js'
|
|
31
|
-
export * from './SUNDOG.js'
|
|
32
|
-
export * from './SUNDOGE.js'
|
|
33
|
-
export * from './SUNKEY.js'
|
|
34
|
-
export * from './SUNOLD.js'
|
|
35
|
-
export * from './SUNWUKONG.js'
|
|
36
|
-
export * from './SunJoker.js'
|
|
37
|
-
export * from './sTRX.js'
|
|
38
|
-
export * from './stUSDT.js'
|
|
39
|
-
export * from './TBEER.js'
|
|
40
|
-
export * from './TBULL.js'
|
|
41
|
-
export * from './Tcat.js'
|
|
42
|
-
export * from './TDOG.js'
|
|
43
|
-
export * from './TRONKEY.js'
|
|
44
|
-
export * from './TUSD.js'
|
|
45
|
-
export * from './TWX.js'
|
|
46
|
-
export * from './USDCOLD.js'
|
|
47
|
-
export * from './USDD.js'
|
|
48
|
-
export * from './USDJ.js'
|
|
49
|
-
export * from './USDT.js'
|
|
50
|
-
export * from './VIKITA.js'
|
|
51
|
-
export * from './WBTC.js'
|
|
52
|
-
export * from './WBTT.js'
|
|
53
|
-
export * from './WETH.js'
|
|
54
|
-
export * from './WHALE.js'
|
|
55
|
-
export * from './WIN.js'
|
|
56
|
-
export * from './WTRX.js'
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const sTRX_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const sTRX = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'sTRX',
|
|
12
|
-
name: 'staked TRX',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/new/TU3kjFuhtEo42tsCBtfYUAZxoqQ4yuSLQ5.png',
|
|
14
|
-
},
|
|
15
|
-
sTRX_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const stUSDT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TThzxNRLrW2Brp9DcTQU8i4Wd9udCWEdZ3',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const stUSDT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'stUSDT',
|
|
12
|
-
name: 'Staked USDT',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/new/stUSDT_logo.png',
|
|
14
|
-
},
|
|
15
|
-
stUSDT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../chain/chains.js'
|
|
2
|
-
import { type TvmAddress, TvmToken } from '../../currency/token.js'
|
|
3
|
-
|
|
4
|
-
export const WNATIVE_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TNUC9Qb1rRpS5CbWLmNMxXBjyFoydXjWFR',
|
|
6
|
-
} as const satisfies Record<TvmChainId, TvmAddress>
|
|
7
|
-
|
|
8
|
-
export const WNATIVE = {
|
|
9
|
-
[TvmChainId.TRON]: new TvmToken({
|
|
10
|
-
chainId: TvmChainId.TRON,
|
|
11
|
-
address: WNATIVE_ADDRESS[TvmChainId.TRON],
|
|
12
|
-
symbol: 'WTRX',
|
|
13
|
-
name: 'Wrapped TRX',
|
|
14
|
-
decimals: 6,
|
|
15
|
-
}),
|
|
16
|
-
}
|
package/tvm/currency/currency.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import * as z from 'zod'
|
|
2
|
-
import type { CurrencyMetadata } from '../../generic/currency/currency.js'
|
|
3
|
-
import {
|
|
4
|
-
type SerializedTvmNative,
|
|
5
|
-
serializedTvmNativeSchema,
|
|
6
|
-
type TvmNative,
|
|
7
|
-
} from './native.js'
|
|
8
|
-
import {
|
|
9
|
-
type SerializedTvmToken,
|
|
10
|
-
serializedTvmTokenSchema,
|
|
11
|
-
type TvmToken,
|
|
12
|
-
} from './token.js'
|
|
13
|
-
|
|
14
|
-
export type TvmCurrency<
|
|
15
|
-
TMetadata extends CurrencyMetadata = Record<string, unknown>,
|
|
16
|
-
> = TvmNative | TvmToken<TMetadata>
|
|
17
|
-
|
|
18
|
-
export const serializedTvmCurrencySchema = <
|
|
19
|
-
TMetadata extends {} = CurrencyMetadata,
|
|
20
|
-
>(
|
|
21
|
-
opts: { metadata?: z.ZodType<TMetadata> } = {},
|
|
22
|
-
) =>
|
|
23
|
-
z.discriminatedUnion('type', [
|
|
24
|
-
serializedTvmTokenSchema(opts),
|
|
25
|
-
serializedTvmNativeSchema(opts),
|
|
26
|
-
])
|
|
27
|
-
|
|
28
|
-
export type SerializedTvmCurrency<
|
|
29
|
-
TMetadata extends CurrencyMetadata = CurrencyMetadata,
|
|
30
|
-
> = z.infer<ReturnType<typeof serializedTvmCurrencySchema<TMetadata>>>
|
|
31
|
-
|
|
32
|
-
function deserializeTvmCurrency(data: SerializedTvmToken): TvmToken
|
|
33
|
-
function deserializeTvmCurrency(data: SerializedTvmNative): TvmNative
|
|
34
|
-
|
|
35
|
-
function deserializeTvmCurrency(
|
|
36
|
-
data: SerializedTvmNative | SerializedTvmToken,
|
|
37
|
-
) {
|
|
38
|
-
if (data.type === 'native') {
|
|
39
|
-
return data as TvmNative
|
|
40
|
-
} else {
|
|
41
|
-
return data as TvmToken
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export { deserializeTvmCurrency }
|
package/tvm/currency/index.ts
DELETED