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,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ETHOLD = exports.ETHOLD_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.ETHOLD_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF',
|
|
8
|
-
};
|
|
9
|
-
exports.ETHOLD = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'ETHOLD',
|
|
12
|
-
name: 'EthereumOLD',
|
|
13
|
-
}, exports.ETHOLD_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=ETHOLD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ETHOLD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/ETHOLD.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,aAAa;CAEpB,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FOFAR = exports.FOFAR_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.FOFAR_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TUFonyWZ4Tza5MzgDj6g2u5rfdGoRVYG7g',
|
|
8
|
-
};
|
|
9
|
-
exports.FOFAR = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'FOFAR',
|
|
12
|
-
name: 'FOFAR',
|
|
13
|
-
}, exports.FOFAR_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=FOFAR.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FOFAR.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/FOFAR.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,aAAa,GAAG;IAC3B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,KAAK,GAAG,IAAA,kDAAoB,EACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,OAAO;CAEd,EACD,qBAAa,CACd,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HOTSUN = exports.HOTSUN_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.HOTSUN_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TCXTVfR7pFH8voLyqhbUGXdiYaBkTDmYCQ',
|
|
8
|
-
};
|
|
9
|
-
exports.HOTSUN = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'HOTSUN',
|
|
12
|
-
name: 'HOTSUN',
|
|
13
|
-
}, exports.HOTSUN_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=HOTSUN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HOTSUN.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/HOTSUN.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;CAEf,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HT = exports.HT_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.HT_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TDyvndWuvX5xTBwHPYJi7J3Yq8pq8yh62h',
|
|
8
|
-
};
|
|
9
|
-
exports.HT = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'HT',
|
|
12
|
-
name: 'HuobiToken',
|
|
13
|
-
}, exports.HT_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=HT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/HT.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,UAAU,GAAG;IACxB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,EAAE,GAAG,IAAA,kDAAoB,EACpC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,IAAI;IACZ,IAAI,EAAE,YAAY;CAEnB,EACD,kBAAU,CACX,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HTX = exports.HTX_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.HTX_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TUPM7K8REVzD2UdV4R5fe5M8XbnR2DdoJ6',
|
|
8
|
-
};
|
|
9
|
-
exports.HTX = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'HTX',
|
|
12
|
-
name: 'HTX',
|
|
13
|
-
}, exports.HTX_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=HTX.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HTX.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/HTX.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,KAAK;CAEZ,EACD,mBAAW,CACZ,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IVfun = exports.IVfun_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.IVfun_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TSig7sWzEL2K83mkJMQtbyPpiVSbR6pZnb',
|
|
8
|
-
};
|
|
9
|
-
exports.IVfun = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'IVfun',
|
|
12
|
-
name: 'Invest Zone',
|
|
13
|
-
}, exports.IVfun_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=IVfun.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IVfun.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/IVfun.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,aAAa,GAAG;IAC3B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,KAAK,GAAG,IAAA,kDAAoB,EACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,aAAa;CAEpB,EACD,qBAAa,CACd,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.JST = exports.JST_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.JST_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9',
|
|
8
|
-
};
|
|
9
|
-
exports.JST = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'JST',
|
|
12
|
-
name: 'JUST GOV v1.0',
|
|
13
|
-
}, exports.JST_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=JST.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JST.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/JST.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,eAAe;CAEtB,EACD,mBAAW,CACZ,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LABR = exports.LABR_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.LABR_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TMEvVHCUngZ6JfuvnH74cX8UFw1KedAuhR',
|
|
8
|
-
};
|
|
9
|
-
exports.LABR = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'LABR',
|
|
12
|
-
name: 'Labrador',
|
|
13
|
-
}, exports.LABR_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=LABR.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LABR.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/LABR.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,YAAY,GAAG;IAC1B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,IAAI,GAAG,IAAA,kDAAoB,EACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,UAAU;CAEjB,EACD,oBAAY,CACb,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LTC = exports.LTC_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.LTC_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TR3DLthpnDdCGabhVDbD3VMsiJoCXY3bZd',
|
|
8
|
-
};
|
|
9
|
-
exports.LTC = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 8,
|
|
11
|
-
symbol: 'LTC',
|
|
12
|
-
name: 'Litecoin',
|
|
13
|
-
}, exports.LTC_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=LTC.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LTC.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/LTC.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,CAAC;IACX,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,UAAU;CAEjB,EACD,mBAAW,CACZ,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MEOWKA = exports.MEOWKA_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.MEOWKA_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TYpSKB5hfaKpRDwS2p7bait3xuCKYnwDKJ',
|
|
8
|
-
};
|
|
9
|
-
exports.MEOWKA = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MEOWKA',
|
|
12
|
-
name: 'Meowka Neko',
|
|
13
|
-
}, exports.MEOWKA_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=MEOWKA.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MEOWKA.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MEOWKA.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,aAAa;CAEpB,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MOONDOG = exports.MOONDOG_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.MOONDOG_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TMWD9A3N3EhhEhiTCkEESBrVTosNmMJy8T',
|
|
8
|
-
};
|
|
9
|
-
exports.MOONDOG = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MOONDOG',
|
|
12
|
-
name: 'MOONDOG',
|
|
13
|
-
}, exports.MOONDOG_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=MOONDOG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MOONDOG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MOONDOG.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,eAAe,GAAG;IAC7B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,OAAO,GAAG,IAAA,kDAAoB,EACzC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;CAEhB,EACD,uBAAe,CAChB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MUNCAT = exports.MUNCAT_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.MUNCAT_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TE2T2vLnEQT1XW647EAQAHWqd6NZL1hweR',
|
|
8
|
-
};
|
|
9
|
-
exports.MUNCAT = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MUNCAT',
|
|
12
|
-
name: 'MUNCAT',
|
|
13
|
-
}, exports.MUNCAT_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=MUNCAT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MUNCAT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MUNCAT.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;CAEf,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MWD = exports.MWD_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.MWD_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TEfg1LnM3yApCjAgax35wDg6SRpmZFuQS3',
|
|
8
|
-
};
|
|
9
|
-
exports.MWD = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MWD',
|
|
12
|
-
name: 'MEW-WOOF-DAO',
|
|
13
|
-
}, exports.MWD_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=MWD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MWD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MWD.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,cAAc;CAErB,EACD,mBAAW,CACZ,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NFT = exports.NFT_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.NFT_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq',
|
|
8
|
-
};
|
|
9
|
-
exports.NFT = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'NFT',
|
|
12
|
-
name: 'APENFT',
|
|
13
|
-
}, exports.NFT_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=NFT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NFT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/NFT.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,CAAC;IACX,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,QAAQ;CAEf,EACD,mBAAW,CACZ,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PSYOP = exports.PSYOP_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.PSYOP_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TBFr8v7HkKGydiHAjDL8NzqYf7cJqNsTVY',
|
|
8
|
-
};
|
|
9
|
-
exports.PSYOP = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'PSYOP',
|
|
12
|
-
name: 'PSYOPTRON',
|
|
13
|
-
}, exports.PSYOP_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=PSYOP.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PSYOP.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/PSYOP.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,aAAa,GAAG;IAC3B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,KAAK,GAAG,IAAA,kDAAoB,EACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,WAAW;CAElB,EACD,qBAAa,CACd,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PUSS = exports.PUSS_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.PUSS_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TX5eXdf8458bZ77fk8xdvUgiQmC3L93iv7',
|
|
8
|
-
};
|
|
9
|
-
exports.PUSS = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'PUSS',
|
|
12
|
-
name: 'PUSS',
|
|
13
|
-
}, exports.PUSS_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=PUSS.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PUSS.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/PUSS.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,YAAY,GAAG;IAC1B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,IAAI,GAAG,IAAA,kDAAoB,EACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,MAAM;CAEb,EACD,oBAAY,CACb,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ROCK = exports.ROCK_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.ROCK_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TJvwMR3RjHc8jA9QwwjWGANrR3Y4scLSZm',
|
|
8
|
-
};
|
|
9
|
-
exports.ROCK = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'ROCK',
|
|
12
|
-
name: 'ROCK',
|
|
13
|
-
}, exports.ROCK_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=ROCK.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ROCK.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/ROCK.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,YAAY,GAAG;IAC1B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,IAAI,GAAG,IAAA,kDAAoB,EACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,MAAM;CAEb,EACD,oBAAY,CACb,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUN = exports.SUN_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUN_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S',
|
|
8
|
-
};
|
|
9
|
-
exports.SUN = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUN',
|
|
12
|
-
name: 'SUN',
|
|
13
|
-
}, exports.SUN_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUN.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUN.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,KAAK;CAEZ,EACD,mBAAW,CACZ,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUNCAT = exports.SUNCAT_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUNCAT_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TAwAg9wtQzTMFsijnSFotJrpxhMm3AqW1d',
|
|
8
|
-
};
|
|
9
|
-
exports.SUNCAT = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNCAT',
|
|
12
|
-
name: 'SUNCAT',
|
|
13
|
-
}, exports.SUNCAT_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUNCAT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNCAT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNCAT.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;CAEf,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUNDOG = exports.SUNDOG_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUNDOG_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TXL6rJbvmjD46zeN1JssfgxvSo99qC8MRT',
|
|
8
|
-
};
|
|
9
|
-
exports.SUNDOG = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNDOG',
|
|
12
|
-
name: 'Sundog',
|
|
13
|
-
}, exports.SUNDOG_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUNDOG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNDOG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNDOG.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;CAEf,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUNDOGE = exports.SUNDOGE_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUNDOGE_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TAz6oGWhsmHPp7Ap6khmAYxjfHFYokqdQ4',
|
|
8
|
-
};
|
|
9
|
-
exports.SUNDOGE = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNDOGE',
|
|
12
|
-
name: 'SUNDOGE',
|
|
13
|
-
}, exports.SUNDOGE_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUNDOGE.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNDOGE.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNDOGE.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,eAAe,GAAG;IAC7B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,OAAO,GAAG,IAAA,kDAAoB,EACzC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;CAEhB,EACD,uBAAe,CAChB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUNKEY = exports.SUNKEY_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUNKEY_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TJgB8bFWzMQfbqmCicf39XHby5uB5qoEQq',
|
|
8
|
-
};
|
|
9
|
-
exports.SUNKEY = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNKEY',
|
|
12
|
-
name: 'SUNKEY',
|
|
13
|
-
}, exports.SUNKEY_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUNKEY.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNKEY.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNKEY.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;CAEf,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUNOLD = exports.SUNOLD_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUNOLD_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9',
|
|
8
|
-
};
|
|
9
|
-
exports.SUNOLD = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNOLD',
|
|
12
|
-
name: 'SUNOLD',
|
|
13
|
-
}, exports.SUNOLD_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUNOLD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNOLD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNOLD.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,cAAc,GAAG;IAC5B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,MAAM,GAAG,IAAA,kDAAoB,EACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;CAEf,EACD,sBAAc,CACf,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SUNWUKONG = exports.SUNWUKONG_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SUNWUKONG_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TP3prcvQknVthrVnn281cKST56eWiLgJJM',
|
|
8
|
-
};
|
|
9
|
-
exports.SUNWUKONG = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SUNWUKONG',
|
|
12
|
-
name: 'SunWukong',
|
|
13
|
-
}, exports.SUNWUKONG_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SUNWUKONG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNWUKONG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNWUKONG.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,iBAAiB,GAAG;IAC/B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,SAAS,GAAG,IAAA,kDAAoB,EAC3C;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,WAAW;IACnB,IAAI,EAAE,WAAW;CAElB,EACD,yBAAiB,CAClB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SunJoker = exports.SunJoker_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.SunJoker_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TRGEYcmBSAz3PswhtAHcUPjGbuGr1H9Fza',
|
|
8
|
-
};
|
|
9
|
-
exports.SunJoker = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'SunJoker',
|
|
12
|
-
name: 'SunJoker',
|
|
13
|
-
}, exports.SunJoker_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=SunJoker.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SunJoker.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SunJoker.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,gBAAgB,GAAG;IAC9B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,QAAQ,GAAG,IAAA,kDAAoB,EAC1C;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,UAAU;IAClB,IAAI,EAAE,UAAU;CAEjB,EACD,wBAAgB,CACjB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TBEER = exports.TBEER_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.TBEER_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TKCJp1q9325BfQbu2Suh7mshQs8ijuqv3y',
|
|
8
|
-
};
|
|
9
|
-
exports.TBEER = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TBEER',
|
|
12
|
-
name: 'TRON BEER',
|
|
13
|
-
}, exports.TBEER_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=TBEER.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TBEER.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TBEER.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,aAAa,GAAG;IAC3B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,KAAK,GAAG,IAAA,kDAAoB,EACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,WAAW;CAElB,EACD,qBAAa,CACd,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TBULL = exports.TBULL_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.TBULL_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TPeoxx1VhUMnAUyjwWfximDYFDQaxNQQ45',
|
|
8
|
-
};
|
|
9
|
-
exports.TBULL = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TBULL',
|
|
12
|
-
name: 'Tron Bull',
|
|
13
|
-
}, exports.TBULL_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=TBULL.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TBULL.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TBULL.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,aAAa,GAAG;IAC3B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,KAAK,GAAG,IAAA,kDAAoB,EACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,WAAW;CAElB,EACD,qBAAa,CACd,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TDOG = exports.TDOG_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.TDOG_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TAPxMfHHgFyZMHuuz8wL56pi54eB2xkK2q',
|
|
8
|
-
};
|
|
9
|
-
exports.TDOG = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TDOG',
|
|
12
|
-
name: 'Tron Dog',
|
|
13
|
-
}, exports.TDOG_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=TDOG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TDOG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TDOG.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,YAAY,GAAG;IAC1B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,IAAI,GAAG,IAAA,kDAAoB,EACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,UAAU;CAEjB,EACD,oBAAY,CACb,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TRONKEY = exports.TRONKEY_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.TRONKEY_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TRHsKfoPJxFHnJ4wJ8Zc9nmSNAyaNYqff7',
|
|
8
|
-
};
|
|
9
|
-
exports.TRONKEY = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TRONKEY',
|
|
12
|
-
name: 'TRONKEY',
|
|
13
|
-
}, exports.TRONKEY_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=TRONKEY.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TRONKEY.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TRONKEY.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,eAAe,GAAG;IAC7B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,OAAO,GAAG,IAAA,kDAAoB,EACzC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;CAEhB,EACD,uBAAe,CAChB,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TUSD = exports.TUSD_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.TUSD_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4',
|
|
8
|
-
};
|
|
9
|
-
exports.TUSD = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TUSD',
|
|
12
|
-
name: 'TrueUSD',
|
|
13
|
-
}, exports.TUSD_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=TUSD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TUSD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TUSD.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,YAAY,GAAG;IAC1B,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,IAAI,GAAG,IAAA,kDAAoB,EACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,SAAS;CAEhB,EACD,oBAAY,CACb,CAAA"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TWX = exports.TWX_ADDRESS = void 0;
|
|
4
|
-
const chains_js_1 = require("../../../chain/chains.js");
|
|
5
|
-
const address_map_to_token_map_js_1 = require("../address-map-to-token-map.js");
|
|
6
|
-
exports.TWX_ADDRESS = {
|
|
7
|
-
[chains_js_1.TvmChainId.TRON]: 'TTFreuJ4pYDaCeEMEtiR1GQDwPPrS4jKFk',
|
|
8
|
-
};
|
|
9
|
-
exports.TWX = (0, address_map_to_token_map_js_1.addressMapToTokenMap)({
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'TWX',
|
|
12
|
-
name: 'Twiskers',
|
|
13
|
-
}, exports.TWX_ADDRESS);
|
|
14
|
-
//# sourceMappingURL=TWX.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TWX.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TWX.ts"],"names":[],"mappings":";;;AAAA,wDAAqD;AACrD,gFAAqE;AAExD,QAAA,WAAW,GAAG;IACzB,CAAC,sBAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEG,QAAA,GAAG,GAAG,IAAA,kDAAoB,EACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,UAAU;CAEjB,EACD,mBAAW,CACZ,CAAA"}
|