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,42 +0,0 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
BlockExplorers,
|
|
3
|
-
Chain,
|
|
4
|
-
NetType,
|
|
5
|
-
} from '../../generic/chain/interface.js'
|
|
6
|
-
import type { TvmChainId, TvmChainKey } from './chains.js'
|
|
7
|
-
|
|
8
|
-
export type TvmChainType = 'tvm'
|
|
9
|
-
|
|
10
|
-
type TvmChainBase<TChainId extends number, TChainKey extends string> = Chain<
|
|
11
|
-
TvmChainType,
|
|
12
|
-
// @ts-expect-error prevent infinite loop
|
|
13
|
-
TChainId,
|
|
14
|
-
TChainKey,
|
|
15
|
-
Readonly<string>,
|
|
16
|
-
Readonly<string>,
|
|
17
|
-
NetType,
|
|
18
|
-
BlockExplorers,
|
|
19
|
-
string,
|
|
20
|
-
string
|
|
21
|
-
>
|
|
22
|
-
|
|
23
|
-
export type TvmChain = TvmChainBase<TvmChainId, TvmChainKey>
|
|
24
|
-
|
|
25
|
-
type TvmChainInput = Omit<
|
|
26
|
-
TvmChainBase<number, string>,
|
|
27
|
-
'type' | 'getTransactionUrl' | 'getAccountUrl' | 'getTokenUrl'
|
|
28
|
-
>
|
|
29
|
-
|
|
30
|
-
export function defineTvmChain<const T extends TvmChainInput>(chain: T) {
|
|
31
|
-
return {
|
|
32
|
-
...chain,
|
|
33
|
-
type: 'tvm' as const,
|
|
34
|
-
|
|
35
|
-
getTransactionUrl: (input: string) =>
|
|
36
|
-
`${chain.blockExplorers.default.url}/#/transaction/${input}`,
|
|
37
|
-
getAccountUrl: (input: string) =>
|
|
38
|
-
`${chain.blockExplorers.default.url}/#/address/${input}`,
|
|
39
|
-
getTokenUrl: (input: string) =>
|
|
40
|
-
`${chain.blockExplorers.default.url}/#/token20/${input}`,
|
|
41
|
-
} as const satisfies TvmChainBase<number, string>
|
|
42
|
-
}
|
package/tvm/chain/index.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../chain/chains.js'
|
|
2
|
-
import type { TvmAddress } from '../../currency/token.js'
|
|
3
|
-
|
|
4
|
-
export const MULTICALL_SUPPORTED_CHAIN_IDS = [TvmChainId.TRON] as const
|
|
5
|
-
|
|
6
|
-
export const MulticallChainIds = MULTICALL_SUPPORTED_CHAIN_IDS
|
|
7
|
-
|
|
8
|
-
export type MulticallChainId = (typeof MULTICALL_SUPPORTED_CHAIN_IDS)[number]
|
|
9
|
-
|
|
10
|
-
export const isMulticallChainId = (
|
|
11
|
-
chainId: number,
|
|
12
|
-
): chainId is MulticallChainId =>
|
|
13
|
-
MULTICALL_SUPPORTED_CHAIN_IDS.includes(chainId as MulticallChainId)
|
|
14
|
-
|
|
15
|
-
export const MULTICALL_ADDRESS: Record<MulticallChainId, TvmAddress> = {
|
|
16
|
-
[TvmChainId.TRON]: 'TGXuuKAb4bnrn137u39EKbYzKNXvdCes98',
|
|
17
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../chain/chains.js'
|
|
2
|
-
import type { TvmAddress } from '../../currency/token.js'
|
|
3
|
-
|
|
4
|
-
export const SWAP_SUPPORTED_CHAIN_IDS = [TvmChainId.TRON] as const
|
|
5
|
-
|
|
6
|
-
export const SwapChainIds = SWAP_SUPPORTED_CHAIN_IDS
|
|
7
|
-
|
|
8
|
-
export type SwapChainId = (typeof SWAP_SUPPORTED_CHAIN_IDS)[number]
|
|
9
|
-
|
|
10
|
-
export const isSwapChainId = (chainId: number): chainId is SwapChainId =>
|
|
11
|
-
SWAP_SUPPORTED_CHAIN_IDS.includes(chainId as SwapChainId)
|
|
12
|
-
|
|
13
|
-
export const SWAP_FACTORY_ADDRESS: Record<SwapChainId, TvmAddress> = {
|
|
14
|
-
[TvmChainId.TRON]: 'TPA5vJu579Ub5BRXETiEYZUs1SmGh7cDia',
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export const SWAP_ROUTER_ADDRESS: Record<SwapChainId, TvmAddress> = {
|
|
18
|
-
[TvmChainId.TRON]: 'TGXuuKAb4bnrn137u39EKbYzKNXvdCes98',
|
|
19
|
-
}
|
package/tvm/config/index.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import type { TvmChainId } from '../../chain/index.js'
|
|
2
|
-
import {
|
|
3
|
-
type TvmAddress,
|
|
4
|
-
TvmToken,
|
|
5
|
-
type TvmTokenOrigin,
|
|
6
|
-
} from '../../currency/token.js'
|
|
7
|
-
|
|
8
|
-
export function addressMapToTokenMap<ChainId extends TvmChainId>(
|
|
9
|
-
{
|
|
10
|
-
decimals,
|
|
11
|
-
symbol,
|
|
12
|
-
name,
|
|
13
|
-
origin,
|
|
14
|
-
}: {
|
|
15
|
-
decimals: number
|
|
16
|
-
symbol: string
|
|
17
|
-
name: string
|
|
18
|
-
origin?: TvmTokenOrigin
|
|
19
|
-
},
|
|
20
|
-
map: Record<ChainId, TvmAddress>,
|
|
21
|
-
): Record<ChainId, TvmToken> {
|
|
22
|
-
return Object.fromEntries(
|
|
23
|
-
Object.entries(map).map(([chainId, address]) => [
|
|
24
|
-
Number(chainId) as ChainId,
|
|
25
|
-
new TvmToken({
|
|
26
|
-
chainId: Number(chainId) as TvmChainId,
|
|
27
|
-
address: address as TvmAddress,
|
|
28
|
-
decimals,
|
|
29
|
-
symbol,
|
|
30
|
-
name,
|
|
31
|
-
origin,
|
|
32
|
-
}),
|
|
33
|
-
]),
|
|
34
|
-
) as Record<ChainId, TvmToken>
|
|
35
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../chain/chains.js'
|
|
2
|
-
import { TvmNative } from '../../currency/native.js'
|
|
3
|
-
|
|
4
|
-
export const NATIVE = {
|
|
5
|
-
[TvmChainId.TRON]: new TvmNative({
|
|
6
|
-
chainId: TvmChainId.TRON,
|
|
7
|
-
symbol: 'TRX',
|
|
8
|
-
name: 'TRX (Tron)',
|
|
9
|
-
decimals: 6,
|
|
10
|
-
}),
|
|
11
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import type { TvmCurrency } from '../../../currency/currency.js'
|
|
3
|
-
import { NATIVE } from '../native.js'
|
|
4
|
-
import { BTC } from '../tokens/BTC.js'
|
|
5
|
-
import { USDT } from '../tokens/USDT.js'
|
|
6
|
-
import { WETH } from '../tokens/WETH.js'
|
|
7
|
-
import { WTRX } from '../tokens/WTRX.js'
|
|
8
|
-
|
|
9
|
-
export const DEFAULT_BASES = {
|
|
10
|
-
[TvmChainId.TRON]: [
|
|
11
|
-
NATIVE[TvmChainId.TRON],
|
|
12
|
-
WTRX[TvmChainId.TRON],
|
|
13
|
-
USDT[TvmChainId.TRON],
|
|
14
|
-
BTC[TvmChainId.TRON],
|
|
15
|
-
WETH[TvmChainId.TRON],
|
|
16
|
-
],
|
|
17
|
-
} as const satisfies Record<TvmChainId, Readonly<TvmCurrency[]>>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import type { TvmCurrency } from '../../../currency/currency.js'
|
|
3
|
-
import { TUSD } from '../tokens/TUSD.js'
|
|
4
|
-
import { USDD } from '../tokens/USDD.js'
|
|
5
|
-
import { USDT } from '../tokens/USDT.js'
|
|
6
|
-
|
|
7
|
-
export const STABLES = {
|
|
8
|
-
[TvmChainId.TRON]: [
|
|
9
|
-
USDT[TvmChainId.TRON],
|
|
10
|
-
TUSD[TvmChainId.TRON],
|
|
11
|
-
USDD[TvmChainId.TRON],
|
|
12
|
-
],
|
|
13
|
-
} as const satisfies Record<TvmChainId, Readonly<TvmCurrency[]>>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const $Afro_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TDnXXUXH37zEojEfrvYziS6yKSpYmkdjHE',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const $Afro = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: '$Afro',
|
|
12
|
-
name: 'Afro',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/$Afro_TPeQ55_cHUMaVSFmoe8.png',
|
|
14
|
-
},
|
|
15
|
-
$Afro_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const BICOIN_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TF7ixydn7nfCgj9wQj3fRdKRAvsZ8egHcx',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const BICOIN = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'BICOIN',
|
|
12
|
-
name: 'B1COIN',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/BICOIN_TJvQmL_cpZkc8sGaKuC.png',
|
|
14
|
-
},
|
|
15
|
-
BICOIN_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const BOG_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TYteXtNLyZb9D6vZatpwvkq52YrdSMP4Y1',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const BOG = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'BOG',
|
|
12
|
-
name: 'Birddog',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/BOG_TEuGom_vb57Hpv7PKdK.jpeg',
|
|
14
|
-
},
|
|
15
|
-
BOG_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const BTC_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const BTC = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 8,
|
|
11
|
-
symbol: 'BTC',
|
|
12
|
-
name: 'Bitcoin',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9.png',
|
|
14
|
-
},
|
|
15
|
-
BTC_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const BTT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const BTT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'BTT',
|
|
12
|
-
name: 'BitTorrent',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/1002000.png',
|
|
14
|
-
},
|
|
15
|
-
BTT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const BULL_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TAt4ufXFaHZAEV44ev7onThjTnF61SEaEM',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const BULL = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'BULL',
|
|
12
|
-
name: 'Tron Bull',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/BULL_TYvwPp_negdGNxhFCpp.png',
|
|
14
|
-
},
|
|
15
|
-
BULL_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const CDOG_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TVXmroHbJsJ6rVm3wGn2G9723yz3Kbqp9x',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const CDOG = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'CDOG',
|
|
12
|
-
name: 'Cyber Dog',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/CDOG_TQU2Lr_ZBlOpcEb0sXM.jpg',
|
|
14
|
-
},
|
|
15
|
-
CDOG_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const CZ_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TSZu2myGg42ZEsT7RvvbVvhVS3kf9f1e57',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const CZ = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'CZ',
|
|
12
|
-
name: 'Changpeng Zhao',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/CZ_TBDSE9_iEzd2xG48TpN.jpeg',
|
|
14
|
-
},
|
|
15
|
-
CZ_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const CZC_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TRJBN2ninnLKUUDR1f686goCYetPcPed8f',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const CZC = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'CZC',
|
|
12
|
-
name: 'Crypto Zillion Club',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/CZC_TH5Eyn_1tR9tsfvqbYq.png',
|
|
14
|
-
},
|
|
15
|
-
CZC_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const DRGN_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TV5yB8f4AdoAfVVUdkytyZnX5e7SeGAZr2',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const DRGN = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'DRGN',
|
|
12
|
-
name: 'Dragon Sun',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/DRGN_TUcY9d_GmJcXp1VNNqz.jpg',
|
|
14
|
-
},
|
|
15
|
-
DRGN_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const ETH_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TRFe3hT5oYhjSZ6f3ji5FJ7YCfrkWnHRvh',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const ETH = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'ETH',
|
|
12
|
-
name: 'Ethereum',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TRFe3hT5oYhjSZ6f3ji5FJ7YCfrkWnHRvh.png',
|
|
14
|
-
},
|
|
15
|
-
ETH_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const ETHOLD_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const ETHOLD = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'ETHOLD',
|
|
12
|
-
name: 'EthereumOLD',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF.png',
|
|
14
|
-
},
|
|
15
|
-
ETHOLD_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const FOFAR_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TUFonyWZ4Tza5MzgDj6g2u5rfdGoRVYG7g',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const FOFAR = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'FOFAR',
|
|
12
|
-
name: 'FOFAR',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/FOFAR_THQg9C_IavjUsY3Wun7.jpg',
|
|
14
|
-
},
|
|
15
|
-
FOFAR_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const HOTSUN_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TCXTVfR7pFH8voLyqhbUGXdiYaBkTDmYCQ',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const HOTSUN = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'HOTSUN',
|
|
12
|
-
name: 'HOTSUN',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/HOTSUN_TUueYg_emDoYuKXklz4.jpeg',
|
|
14
|
-
},
|
|
15
|
-
HOTSUN_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const HT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TDyvndWuvX5xTBwHPYJi7J3Yq8pq8yh62h',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const HT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'HT',
|
|
12
|
-
name: 'HuobiToken',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TDyvndWuvX5xTBwHPYJi7J3Yq8pq8yh62h.png',
|
|
14
|
-
},
|
|
15
|
-
HT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const HTX_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TUPM7K8REVzD2UdV4R5fe5M8XbnR2DdoJ6',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const HTX = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'HTX',
|
|
12
|
-
name: 'HTX',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/new/HTX.png',
|
|
14
|
-
},
|
|
15
|
-
HTX_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const IVfun_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TSig7sWzEL2K83mkJMQtbyPpiVSbR6pZnb',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const IVfun = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'IVfun',
|
|
12
|
-
name: 'Invest Zone',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/IVfun_TYE2hX_1rR7Q8GfwFKa.jpg',
|
|
14
|
-
},
|
|
15
|
-
IVfun_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const JST_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const JST = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'JST',
|
|
12
|
-
name: 'JUST GOV v1.0',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/just_icon.png',
|
|
14
|
-
},
|
|
15
|
-
JST_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const LABR_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TMEvVHCUngZ6JfuvnH74cX8UFw1KedAuhR',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const LABR = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'LABR',
|
|
12
|
-
name: 'Labrador',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/LABR_TTGSZE_HG9I7qi3BY11.png',
|
|
14
|
-
},
|
|
15
|
-
LABR_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const LTC_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TR3DLthpnDdCGabhVDbD3VMsiJoCXY3bZd',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const LTC = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 8,
|
|
11
|
-
symbol: 'LTC',
|
|
12
|
-
name: 'Litecoin',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/logo/TR3DLthpnDdCGabhVDbD3VMsiJoCXY3bZd.png',
|
|
14
|
-
},
|
|
15
|
-
LTC_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const MEOWKA_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TYpSKB5hfaKpRDwS2p7bait3xuCKYnwDKJ',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const MEOWKA = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MEOWKA',
|
|
12
|
-
name: 'Meowka Neko',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MEOWKA_TFD7X8_2AtEA0p50jde.PNG',
|
|
14
|
-
},
|
|
15
|
-
MEOWKA_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const MOONDOG_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TMWD9A3N3EhhEhiTCkEESBrVTosNmMJy8T',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const MOONDOG = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MOONDOG',
|
|
12
|
-
name: 'MOONDOG',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MOONDOG_TQXe52_BoDeNysxsme5.png',
|
|
14
|
-
},
|
|
15
|
-
MOONDOG_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const MUNCAT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TE2T2vLnEQT1XW647EAQAHWqd6NZL1hweR',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const MUNCAT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MUNCAT',
|
|
12
|
-
name: 'MUNCAT',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MUNCAT_TJ44MB_FKFM8Y8eyhH2.jpeg',
|
|
14
|
-
},
|
|
15
|
-
MUNCAT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const MWD_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TEfg1LnM3yApCjAgax35wDg6SRpmZFuQS3',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const MWD = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'MWD',
|
|
12
|
-
name: 'MEW-WOOF-DAO',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/MWD_TWcE6E_SsCtXAZ1KvWi.jpeg',
|
|
14
|
-
},
|
|
15
|
-
MWD_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const NFT_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const NFT = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 6,
|
|
11
|
-
symbol: 'NFT',
|
|
12
|
-
name: 'APENFT',
|
|
13
|
-
//logoURI: 'https://static.tronscan.org/production/upload/logo/TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq.png',
|
|
14
|
-
},
|
|
15
|
-
NFT_ADDRESS,
|
|
16
|
-
)
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TvmChainId } from '../../../chain/chains.js'
|
|
2
|
-
import { addressMapToTokenMap } from '../address-map-to-token-map.js'
|
|
3
|
-
|
|
4
|
-
export const PSYOP_ADDRESS = {
|
|
5
|
-
[TvmChainId.TRON]: 'TBFr8v7HkKGydiHAjDL8NzqYf7cJqNsTVY',
|
|
6
|
-
} as const
|
|
7
|
-
|
|
8
|
-
export const PSYOP = addressMapToTokenMap(
|
|
9
|
-
{
|
|
10
|
-
decimals: 18,
|
|
11
|
-
symbol: 'PSYOP',
|
|
12
|
-
name: 'PSYOPTRON',
|
|
13
|
-
//logoURI: 'https://cdn.sunpump.meme/public/logo/PSYOP_TEX3q5_JlNNNeGizAHQ.png',
|
|
14
|
-
},
|
|
15
|
-
PSYOP_ADDRESS,
|
|
16
|
-
)
|