@ledgerhq/cryptoassets 12.1.0 → 12.1.1-nightly.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +12 -0
- package/lib/abandonseed.d.ts.map +1 -1
- package/lib/abandonseed.js +2 -4
- package/lib/abandonseed.js.map +1 -1
- package/lib/crypto-assets-importer/exchange/bep20.d.ts.map +1 -1
- package/lib/crypto-assets-importer/exchange/bep20.js +7 -1
- 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 +7 -1
- 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 +7 -1
- package/lib/crypto-assets-importer/exchange/erc20.js.map +1 -1
- package/lib/crypto-assets-importer/exchange/trc20.d.ts +2 -0
- package/lib/crypto-assets-importer/exchange/trc20.d.ts.map +1 -0
- package/lib/crypto-assets-importer/exchange/trc20.js +45 -0
- package/lib/crypto-assets-importer/exchange/trc20.js.map +1 -0
- package/lib/crypto-assets-importer/fetch/fetch.test.js +3 -2
- 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 +5 -2
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/asa/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/bep20/bep20.test.js +5 -2
- 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 +7 -2
- package/lib/crypto-assets-importer/importers/bep20/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js +5 -2
- 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 +7 -2
- package/lib/crypto-assets-importer/importers/cardanoNative/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/eip712/eip712.test.js +7 -3
- 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 +8 -2
- package/lib/crypto-assets-importer/importers/eip712/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20/erc20.test.js +5 -2
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/erc20/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.js +9 -3
- 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 +10 -2
- package/lib/crypto-assets-importer/importers/erc20-signature/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/esdt/esdt.test.js +5 -2
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/esdt/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/evm/evm.test.js +10 -8
- 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 +50 -6
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/polygon/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/polygon/polygon.test.js +5 -2
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/spl/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/spl/spl.test.js +5 -2
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/stellar/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/stellar/stellar.test.js +5 -2
- 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 +6 -1
- package/lib/crypto-assets-importer/importers/trc20/index.js.map +1 -1
- package/lib/crypto-assets-importer/importers/trc20/trc20.test.js +5 -2
- package/lib/crypto-assets-importer/importers/trc20/trc20.test.js.map +1 -1
- package/lib/crypto-assets-importer/index.js +2 -0
- package/lib/crypto-assets-importer/index.js.map +1 -1
- package/lib/currencies.d.ts.map +1 -1
- package/lib/currencies.js +18 -72
- package/lib/currencies.js.map +1 -1
- package/lib/data/asa-hash.json +1 -0
- package/lib/data/asa.d.ts +1 -0
- package/lib/data/asa.d.ts.map +1 -1
- package/lib/data/asa.js +3 -0
- package/lib/data/asa.js.map +1 -1
- package/lib/data/bep20-hash.json +1 -0
- package/lib/data/bep20.d.ts +1 -0
- package/lib/data/bep20.d.ts.map +1 -1
- package/lib/data/bep20.js +3 -0
- package/lib/data/bep20.js.map +1 -1
- package/lib/data/cardanoNative-hash.json +1 -0
- package/lib/data/cardanoNative.d.ts +1 -0
- package/lib/data/cardanoNative.d.ts.map +1 -1
- package/lib/data/cardanoNative.js +3 -0
- package/lib/data/cardanoNative.js.map +1 -1
- package/lib/data/eip712-hash.json +1 -0
- package/lib/data/eip712.d.ts +3 -747
- package/lib/data/eip712.d.ts.map +1 -1
- package/lib/data/eip712.js +8 -2040
- package/lib/data/eip712.js.map +1 -1
- package/lib/data/eip712.json +1 -0
- package/lib/data/erc20-hash.json +1 -0
- package/lib/data/erc20-signatures-hash.json +1 -0
- package/lib/data/erc20-signatures.d.ts +3 -2
- package/lib/data/erc20-signatures.d.ts.map +1 -1
- package/lib/data/erc20-signatures.js +8 -1
- package/lib/data/erc20-signatures.js.map +1 -1
- package/lib/data/erc20-signatures.json +1 -0
- package/lib/data/erc20.d.ts +1 -0
- package/lib/data/erc20.d.ts.map +1 -1
- package/lib/data/erc20.js +3 -0
- package/lib/data/erc20.js.map +1 -1
- package/lib/data/esdt-hash.json +1 -0
- package/lib/data/esdt.d.ts +1 -0
- package/lib/data/esdt.d.ts.map +1 -1
- package/lib/data/esdt.js +3 -0
- package/lib/data/esdt.js.map +1 -1
- package/lib/data/evm/1/erc20-hash.json +1 -0
- package/lib/data/evm/1/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/1/index.d.ts +4 -5
- package/lib/data/evm/1/index.d.ts.map +1 -1
- package/lib/data/evm/1/index.js +9 -3
- package/lib/data/evm/1/index.js.map +1 -1
- package/lib/data/evm/10/erc20-hash.json +1 -0
- package/lib/data/evm/10/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/10/index.d.ts +4 -5
- package/lib/data/evm/10/index.d.ts.map +1 -1
- package/lib/data/evm/10/index.js +9 -3
- package/lib/data/evm/10/index.js.map +1 -1
- package/lib/data/evm/106/erc20-hash.json +1 -0
- package/lib/data/evm/106/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/106/index.d.ts +4 -5
- package/lib/data/evm/106/index.d.ts.map +1 -1
- package/lib/data/evm/106/index.js +9 -3
- package/lib/data/evm/106/index.js.map +1 -1
- package/lib/data/evm/1088/erc20-hash.json +1 -0
- package/lib/data/evm/1088/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/1088/index.d.ts +4 -5
- package/lib/data/evm/1088/index.d.ts.map +1 -1
- package/lib/data/evm/1088/index.js +9 -3
- package/lib/data/evm/1088/index.js.map +1 -1
- package/lib/data/evm/1101/erc20-hash.json +1 -0
- package/lib/data/evm/1101/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/1101/index.d.ts +4 -5
- package/lib/data/evm/1101/index.d.ts.map +1 -1
- package/lib/data/evm/1101/index.js +9 -3
- package/lib/data/evm/1101/index.js.map +1 -1
- package/lib/data/evm/11155111/erc20-hash.json +1 -0
- package/lib/data/evm/11155111/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/11155111/index.d.ts +4 -5
- package/lib/data/evm/11155111/index.d.ts.map +1 -1
- package/lib/data/evm/11155111/index.js +9 -3
- package/lib/data/evm/11155111/index.js.map +1 -1
- package/lib/data/evm/1284/erc20-hash.json +1 -0
- package/lib/data/evm/1284/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/1284/index.d.ts +4 -5
- package/lib/data/evm/1284/index.d.ts.map +1 -1
- package/lib/data/evm/1284/index.js +9 -3
- package/lib/data/evm/1284/index.js.map +1 -1
- package/lib/data/evm/137/erc20-hash.json +1 -0
- package/lib/data/evm/137/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/137/index.d.ts +4 -5
- package/lib/data/evm/137/index.d.ts.map +1 -1
- package/lib/data/evm/137/index.js +9 -3
- package/lib/data/evm/137/index.js.map +1 -1
- package/lib/data/evm/1442/erc20-hash.json +1 -0
- package/lib/data/evm/1442/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/1442/index.d.ts +4 -5
- package/lib/data/evm/1442/index.d.ts.map +1 -1
- package/lib/data/evm/1442/index.js +9 -3
- package/lib/data/evm/1442/index.js.map +1 -1
- package/lib/data/evm/199/erc20-hash.json +1 -0
- package/lib/data/evm/199/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/199/index.d.ts +4 -5
- package/lib/data/evm/199/index.d.ts.map +1 -1
- package/lib/data/evm/199/index.js +9 -3
- package/lib/data/evm/199/index.js.map +1 -1
- package/lib/data/evm/245022934/erc20-hash.json +1 -0
- package/lib/data/evm/245022934/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/245022934/index.d.ts +4 -5
- package/lib/data/evm/245022934/index.d.ts.map +1 -1
- package/lib/data/evm/245022934/index.js +9 -3
- package/lib/data/evm/245022934/index.js.map +1 -1
- package/lib/data/evm/246/erc20-hash.json +1 -0
- package/lib/data/evm/246/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/246/index.d.ts +4 -5
- package/lib/data/evm/246/index.d.ts.map +1 -1
- package/lib/data/evm/246/index.js +9 -3
- package/lib/data/evm/246/index.js.map +1 -1
- package/lib/data/evm/25/erc20-hash.json +1 -0
- package/lib/data/evm/25/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/25/index.d.ts +4 -5
- package/lib/data/evm/25/index.d.ts.map +1 -1
- package/lib/data/evm/25/index.js +9 -3
- package/lib/data/evm/25/index.js.map +1 -1
- package/lib/data/evm/250/erc20-hash.json +1 -0
- package/lib/data/evm/250/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/250/index.d.ts +4 -5
- package/lib/data/evm/250/index.d.ts.map +1 -1
- package/lib/data/evm/250/index.js +9 -3
- package/lib/data/evm/250/index.js.map +1 -1
- package/lib/data/evm/3/erc20-hash.json +1 -0
- package/lib/data/evm/3/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/3/index.d.ts +4 -5
- package/lib/data/evm/3/index.d.ts.map +1 -1
- package/lib/data/evm/3/index.js +9 -3
- package/lib/data/evm/3/index.js.map +1 -1
- package/lib/data/evm/30/erc20-hash.json +1 -0
- package/lib/data/evm/30/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/30/index.d.ts +4 -5
- package/lib/data/evm/30/index.d.ts.map +1 -1
- package/lib/data/evm/30/index.js +9 -3
- package/lib/data/evm/30/index.js.map +1 -1
- package/lib/data/evm/40/erc20-hash.json +1 -0
- package/lib/data/evm/40/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/40/index.d.ts +4 -5
- package/lib/data/evm/40/index.d.ts.map +1 -1
- package/lib/data/evm/40/index.js +9 -3
- package/lib/data/evm/40/index.js.map +1 -1
- package/lib/data/evm/420/erc20-hash.json +1 -0
- package/lib/data/evm/420/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/420/index.d.ts +4 -5
- package/lib/data/evm/420/index.d.ts.map +1 -1
- package/lib/data/evm/420/index.js +9 -3
- package/lib/data/evm/420/index.js.map +1 -1
- package/lib/data/evm/42161/erc20-hash.json +1 -0
- package/lib/data/evm/42161/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/42161/index.d.ts +4 -5
- package/lib/data/evm/42161/index.d.ts.map +1 -1
- package/lib/data/evm/42161/index.js +9 -3
- package/lib/data/evm/42161/index.js.map +1 -1
- package/lib/data/evm/43114/erc20-hash.json +1 -0
- package/lib/data/evm/43114/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/43114/index.d.ts +4 -5
- package/lib/data/evm/43114/index.d.ts.map +1 -1
- package/lib/data/evm/43114/index.js +9 -3
- package/lib/data/evm/43114/index.js.map +1 -1
- package/lib/data/evm/5/erc20-hash.json +1 -0
- package/lib/data/evm/5/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/5/index.d.ts +4 -5
- package/lib/data/evm/5/index.d.ts.map +1 -1
- package/lib/data/evm/5/index.js +9 -3
- package/lib/data/evm/5/index.js.map +1 -1
- package/lib/data/evm/56/erc20-hash.json +1 -0
- package/lib/data/evm/56/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/56/index.d.ts +4 -5
- package/lib/data/evm/56/index.d.ts.map +1 -1
- package/lib/data/evm/56/index.js +9 -3
- package/lib/data/evm/56/index.js.map +1 -1
- package/lib/data/evm/57/erc20-hash.json +1 -0
- package/lib/data/evm/57/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/57/index.d.ts +4 -5
- package/lib/data/evm/57/index.d.ts.map +1 -1
- package/lib/data/evm/57/index.js +9 -3
- package/lib/data/evm/57/index.js.map +1 -1
- package/lib/data/evm/59144/erc20-hash.json +1 -0
- package/lib/data/evm/59144/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/59144/index.d.ts +4 -5
- package/lib/data/evm/59144/index.d.ts.map +1 -1
- package/lib/data/evm/59144/index.js +9 -3
- package/lib/data/evm/59144/index.js.map +1 -1
- package/lib/data/evm/592/erc20-hash.json +1 -0
- package/lib/data/evm/592/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/592/index.d.ts +4 -5
- package/lib/data/evm/592/index.d.ts.map +1 -1
- package/lib/data/evm/592/index.js +9 -3
- package/lib/data/evm/592/index.js.map +1 -1
- package/lib/data/evm/8217/erc20-hash.json +1 -0
- package/lib/data/evm/8217/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/8217/index.d.ts +4 -5
- package/lib/data/evm/8217/index.d.ts.map +1 -1
- package/lib/data/evm/8217/index.js +9 -3
- package/lib/data/evm/8217/index.js.map +1 -1
- package/lib/data/evm/8453/erc20-hash.json +1 -0
- package/lib/data/evm/8453/erc20-signatures-hash.json +1 -0
- package/lib/data/evm/8453/index.d.ts +4 -5
- package/lib/data/evm/8453/index.d.ts.map +1 -1
- package/lib/data/evm/8453/index.js +9 -3
- package/lib/data/evm/8453/index.js.map +1 -1
- package/lib/data/evm/index.d.ts +116 -0
- package/lib/data/evm/index.d.ts.map +1 -1
- package/lib/data/evm/index.js +115 -1
- package/lib/data/evm/index.js.map +1 -1
- package/lib/data/exchange/bep20-hash.json +1 -0
- package/lib/data/exchange/bep20.d.ts +1 -0
- package/lib/data/exchange/bep20.d.ts.map +1 -1
- package/lib/data/exchange/bep20.js +3 -0
- package/lib/data/exchange/bep20.js.map +1 -1
- package/lib/data/exchange/coin-hash.json +1 -0
- package/lib/data/exchange/coins.d.ts +1 -0
- package/lib/data/exchange/coins.d.ts.map +1 -1
- package/lib/data/exchange/coins.js +3 -0
- package/lib/data/exchange/coins.js.map +1 -1
- package/lib/data/exchange/erc20-hash.json +1 -0
- package/lib/data/exchange/erc20.d.ts +1 -0
- package/lib/data/exchange/erc20.d.ts.map +1 -1
- package/lib/data/exchange/erc20.js +3 -0
- package/lib/data/exchange/erc20.js.map +1 -1
- package/lib/data/exchange/trc20-hash.json +1 -0
- package/lib/data/exchange/trc20.d.ts +5 -0
- package/lib/data/exchange/trc20.d.ts.map +1 -0
- package/lib/data/exchange/trc20.js +11 -0
- package/lib/data/exchange/trc20.js.map +1 -0
- package/lib/data/exchange/trc20.json +1 -0
- package/lib/data/polygon-erc20-hash.json +1 -0
- package/lib/data/polygon-erc20.d.ts +1 -0
- package/lib/data/polygon-erc20.d.ts.map +1 -1
- package/lib/data/polygon-erc20.js +3 -0
- package/lib/data/polygon-erc20.js.map +1 -1
- package/lib/data/spl-hash.json +1 -0
- package/lib/data/spl.d.ts +1 -0
- package/lib/data/spl.d.ts.map +1 -1
- package/lib/data/spl.js +3 -0
- package/lib/data/spl.js.map +1 -1
- package/lib/data/stellar-hash.json +1 -0
- package/lib/data/stellar.d.ts +1 -0
- package/lib/data/stellar.d.ts.map +1 -1
- package/lib/data/stellar.js +3 -0
- package/lib/data/stellar.js.map +1 -1
- package/lib/data/trc20-hash.json +1 -0
- package/lib/data/trc20.d.ts +1 -0
- package/lib/data/trc20.d.ts.map +1 -1
- package/lib/data/trc20.js +3 -0
- package/lib/data/trc20.js.map +1 -1
- package/lib/exchange.d.ts.map +1 -1
- package/lib/exchange.js +2 -1
- package/lib/exchange.js.map +1 -1
- package/lib/fiats.d.ts.map +1 -1
- package/lib/fiats.js +123 -9
- package/lib/fiats.js.map +1 -1
- package/lib-es/abandonseed.d.ts.map +1 -1
- package/lib-es/abandonseed.js +2 -4
- package/lib-es/abandonseed.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 +7 -1
- 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 +7 -1
- 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 +7 -1
- package/lib-es/crypto-assets-importer/exchange/erc20.js.map +1 -1
- package/lib-es/crypto-assets-importer/exchange/trc20.d.ts +2 -0
- package/lib-es/crypto-assets-importer/exchange/trc20.d.ts.map +1 -0
- package/lib-es/crypto-assets-importer/exchange/trc20.js +38 -0
- package/lib-es/crypto-assets-importer/exchange/trc20.js.map +1 -0
- package/lib-es/crypto-assets-importer/fetch/fetch.test.js +3 -2
- 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 +5 -2
- 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 +6 -1
- package/lib-es/crypto-assets-importer/importers/asa/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/bep20/bep20.test.js +5 -2
- 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 +7 -2
- package/lib-es/crypto-assets-importer/importers/bep20/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.js +5 -2
- 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 +7 -2
- package/lib-es/crypto-assets-importer/importers/cardanoNative/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/eip712/eip712.test.js +7 -3
- 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 +8 -2
- package/lib-es/crypto-assets-importer/importers/eip712/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/erc20/erc20.test.js +5 -2
- 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 +6 -1
- 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 +9 -3
- 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 +10 -2
- 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 +5 -2
- 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 +6 -1
- package/lib-es/crypto-assets-importer/importers/esdt/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/evm/evm.test.js +10 -8
- 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 +50 -6
- 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 +6 -1
- package/lib-es/crypto-assets-importer/importers/polygon/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/polygon/polygon.test.js +5 -2
- 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 +6 -1
- package/lib-es/crypto-assets-importer/importers/spl/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/spl/spl.test.js +5 -2
- 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 +6 -1
- package/lib-es/crypto-assets-importer/importers/stellar/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/stellar/stellar.test.js +5 -2
- 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 +6 -1
- package/lib-es/crypto-assets-importer/importers/trc20/index.js.map +1 -1
- package/lib-es/crypto-assets-importer/importers/trc20/trc20.test.js +5 -2
- package/lib-es/crypto-assets-importer/importers/trc20/trc20.test.js.map +1 -1
- package/lib-es/crypto-assets-importer/index.js +2 -0
- package/lib-es/crypto-assets-importer/index.js.map +1 -1
- package/lib-es/currencies.d.ts.map +1 -1
- package/lib-es/currencies.js +18 -72
- package/lib-es/currencies.js.map +1 -1
- package/lib-es/data/asa-hash.json +1 -0
- package/lib-es/data/asa.d.ts +1 -0
- package/lib-es/data/asa.d.ts.map +1 -1
- package/lib-es/data/asa.js +1 -0
- package/lib-es/data/asa.js.map +1 -1
- package/lib-es/data/bep20-hash.json +1 -0
- package/lib-es/data/bep20.d.ts +1 -0
- package/lib-es/data/bep20.d.ts.map +1 -1
- package/lib-es/data/bep20.js +1 -0
- package/lib-es/data/bep20.js.map +1 -1
- package/lib-es/data/cardanoNative-hash.json +1 -0
- package/lib-es/data/cardanoNative.d.ts +1 -0
- package/lib-es/data/cardanoNative.d.ts.map +1 -1
- package/lib-es/data/cardanoNative.js +1 -0
- package/lib-es/data/cardanoNative.js.map +1 -1
- package/lib-es/data/eip712-hash.json +1 -0
- package/lib-es/data/eip712.d.ts +3 -747
- package/lib-es/data/eip712.d.ts.map +1 -1
- package/lib-es/data/eip712.js +3 -2040
- package/lib-es/data/eip712.js.map +1 -1
- package/lib-es/data/eip712.json +1 -0
- package/lib-es/data/erc20-hash.json +1 -0
- package/lib-es/data/erc20-signatures-hash.json +1 -0
- package/lib-es/data/erc20-signatures.d.ts +3 -2
- package/lib-es/data/erc20-signatures.d.ts.map +1 -1
- package/lib-es/data/erc20-signatures.js +3 -1
- package/lib-es/data/erc20-signatures.js.map +1 -1
- package/lib-es/data/erc20-signatures.json +1 -0
- package/lib-es/data/erc20.d.ts +1 -0
- package/lib-es/data/erc20.d.ts.map +1 -1
- package/lib-es/data/erc20.js +1 -0
- package/lib-es/data/erc20.js.map +1 -1
- package/lib-es/data/esdt-hash.json +1 -0
- package/lib-es/data/esdt.d.ts +1 -0
- package/lib-es/data/esdt.d.ts.map +1 -1
- package/lib-es/data/esdt.js +1 -0
- package/lib-es/data/esdt.js.map +1 -1
- package/lib-es/data/evm/1/erc20-hash.json +1 -0
- package/lib-es/data/evm/1/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/1/index.d.ts +4 -5
- package/lib-es/data/evm/1/index.d.ts.map +1 -1
- package/lib-es/data/evm/1/index.js +4 -3
- package/lib-es/data/evm/1/index.js.map +1 -1
- package/lib-es/data/evm/10/erc20-hash.json +1 -0
- package/lib-es/data/evm/10/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/10/index.d.ts +4 -5
- package/lib-es/data/evm/10/index.d.ts.map +1 -1
- package/lib-es/data/evm/10/index.js +4 -3
- package/lib-es/data/evm/10/index.js.map +1 -1
- package/lib-es/data/evm/106/erc20-hash.json +1 -0
- package/lib-es/data/evm/106/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/106/index.d.ts +4 -5
- package/lib-es/data/evm/106/index.d.ts.map +1 -1
- package/lib-es/data/evm/106/index.js +4 -3
- package/lib-es/data/evm/106/index.js.map +1 -1
- package/lib-es/data/evm/1088/erc20-hash.json +1 -0
- package/lib-es/data/evm/1088/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/1088/index.d.ts +4 -5
- package/lib-es/data/evm/1088/index.d.ts.map +1 -1
- package/lib-es/data/evm/1088/index.js +4 -3
- package/lib-es/data/evm/1088/index.js.map +1 -1
- package/lib-es/data/evm/1101/erc20-hash.json +1 -0
- package/lib-es/data/evm/1101/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/1101/index.d.ts +4 -5
- package/lib-es/data/evm/1101/index.d.ts.map +1 -1
- package/lib-es/data/evm/1101/index.js +4 -3
- package/lib-es/data/evm/1101/index.js.map +1 -1
- package/lib-es/data/evm/11155111/erc20-hash.json +1 -0
- package/lib-es/data/evm/11155111/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/11155111/index.d.ts +4 -5
- package/lib-es/data/evm/11155111/index.d.ts.map +1 -1
- package/lib-es/data/evm/11155111/index.js +4 -3
- package/lib-es/data/evm/11155111/index.js.map +1 -1
- package/lib-es/data/evm/1284/erc20-hash.json +1 -0
- package/lib-es/data/evm/1284/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/1284/index.d.ts +4 -5
- package/lib-es/data/evm/1284/index.d.ts.map +1 -1
- package/lib-es/data/evm/1284/index.js +4 -3
- package/lib-es/data/evm/1284/index.js.map +1 -1
- package/lib-es/data/evm/137/erc20-hash.json +1 -0
- package/lib-es/data/evm/137/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/137/index.d.ts +4 -5
- package/lib-es/data/evm/137/index.d.ts.map +1 -1
- package/lib-es/data/evm/137/index.js +4 -3
- package/lib-es/data/evm/137/index.js.map +1 -1
- package/lib-es/data/evm/1442/erc20-hash.json +1 -0
- package/lib-es/data/evm/1442/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/1442/index.d.ts +4 -5
- package/lib-es/data/evm/1442/index.d.ts.map +1 -1
- package/lib-es/data/evm/1442/index.js +4 -3
- package/lib-es/data/evm/1442/index.js.map +1 -1
- package/lib-es/data/evm/199/erc20-hash.json +1 -0
- package/lib-es/data/evm/199/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/199/index.d.ts +4 -5
- package/lib-es/data/evm/199/index.d.ts.map +1 -1
- package/lib-es/data/evm/199/index.js +4 -3
- package/lib-es/data/evm/199/index.js.map +1 -1
- package/lib-es/data/evm/245022934/erc20-hash.json +1 -0
- package/lib-es/data/evm/245022934/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/245022934/index.d.ts +4 -5
- package/lib-es/data/evm/245022934/index.d.ts.map +1 -1
- package/lib-es/data/evm/245022934/index.js +4 -3
- package/lib-es/data/evm/245022934/index.js.map +1 -1
- package/lib-es/data/evm/246/erc20-hash.json +1 -0
- package/lib-es/data/evm/246/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/246/index.d.ts +4 -5
- package/lib-es/data/evm/246/index.d.ts.map +1 -1
- package/lib-es/data/evm/246/index.js +4 -3
- package/lib-es/data/evm/246/index.js.map +1 -1
- package/lib-es/data/evm/25/erc20-hash.json +1 -0
- package/lib-es/data/evm/25/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/25/index.d.ts +4 -5
- package/lib-es/data/evm/25/index.d.ts.map +1 -1
- package/lib-es/data/evm/25/index.js +4 -3
- package/lib-es/data/evm/25/index.js.map +1 -1
- package/lib-es/data/evm/250/erc20-hash.json +1 -0
- package/lib-es/data/evm/250/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/250/index.d.ts +4 -5
- package/lib-es/data/evm/250/index.d.ts.map +1 -1
- package/lib-es/data/evm/250/index.js +4 -3
- package/lib-es/data/evm/250/index.js.map +1 -1
- package/lib-es/data/evm/3/erc20-hash.json +1 -0
- package/lib-es/data/evm/3/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/3/index.d.ts +4 -5
- package/lib-es/data/evm/3/index.d.ts.map +1 -1
- package/lib-es/data/evm/3/index.js +4 -3
- package/lib-es/data/evm/3/index.js.map +1 -1
- package/lib-es/data/evm/30/erc20-hash.json +1 -0
- package/lib-es/data/evm/30/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/30/index.d.ts +4 -5
- package/lib-es/data/evm/30/index.d.ts.map +1 -1
- package/lib-es/data/evm/30/index.js +4 -3
- package/lib-es/data/evm/30/index.js.map +1 -1
- package/lib-es/data/evm/40/erc20-hash.json +1 -0
- package/lib-es/data/evm/40/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/40/index.d.ts +4 -5
- package/lib-es/data/evm/40/index.d.ts.map +1 -1
- package/lib-es/data/evm/40/index.js +4 -3
- package/lib-es/data/evm/40/index.js.map +1 -1
- package/lib-es/data/evm/420/erc20-hash.json +1 -0
- package/lib-es/data/evm/420/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/420/index.d.ts +4 -5
- package/lib-es/data/evm/420/index.d.ts.map +1 -1
- package/lib-es/data/evm/420/index.js +4 -3
- package/lib-es/data/evm/420/index.js.map +1 -1
- package/lib-es/data/evm/42161/erc20-hash.json +1 -0
- package/lib-es/data/evm/42161/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/42161/index.d.ts +4 -5
- package/lib-es/data/evm/42161/index.d.ts.map +1 -1
- package/lib-es/data/evm/42161/index.js +4 -3
- package/lib-es/data/evm/42161/index.js.map +1 -1
- package/lib-es/data/evm/43114/erc20-hash.json +1 -0
- package/lib-es/data/evm/43114/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/43114/index.d.ts +4 -5
- package/lib-es/data/evm/43114/index.d.ts.map +1 -1
- package/lib-es/data/evm/43114/index.js +4 -3
- package/lib-es/data/evm/43114/index.js.map +1 -1
- package/lib-es/data/evm/5/erc20-hash.json +1 -0
- package/lib-es/data/evm/5/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/5/index.d.ts +4 -5
- package/lib-es/data/evm/5/index.d.ts.map +1 -1
- package/lib-es/data/evm/5/index.js +4 -3
- package/lib-es/data/evm/5/index.js.map +1 -1
- package/lib-es/data/evm/56/erc20-hash.json +1 -0
- package/lib-es/data/evm/56/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/56/index.d.ts +4 -5
- package/lib-es/data/evm/56/index.d.ts.map +1 -1
- package/lib-es/data/evm/56/index.js +4 -3
- package/lib-es/data/evm/56/index.js.map +1 -1
- package/lib-es/data/evm/57/erc20-hash.json +1 -0
- package/lib-es/data/evm/57/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/57/index.d.ts +4 -5
- package/lib-es/data/evm/57/index.d.ts.map +1 -1
- package/lib-es/data/evm/57/index.js +4 -3
- package/lib-es/data/evm/57/index.js.map +1 -1
- package/lib-es/data/evm/59144/erc20-hash.json +1 -0
- package/lib-es/data/evm/59144/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/59144/index.d.ts +4 -5
- package/lib-es/data/evm/59144/index.d.ts.map +1 -1
- package/lib-es/data/evm/59144/index.js +4 -3
- package/lib-es/data/evm/59144/index.js.map +1 -1
- package/lib-es/data/evm/592/erc20-hash.json +1 -0
- package/lib-es/data/evm/592/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/592/index.d.ts +4 -5
- package/lib-es/data/evm/592/index.d.ts.map +1 -1
- package/lib-es/data/evm/592/index.js +4 -3
- package/lib-es/data/evm/592/index.js.map +1 -1
- package/lib-es/data/evm/8217/erc20-hash.json +1 -0
- package/lib-es/data/evm/8217/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/8217/index.d.ts +4 -5
- package/lib-es/data/evm/8217/index.d.ts.map +1 -1
- package/lib-es/data/evm/8217/index.js +4 -3
- package/lib-es/data/evm/8217/index.js.map +1 -1
- package/lib-es/data/evm/8453/erc20-hash.json +1 -0
- package/lib-es/data/evm/8453/erc20-signatures-hash.json +1 -0
- package/lib-es/data/evm/8453/index.d.ts +4 -5
- package/lib-es/data/evm/8453/index.d.ts.map +1 -1
- package/lib-es/data/evm/8453/index.js +4 -3
- package/lib-es/data/evm/8453/index.js.map +1 -1
- package/lib-es/data/evm/index.d.ts +116 -0
- package/lib-es/data/evm/index.d.ts.map +1 -1
- package/lib-es/data/evm/index.js +114 -0
- package/lib-es/data/evm/index.js.map +1 -1
- package/lib-es/data/exchange/bep20-hash.json +1 -0
- package/lib-es/data/exchange/bep20.d.ts +1 -0
- package/lib-es/data/exchange/bep20.d.ts.map +1 -1
- package/lib-es/data/exchange/bep20.js +1 -0
- package/lib-es/data/exchange/bep20.js.map +1 -1
- package/lib-es/data/exchange/coin-hash.json +1 -0
- package/lib-es/data/exchange/coins.d.ts +1 -0
- package/lib-es/data/exchange/coins.d.ts.map +1 -1
- package/lib-es/data/exchange/coins.js +1 -0
- package/lib-es/data/exchange/coins.js.map +1 -1
- package/lib-es/data/exchange/erc20-hash.json +1 -0
- package/lib-es/data/exchange/erc20.d.ts +1 -0
- package/lib-es/data/exchange/erc20.d.ts.map +1 -1
- package/lib-es/data/exchange/erc20.js +1 -0
- package/lib-es/data/exchange/erc20.js.map +1 -1
- package/lib-es/data/exchange/trc20-hash.json +1 -0
- package/lib-es/data/exchange/trc20.d.ts +5 -0
- package/lib-es/data/exchange/trc20.d.ts.map +1 -0
- package/lib-es/data/exchange/trc20.js +4 -0
- package/lib-es/data/exchange/trc20.js.map +1 -0
- package/lib-es/data/exchange/trc20.json +1 -0
- package/lib-es/data/polygon-erc20-hash.json +1 -0
- package/lib-es/data/polygon-erc20.d.ts +1 -0
- package/lib-es/data/polygon-erc20.d.ts.map +1 -1
- package/lib-es/data/polygon-erc20.js +1 -0
- package/lib-es/data/polygon-erc20.js.map +1 -1
- package/lib-es/data/spl-hash.json +1 -0
- package/lib-es/data/spl.d.ts +1 -0
- package/lib-es/data/spl.d.ts.map +1 -1
- package/lib-es/data/spl.js +1 -0
- package/lib-es/data/spl.js.map +1 -1
- package/lib-es/data/stellar-hash.json +1 -0
- package/lib-es/data/stellar.d.ts +1 -0
- package/lib-es/data/stellar.d.ts.map +1 -1
- package/lib-es/data/stellar.js +1 -0
- package/lib-es/data/stellar.js.map +1 -1
- package/lib-es/data/trc20-hash.json +1 -0
- package/lib-es/data/trc20.d.ts +1 -0
- package/lib-es/data/trc20.d.ts.map +1 -1
- package/lib-es/data/trc20.js +1 -0
- package/lib-es/data/trc20.js.map +1 -1
- package/lib-es/exchange.d.ts.map +1 -1
- package/lib-es/exchange.js +2 -1
- package/lib-es/exchange.js.map +1 -1
- package/lib-es/fiats.d.ts.map +1 -1
- package/lib-es/fiats.js +123 -9
- package/lib-es/fiats.js.map +1 -1
- package/package.json +1 -1
- package/src/abandonseed.ts +2 -4
- package/src/crypto-assets-importer/exchange/bep20.ts +7 -1
- package/src/crypto-assets-importer/exchange/coins.ts +7 -1
- package/src/crypto-assets-importer/exchange/erc20.ts +7 -1
- package/src/crypto-assets-importer/exchange/trc20.ts +36 -0
- package/src/crypto-assets-importer/fetch/fetch.test.ts +5 -2
- package/src/crypto-assets-importer/fetch/index.ts +3 -3
- package/src/crypto-assets-importer/importers/asa/asa.test.ts +7 -2
- package/src/crypto-assets-importer/importers/asa/index.ts +7 -1
- package/src/crypto-assets-importer/importers/bep20/bep20.test.ts +7 -2
- package/src/crypto-assets-importer/importers/bep20/index.ts +8 -3
- package/src/crypto-assets-importer/importers/cardanoNative/cardanoNative.test.ts +11 -2
- package/src/crypto-assets-importer/importers/cardanoNative/index.ts +9 -2
- package/src/crypto-assets-importer/importers/eip712/eip712.test.ts +9 -3
- package/src/crypto-assets-importer/importers/eip712/index.ts +9 -2
- package/src/crypto-assets-importer/importers/erc20/erc20.test.ts +7 -2
- package/src/crypto-assets-importer/importers/erc20/index.ts +6 -1
- package/src/crypto-assets-importer/importers/erc20-signature/erc20-signature.test.ts +15 -3
- package/src/crypto-assets-importer/importers/erc20-signature/index.ts +11 -2
- package/src/crypto-assets-importer/importers/esdt/esdt.test.ts +7 -2
- package/src/crypto-assets-importer/importers/esdt/index.ts +7 -1
- package/src/crypto-assets-importer/importers/evm/evm.test.ts +17 -7
- package/src/crypto-assets-importer/importers/evm/index.ts +66 -6
- package/src/crypto-assets-importer/importers/polygon/index.ts +6 -1
- package/src/crypto-assets-importer/importers/polygon/polygon.test.ts +11 -2
- package/src/crypto-assets-importer/importers/spl/index.ts +6 -1
- package/src/crypto-assets-importer/importers/spl/spl.test.ts +7 -2
- package/src/crypto-assets-importer/importers/stellar/index.ts +7 -1
- package/src/crypto-assets-importer/importers/stellar/stellar.test.ts +7 -2
- package/src/crypto-assets-importer/importers/trc20/index.ts +7 -1
- package/src/crypto-assets-importer/importers/trc20/trc20.test.ts +7 -2
- package/src/crypto-assets-importer/index.ts +2 -0
- package/src/currencies.ts +18 -72
- package/src/data/asa-hash.json +1 -0
- package/src/data/asa.ts +2 -0
- package/src/data/bep20-hash.json +1 -0
- package/src/data/bep20.ts +2 -0
- package/src/data/cardanoNative-hash.json +1 -0
- package/src/data/cardanoNative.ts +2 -0
- package/src/data/eip712-hash.json +1 -0
- package/src/data/eip712.ts +3 -2040
- package/src/data/erc20-hash.json +1 -0
- package/src/data/erc20-signatures-hash.json +1 -0
- package/src/data/erc20-signatures.ts +5 -1
- package/src/data/erc20.ts +2 -0
- package/src/data/esdt-hash.json +1 -0
- package/src/data/esdt.ts +2 -0
- package/src/data/evm/1/erc20-hash.json +1 -0
- package/src/data/evm/1/erc20-signatures-hash.json +1 -0
- package/src/data/evm/1/index.ts +4 -4
- package/src/data/evm/10/erc20-hash.json +1 -0
- package/src/data/evm/10/erc20-signatures-hash.json +1 -0
- package/src/data/evm/10/index.ts +4 -4
- package/src/data/evm/106/erc20-hash.json +1 -0
- package/src/data/evm/106/erc20-signatures-hash.json +1 -0
- package/src/data/evm/106/index.ts +4 -4
- package/src/data/evm/1088/erc20-hash.json +1 -0
- package/src/data/evm/1088/erc20-signatures-hash.json +1 -0
- package/src/data/evm/1088/index.ts +4 -4
- package/src/data/evm/1101/erc20-hash.json +1 -0
- package/src/data/evm/1101/erc20-signatures-hash.json +1 -0
- package/src/data/evm/1101/index.ts +4 -4
- package/src/data/evm/11155111/erc20-hash.json +1 -0
- package/src/data/evm/11155111/erc20-signatures-hash.json +1 -0
- package/src/data/evm/11155111/index.ts +4 -4
- package/src/data/evm/1284/erc20-hash.json +1 -0
- package/src/data/evm/1284/erc20-signatures-hash.json +1 -0
- package/src/data/evm/1284/index.ts +4 -4
- package/src/data/evm/137/erc20-hash.json +1 -0
- package/src/data/evm/137/erc20-signatures-hash.json +1 -0
- package/src/data/evm/137/index.ts +4 -4
- package/src/data/evm/1442/erc20-hash.json +1 -0
- package/src/data/evm/1442/erc20-signatures-hash.json +1 -0
- package/src/data/evm/1442/index.ts +4 -4
- package/src/data/evm/199/erc20-hash.json +1 -0
- package/src/data/evm/199/erc20-signatures-hash.json +1 -0
- package/src/data/evm/199/index.ts +4 -4
- package/src/data/evm/245022934/erc20-hash.json +1 -0
- package/src/data/evm/245022934/erc20-signatures-hash.json +1 -0
- package/src/data/evm/245022934/index.ts +4 -4
- package/src/data/evm/246/erc20-hash.json +1 -0
- package/src/data/evm/246/erc20-signatures-hash.json +1 -0
- package/src/data/evm/246/index.ts +4 -4
- package/src/data/evm/25/erc20-hash.json +1 -0
- package/src/data/evm/25/erc20-signatures-hash.json +1 -0
- package/src/data/evm/25/index.ts +4 -4
- package/src/data/evm/250/erc20-hash.json +1 -0
- package/src/data/evm/250/erc20-signatures-hash.json +1 -0
- package/src/data/evm/250/index.ts +4 -4
- package/src/data/evm/3/erc20-hash.json +1 -0
- package/src/data/evm/3/erc20-signatures-hash.json +1 -0
- package/src/data/evm/3/index.ts +4 -4
- package/src/data/evm/30/erc20-hash.json +1 -0
- package/src/data/evm/30/erc20-signatures-hash.json +1 -0
- package/src/data/evm/30/index.ts +4 -4
- package/src/data/evm/40/erc20-hash.json +1 -0
- package/src/data/evm/40/erc20-signatures-hash.json +1 -0
- package/src/data/evm/40/index.ts +4 -4
- package/src/data/evm/420/erc20-hash.json +1 -0
- package/src/data/evm/420/erc20-signatures-hash.json +1 -0
- package/src/data/evm/420/index.ts +4 -4
- package/src/data/evm/42161/erc20-hash.json +1 -0
- package/src/data/evm/42161/erc20-signatures-hash.json +1 -0
- package/src/data/evm/42161/index.ts +4 -4
- package/src/data/evm/43114/erc20-hash.json +1 -0
- package/src/data/evm/43114/erc20-signatures-hash.json +1 -0
- package/src/data/evm/43114/index.ts +4 -4
- package/src/data/evm/5/erc20-hash.json +1 -0
- package/src/data/evm/5/erc20-signatures-hash.json +1 -0
- package/src/data/evm/5/index.ts +4 -4
- package/src/data/evm/56/erc20-hash.json +1 -0
- package/src/data/evm/56/erc20-signatures-hash.json +1 -0
- package/src/data/evm/56/index.ts +4 -4
- package/src/data/evm/57/erc20-hash.json +1 -0
- package/src/data/evm/57/erc20-signatures-hash.json +1 -0
- package/src/data/evm/57/index.ts +4 -4
- package/src/data/evm/59144/erc20-hash.json +1 -0
- package/src/data/evm/59144/erc20-signatures-hash.json +1 -0
- package/src/data/evm/59144/index.ts +4 -4
- package/src/data/evm/592/erc20-hash.json +1 -0
- package/src/data/evm/592/erc20-signatures-hash.json +1 -0
- package/src/data/evm/592/index.ts +4 -4
- package/src/data/evm/8217/erc20-hash.json +1 -0
- package/src/data/evm/8217/erc20-signatures-hash.json +1 -0
- package/src/data/evm/8217/index.ts +4 -4
- package/src/data/evm/8453/erc20-hash.json +1 -0
- package/src/data/evm/8453/erc20-signatures-hash.json +1 -0
- package/src/data/evm/8453/index.ts +4 -4
- package/src/data/evm/index.ts +118 -0
- package/src/data/exchange/bep20-hash.json +1 -0
- package/src/data/exchange/bep20.ts +2 -0
- package/src/data/exchange/coin-hash.json +1 -0
- package/src/data/exchange/coins.ts +2 -0
- package/src/data/exchange/erc20-hash.json +1 -0
- package/src/data/exchange/erc20.ts +2 -0
- package/src/data/exchange/trc20-hash.json +1 -0
- package/src/data/exchange/trc20.json +1 -0
- package/src/data/exchange/trc20.ts +7 -0
- package/src/data/polygon-erc20-hash.json +1 -0
- package/src/data/polygon-erc20.ts +2 -0
- package/src/data/spl-hash.json +1 -0
- package/src/data/spl.ts +2 -0
- package/src/data/stellar-hash.json +1 -0
- package/src/data/stellar.ts +2 -0
- package/src/data/trc20-hash.json +1 -0
- package/src/data/trc20.ts +2 -0
- package/src/exchange.ts +2 -1
- package/src/fiats.ts +123 -9
package/lib/data/evm/56/index.js
CHANGED
|
@@ -3,7 +3,13 @@ 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
|
-
exports
|
|
6
|
+
exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
|
|
7
|
+
var erc20_json_1 = require("./erc20.json");
|
|
8
|
+
Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
|
|
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; } });
|
|
9
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/56/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/56/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"67ea13a6f2d9dce78ba7d491f44da294\""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"a63db57302a0bd2574889f564debc95c\""
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export { default as tokens } from "./erc20.json";
|
|
2
|
+
export { default as signatures } from "./erc20-signatures.json";
|
|
3
|
+
export { default as hash } from "./erc20-hash.json";
|
|
4
|
+
export { default as signaturesHash } from "./erc20-signatures-hash.json";
|
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
|
package/lib/data/evm/57/index.js
CHANGED
|
@@ -3,7 +3,13 @@ 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
|
-
exports
|
|
6
|
+
exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
|
|
7
|
+
var erc20_json_1 = require("./erc20.json");
|
|
8
|
+
Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
|
|
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; } });
|
|
9
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/57/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"0a96e8160990711bda82b818666fa73d\""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"143aa56e8ded1aaa6024acacc07a1c2e\""
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export { default as tokens } from "./erc20.json";
|
|
2
|
+
export { default as signatures } from "./erc20-signatures.json";
|
|
3
|
+
export { default as hash } from "./erc20-hash.json";
|
|
4
|
+
export { default as signaturesHash } from "./erc20-signatures-hash.json";
|
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -3,7 +3,13 @@ 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
|
-
exports
|
|
6
|
+
exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
|
|
7
|
+
var erc20_json_1 = require("./erc20.json");
|
|
8
|
+
Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
|
|
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; } });
|
|
9
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/59144/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"5f29e1c0afe8281de8b984b3c43b240f\""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"aa5634a6c2c085101fb7b1529cc24f64\""
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export { default as tokens } from "./erc20.json";
|
|
2
|
+
export { default as signatures } from "./erc20-signatures.json";
|
|
3
|
+
export { default as hash } from "./erc20-hash.json";
|
|
4
|
+
export { default as signaturesHash } from "./erc20-signatures-hash.json";
|
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -3,7 +3,13 @@ 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
|
-
exports
|
|
6
|
+
exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
|
|
7
|
+
var erc20_json_1 = require("./erc20.json");
|
|
8
|
+
Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
|
|
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; } });
|
|
9
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/data/evm/592/index.ts"],"names":[],"mappings":";;;;;;AAAA,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"46ba5932c8b9a8f93411f3ea3c61ee00\""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"53f328762118f1ee121207aab31405b6\""
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export { default as tokens } from "./erc20.json";
|
|
2
|
+
export { default as signatures } from "./erc20-signatures.json";
|
|
3
|
+
export { default as hash } from "./erc20-hash.json";
|
|
4
|
+
export { default as signaturesHash } from "./erc20-signatures-hash.json";
|
|
6
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -3,7 +3,13 @@ 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
|
-
exports
|
|
6
|
+
exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
|
|
7
|
+
var erc20_json_1 = require("./erc20.json");
|
|
8
|
+
Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
|
|
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; } });
|
|
9
15
|
//# 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,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"91aee165a518b980ac276f12f2254892\""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"dae77981d5c4e0406f581f8f5afe813d\""
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
1
|
+
export { default as tokens } from "./erc20.json";
|
|
2
|
+
export { default as signatures } from "./erc20-signatures.json";
|
|
3
|
+
export { default as hash } from "./erc20-hash.json";
|
|
4
|
+
export { default as signaturesHash } from "./erc20-signatures-hash.json";
|
|
6
5
|
//# 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":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,8BAA8B,CAAC"}
|
|
@@ -3,7 +3,13 @@ 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
|
-
exports
|
|
6
|
+
exports.signaturesHash = exports.hash = exports.signatures = exports.tokens = void 0;
|
|
7
|
+
var erc20_json_1 = require("./erc20.json");
|
|
8
|
+
Object.defineProperty(exports, "tokens", { enumerable: true, get: function () { return __importDefault(erc20_json_1).default; } });
|
|
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; } });
|
|
9
15
|
//# 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,2CAAiD;AAAxC,qHAAA,OAAO,OAAU;AAC1B,iEAAgE;AAAvD,oIAAA,OAAO,OAAc;AAC9B,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AACxB,2EAAyE;AAAhE,6IAAA,OAAO,OAAkB"}
|
package/lib/data/evm/index.d.ts
CHANGED
|
@@ -56,6 +56,64 @@ 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
|
+
};
|
|
59
117
|
declare const _default: {
|
|
60
118
|
tokens: {
|
|
61
119
|
1: (string | number | boolean | null)[][];
|
|
@@ -115,6 +173,64 @@ declare const _default: {
|
|
|
115
173
|
11155111: string;
|
|
116
174
|
245022934: string;
|
|
117
175
|
};
|
|
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
|
+
};
|
|
118
234
|
};
|
|
119
235
|
export default _default;
|
|
120
236
|
//# 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":"AAgHA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BlB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BtB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B3B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBAKE"}
|
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.signatures = exports.tokens = void 0;
|
|
6
|
+
exports.signatureHashes = exports.hashes = 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,6 +31,33 @@ 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"));
|
|
34
61
|
const erc20_signatures_json_1 = __importDefault(require("./1/erc20-signatures.json"));
|
|
35
62
|
const erc20_signatures_json_2 = __importDefault(require("./3/erc20-signatures.json"));
|
|
36
63
|
const erc20_signatures_json_3 = __importDefault(require("./5/erc20-signatures.json"));
|
|
@@ -58,6 +85,33 @@ const erc20_signatures_json_24 = __importDefault(require("./43114/erc20-signatur
|
|
|
58
85
|
const erc20_signatures_json_25 = __importDefault(require("./59144/erc20-signatures.json"));
|
|
59
86
|
const erc20_signatures_json_26 = __importDefault(require("./11155111/erc20-signatures.json"));
|
|
60
87
|
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"));
|
|
61
115
|
exports.tokens = {
|
|
62
116
|
1: erc20_json_1.default,
|
|
63
117
|
3: erc20_json_2.default,
|
|
@@ -116,8 +170,68 @@ exports.signatures = {
|
|
|
116
170
|
11155111: erc20_signatures_json_26.default,
|
|
117
171
|
245022934: erc20_signatures_json_27.default,
|
|
118
172
|
};
|
|
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
|
+
};
|
|
119
231
|
exports.default = {
|
|
120
232
|
tokens: exports.tokens,
|
|
121
233
|
signatures: exports.signatures,
|
|
234
|
+
hashes: exports.hashes,
|
|
235
|
+
signatureHashes: exports.signatureHashes,
|
|
122
236
|
};
|
|
123
237
|
//# 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,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;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/data/evm/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"8c892e6ec550ddfefcef81219207c85a\""
|
|
@@ -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;AAErD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;;AAIpD,wBAAyC"}
|
|
@@ -3,6 +3,9 @@ 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; } });
|
|
6
9
|
const bep20_json_1 = __importDefault(require("./bep20.json"));
|
|
7
10
|
exports.default = bep20_json_1.default;
|
|
8
11
|
//# 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,qDAAoD;AAA3C,wHAAA,OAAO,OAAQ;AAExB,8DAAkC;AAElC,kBAAe,oBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"\"c591b5de6255f8d0ab1ee1805a2ade78\""
|
|
@@ -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;AAEhD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,kBAAkB,CAAC;;AAInD,wBAAuC"}
|