@ledgerhq/cryptoassets 12.1.0-nightly.1 → 12.1.0
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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -4
- package/lib/crypto-assets-importer/exchange/bep20.d.ts.map +1 -1
- package/lib/crypto-assets-importer/exchange/bep20.js +1 -7
- package/lib/crypto-assets-importer/exchange/bep20.js.map +1 -1
- package/lib/crypto-assets-importer/exchange/coins.d.ts.map +1 -1
- package/lib/crypto-assets-importer/exchange/coins.js +1 -7
- package/lib/crypto-assets-importer/exchange/coins.js.map +1 -1
- package/lib/crypto-assets-importer/exchange/erc20.d.ts.map +1 -1
- package/lib/crypto-assets-importer/exchange/erc20.js +1 -7
- package/lib/crypto-assets-importer/exchange/erc20.js.map +1 -1
- package/lib/crypto-assets-importer/fetch/fetch.test.js +2 -3
- package/lib/crypto-assets-importer/fetch/fetch.test.js.map +1 -1
- package/lib/crypto-assets-importer/fetch/index.d.ts +1 -1
- package/lib/crypto-assets-importer/fetch/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/fetch/index.js +2 -2
- package/lib/crypto-assets-importer/fetch/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/asa/asa.test.js +2 -5
- package/lib/crypto-assets-importer/importers/asa/asa.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/asa/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/asa/index.js +1 -6
- package/lib/crypto-assets-importer/importers/asa/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/bep20/bep20.test.js +2 -5
- package/lib/crypto-assets-importer/importers/bep20/bep20.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/bep20/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/bep20/index.js +2 -7
- package/lib/crypto-assets-importer/importers/bep20/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js +2 -5
- package/lib/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/cardanoNative/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/cardanoNative/index.js +2 -7
- package/lib/crypto-assets-importer/importers/cardanoNative/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/eip712/eip712.test.js +3 -7
- package/lib/crypto-assets-importer/importers/eip712/eip712.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/eip712/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/eip712/index.js +2 -8
- package/lib/crypto-assets-importer/importers/eip712/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20/erc20.test.js +2 -5
- package/lib/crypto-assets-importer/importers/erc20/erc20.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20/index.js +1 -6
- package/lib/crypto-assets-importer/importers/erc20/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js +3 -9
- package/lib/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20-signature/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20-signature/index.js +2 -10
- package/lib/crypto-assets-importer/importers/erc20-signature/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/esdt/esdt.test.js +2 -5
- package/lib/crypto-assets-importer/importers/esdt/esdt.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/esdt/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/esdt/index.js +1 -6
- package/lib/crypto-assets-importer/importers/esdt/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/evm/evm.test.js +8 -10
- package/lib/crypto-assets-importer/importers/evm/evm.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/evm/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/evm/index.js +6 -50
- package/lib/crypto-assets-importer/importers/evm/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/polygon/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/polygon/index.js +1 -6
- package/lib/crypto-assets-importer/importers/polygon/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/polygon/polygon.test.js +2 -5
- package/lib/crypto-assets-importer/importers/polygon/polygon.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/spl/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/spl/index.js +1 -6
- package/lib/crypto-assets-importer/importers/spl/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/spl/spl.test.js +2 -5
- package/lib/crypto-assets-importer/importers/spl/spl.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/stellar/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/stellar/index.js +1 -6
- package/lib/crypto-assets-importer/importers/stellar/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/stellar/stellar.test.js +2 -5
- package/lib/crypto-assets-importer/importers/stellar/stellar.test.js.map +1 -1
- package/lib/crypto-assets-importer/importers/trc20/index.d.ts.map +1 -1
- package/lib/crypto-assets-importer/importers/trc20/index.js +1 -6
- package/lib/crypto-assets-importer/importers/trc20/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/trc20/trc20.test.js +2 -5
- package/lib/crypto-assets-importer/importers/trc20/trc20.test.js.map +1 -1
- package/lib/crypto-assets-importer/index.js +0 -2
- package/lib/crypto-assets-importer/index.js.map +1 -1
- package/lib/data/asa.d.ts +0 -1
- package/lib/data/asa.d.ts.map +1 -1
- package/lib/data/asa.js +0 -3
- package/lib/data/asa.js.map +1 -1
- package/lib/data/bep20.d.ts +0 -1
- package/lib/data/bep20.d.ts.map +1 -1
- package/lib/data/bep20.js +0 -3
- package/lib/data/bep20.js.map +1 -1
- package/lib/data/cardanoNative.d.ts +0 -1
- package/lib/data/cardanoNative.d.ts.map +1 -1
- package/lib/data/cardanoNative.js +0 -3
- package/lib/data/cardanoNative.js.map +1 -1
- package/lib/data/eip712.d.ts +747 -3
- package/lib/data/eip712.d.ts.map +1 -1
- package/lib/data/eip712.js +2040 -8
- package/lib/data/eip712.js.map +1 -1
- package/lib/data/erc20-signatures.d.ts +2 -3
- package/lib/data/erc20-signatures.d.ts.map +1 -1
- package/lib/data/erc20-signatures.js +1 -8
- package/lib/data/erc20-signatures.js.map +1 -1
- package/lib/data/erc20.d.ts +0 -1
- package/lib/data/erc20.d.ts.map +1 -1
- package/lib/data/erc20.js +0 -3
- package/lib/data/erc20.js.map +1 -1
- package/lib/data/esdt.d.ts +0 -1
- package/lib/data/esdt.d.ts.map +1 -1
- package/lib/data/esdt.js +0 -3
- package/lib/data/esdt.js.map +1 -1
- package/lib/data/evm/1/index.d.ts +5 -4
- package/lib/data/evm/1/index.d.ts.map +1 -1
- package/lib/data/evm/1/index.js +3 -9
- package/lib/data/evm/1/index.js.map +1 -1
- package/lib/data/evm/10/index.d.ts +5 -4
- package/lib/data/evm/10/index.d.ts.map +1 -1
- package/lib/data/evm/10/index.js +3 -9
- package/lib/data/evm/10/index.js.map +1 -1
- package/lib/data/evm/106/index.d.ts +5 -4
- package/lib/data/evm/106/index.d.ts.map +1 -1
- package/lib/data/evm/106/index.js +3 -9
- package/lib/data/evm/106/index.js.map +1 -1
- package/lib/data/evm/1088/index.d.ts +5 -4
- package/lib/data/evm/1088/index.d.ts.map +1 -1
- package/lib/data/evm/1088/index.js +3 -9
- package/lib/data/evm/1088/index.js.map +1 -1
- package/lib/data/evm/1101/index.d.ts +5 -4
- package/lib/data/evm/1101/index.d.ts.map +1 -1
- package/lib/data/evm/1101/index.js +3 -9
- package/lib/data/evm/1101/index.js.map +1 -1
- package/lib/data/evm/11155111/index.d.ts +5 -4
- package/lib/data/evm/11155111/index.d.ts.map +1 -1
- package/lib/data/evm/11155111/index.js +3 -9
- package/lib/data/evm/11155111/index.js.map +1 -1
- package/lib/data/evm/1284/index.d.ts +5 -4
- package/lib/data/evm/1284/index.d.ts.map +1 -1
- package/lib/data/evm/1284/index.js +3 -9
- package/lib/data/evm/1284/index.js.map +1 -1
- package/lib/data/evm/137/index.d.ts +5 -4
- package/lib/data/evm/137/index.d.ts.map +1 -1
- package/lib/data/evm/137/index.js +3 -9
- package/lib/data/evm/137/index.js.map +1 -1
- package/lib/data/evm/1442/index.d.ts +5 -4
- package/lib/data/evm/1442/index.d.ts.map +1 -1
- package/lib/data/evm/1442/index.js +3 -9
- package/lib/data/evm/1442/index.js.map +1 -1
- package/lib/data/evm/199/index.d.ts +5 -4
- package/lib/data/evm/199/index.d.ts.map +1 -1
- package/lib/data/evm/199/index.js +3 -9
- package/lib/data/evm/199/index.js.map +1 -1
- package/lib/data/evm/245022934/index.d.ts +5 -4
- package/lib/data/evm/245022934/index.d.ts.map +1 -1
- package/lib/data/evm/245022934/index.js +3 -9
- package/lib/data/evm/245022934/index.js.map +1 -1
- package/lib/data/evm/246/index.d.ts +5 -4
- package/lib/data/evm/246/index.d.ts.map +1 -1
- package/lib/data/evm/246/index.js +3 -9
- package/lib/data/evm/246/index.js.map +1 -1
- package/lib/data/evm/25/index.d.ts +5 -4
- package/lib/data/evm/25/index.d.ts.map +1 -1
- package/lib/data/evm/25/index.js +3 -9
- package/lib/data/evm/25/index.js.map +1 -1
- package/lib/data/evm/250/index.d.ts +5 -4
- package/lib/data/evm/250/index.d.ts.map +1 -1
- package/lib/data/evm/250/index.js +3 -9
- package/lib/data/evm/250/index.js.map +1 -1
- package/lib/data/evm/3/index.d.ts +5 -4
- package/lib/data/evm/3/index.d.ts.map +1 -1
- package/lib/data/evm/3/index.js +3 -9
- package/lib/data/evm/3/index.js.map +1 -1
- package/lib/data/evm/30/index.d.ts +5 -4
- package/lib/data/evm/30/index.d.ts.map +1 -1
- package/lib/data/evm/30/index.js +3 -9
- package/lib/data/evm/30/index.js.map +1 -1
- package/lib/data/evm/40/index.d.ts +5 -4
- package/lib/data/evm/40/index.d.ts.map +1 -1
- package/lib/data/evm/40/index.js +3 -9
- package/lib/data/evm/40/index.js.map +1 -1
- package/lib/data/evm/420/index.d.ts +5 -4
- package/lib/data/evm/420/index.d.ts.map +1 -1
- package/lib/data/evm/420/index.js +3 -9
- package/lib/data/evm/420/index.js.map +1 -1
- package/lib/data/evm/42161/index.d.ts +5 -4
- package/lib/data/evm/42161/index.d.ts.map +1 -1
- package/lib/data/evm/42161/index.js +3 -9
- package/lib/data/evm/42161/index.js.map +1 -1
- package/lib/data/evm/43114/index.d.ts +5 -4
- package/lib/data/evm/43114/index.d.ts.map +1 -1
- package/lib/data/evm/43114/index.js +3 -9
- package/lib/data/evm/43114/index.js.map +1 -1
- package/lib/data/evm/5/index.d.ts +5 -4
- package/lib/data/evm/5/index.d.ts.map +1 -1
- package/lib/data/evm/5/index.js +3 -9
- package/lib/data/evm/5/index.js.map +1 -1
- package/lib/data/evm/56/index.d.ts +5 -4
- package/lib/data/evm/56/index.d.ts.map +1 -1
- package/lib/data/evm/56/index.js +3 -9
- package/lib/data/evm/56/index.js.map +1 -1
- package/lib/data/evm/57/index.d.ts +5 -4
- package/lib/data/evm/57/index.d.ts.map +1 -1
- package/lib/data/evm/57/index.js +3 -9
- package/lib/data/evm/57/index.js.map +1 -1
- package/lib/data/evm/59144/index.d.ts +5 -4
- package/lib/data/evm/59144/index.d.ts.map +1 -1
- package/lib/data/evm/59144/index.js +3 -9
- package/lib/data/evm/59144/index.js.map +1 -1
- package/lib/data/evm/592/index.d.ts +5 -4
- package/lib/data/evm/592/index.d.ts.map +1 -1
- package/lib/data/evm/592/index.js +3 -9
- package/lib/data/evm/592/index.js.map +1 -1
- package/lib/data/evm/8217/index.d.ts +5 -4
- package/lib/data/evm/8217/index.d.ts.map +1 -1
- package/lib/data/evm/8217/index.js +3 -9
- package/lib/data/evm/8217/index.js.map +1 -1
- package/lib/data/evm/8453/index.d.ts +5 -4
- package/lib/data/evm/8453/index.d.ts.map +1 -1
- package/lib/data/evm/8453/index.js +3 -9
- package/lib/data/evm/8453/index.js.map +1 -1
- package/lib/data/evm/index.d.ts +0 -116
- package/lib/data/evm/index.d.ts.map +1 -1
- package/lib/data/evm/index.js +1 -115
- package/lib/data/evm/index.js.map +1 -1
- package/lib/data/exchange/bep20.d.ts +0 -1
- package/lib/data/exchange/bep20.d.ts.map +1 -1
- package/lib/data/exchange/bep20.js +0 -3
- package/lib/data/exchange/bep20.js.map +1 -1
- package/lib/data/exchange/coins.d.ts +0 -1
- package/lib/data/exchange/coins.d.ts.map +1 -1
- package/lib/data/exchange/coins.js +0 -3
- package/lib/data/exchange/coins.js.map +1 -1
- package/lib/data/exchange/erc20.d.ts +0 -1
- package/lib/data/exchange/erc20.d.ts.map +1 -1
- package/lib/data/exchange/erc20.js +0 -3
- package/lib/data/exchange/erc20.js.map +1 -1
- package/lib/data/polygon-erc20.d.ts +0 -1
- package/lib/data/polygon-erc20.d.ts.map +1 -1
- package/lib/data/polygon-erc20.js +0 -3
- package/lib/data/polygon-erc20.js.map +1 -1
- package/lib/data/spl.d.ts +0 -1
- package/lib/data/spl.d.ts.map +1 -1
- package/lib/data/spl.js +0 -3
- package/lib/data/spl.js.map +1 -1
- package/lib/data/stellar.d.ts +0 -1
- package/lib/data/stellar.d.ts.map +1 -1
- package/lib/data/stellar.js +0 -3
- package/lib/data/stellar.js.map +1 -1
- package/lib/data/trc20.d.ts +0 -1
- package/lib/data/trc20.d.ts.map +1 -1
- package/lib/data/trc20.js +0 -3
- package/lib/data/trc20.js.map +1 -1
- package/lib/exchange.d.ts.map +1 -1
- package/lib/exchange.js +1 -2
- package/lib/exchange.js.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/bep20.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/bep20.js +1 -7
- package/lib-es/crypto-assets-importer/exchange/bep20.js.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/coins.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/coins.js +1 -7
- package/lib-es/crypto-assets-importer/exchange/coins.js.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/erc20.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/erc20.js +1 -7
- package/lib-es/crypto-assets-importer/exchange/erc20.js.map +1 -1
- package/lib-es/crypto-assets-importer/fetch/fetch.test.js +2 -3
- package/lib-es/crypto-assets-importer/fetch/fetch.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/fetch/index.d.ts +1 -1
- package/lib-es/crypto-assets-importer/fetch/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/fetch/index.js +2 -2
- package/lib-es/crypto-assets-importer/fetch/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/asa/asa.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/asa/asa.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/asa/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/asa/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/asa/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/bep20/bep20.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/bep20/bep20.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/bep20/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/bep20/index.js +2 -7
- package/lib-es/crypto-assets-importer/importers/bep20/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/cardanoNative/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/cardanoNative/index.js +2 -7
- package/lib-es/crypto-assets-importer/importers/cardanoNative/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/eip712/eip712.test.js +3 -7
- package/lib-es/crypto-assets-importer/importers/eip712/eip712.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/eip712/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/eip712/index.js +2 -8
- package/lib-es/crypto-assets-importer/importers/eip712/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20/erc20.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/erc20/erc20.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/erc20/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js +3 -9
- package/lib-es/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20-signature/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20-signature/index.js +2 -10
- package/lib-es/crypto-assets-importer/importers/erc20-signature/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/esdt/esdt.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/esdt/esdt.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/esdt/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/esdt/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/esdt/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/evm/evm.test.js +8 -10
- package/lib-es/crypto-assets-importer/importers/evm/evm.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/evm/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/evm/index.js +6 -50
- package/lib-es/crypto-assets-importer/importers/evm/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/polygon/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/polygon/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/polygon/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/polygon/polygon.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/polygon/polygon.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/spl/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/spl/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/spl/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/spl/spl.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/spl/spl.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/stellar/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/stellar/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/stellar/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/stellar/stellar.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/stellar/stellar.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/trc20/index.d.ts.map +1 -1
- package/lib-es/crypto-assets-importer/importers/trc20/index.js +1 -6
- package/lib-es/crypto-assets-importer/importers/trc20/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/trc20/trc20.test.js +2 -5
- package/lib-es/crypto-assets-importer/importers/trc20/trc20.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/index.js +0 -2
- package/lib-es/crypto-assets-importer/index.js.map +1 -1
- package/lib-es/data/asa.d.ts +0 -1
- package/lib-es/data/asa.d.ts.map +1 -1
- package/lib-es/data/asa.js +0 -1
- package/lib-es/data/asa.js.map +1 -1
- package/lib-es/data/bep20.d.ts +0 -1
- package/lib-es/data/bep20.d.ts.map +1 -1
- package/lib-es/data/bep20.js +0 -1
- package/lib-es/data/bep20.js.map +1 -1
- package/lib-es/data/cardanoNative.d.ts +0 -1
- package/lib-es/data/cardanoNative.d.ts.map +1 -1
- package/lib-es/data/cardanoNative.js +0 -1
- package/lib-es/data/cardanoNative.js.map +1 -1
- package/lib-es/data/eip712.d.ts +747 -3
- package/lib-es/data/eip712.d.ts.map +1 -1
- package/lib-es/data/eip712.js +2040 -3
- package/lib-es/data/eip712.js.map +1 -1
- package/lib-es/data/erc20-signatures.d.ts +2 -3
- package/lib-es/data/erc20-signatures.d.ts.map +1 -1
- package/lib-es/data/erc20-signatures.js +1 -3
- package/lib-es/data/erc20-signatures.js.map +1 -1
- package/lib-es/data/erc20.d.ts +0 -1
- package/lib-es/data/erc20.d.ts.map +1 -1
- package/lib-es/data/erc20.js +0 -1
- package/lib-es/data/erc20.js.map +1 -1
- package/lib-es/data/esdt.d.ts +0 -1
- package/lib-es/data/esdt.d.ts.map +1 -1
- package/lib-es/data/esdt.js +0 -1
- package/lib-es/data/esdt.js.map +1 -1
- package/lib-es/data/evm/1/index.d.ts +5 -4
- package/lib-es/data/evm/1/index.d.ts.map +1 -1
- package/lib-es/data/evm/1/index.js +3 -4
- package/lib-es/data/evm/1/index.js.map +1 -1
- package/lib-es/data/evm/10/index.d.ts +5 -4
- package/lib-es/data/evm/10/index.d.ts.map +1 -1
- package/lib-es/data/evm/10/index.js +3 -4
- package/lib-es/data/evm/10/index.js.map +1 -1
- package/lib-es/data/evm/106/index.d.ts +5 -4
- package/lib-es/data/evm/106/index.d.ts.map +1 -1
- package/lib-es/data/evm/106/index.js +3 -4
- package/lib-es/data/evm/106/index.js.map +1 -1
- package/lib-es/data/evm/1088/index.d.ts +5 -4
- package/lib-es/data/evm/1088/index.d.ts.map +1 -1
- package/lib-es/data/evm/1088/index.js +3 -4
- package/lib-es/data/evm/1088/index.js.map +1 -1
- package/lib-es/data/evm/1101/index.d.ts +5 -4
- package/lib-es/data/evm/1101/index.d.ts.map +1 -1
- package/lib-es/data/evm/1101/index.js +3 -4
- package/lib-es/data/evm/1101/index.js.map +1 -1
- package/lib-es/data/evm/11155111/index.d.ts +5 -4
- package/lib-es/data/evm/11155111/index.d.ts.map +1 -1
- package/lib-es/data/evm/11155111/index.js +3 -4
- package/lib-es/data/evm/11155111/index.js.map +1 -1
- package/lib-es/data/evm/1284/index.d.ts +5 -4
- package/lib-es/data/evm/1284/index.d.ts.map +1 -1
- package/lib-es/data/evm/1284/index.js +3 -4
- package/lib-es/data/evm/1284/index.js.map +1 -1
- package/lib-es/data/evm/137/index.d.ts +5 -4
- package/lib-es/data/evm/137/index.d.ts.map +1 -1
- package/lib-es/data/evm/137/index.js +3 -4
- package/lib-es/data/evm/137/index.js.map +1 -1
- package/lib-es/data/evm/1442/index.d.ts +5 -4
- package/lib-es/data/evm/1442/index.d.ts.map +1 -1
- package/lib-es/data/evm/1442/index.js +3 -4
- package/lib-es/data/evm/1442/index.js.map +1 -1
- package/lib-es/data/evm/199/index.d.ts +5 -4
- package/lib-es/data/evm/199/index.d.ts.map +1 -1
- package/lib-es/data/evm/199/index.js +3 -4
- package/lib-es/data/evm/199/index.js.map +1 -1
- package/lib-es/data/evm/245022934/index.d.ts +5 -4
- package/lib-es/data/evm/245022934/index.d.ts.map +1 -1
- package/lib-es/data/evm/245022934/index.js +3 -4
- package/lib-es/data/evm/245022934/index.js.map +1 -1
- package/lib-es/data/evm/246/index.d.ts +5 -4
- package/lib-es/data/evm/246/index.d.ts.map +1 -1
- package/lib-es/data/evm/246/index.js +3 -4
- package/lib-es/data/evm/246/index.js.map +1 -1
- package/lib-es/data/evm/25/index.d.ts +5 -4
- package/lib-es/data/evm/25/index.d.ts.map +1 -1
- package/lib-es/data/evm/25/index.js +3 -4
- package/lib-es/data/evm/25/index.js.map +1 -1
- package/lib-es/data/evm/250/index.d.ts +5 -4
- package/lib-es/data/evm/250/index.d.ts.map +1 -1
- package/lib-es/data/evm/250/index.js +3 -4
- package/lib-es/data/evm/250/index.js.map +1 -1
- package/lib-es/data/evm/3/index.d.ts +5 -4
- package/lib-es/data/evm/3/index.d.ts.map +1 -1
- package/lib-es/data/evm/3/index.js +3 -4
- package/lib-es/data/evm/3/index.js.map +1 -1
- package/lib-es/data/evm/30/index.d.ts +5 -4
- package/lib-es/data/evm/30/index.d.ts.map +1 -1
- package/lib-es/data/evm/30/index.js +3 -4
- package/lib-es/data/evm/30/index.js.map +1 -1
- package/lib-es/data/evm/40/index.d.ts +5 -4
- package/lib-es/data/evm/40/index.d.ts.map +1 -1
- package/lib-es/data/evm/40/index.js +3 -4
- package/lib-es/data/evm/40/index.js.map +1 -1
- package/lib-es/data/evm/420/index.d.ts +5 -4
- package/lib-es/data/evm/420/index.d.ts.map +1 -1
- package/lib-es/data/evm/420/index.js +3 -4
- package/lib-es/data/evm/420/index.js.map +1 -1
- package/lib-es/data/evm/42161/index.d.ts +5 -4
- package/lib-es/data/evm/42161/index.d.ts.map +1 -1
- package/lib-es/data/evm/42161/index.js +3 -4
- package/lib-es/data/evm/42161/index.js.map +1 -1
- package/lib-es/data/evm/43114/index.d.ts +5 -4
- package/lib-es/data/evm/43114/index.d.ts.map +1 -1
- package/lib-es/data/evm/43114/index.js +3 -4
- package/lib-es/data/evm/43114/index.js.map +1 -1
- package/lib-es/data/evm/5/index.d.ts +5 -4
- package/lib-es/data/evm/5/index.d.ts.map +1 -1
- package/lib-es/data/evm/5/index.js +3 -4
- package/lib-es/data/evm/5/index.js.map +1 -1
- package/lib-es/data/evm/56/index.d.ts +5 -4
- package/lib-es/data/evm/56/index.d.ts.map +1 -1
- package/lib-es/data/evm/56/index.js +3 -4
- package/lib-es/data/evm/56/index.js.map +1 -1
- package/lib-es/data/evm/57/index.d.ts +5 -4
- package/lib-es/data/evm/57/index.d.ts.map +1 -1
- package/lib-es/data/evm/57/index.js +3 -4
- package/lib-es/data/evm/57/index.js.map +1 -1
- package/lib-es/data/evm/59144/index.d.ts +5 -4
- package/lib-es/data/evm/59144/index.d.ts.map +1 -1
- package/lib-es/data/evm/59144/index.js +3 -4
- package/lib-es/data/evm/59144/index.js.map +1 -1
- package/lib-es/data/evm/592/index.d.ts +5 -4
- package/lib-es/data/evm/592/index.d.ts.map +1 -1
- package/lib-es/data/evm/592/index.js +3 -4
- package/lib-es/data/evm/592/index.js.map +1 -1
- package/lib-es/data/evm/8217/index.d.ts +5 -4
- package/lib-es/data/evm/8217/index.d.ts.map +1 -1
- package/lib-es/data/evm/8217/index.js +3 -4
- package/lib-es/data/evm/8217/index.js.map +1 -1
- package/lib-es/data/evm/8453/index.d.ts +5 -4
- package/lib-es/data/evm/8453/index.d.ts.map +1 -1
- package/lib-es/data/evm/8453/index.js +3 -4
- package/lib-es/data/evm/8453/index.js.map +1 -1
- package/lib-es/data/evm/index.d.ts +0 -116
- package/lib-es/data/evm/index.d.ts.map +1 -1
- package/lib-es/data/evm/index.js +0 -114
- package/lib-es/data/evm/index.js.map +1 -1
- package/lib-es/data/exchange/bep20.d.ts +0 -1
- package/lib-es/data/exchange/bep20.d.ts.map +1 -1
- package/lib-es/data/exchange/bep20.js +0 -1
- package/lib-es/data/exchange/bep20.js.map +1 -1
- package/lib-es/data/exchange/coins.d.ts +0 -1
- package/lib-es/data/exchange/coins.d.ts.map +1 -1
- package/lib-es/data/exchange/coins.js +0 -1
- package/lib-es/data/exchange/coins.js.map +1 -1
- package/lib-es/data/exchange/erc20.d.ts +0 -1
- package/lib-es/data/exchange/erc20.d.ts.map +1 -1
- package/lib-es/data/exchange/erc20.js +0 -1
- package/lib-es/data/exchange/erc20.js.map +1 -1
- package/lib-es/data/polygon-erc20.d.ts +0 -1
- package/lib-es/data/polygon-erc20.d.ts.map +1 -1
- package/lib-es/data/polygon-erc20.js +0 -1
- package/lib-es/data/polygon-erc20.js.map +1 -1
- package/lib-es/data/spl.d.ts +0 -1
- package/lib-es/data/spl.d.ts.map +1 -1
- package/lib-es/data/spl.js +0 -1
- package/lib-es/data/spl.js.map +1 -1
- package/lib-es/data/stellar.d.ts +0 -1
- package/lib-es/data/stellar.d.ts.map +1 -1
- package/lib-es/data/stellar.js +0 -1
- package/lib-es/data/stellar.js.map +1 -1
- package/lib-es/data/trc20.d.ts +0 -1
- package/lib-es/data/trc20.d.ts.map +1 -1
- package/lib-es/data/trc20.js +0 -1
- package/lib-es/data/trc20.js.map +1 -1
- package/lib-es/exchange.d.ts.map +1 -1
- package/lib-es/exchange.js +1 -2
- package/lib-es/exchange.js.map +1 -1
- package/package.json +2 -2
- package/src/crypto-assets-importer/exchange/bep20.ts +1 -7
- package/src/crypto-assets-importer/exchange/coins.ts +1 -7
- package/src/crypto-assets-importer/exchange/erc20.ts +1 -7
- package/src/crypto-assets-importer/fetch/fetch.test.ts +2 -5
- package/src/crypto-assets-importer/fetch/index.ts +3 -3
- package/src/crypto-assets-importer/importers/asa/asa.test.ts +2 -7
- package/src/crypto-assets-importer/importers/asa/index.ts +1 -7
- package/src/crypto-assets-importer/importers/bep20/bep20.test.ts +2 -7
- package/src/crypto-assets-importer/importers/bep20/index.ts +3 -8
- package/src/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.ts +2 -11
- package/src/crypto-assets-importer/importers/cardanoNative/index.ts +2 -9
- package/src/crypto-assets-importer/importers/eip712/eip712.test.ts +3 -9
- package/src/crypto-assets-importer/importers/eip712/index.ts +2 -9
- package/src/crypto-assets-importer/importers/erc20/erc20.test.ts +2 -7
- package/src/crypto-assets-importer/importers/erc20/index.ts +1 -6
- package/src/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.ts +3 -15
- package/src/crypto-assets-importer/importers/erc20-signature/index.ts +2 -11
- package/src/crypto-assets-importer/importers/esdt/esdt.test.ts +2 -7
- package/src/crypto-assets-importer/importers/esdt/index.ts +1 -7
- package/src/crypto-assets-importer/importers/evm/evm.test.ts +7 -17
- package/src/crypto-assets-importer/importers/evm/index.ts +6 -66
- package/src/crypto-assets-importer/importers/polygon/index.ts +1 -6
- package/src/crypto-assets-importer/importers/polygon/polygon.test.ts +2 -11
- package/src/crypto-assets-importer/importers/spl/index.ts +1 -6
- package/src/crypto-assets-importer/importers/spl/spl.test.ts +2 -7
- package/src/crypto-assets-importer/importers/stellar/index.ts +1 -7
- package/src/crypto-assets-importer/importers/stellar/stellar.test.ts +2 -7
- package/src/crypto-assets-importer/importers/trc20/index.ts +1 -7
- package/src/crypto-assets-importer/importers/trc20/trc20.test.ts +2 -7
- package/src/crypto-assets-importer/index.ts +0 -2
- package/src/data/asa.ts +0 -2
- package/src/data/bep20.ts +0 -2
- package/src/data/cardanoNative.ts +0 -2
- package/src/data/eip712.ts +2040 -3
- package/src/data/erc20-signatures.ts +1 -5
- package/src/data/erc20.ts +0 -2
- package/src/data/esdt.ts +0 -2
- package/src/data/evm/1/index.ts +4 -4
- package/src/data/evm/10/index.ts +4 -4
- package/src/data/evm/106/index.ts +4 -4
- package/src/data/evm/1088/index.ts +4 -4
- package/src/data/evm/1101/index.ts +4 -4
- package/src/data/evm/11155111/index.ts +4 -4
- package/src/data/evm/1284/index.ts +4 -4
- package/src/data/evm/137/index.ts +4 -4
- package/src/data/evm/1442/index.ts +4 -4
- package/src/data/evm/199/index.ts +4 -4
- package/src/data/evm/245022934/index.ts +4 -4
- package/src/data/evm/246/index.ts +4 -4
- package/src/data/evm/25/index.ts +4 -4
- package/src/data/evm/250/index.ts +4 -4
- package/src/data/evm/3/index.ts +4 -4
- package/src/data/evm/30/index.ts +4 -4
- package/src/data/evm/40/index.ts +4 -4
- package/src/data/evm/420/index.ts +4 -4
- package/src/data/evm/42161/index.ts +4 -4
- package/src/data/evm/43114/index.ts +4 -4
- package/src/data/evm/5/index.ts +4 -4
- package/src/data/evm/56/index.ts +4 -4
- package/src/data/evm/57/index.ts +4 -4
- package/src/data/evm/59144/index.ts +4 -4
- package/src/data/evm/592/index.ts +4 -4
- package/src/data/evm/8217/index.ts +4 -4
- package/src/data/evm/8453/index.ts +4 -4
- package/src/data/evm/index.ts +0 -118
- package/src/data/exchange/bep20.ts +0 -2
- package/src/data/exchange/coins.ts +0 -2
- package/src/data/exchange/erc20.ts +0 -2
- package/src/data/polygon-erc20.ts +0 -2
- package/src/data/spl.ts +0 -2
- package/src/data/stellar.ts +0 -2
- package/src/data/trc20.ts +0 -2
- package/src/exchange.ts +1 -2
- package/lib/crypto-assets-importer/exchange/trc20.d.ts +0 -2
- package/lib/crypto-assets-importer/exchange/trc20.d.ts.map +0 -1
- package/lib/crypto-assets-importer/exchange/trc20.js +0 -39
- package/lib/crypto-assets-importer/exchange/trc20.js.map +0 -1
- package/lib/data/asa-hash.json +0 -1
- package/lib/data/bep20-hash.json +0 -1
- package/lib/data/cardanoNative-hash.json +0 -1
- package/lib/data/eip712-hash.json +0 -1
- package/lib/data/eip712.json +0 -1
- package/lib/data/erc20-hash.json +0 -1
- package/lib/data/erc20-signatures-hash.json +0 -1
- package/lib/data/erc20-signatures.json +0 -1
- package/lib/data/esdt-hash.json +0 -1
- package/lib/data/evm/1/erc20-hash.json +0 -1
- package/lib/data/evm/1/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/10/erc20-hash.json +0 -1
- package/lib/data/evm/10/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/106/erc20-hash.json +0 -1
- package/lib/data/evm/106/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/1088/erc20-hash.json +0 -1
- package/lib/data/evm/1088/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/1101/erc20-hash.json +0 -1
- package/lib/data/evm/1101/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/11155111/erc20-hash.json +0 -1
- package/lib/data/evm/11155111/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/1284/erc20-hash.json +0 -1
- package/lib/data/evm/1284/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/137/erc20-hash.json +0 -1
- package/lib/data/evm/137/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/1442/erc20-hash.json +0 -1
- package/lib/data/evm/1442/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/199/erc20-hash.json +0 -1
- package/lib/data/evm/199/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/245022934/erc20-hash.json +0 -1
- package/lib/data/evm/245022934/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/246/erc20-hash.json +0 -1
- package/lib/data/evm/246/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/25/erc20-hash.json +0 -1
- package/lib/data/evm/25/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/250/erc20-hash.json +0 -1
- package/lib/data/evm/250/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/3/erc20-hash.json +0 -1
- package/lib/data/evm/3/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/30/erc20-hash.json +0 -1
- package/lib/data/evm/30/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/40/erc20-hash.json +0 -1
- package/lib/data/evm/40/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/420/erc20-hash.json +0 -1
- package/lib/data/evm/420/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/42161/erc20-hash.json +0 -1
- package/lib/data/evm/42161/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/43114/erc20-hash.json +0 -1
- package/lib/data/evm/43114/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/5/erc20-hash.json +0 -1
- package/lib/data/evm/5/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/56/erc20-hash.json +0 -1
- package/lib/data/evm/56/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/57/erc20-hash.json +0 -1
- package/lib/data/evm/57/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/59144/erc20-hash.json +0 -1
- package/lib/data/evm/59144/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/592/erc20-hash.json +0 -1
- package/lib/data/evm/592/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/8217/erc20-hash.json +0 -1
- package/lib/data/evm/8217/erc20-signatures-hash.json +0 -1
- package/lib/data/evm/8453/erc20-hash.json +0 -1
- package/lib/data/evm/8453/erc20-signatures-hash.json +0 -1
- package/lib/data/exchange/bep20-hash.json +0 -1
- package/lib/data/exchange/coin-hash.json +0 -1
- package/lib/data/exchange/erc20-hash.json +0 -1
- package/lib/data/exchange/trc20.d.ts +0 -4
- package/lib/data/exchange/trc20.d.ts.map +0 -1
- package/lib/data/exchange/trc20.js +0 -8
- package/lib/data/exchange/trc20.js.map +0 -1
- package/lib/data/exchange/trc20.json +0 -1
- package/lib/data/polygon-erc20-hash.json +0 -1
- package/lib/data/spl-hash.json +0 -1
- package/lib/data/stellar-hash.json +0 -1
- package/lib/data/trc20-hash.json +0 -1
- package/lib-es/crypto-assets-importer/exchange/trc20.d.ts +0 -2
- package/lib-es/crypto-assets-importer/exchange/trc20.d.ts.map +0 -1
- package/lib-es/crypto-assets-importer/exchange/trc20.js +0 -32
- package/lib-es/crypto-assets-importer/exchange/trc20.js.map +0 -1
- package/lib-es/data/asa-hash.json +0 -1
- package/lib-es/data/bep20-hash.json +0 -1
- package/lib-es/data/cardanoNative-hash.json +0 -1
- package/lib-es/data/eip712-hash.json +0 -1
- package/lib-es/data/eip712.json +0 -1
- package/lib-es/data/erc20-hash.json +0 -1
- package/lib-es/data/erc20-signatures-hash.json +0 -1
- package/lib-es/data/erc20-signatures.json +0 -1
- package/lib-es/data/esdt-hash.json +0 -1
- package/lib-es/data/evm/1/erc20-hash.json +0 -1
- package/lib-es/data/evm/1/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/10/erc20-hash.json +0 -1
- package/lib-es/data/evm/10/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/106/erc20-hash.json +0 -1
- package/lib-es/data/evm/106/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/1088/erc20-hash.json +0 -1
- package/lib-es/data/evm/1088/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/1101/erc20-hash.json +0 -1
- package/lib-es/data/evm/1101/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/11155111/erc20-hash.json +0 -1
- package/lib-es/data/evm/11155111/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/1284/erc20-hash.json +0 -1
- package/lib-es/data/evm/1284/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/137/erc20-hash.json +0 -1
- package/lib-es/data/evm/137/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/1442/erc20-hash.json +0 -1
- package/lib-es/data/evm/1442/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/199/erc20-hash.json +0 -1
- package/lib-es/data/evm/199/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/245022934/erc20-hash.json +0 -1
- package/lib-es/data/evm/245022934/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/246/erc20-hash.json +0 -1
- package/lib-es/data/evm/246/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/25/erc20-hash.json +0 -1
- package/lib-es/data/evm/25/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/250/erc20-hash.json +0 -1
- package/lib-es/data/evm/250/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/3/erc20-hash.json +0 -1
- package/lib-es/data/evm/3/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/30/erc20-hash.json +0 -1
- package/lib-es/data/evm/30/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/40/erc20-hash.json +0 -1
- package/lib-es/data/evm/40/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/420/erc20-hash.json +0 -1
- package/lib-es/data/evm/420/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/42161/erc20-hash.json +0 -1
- package/lib-es/data/evm/42161/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/43114/erc20-hash.json +0 -1
- package/lib-es/data/evm/43114/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/5/erc20-hash.json +0 -1
- package/lib-es/data/evm/5/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/56/erc20-hash.json +0 -1
- package/lib-es/data/evm/56/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/57/erc20-hash.json +0 -1
- package/lib-es/data/evm/57/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/59144/erc20-hash.json +0 -1
- package/lib-es/data/evm/59144/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/592/erc20-hash.json +0 -1
- package/lib-es/data/evm/592/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/8217/erc20-hash.json +0 -1
- package/lib-es/data/evm/8217/erc20-signatures-hash.json +0 -1
- package/lib-es/data/evm/8453/erc20-hash.json +0 -1
- package/lib-es/data/evm/8453/erc20-signatures-hash.json +0 -1
- package/lib-es/data/exchange/bep20-hash.json +0 -1
- package/lib-es/data/exchange/coin-hash.json +0 -1
- package/lib-es/data/exchange/erc20-hash.json +0 -1
- package/lib-es/data/exchange/trc20.d.ts +0 -4
- package/lib-es/data/exchange/trc20.d.ts.map +0 -1
- package/lib-es/data/exchange/trc20.js +0 -3
- package/lib-es/data/exchange/trc20.js.map +0 -1
- package/lib-es/data/exchange/trc20.json +0 -1
- package/lib-es/data/polygon-erc20-hash.json +0 -1
- package/lib-es/data/spl-hash.json +0 -1
- package/lib-es/data/stellar-hash.json +0 -1
- package/lib-es/data/trc20-hash.json +0 -1
- package/src/crypto-assets-importer/exchange/trc20.ts +0 -30
- package/src/data/asa-hash.json +0 -1
- package/src/data/bep20-hash.json +0 -1
- package/src/data/cardanoNative-hash.json +0 -1
- package/src/data/eip712-hash.json +0 -1
- package/src/data/erc20-hash.json +0 -1
- package/src/data/erc20-signatures-hash.json +0 -1
- package/src/data/esdt-hash.json +0 -1
- package/src/data/evm/1/erc20-hash.json +0 -1
- package/src/data/evm/1/erc20-signatures-hash.json +0 -1
- package/src/data/evm/10/erc20-hash.json +0 -1
- package/src/data/evm/10/erc20-signatures-hash.json +0 -1
- package/src/data/evm/106/erc20-hash.json +0 -1
- package/src/data/evm/106/erc20-signatures-hash.json +0 -1
- package/src/data/evm/1088/erc20-hash.json +0 -1
- package/src/data/evm/1088/erc20-signatures-hash.json +0 -1
- package/src/data/evm/1101/erc20-hash.json +0 -1
- package/src/data/evm/1101/erc20-signatures-hash.json +0 -1
- package/src/data/evm/11155111/erc20-hash.json +0 -1
- package/src/data/evm/11155111/erc20-signatures-hash.json +0 -1
- package/src/data/evm/1284/erc20-hash.json +0 -1
- package/src/data/evm/1284/erc20-signatures-hash.json +0 -1
- package/src/data/evm/137/erc20-hash.json +0 -1
- package/src/data/evm/137/erc20-signatures-hash.json +0 -1
- package/src/data/evm/1442/erc20-hash.json +0 -1
- package/src/data/evm/1442/erc20-signatures-hash.json +0 -1
- package/src/data/evm/199/erc20-hash.json +0 -1
- package/src/data/evm/199/erc20-signatures-hash.json +0 -1
- package/src/data/evm/245022934/erc20-hash.json +0 -1
- package/src/data/evm/245022934/erc20-signatures-hash.json +0 -1
- package/src/data/evm/246/erc20-hash.json +0 -1
- package/src/data/evm/246/erc20-signatures-hash.json +0 -1
- package/src/data/evm/25/erc20-hash.json +0 -1
- package/src/data/evm/25/erc20-signatures-hash.json +0 -1
- package/src/data/evm/250/erc20-hash.json +0 -1
- package/src/data/evm/250/erc20-signatures-hash.json +0 -1
- package/src/data/evm/3/erc20-hash.json +0 -1
- package/src/data/evm/3/erc20-signatures-hash.json +0 -1
- package/src/data/evm/30/erc20-hash.json +0 -1
- package/src/data/evm/30/erc20-signatures-hash.json +0 -1
- package/src/data/evm/40/erc20-hash.json +0 -1
- package/src/data/evm/40/erc20-signatures-hash.json +0 -1
- package/src/data/evm/420/erc20-hash.json +0 -1
- package/src/data/evm/420/erc20-signatures-hash.json +0 -1
- package/src/data/evm/42161/erc20-hash.json +0 -1
- package/src/data/evm/42161/erc20-signatures-hash.json +0 -1
- package/src/data/evm/43114/erc20-hash.json +0 -1
- package/src/data/evm/43114/erc20-signatures-hash.json +0 -1
- package/src/data/evm/5/erc20-hash.json +0 -1
- package/src/data/evm/5/erc20-signatures-hash.json +0 -1
- package/src/data/evm/56/erc20-hash.json +0 -1
- package/src/data/evm/56/erc20-signatures-hash.json +0 -1
- package/src/data/evm/57/erc20-hash.json +0 -1
- package/src/data/evm/57/erc20-signatures-hash.json +0 -1
- package/src/data/evm/59144/erc20-hash.json +0 -1
- package/src/data/evm/59144/erc20-signatures-hash.json +0 -1
- package/src/data/evm/592/erc20-hash.json +0 -1
- package/src/data/evm/592/erc20-signatures-hash.json +0 -1
- package/src/data/evm/8217/erc20-hash.json +0 -1
- package/src/data/evm/8217/erc20-signatures-hash.json +0 -1
- package/src/data/evm/8453/erc20-hash.json +0 -1
- package/src/data/evm/8453/erc20-signatures-hash.json +0 -1
- package/src/data/exchange/bep20-hash.json +0 -1
- package/src/data/exchange/coin-hash.json +0 -1
- package/src/data/exchange/erc20-hash.json +0 -1
- package/src/data/exchange/trc20.json +0 -1
- package/src/data/exchange/trc20.ts +0 -5
- package/src/data/polygon-erc20-hash.json +0 -1
- package/src/data/spl-hash.json +0 -1
- package/src/data/stellar-hash.json +0 -1
- package/src/data/trc20-hash.json +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
|
|
@@ -3,13 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var erc20_signatures_json_1 = require("./erc20-signatures.json");
|
|
10
|
-
Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
|
|
11
|
-
var erc20_hash_json_1 = require("./erc20-hash.json");
|
|
12
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
|
|
13
|
-
var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
|
|
14
|
-
Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
|
|
6
|
+
const erc20_json_1 = __importDefault(require("./erc20.json"));
|
|
7
|
+
const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
|
|
8
|
+
exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
|
|
15
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8217/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
declare const _default: {
|
|
2
|
+
tokens: (string | number | boolean | null)[][];
|
|
3
|
+
signatures: string;
|
|
4
|
+
};
|
|
5
|
+
export default _default;
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":";;;;AAGA,wBAAsC"}
|
|
@@ -3,13 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var erc20_signatures_json_1 = require("./erc20-signatures.json");
|
|
10
|
-
Object.defineProperty(exports, "signatures", { enumerable: true, get: function () { return __importDefault(erc20_signatures_json_1).default; } });
|
|
11
|
-
var erc20_hash_json_1 = require("./erc20-hash.json");
|
|
12
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
|
|
13
|
-
var erc20_signatures_hash_json_1 = require("./erc20-signatures-hash.json");
|
|
14
|
-
Object.defineProperty(exports, "signaturesHash", { enumerable: true, get: function () { return __importDefault(erc20_signatures_hash_json_1).default; } });
|
|
6
|
+
const erc20_json_1 = __importDefault(require("./erc20.json"));
|
|
7
|
+
const erc20_signatures_json_1 = __importDefault(require("./erc20-signatures.json"));
|
|
8
|
+
exports.default = { tokens: erc20_json_1.default, signatures: erc20_signatures_json_1.default };
|
|
15
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/8453/index.ts"],"names":[],"mappings":";;;;;AAAA,8DAAkC;AAClC,oFAAiD;AAEjD,kBAAe,EAAE,MAAM,EAAN,oBAAM,EAAE,UAAU,EAAV,+BAAU,EAAE,CAAC"}
|
package/lib/data/evm/index.d.ts
CHANGED
|
@@ -56,64 +56,6 @@ export declare const signatures: {
|
|
|
56
56
|
11155111: string;
|
|
57
57
|
245022934: string;
|
|
58
58
|
};
|
|
59
|
-
export declare const hashes: {
|
|
60
|
-
1: string;
|
|
61
|
-
3: string;
|
|
62
|
-
5: string;
|
|
63
|
-
10: string;
|
|
64
|
-
25: string;
|
|
65
|
-
30: string;
|
|
66
|
-
40: string;
|
|
67
|
-
56: string;
|
|
68
|
-
57: string;
|
|
69
|
-
106: string;
|
|
70
|
-
137: string;
|
|
71
|
-
199: string;
|
|
72
|
-
246: string;
|
|
73
|
-
250: string;
|
|
74
|
-
420: string;
|
|
75
|
-
592: string;
|
|
76
|
-
1088: string;
|
|
77
|
-
1101: string;
|
|
78
|
-
1284: string;
|
|
79
|
-
1442: string;
|
|
80
|
-
8217: string;
|
|
81
|
-
8453: string;
|
|
82
|
-
42161: string;
|
|
83
|
-
43114: string;
|
|
84
|
-
59144: string;
|
|
85
|
-
11155111: string;
|
|
86
|
-
245022934: string;
|
|
87
|
-
};
|
|
88
|
-
export declare const signatureHashes: {
|
|
89
|
-
1: string;
|
|
90
|
-
3: string;
|
|
91
|
-
5: string;
|
|
92
|
-
10: string;
|
|
93
|
-
25: string;
|
|
94
|
-
30: string;
|
|
95
|
-
40: string;
|
|
96
|
-
56: string;
|
|
97
|
-
57: string;
|
|
98
|
-
106: string;
|
|
99
|
-
137: string;
|
|
100
|
-
199: string;
|
|
101
|
-
246: string;
|
|
102
|
-
250: string;
|
|
103
|
-
420: string;
|
|
104
|
-
592: string;
|
|
105
|
-
1088: string;
|
|
106
|
-
1101: string;
|
|
107
|
-
1284: string;
|
|
108
|
-
1442: string;
|
|
109
|
-
8217: string;
|
|
110
|
-
8453: string;
|
|
111
|
-
42161: string;
|
|
112
|
-
43114: string;
|
|
113
|
-
59144: string;
|
|
114
|
-
11155111: string;
|
|
115
|
-
245022934: string;
|
|
116
|
-
};
|
|
117
59
|
declare const _default: {
|
|
118
60
|
tokens: {
|
|
119
61
|
1: (string | number | boolean | null)[][];
|
|
@@ -173,64 +115,6 @@ declare const _default: {
|
|
|
173
115
|
11155111: string;
|
|
174
116
|
245022934: string;
|
|
175
117
|
};
|
|
176
|
-
hashes: {
|
|
177
|
-
1: string;
|
|
178
|
-
3: string;
|
|
179
|
-
5: string;
|
|
180
|
-
10: string;
|
|
181
|
-
25: string;
|
|
182
|
-
30: string;
|
|
183
|
-
40: string;
|
|
184
|
-
56: string;
|
|
185
|
-
57: string;
|
|
186
|
-
106: string;
|
|
187
|
-
137: string;
|
|
188
|
-
199: string;
|
|
189
|
-
246: string;
|
|
190
|
-
250: string;
|
|
191
|
-
420: string;
|
|
192
|
-
592: string;
|
|
193
|
-
1088: string;
|
|
194
|
-
1101: string;
|
|
195
|
-
1284: string;
|
|
196
|
-
1442: string;
|
|
197
|
-
8217: string;
|
|
198
|
-
8453: string;
|
|
199
|
-
42161: string;
|
|
200
|
-
43114: string;
|
|
201
|
-
59144: string;
|
|
202
|
-
11155111: string;
|
|
203
|
-
245022934: string;
|
|
204
|
-
};
|
|
205
|
-
signatureHashes: {
|
|
206
|
-
1: string;
|
|
207
|
-
3: string;
|
|
208
|
-
5: string;
|
|
209
|
-
10: string;
|
|
210
|
-
25: string;
|
|
211
|
-
30: string;
|
|
212
|
-
40: string;
|
|
213
|
-
56: string;
|
|
214
|
-
57: string;
|
|
215
|
-
106: string;
|
|
216
|
-
137: string;
|
|
217
|
-
199: string;
|
|
218
|
-
246: string;
|
|
219
|
-
250: string;
|
|
220
|
-
420: string;
|
|
221
|
-
592: string;
|
|
222
|
-
1088: string;
|
|
223
|
-
1101: string;
|
|
224
|
-
1284: string;
|
|
225
|
-
1442: string;
|
|
226
|
-
8217: string;
|
|
227
|
-
8453: string;
|
|
228
|
-
42161: string;
|
|
229
|
-
43114: string;
|
|
230
|
-
59144: string;
|
|
231
|
-
11155111: string;
|
|
232
|
-
245022934: string;
|
|
233
|
-
};
|
|
234
118
|
};
|
|
235
119
|
export default _default;
|
|
236
120
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BlB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAGE"}
|
package/lib/data/evm/index.js
CHANGED
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.signatures = exports.tokens = void 0;
|
|
7
7
|
const erc20_json_1 = __importDefault(require("./1/erc20.json"));
|
|
8
8
|
const erc20_json_2 = __importDefault(require("./3/erc20.json"));
|
|
9
9
|
const erc20_json_3 = __importDefault(require("./5/erc20.json"));
|
|
@@ -31,33 +31,6 @@ const erc20_json_24 = __importDefault(require("./43114/erc20.json"));
|
|
|
31
31
|
const erc20_json_25 = __importDefault(require("./59144/erc20.json"));
|
|
32
32
|
const erc20_json_26 = __importDefault(require("./11155111/erc20.json"));
|
|
33
33
|
const erc20_json_27 = __importDefault(require("./245022934/erc20.json"));
|
|
34
|
-
const erc20_hash_json_1 = __importDefault(require("./1/erc20-hash.json"));
|
|
35
|
-
const erc20_hash_json_2 = __importDefault(require("./3/erc20-hash.json"));
|
|
36
|
-
const erc20_hash_json_3 = __importDefault(require("./5/erc20-hash.json"));
|
|
37
|
-
const erc20_hash_json_4 = __importDefault(require("./10/erc20-hash.json"));
|
|
38
|
-
const erc20_hash_json_5 = __importDefault(require("./25/erc20-hash.json"));
|
|
39
|
-
const erc20_hash_json_6 = __importDefault(require("./30/erc20-hash.json"));
|
|
40
|
-
const erc20_hash_json_7 = __importDefault(require("./40/erc20-hash.json"));
|
|
41
|
-
const erc20_hash_json_8 = __importDefault(require("./56/erc20-hash.json"));
|
|
42
|
-
const erc20_hash_json_9 = __importDefault(require("./57/erc20-hash.json"));
|
|
43
|
-
const erc20_hash_json_10 = __importDefault(require("./106/erc20-hash.json"));
|
|
44
|
-
const erc20_hash_json_11 = __importDefault(require("./137/erc20-hash.json"));
|
|
45
|
-
const erc20_hash_json_12 = __importDefault(require("./199/erc20-hash.json"));
|
|
46
|
-
const erc20_hash_json_13 = __importDefault(require("./246/erc20-hash.json"));
|
|
47
|
-
const erc20_hash_json_14 = __importDefault(require("./250/erc20-hash.json"));
|
|
48
|
-
const erc20_hash_json_15 = __importDefault(require("./420/erc20-hash.json"));
|
|
49
|
-
const erc20_hash_json_16 = __importDefault(require("./592/erc20-hash.json"));
|
|
50
|
-
const erc20_hash_json_17 = __importDefault(require("./1088/erc20-hash.json"));
|
|
51
|
-
const erc20_hash_json_18 = __importDefault(require("./1101/erc20-hash.json"));
|
|
52
|
-
const erc20_hash_json_19 = __importDefault(require("./1284/erc20-hash.json"));
|
|
53
|
-
const erc20_hash_json_20 = __importDefault(require("./1442/erc20-hash.json"));
|
|
54
|
-
const erc20_hash_json_21 = __importDefault(require("./8217/erc20-hash.json"));
|
|
55
|
-
const erc20_hash_json_22 = __importDefault(require("./8453/erc20-hash.json"));
|
|
56
|
-
const erc20_hash_json_23 = __importDefault(require("./42161/erc20-hash.json"));
|
|
57
|
-
const erc20_hash_json_24 = __importDefault(require("./43114/erc20-hash.json"));
|
|
58
|
-
const erc20_hash_json_25 = __importDefault(require("./59144/erc20-hash.json"));
|
|
59
|
-
const erc20_hash_json_26 = __importDefault(require("./11155111/erc20-hash.json"));
|
|
60
|
-
const erc20_hash_json_27 = __importDefault(require("./245022934/erc20-hash.json"));
|
|
61
34
|
const erc20_signatures_json_1 = __importDefault(require("./1/erc20-signatures.json"));
|
|
62
35
|
const erc20_signatures_json_2 = __importDefault(require("./3/erc20-signatures.json"));
|
|
63
36
|
const erc20_signatures_json_3 = __importDefault(require("./5/erc20-signatures.json"));
|
|
@@ -85,33 +58,6 @@ const erc20_signatures_json_24 = __importDefault(require("./43114/erc20-signatur
|
|
|
85
58
|
const erc20_signatures_json_25 = __importDefault(require("./59144/erc20-signatures.json"));
|
|
86
59
|
const erc20_signatures_json_26 = __importDefault(require("./11155111/erc20-signatures.json"));
|
|
87
60
|
const erc20_signatures_json_27 = __importDefault(require("./245022934/erc20-signatures.json"));
|
|
88
|
-
const erc20_signatures_hash_json_1 = __importDefault(require("./1/erc20-signatures-hash.json"));
|
|
89
|
-
const erc20_signatures_hash_json_2 = __importDefault(require("./3/erc20-signatures-hash.json"));
|
|
90
|
-
const erc20_signatures_hash_json_3 = __importDefault(require("./5/erc20-signatures-hash.json"));
|
|
91
|
-
const erc20_signatures_hash_json_4 = __importDefault(require("./10/erc20-signatures-hash.json"));
|
|
92
|
-
const erc20_signatures_hash_json_5 = __importDefault(require("./25/erc20-signatures-hash.json"));
|
|
93
|
-
const erc20_signatures_hash_json_6 = __importDefault(require("./30/erc20-signatures-hash.json"));
|
|
94
|
-
const erc20_signatures_hash_json_7 = __importDefault(require("./40/erc20-signatures-hash.json"));
|
|
95
|
-
const erc20_signatures_hash_json_8 = __importDefault(require("./56/erc20-signatures-hash.json"));
|
|
96
|
-
const erc20_signatures_hash_json_9 = __importDefault(require("./57/erc20-signatures-hash.json"));
|
|
97
|
-
const erc20_signatures_hash_json_10 = __importDefault(require("./106/erc20-signatures-hash.json"));
|
|
98
|
-
const erc20_signatures_hash_json_11 = __importDefault(require("./137/erc20-signatures-hash.json"));
|
|
99
|
-
const erc20_signatures_hash_json_12 = __importDefault(require("./199/erc20-signatures-hash.json"));
|
|
100
|
-
const erc20_signatures_hash_json_13 = __importDefault(require("./246/erc20-signatures-hash.json"));
|
|
101
|
-
const erc20_signatures_hash_json_14 = __importDefault(require("./250/erc20-signatures-hash.json"));
|
|
102
|
-
const erc20_signatures_hash_json_15 = __importDefault(require("./420/erc20-signatures-hash.json"));
|
|
103
|
-
const erc20_signatures_hash_json_16 = __importDefault(require("./592/erc20-signatures-hash.json"));
|
|
104
|
-
const erc20_signatures_hash_json_17 = __importDefault(require("./1088/erc20-signatures-hash.json"));
|
|
105
|
-
const erc20_signatures_hash_json_18 = __importDefault(require("./1101/erc20-signatures-hash.json"));
|
|
106
|
-
const erc20_signatures_hash_json_19 = __importDefault(require("./1284/erc20-signatures-hash.json"));
|
|
107
|
-
const erc20_signatures_hash_json_20 = __importDefault(require("./1442/erc20-signatures-hash.json"));
|
|
108
|
-
const erc20_signatures_hash_json_21 = __importDefault(require("./8217/erc20-signatures-hash.json"));
|
|
109
|
-
const erc20_signatures_hash_json_22 = __importDefault(require("./8453/erc20-signatures-hash.json"));
|
|
110
|
-
const erc20_signatures_hash_json_23 = __importDefault(require("./42161/erc20-signatures-hash.json"));
|
|
111
|
-
const erc20_signatures_hash_json_24 = __importDefault(require("./43114/erc20-signatures-hash.json"));
|
|
112
|
-
const erc20_signatures_hash_json_25 = __importDefault(require("./59144/erc20-signatures-hash.json"));
|
|
113
|
-
const erc20_signatures_hash_json_26 = __importDefault(require("./11155111/erc20-signatures-hash.json"));
|
|
114
|
-
const erc20_signatures_hash_json_27 = __importDefault(require("./245022934/erc20-signatures-hash.json"));
|
|
115
61
|
exports.tokens = {
|
|
116
62
|
1: erc20_json_1.default,
|
|
117
63
|
3: erc20_json_2.default,
|
|
@@ -170,68 +116,8 @@ exports.signatures = {
|
|
|
170
116
|
11155111: erc20_signatures_json_26.default,
|
|
171
117
|
245022934: erc20_signatures_json_27.default,
|
|
172
118
|
};
|
|
173
|
-
exports.hashes = {
|
|
174
|
-
1: erc20_hash_json_1.default,
|
|
175
|
-
3: erc20_hash_json_2.default,
|
|
176
|
-
5: erc20_hash_json_3.default,
|
|
177
|
-
10: erc20_hash_json_4.default,
|
|
178
|
-
25: erc20_hash_json_5.default,
|
|
179
|
-
30: erc20_hash_json_6.default,
|
|
180
|
-
40: erc20_hash_json_7.default,
|
|
181
|
-
56: erc20_hash_json_8.default,
|
|
182
|
-
57: erc20_hash_json_9.default,
|
|
183
|
-
106: erc20_hash_json_10.default,
|
|
184
|
-
137: erc20_hash_json_11.default,
|
|
185
|
-
199: erc20_hash_json_12.default,
|
|
186
|
-
246: erc20_hash_json_13.default,
|
|
187
|
-
250: erc20_hash_json_14.default,
|
|
188
|
-
420: erc20_hash_json_15.default,
|
|
189
|
-
592: erc20_hash_json_16.default,
|
|
190
|
-
1088: erc20_hash_json_17.default,
|
|
191
|
-
1101: erc20_hash_json_18.default,
|
|
192
|
-
1284: erc20_hash_json_19.default,
|
|
193
|
-
1442: erc20_hash_json_20.default,
|
|
194
|
-
8217: erc20_hash_json_21.default,
|
|
195
|
-
8453: erc20_hash_json_22.default,
|
|
196
|
-
42161: erc20_hash_json_23.default,
|
|
197
|
-
43114: erc20_hash_json_24.default,
|
|
198
|
-
59144: erc20_hash_json_25.default,
|
|
199
|
-
11155111: erc20_hash_json_26.default,
|
|
200
|
-
245022934: erc20_hash_json_27.default,
|
|
201
|
-
};
|
|
202
|
-
exports.signatureHashes = {
|
|
203
|
-
1: erc20_signatures_hash_json_1.default,
|
|
204
|
-
3: erc20_signatures_hash_json_2.default,
|
|
205
|
-
5: erc20_signatures_hash_json_3.default,
|
|
206
|
-
10: erc20_signatures_hash_json_4.default,
|
|
207
|
-
25: erc20_signatures_hash_json_5.default,
|
|
208
|
-
30: erc20_signatures_hash_json_6.default,
|
|
209
|
-
40: erc20_signatures_hash_json_7.default,
|
|
210
|
-
56: erc20_signatures_hash_json_8.default,
|
|
211
|
-
57: erc20_signatures_hash_json_9.default,
|
|
212
|
-
106: erc20_signatures_hash_json_10.default,
|
|
213
|
-
137: erc20_signatures_hash_json_11.default,
|
|
214
|
-
199: erc20_signatures_hash_json_12.default,
|
|
215
|
-
246: erc20_signatures_hash_json_13.default,
|
|
216
|
-
250: erc20_signatures_hash_json_14.default,
|
|
217
|
-
420: erc20_signatures_hash_json_15.default,
|
|
218
|
-
592: erc20_signatures_hash_json_16.default,
|
|
219
|
-
1088: erc20_signatures_hash_json_17.default,
|
|
220
|
-
1101: erc20_signatures_hash_json_18.default,
|
|
221
|
-
1284: erc20_signatures_hash_json_19.default,
|
|
222
|
-
1442: erc20_signatures_hash_json_20.default,
|
|
223
|
-
8217: erc20_signatures_hash_json_21.default,
|
|
224
|
-
8453: erc20_signatures_hash_json_22.default,
|
|
225
|
-
42161: erc20_signatures_hash_json_23.default,
|
|
226
|
-
43114: erc20_signatures_hash_json_24.default,
|
|
227
|
-
59144: erc20_signatures_hash_json_25.default,
|
|
228
|
-
11155111: erc20_signatures_hash_json_26.default,
|
|
229
|
-
245022934: erc20_signatures_hash_json_27.default,
|
|
230
|
-
};
|
|
231
119
|
exports.default = {
|
|
232
120
|
tokens: exports.tokens,
|
|
233
121
|
signatures: exports.signatures,
|
|
234
|
-
hashes: exports.hashes,
|
|
235
|
-
signatureHashes: exports.signatureHashes,
|
|
236
122
|
};
|
|
237
123
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":";;;;;;AAAA,gEAA6C;AAC7C,gEAAqD;AACrD,gEAAoD;AACpD,iEAA8C;AAC9C,iEAA4C;AAC5C,iEAAyC;AACzC,iEAA+C;AAC/C,iEAAyC;AACzC,iEAA6C;AAC7C,mEAAgD;AAChD,mEAA8C;AAC9C,mEAAiD;AACjD,mEAAiD;AACjD,mEAA6C;AAC7C,mEAAsD;AACtD,mEAA4C;AAC5C,oEAA6C;AAC7C,oEAAsD;AACtD,oEAAgD;AAChD,oEAA8D;AAC9D,oEAA8C;AAC9C,oEAA4C;AAC5C,qEAAiD;AACjD,qEAA0D;AAC1D,qEAA8C;AAC9C,wEAA4D;AAC5D,yEAAqD;AAErD,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":";;;;;;AAAA,gEAA6C;AAC7C,gEAAqD;AACrD,gEAAoD;AACpD,iEAA8C;AAC9C,iEAA4C;AAC5C,iEAAyC;AACzC,iEAA+C;AAC/C,iEAAyC;AACzC,iEAA6C;AAC7C,mEAAgD;AAChD,mEAA8C;AAC9C,mEAAiD;AACjD,mEAAiD;AACjD,mEAA6C;AAC7C,mEAAsD;AACtD,mEAA4C;AAC5C,oEAA6C;AAC7C,oEAAsD;AACtD,oEAAgD;AAChD,oEAA8D;AAC9D,oEAA8C;AAC9C,oEAA4C;AAC5C,qEAAiD;AACjD,qEAA0D;AAC1D,qEAA8C;AAC9C,wEAA4D;AAC5D,yEAAqD;AAErD,sFAA4D;AAC5D,sFAAoE;AACpE,sFAAmE;AACnE,uFAA6D;AAC7D,uFAA2D;AAC3D,uFAAwD;AACxD,uFAA8D;AAC9D,uFAAwD;AACxD,uFAA4D;AAC5D,yFAA+D;AAC/D,yFAA6D;AAC7D,yFAAgE;AAChE,yFAAgE;AAChE,yFAA4D;AAC5D,yFAAqE;AACrE,yFAA2D;AAC3D,0FAA4D;AAC5D,0FAAqE;AACrE,0FAA+D;AAC/D,0FAA6E;AAC7E,0FAA6D;AAC7D,0FAA2D;AAC3D,2FAAgE;AAChE,2FAAyE;AACzE,2FAA6D;AAC7D,8FAA2E;AAC3E,+FAAoE;AAEvD,QAAA,MAAM,GAAG;IACpB,CAAC,EAAE,oBAAe;IAClB,CAAC,EAAE,oBAAuB;IAC1B,CAAC,EAAE,oBAAsB;IACzB,EAAE,EAAE,oBAAe;IACnB,EAAE,EAAE,oBAAa;IACjB,EAAE,EAAE,oBAAU;IACd,EAAE,EAAE,oBAAgB;IACpB,EAAE,EAAE,oBAAU;IACd,EAAE,EAAE,oBAAc;IAClB,GAAG,EAAE,qBAAgB;IACrB,GAAG,EAAE,qBAAc;IACnB,GAAG,EAAE,qBAAiB;IACtB,GAAG,EAAE,qBAAiB;IACtB,GAAG,EAAE,qBAAa;IAClB,GAAG,EAAE,qBAAsB;IAC3B,GAAG,EAAE,qBAAY;IACjB,IAAI,EAAE,qBAAY;IAClB,IAAI,EAAE,qBAAqB;IAC3B,IAAI,EAAE,qBAAe;IACrB,IAAI,EAAE,qBAA6B;IACnC,IAAI,EAAE,qBAAa;IACnB,IAAI,EAAE,qBAAW;IACjB,KAAK,EAAE,qBAAe;IACtB,KAAK,EAAE,qBAAwB;IAC/B,KAAK,EAAE,qBAAY;IACnB,QAAQ,EAAE,qBAAuB;IACjC,SAAS,EAAE,qBAAe;CAC3B,CAAC;AAEW,QAAA,UAAU,GAAG;IACxB,CAAC,EAAE,+BAAmB;IACtB,CAAC,EAAE,+BAA2B;IAC9B,CAAC,EAAE,+BAA0B;IAC7B,EAAE,EAAE,+BAAmB;IACvB,EAAE,EAAE,+BAAiB;IACrB,EAAE,EAAE,+BAAc;IAClB,EAAE,EAAE,+BAAoB;IACxB,EAAE,EAAE,+BAAc;IAClB,EAAE,EAAE,+BAAkB;IACtB,GAAG,EAAE,gCAAoB;IACzB,GAAG,EAAE,gCAAkB;IACvB,GAAG,EAAE,gCAAqB;IAC1B,GAAG,EAAE,gCAAqB;IAC1B,GAAG,EAAE,gCAAiB;IACtB,GAAG,EAAE,gCAA0B;IAC/B,GAAG,EAAE,gCAAgB;IACrB,IAAI,EAAE,gCAAgB;IACtB,IAAI,EAAE,gCAAyB;IAC/B,IAAI,EAAE,gCAAmB;IACzB,IAAI,EAAE,gCAAiC;IACvC,IAAI,EAAE,gCAAiB;IACvB,IAAI,EAAE,gCAAe;IACrB,KAAK,EAAE,gCAAmB;IAC1B,KAAK,EAAE,gCAA4B;IACnC,KAAK,EAAE,gCAAgB;IACvB,QAAQ,EAAE,gCAA2B;IACrC,SAAS,EAAE,gCAAmB;CAC/B,CAAC;AAEF,kBAAe;IACb,MAAM,EAAN,cAAM;IACN,UAAU,EAAV,kBAAU;CACX,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bep20.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"bep20.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;;AAIrD,wBAAyC"}
|
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
|
-
var bep20_hash_json_1 = require("./bep20-hash.json");
|
|
8
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(bep20_hash_json_1).default; } });
|
|
9
6
|
const bep20_json_1 = __importDefault(require("./bep20.json"));
|
|
10
7
|
exports.default = bep20_json_1.default;
|
|
11
8
|
//# sourceMappingURL=bep20.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bep20.js","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bep20.js","sourceRoot":"","sources":["../../../src/data/exchange/bep20.ts"],"names":[],"mappings":";;;;;AAEA,8DAAkC;AAElC,kBAAe,oBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coins.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/coins.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"coins.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/coins.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;;AAIhD,wBAAuC"}
|
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
|
-
var coin_hash_json_1 = require("./coin-hash.json");
|
|
8
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(coin_hash_json_1).default; } });
|
|
9
6
|
const coins_json_1 = __importDefault(require("./coins.json"));
|
|
10
7
|
exports.default = coins_json_1.default;
|
|
11
8
|
//# sourceMappingURL=coins.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coins.js","sourceRoot":"","sources":["../../../src/data/exchange/coins.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"coins.js","sourceRoot":"","sources":["../../../src/data/exchange/coins.ts"],"names":[],"mappings":";;;;;AAEA,8DAAqC;AAErC,kBAAe,oBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"erc20.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/erc20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"erc20.d.ts","sourceRoot":"","sources":["../../../src/data/exchange/erc20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;;AAIrD,wBAA4C"}
|
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
|
-
var erc20_hash_json_1 = require("./erc20-hash.json");
|
|
8
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(erc20_hash_json_1).default; } });
|
|
9
6
|
const erc20_json_1 = __importDefault(require("./erc20.json"));
|
|
10
7
|
exports.default = erc20_json_1.default;
|
|
11
8
|
//# sourceMappingURL=erc20.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"erc20.js","sourceRoot":"","sources":["../../../src/data/exchange/erc20.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"erc20.js","sourceRoot":"","sources":["../../../src/data/exchange/erc20.ts"],"names":[],"mappings":";;;;;AAEA,8DAAqC;AAErC,kBAAe,oBAA4B,CAAC"}
|
|
@@ -11,7 +11,6 @@ export type PolygonERC20Token = [
|
|
|
11
11
|
(string | null)?,
|
|
12
12
|
(string | null)?
|
|
13
13
|
];
|
|
14
|
-
export { default as hash } from "./polygon-erc20-hash.json";
|
|
15
14
|
declare const _default: PolygonERC20Token[];
|
|
16
15
|
export default _default;
|
|
17
16
|
//# sourceMappingURL=polygon-erc20.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polygon-erc20.d.ts","sourceRoot":"","sources":["../../src/data/polygon-erc20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChB,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CACjB,CAAC
|
|
1
|
+
{"version":3,"file":"polygon-erc20.d.ts","sourceRoot":"","sources":["../../src/data/polygon-erc20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;IACP,OAAO;IACP,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAChB,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;CACjB,CAAC;;AAIF,wBAA6C"}
|
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
6
|
const polygon_erc20_json_1 = __importDefault(require("./polygon-erc20.json"));
|
|
8
|
-
var polygon_erc20_hash_json_1 = require("./polygon-erc20-hash.json");
|
|
9
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(polygon_erc20_hash_json_1).default; } });
|
|
10
7
|
exports.default = polygon_erc20_json_1.default;
|
|
11
8
|
//# sourceMappingURL=polygon-erc20.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"polygon-erc20.js","sourceRoot":"","sources":["../../src/data/polygon-erc20.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"polygon-erc20.js","sourceRoot":"","sources":["../../src/data/polygon-erc20.ts"],"names":[],"mappings":";;;;;AAcA,8EAA0C;AAE1C,kBAAe,4BAA6B,CAAC"}
|
package/lib/data/spl.d.ts
CHANGED
package/lib/data/spl.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spl.d.ts","sourceRoot":"","sources":["../../src/data/spl.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO,CAAC;CACT,CAAC
|
|
1
|
+
{"version":3,"file":"spl.d.ts","sourceRoot":"","sources":["../../src/data/spl.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,QAAQ,GAAG;IACrB,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO,CAAC;CACT,CAAC;;AAIF,wBAAoC"}
|
package/lib/data/spl.js
CHANGED
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
6
|
const spl_json_1 = __importDefault(require("./spl.json"));
|
|
8
|
-
var spl_hash_json_1 = require("./spl-hash.json");
|
|
9
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(spl_hash_json_1).default; } });
|
|
10
7
|
exports.default = spl_json_1.default;
|
|
11
8
|
//# sourceMappingURL=spl.js.map
|
package/lib/data/spl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spl.js","sourceRoot":"","sources":["../../src/data/spl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"spl.js","sourceRoot":"","sources":["../../src/data/spl.ts"],"names":[],"mappings":";;;;;AASA,0DAAgC;AAEhC,kBAAe,kBAAoB,CAAC"}
|
package/lib/data/stellar.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stellar.d.ts","sourceRoot":"","sources":["../../src/data/stellar.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;CACR,CAAC
|
|
1
|
+
{"version":3,"file":"stellar.d.ts","sourceRoot":"","sources":["../../src/data/stellar.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO;CACR,CAAC;;AAIF,wBAAwC"}
|
package/lib/data/stellar.js
CHANGED
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
6
|
const stellar_json_1 = __importDefault(require("./stellar.json"));
|
|
8
|
-
var stellar_hash_json_1 = require("./stellar-hash.json");
|
|
9
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(stellar_hash_json_1).default; } });
|
|
10
7
|
exports.default = stellar_json_1.default;
|
|
11
8
|
//# sourceMappingURL=stellar.js.map
|
package/lib/data/stellar.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stellar.js","sourceRoot":"","sources":["../../src/data/stellar.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stellar.js","sourceRoot":"","sources":["../../src/data/stellar.ts"],"names":[],"mappings":";;;;;AASA,kEAAoC;AAEpC,kBAAe,sBAAwB,CAAC"}
|
package/lib/data/trc20.d.ts
CHANGED
package/lib/data/trc20.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trc20.d.ts","sourceRoot":"","sources":["../../src/data/trc20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO,CAAC;IACR,MAAM,CAAC;IACP,OAAO,CAAC;CACT,CAAC
|
|
1
|
+
{"version":3,"file":"trc20.d.ts","sourceRoot":"","sources":["../../src/data/trc20.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG;IACvB,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,OAAO,CAAC;IACR,MAAM,CAAC;IACP,OAAO,CAAC;CACT,CAAC;;AAIF,wBAAsC"}
|
package/lib/data/trc20.js
CHANGED
|
@@ -3,9 +3,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.hash = void 0;
|
|
7
6
|
const trc20_json_1 = __importDefault(require("./trc20.json"));
|
|
8
|
-
var trc20_hash_json_1 = require("./trc20-hash.json");
|
|
9
|
-
Object.defineProperty(exports, "hash", { enumerable: true, get: function () { return __importDefault(trc20_hash_json_1).default; } });
|
|
10
7
|
exports.default = trc20_json_1.default;
|
|
11
8
|
//# sourceMappingURL=trc20.js.map
|
package/lib/data/trc20.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trc20.js","sourceRoot":"","sources":["../../src/data/trc20.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"trc20.js","sourceRoot":"","sources":["../../src/data/trc20.ts"],"names":[],"mappings":";;;;;AAWA,8DAAkC;AAElC,kBAAe,oBAAsB,CAAC"}
|
package/lib/exchange.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exchange.d.ts","sourceRoot":"","sources":["../src/exchange.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"exchange.d.ts","sourceRoot":"","sources":["../src/exchange.ts"],"names":[],"mappings":"AAcA;;GAEG;AACH,eAAO,MAAM,0BAA0B,OACjC,MAAM,KAER;IACE,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;CACnB,GACD,IAAI,GACJ,SAAwB,CAAC"}
|
package/lib/exchange.js
CHANGED
|
@@ -7,8 +7,7 @@ exports.findExchangeCurrencyConfig = void 0;
|
|
|
7
7
|
const erc20_1 = __importDefault(require("./data/exchange/erc20"));
|
|
8
8
|
const coins_1 = __importDefault(require("./data/exchange/coins"));
|
|
9
9
|
const bep20_1 = __importDefault(require("./data/exchange/bep20"));
|
|
10
|
-
const
|
|
11
|
-
const all = [...coins_1.default, ...erc20_1.default, ...bep20_1.default, ...trc20_1.default];
|
|
10
|
+
const all = [...coins_1.default, ...erc20_1.default, ...bep20_1.default];
|
|
12
11
|
const configs = {};
|
|
13
12
|
for (const [id, config, signature] of all) {
|
|
14
13
|
configs[id] = {
|
package/lib/exchange.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"exchange.js","sourceRoot":"","sources":["../src/exchange.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;AAC1C,kEAA0C;AAC1C,kEAA0C;
|
|
1
|
+
{"version":3,"file":"exchange.js","sourceRoot":"","sources":["../src/exchange.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;AAC1C,kEAA0C;AAC1C,kEAA0C;AAE1C,MAAM,GAAG,GAAG,CAAC,GAAG,eAAK,EAAE,GAAG,eAAK,EAAE,GAAG,eAAK,CAAC,CAAC;AAC3C,MAAM,OAAO,GAAG,EAAE,CAAC;AAEnB,KAAK,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,SAAS,CAAC,IAAI,GAAG,EAAE;IACzC,OAAO,CAAC,EAAE,CAAC,GAAG;QACZ,MAAM;QACN,SAAS;KACV,CAAC;CACH;AAED;;GAEG;AACI,MAAM,0BAA0B,GAAG,CACxC,EAAU,EAQE,EAAE,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;AAThB,QAAA,0BAA0B,8BASV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bep20.d.ts","sourceRoot":"","sources":["../../../src/crypto-assets-importer/exchange/bep20.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB,cAAqB,MAAM,
|
|
1
|
+
{"version":3,"file":"bep20.d.ts","sourceRoot":"","sources":["../../../src/crypto-assets-importer/exchange/bep20.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB,cAAqB,MAAM,kBAsB1D,CAAC"}
|