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,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const BTT_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4',
|
|
5
|
-
};
|
|
6
|
-
export const BTT = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'BTT',
|
|
9
|
-
name: 'BitTorrent',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/1002000.png',
|
|
11
|
-
}, BTT_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=BTT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BTT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/BTT.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,YAAY;IAClB,qEAAqE;CACtE,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const BULL_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TAt4ufXFaHZAEV44ev7onThjTnF61SEaEM',
|
|
5
|
-
};
|
|
6
|
-
export const BULL = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'BULL',
|
|
9
|
-
name: 'Tron Bull',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/BULL_TYvwPp_negdGNxhFCpp.png',
|
|
11
|
-
}, BULL_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=BULL.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BULL.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/BULL.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,IAAI,GAAG,oBAAoB,CACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,WAAW;IACjB,+EAA+E;CAChF,EACD,YAAY,CACb,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const CDOG_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TVXmroHbJsJ6rVm3wGn2G9723yz3Kbqp9x',
|
|
5
|
-
};
|
|
6
|
-
export const CDOG = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'CDOG',
|
|
9
|
-
name: 'Cyber Dog',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/CDOG_TQU2Lr_ZBlOpcEb0sXM.jpg',
|
|
11
|
-
}, CDOG_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=CDOG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CDOG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/CDOG.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,IAAI,GAAG,oBAAoB,CACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,WAAW;IACjB,+EAA+E;CAChF,EACD,YAAY,CACb,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const CZ_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TSZu2myGg42ZEsT7RvvbVvhVS3kf9f1e57',
|
|
5
|
-
};
|
|
6
|
-
export const CZ = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'CZ',
|
|
9
|
-
name: 'Changpeng Zhao',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/CZ_TBDSE9_iEzd2xG48TpN.jpeg',
|
|
11
|
-
}, CZ_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=CZ.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CZ.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/CZ.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,EAAE,GAAG,oBAAoB,CACpC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,IAAI;IACZ,IAAI,EAAE,gBAAgB;IACtB,8EAA8E;CAC/E,EACD,UAAU,CACX,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const CZC_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TRJBN2ninnLKUUDR1f686goCYetPcPed8f',
|
|
5
|
-
};
|
|
6
|
-
export const CZC = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'CZC',
|
|
9
|
-
name: 'Crypto Zillion Club',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/CZC_TH5Eyn_1tR9tsfvqbYq.png',
|
|
11
|
-
}, CZC_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=CZC.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CZC.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/CZC.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,qBAAqB;IAC3B,8EAA8E;CAC/E,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const DRGN_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TV5yB8f4AdoAfVVUdkytyZnX5e7SeGAZr2',
|
|
5
|
-
};
|
|
6
|
-
export const DRGN = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'DRGN',
|
|
9
|
-
name: 'Dragon Sun',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/DRGN_TUcY9d_GmJcXp1VNNqz.jpg',
|
|
11
|
-
}, DRGN_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=DRGN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DRGN.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/DRGN.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,IAAI,GAAG,oBAAoB,CACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,YAAY;IAClB,+EAA+E;CAChF,EACD,YAAY,CACb,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const ETH_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TRFe3hT5oYhjSZ6f3ji5FJ7YCfrkWnHRvh',
|
|
5
|
-
};
|
|
6
|
-
export const ETH = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'ETH',
|
|
9
|
-
name: 'Ethereum',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TRFe3hT5oYhjSZ6f3ji5FJ7YCfrkWnHRvh.png',
|
|
11
|
-
}, ETH_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=ETH.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ETH.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/ETH.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,UAAU;IAChB,gGAAgG;CACjG,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const ETHOLD_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF',
|
|
5
|
-
};
|
|
6
|
-
export const ETHOLD = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'ETHOLD',
|
|
9
|
-
name: 'EthereumOLD',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF.png',
|
|
11
|
-
}, ETHOLD_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=ETHOLD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ETHOLD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/ETHOLD.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,aAAa;IACnB,gGAAgG;CACjG,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const FOFAR_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TUFonyWZ4Tza5MzgDj6g2u5rfdGoRVYG7g',
|
|
5
|
-
};
|
|
6
|
-
export const FOFAR = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'FOFAR',
|
|
9
|
-
name: 'FOFAR',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/FOFAR_THQg9C_IavjUsY3Wun7.jpg',
|
|
11
|
-
}, FOFAR_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=FOFAR.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FOFAR.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/FOFAR.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,KAAK,GAAG,oBAAoB,CACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,OAAO;IACb,gFAAgF;CACjF,EACD,aAAa,CACd,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const HOTSUN_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TCXTVfR7pFH8voLyqhbUGXdiYaBkTDmYCQ',
|
|
5
|
-
};
|
|
6
|
-
export const HOTSUN = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'HOTSUN',
|
|
9
|
-
name: 'HOTSUN',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/HOTSUN_TUueYg_emDoYuKXklz4.jpeg',
|
|
11
|
-
}, HOTSUN_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=HOTSUN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HOTSUN.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/HOTSUN.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,kFAAkF;CACnF,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const HT_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TDyvndWuvX5xTBwHPYJi7J3Yq8pq8yh62h',
|
|
5
|
-
};
|
|
6
|
-
export const HT = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'HT',
|
|
9
|
-
name: 'HuobiToken',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TDyvndWuvX5xTBwHPYJi7J3Yq8pq8yh62h.png',
|
|
11
|
-
}, HT_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=HT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/HT.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,EAAE,GAAG,oBAAoB,CACpC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,IAAI;IACZ,IAAI,EAAE,YAAY;IAClB,gGAAgG;CACjG,EACD,UAAU,CACX,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const HTX_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TUPM7K8REVzD2UdV4R5fe5M8XbnR2DdoJ6',
|
|
5
|
-
};
|
|
6
|
-
export const HTX = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'HTX',
|
|
9
|
-
name: 'HTX',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/new/HTX.png',
|
|
11
|
-
}, HTX_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=HTX.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"HTX.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/HTX.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,KAAK;IACX,4EAA4E;CAC7E,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const IVfun_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TSig7sWzEL2K83mkJMQtbyPpiVSbR6pZnb',
|
|
5
|
-
};
|
|
6
|
-
export const IVfun = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'IVfun',
|
|
9
|
-
name: 'Invest Zone',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/IVfun_TYE2hX_1rR7Q8GfwFKa.jpg',
|
|
11
|
-
}, IVfun_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=IVfun.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IVfun.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/IVfun.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,KAAK,GAAG,oBAAoB,CACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,aAAa;IACnB,gFAAgF;CACjF,EACD,aAAa,CACd,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const JST_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9',
|
|
5
|
-
};
|
|
6
|
-
export const JST = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'JST',
|
|
9
|
-
name: 'JUST GOV v1.0',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/just_icon.png',
|
|
11
|
-
}, JST_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=JST.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"JST.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/JST.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,eAAe;IACrB,uEAAuE;CACxE,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const LABR_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TMEvVHCUngZ6JfuvnH74cX8UFw1KedAuhR',
|
|
5
|
-
};
|
|
6
|
-
export const LABR = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'LABR',
|
|
9
|
-
name: 'Labrador',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/LABR_TTGSZE_HG9I7qi3BY11.png',
|
|
11
|
-
}, LABR_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=LABR.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LABR.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/LABR.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,IAAI,GAAG,oBAAoB,CACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,UAAU;IAChB,+EAA+E;CAChF,EACD,YAAY,CACb,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const LTC_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TR3DLthpnDdCGabhVDbD3VMsiJoCXY3bZd',
|
|
5
|
-
};
|
|
6
|
-
export const LTC = addressMapToTokenMap({
|
|
7
|
-
decimals: 8,
|
|
8
|
-
symbol: 'LTC',
|
|
9
|
-
name: 'Litecoin',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TR3DLthpnDdCGabhVDbD3VMsiJoCXY3bZd.png',
|
|
11
|
-
}, LTC_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=LTC.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LTC.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/LTC.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,CAAC;IACX,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,UAAU;IAChB,gGAAgG;CACjG,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const MEOWKA_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TYpSKB5hfaKpRDwS2p7bait3xuCKYnwDKJ',
|
|
5
|
-
};
|
|
6
|
-
export const MEOWKA = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'MEOWKA',
|
|
9
|
-
name: 'Meowka Neko',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MEOWKA_TFD7X8_2AtEA0p50jde.PNG',
|
|
11
|
-
}, MEOWKA_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=MEOWKA.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MEOWKA.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MEOWKA.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,aAAa;IACnB,iFAAiF;CAClF,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const MOONDOG_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TMWD9A3N3EhhEhiTCkEESBrVTosNmMJy8T',
|
|
5
|
-
};
|
|
6
|
-
export const MOONDOG = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'MOONDOG',
|
|
9
|
-
name: 'MOONDOG',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MOONDOG_TQXe52_BoDeNysxsme5.png',
|
|
11
|
-
}, MOONDOG_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=MOONDOG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MOONDOG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MOONDOG.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,OAAO,GAAG,oBAAoB,CACzC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;IACf,kFAAkF;CACnF,EACD,eAAe,CAChB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const MUNCAT_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TE2T2vLnEQT1XW647EAQAHWqd6NZL1hweR',
|
|
5
|
-
};
|
|
6
|
-
export const MUNCAT = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'MUNCAT',
|
|
9
|
-
name: 'MUNCAT',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MUNCAT_TJ44MB_FKFM8Y8eyhH2.jpeg',
|
|
11
|
-
}, MUNCAT_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=MUNCAT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MUNCAT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MUNCAT.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,kFAAkF;CACnF,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const MWD_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TEfg1LnM3yApCjAgax35wDg6SRpmZFuQS3',
|
|
5
|
-
};
|
|
6
|
-
export const MWD = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'MWD',
|
|
9
|
-
name: 'MEW-WOOF-DAO',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MWD_TWcE6E_SsCtXAZ1KvWi.jpeg',
|
|
11
|
-
}, MWD_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=MWD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MWD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/MWD.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,cAAc;IACpB,+EAA+E;CAChF,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const NFT_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq',
|
|
5
|
-
};
|
|
6
|
-
export const NFT = addressMapToTokenMap({
|
|
7
|
-
decimals: 6,
|
|
8
|
-
symbol: 'NFT',
|
|
9
|
-
name: 'APENFT',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq.png',
|
|
11
|
-
}, NFT_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=NFT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NFT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/NFT.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,CAAC;IACX,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,QAAQ;IACd,uGAAuG;CACxG,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const PSYOP_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TBFr8v7HkKGydiHAjDL8NzqYf7cJqNsTVY',
|
|
5
|
-
};
|
|
6
|
-
export const PSYOP = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'PSYOP',
|
|
9
|
-
name: 'PSYOPTRON',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/PSYOP_TEX3q5_JlNNNeGizAHQ.png',
|
|
11
|
-
}, PSYOP_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=PSYOP.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PSYOP.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/PSYOP.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,KAAK,GAAG,oBAAoB,CACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,WAAW;IACjB,gFAAgF;CACjF,EACD,aAAa,CACd,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const PUSS_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TX5eXdf8458bZ77fk8xdvUgiQmC3L93iv7',
|
|
5
|
-
};
|
|
6
|
-
export const PUSS = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'PUSS',
|
|
9
|
-
name: 'PUSS',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/PUSS_TQRxQN_ls9y5lDjLoeb.png',
|
|
11
|
-
}, PUSS_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=PUSS.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PUSS.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/PUSS.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,IAAI,GAAG,oBAAoB,CACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,MAAM;IACZ,+EAA+E;CAChF,EACD,YAAY,CACb,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const ROCK_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TJvwMR3RjHc8jA9QwwjWGANrR3Y4scLSZm',
|
|
5
|
-
};
|
|
6
|
-
export const ROCK = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'ROCK',
|
|
9
|
-
name: 'ROCK',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/ROCK_TK157u_SW8560kjmR1W.jpeg',
|
|
11
|
-
}, ROCK_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=ROCK.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ROCK.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/ROCK.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,IAAI,GAAG,oBAAoB,CACtC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,MAAM;IACd,IAAI,EAAE,MAAM;IACZ,gFAAgF;CACjF,EACD,YAAY,CACb,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUN_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S',
|
|
5
|
-
};
|
|
6
|
-
export const SUN = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUN',
|
|
9
|
-
name: 'SUN',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S.png',
|
|
11
|
-
}, SUN_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUN.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUN.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUN.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,GAAG,GAAG,oBAAoB,CACrC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,KAAK;IACb,IAAI,EAAE,KAAK;IACX,gGAAgG;CACjG,EACD,WAAW,CACZ,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUNCAT_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TAwAg9wtQzTMFsijnSFotJrpxhMm3AqW1d',
|
|
5
|
-
};
|
|
6
|
-
export const SUNCAT = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUNCAT',
|
|
9
|
-
name: 'SUNCAT',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNCAT_TWj3Mp_ynpQjPlfRZu9.jpeg',
|
|
11
|
-
}, SUNCAT_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUNCAT.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNCAT.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNCAT.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,kFAAkF;CACnF,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUNDOG_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TXL6rJbvmjD46zeN1JssfgxvSo99qC8MRT',
|
|
5
|
-
};
|
|
6
|
-
export const SUNDOG = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUNDOG',
|
|
9
|
-
name: 'Sundog',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNDOG_TXr7if_EzxfYukzq9ZU.png',
|
|
11
|
-
}, SUNDOG_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUNDOG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNDOG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNDOG.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,iFAAiF;CAClF,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUNDOGE_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TAz6oGWhsmHPp7Ap6khmAYxjfHFYokqdQ4',
|
|
5
|
-
};
|
|
6
|
-
export const SUNDOGE = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUNDOGE',
|
|
9
|
-
name: 'SUNDOGE',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNDOGE_THL9Hf_XQ7Lq2GubqOE.PNG',
|
|
11
|
-
}, SUNDOGE_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUNDOGE.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNDOGE.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNDOGE.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,OAAO,GAAG,oBAAoB,CACzC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,SAAS;IACjB,IAAI,EAAE,SAAS;IACf,kFAAkF;CACnF,EACD,eAAe,CAChB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUNKEY_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TJgB8bFWzMQfbqmCicf39XHby5uB5qoEQq',
|
|
5
|
-
};
|
|
6
|
-
export const SUNKEY = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUNKEY',
|
|
9
|
-
name: 'SUNKEY',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNKEY_TArygL_CL1PcUh6ZQr5.jpg',
|
|
11
|
-
}, SUNKEY_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUNKEY.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNKEY.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNKEY.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,iFAAiF;CAClF,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUNOLD_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TKkeiboTkxXKJpbmVFbv4a8ov5rAfRDMf9',
|
|
5
|
-
};
|
|
6
|
-
export const SUNOLD = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUNOLD',
|
|
9
|
-
name: 'SUNOLD',
|
|
10
|
-
//logoURI: 'https://static.tronscan.org/production/logo/SUNLogo.178d4636.png',
|
|
11
|
-
}, SUNOLD_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUNOLD.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNOLD.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNOLD.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,MAAM,GAAG,oBAAoB,CACxC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,QAAQ;IACd,8EAA8E;CAC/E,EACD,cAAc,CACf,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SUNWUKONG_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TP3prcvQknVthrVnn281cKST56eWiLgJJM',
|
|
5
|
-
};
|
|
6
|
-
export const SUNWUKONG = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SUNWUKONG',
|
|
9
|
-
name: 'SunWukong',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SUNWUKONG_TCyGhb_xSV6IxtwuU33.png',
|
|
11
|
-
}, SUNWUKONG_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SUNWUKONG.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SUNWUKONG.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SUNWUKONG.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,SAAS,GAAG,oBAAoB,CAC3C;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,WAAW;IACnB,IAAI,EAAE,WAAW;IACjB,oFAAoF;CACrF,EACD,iBAAiB,CAClB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const SunJoker_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TRGEYcmBSAz3PswhtAHcUPjGbuGr1H9Fza',
|
|
5
|
-
};
|
|
6
|
-
export const SunJoker = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'SunJoker',
|
|
9
|
-
name: 'SunJoker',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/SunJoker_TM2wL8_WsJV6iyQA2Fr.jpg',
|
|
11
|
-
}, SunJoker_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=SunJoker.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SunJoker.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/SunJoker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,QAAQ,GAAG,oBAAoB,CAC1C;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,UAAU;IAClB,IAAI,EAAE,UAAU;IAChB,mFAAmF;CACpF,EACD,gBAAgB,CACjB,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const TBEER_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TKCJp1q9325BfQbu2Suh7mshQs8ijuqv3y',
|
|
5
|
-
};
|
|
6
|
-
export const TBEER = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'TBEER',
|
|
9
|
-
name: 'TRON BEER',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TBEER_TXMN3d_FSZeVq8A5nzi.jpg',
|
|
11
|
-
}, TBEER_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=TBEER.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TBEER.js","sourceRoot":"","sources":["../../../../../tvm/config/tokens/tokens/TBEER.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,oCAAoC;CAC/C,CAAA;AAEV,MAAM,CAAC,MAAM,KAAK,GAAG,oBAAoB,CACvC;IACE,QAAQ,EAAE,EAAE;IACZ,MAAM,EAAE,OAAO;IACf,IAAI,EAAE,WAAW;IACjB,gFAAgF;CACjF,EACD,aAAa,CACd,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js';
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js';
|
|
3
|
-
export const TBULL_ADDRESS = {
|
|
4
|
-
[TvmChainId.TRON]: 'TPeoxx1VhUMnAUyjwWfximDYFDQaxNQQ45',
|
|
5
|
-
};
|
|
6
|
-
export const TBULL = addressMapToTokenMap({
|
|
7
|
-
decimals: 18,
|
|
8
|
-
symbol: 'TBULL',
|
|
9
|
-
name: 'Tron Bull',
|
|
10
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/TBULL_TSfV1B_YQaduaEhm0cB.webp',
|
|
11
|
-
}, TBULL_ADDRESS);
|
|
12
|
-
//# sourceMappingURL=TBULL.js.map
|