@tomo-inc/transaction-builder-sdk 0.0.1-alpha.2 → 0.0.1-alpha.3

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.
Files changed (39) hide show
  1. package/dist/index.d.cts +584 -0
  2. package/dist/index.d.ts +584 -0
  3. package/dist/index.js +9429 -0
  4. package/dist/index.mjs +9423 -0
  5. package/package.json +6 -1
  6. package/project.json +0 -52
  7. package/src/__tests__/business.test.ts +0 -315
  8. package/src/api/index.ts +0 -115
  9. package/src/api/types.ts +0 -196
  10. package/src/chains/const.ts +0 -776
  11. package/src/chains/getBridgeSupportChains.ts +0 -5
  12. package/src/chains/getChains.ts +0 -6
  13. package/src/chains/getSwapSupportChains.ts +0 -5
  14. package/src/constant/abi.ts +0 -191
  15. package/src/constant/abis/permit2.json +0 -901
  16. package/src/constant/address.ts +0 -3
  17. package/src/constant/index.ts +0 -3
  18. package/src/constant/stage.json +0 -10
  19. package/src/index.ts +0 -368
  20. package/src/swap/bridgeBuilder.ts +0 -46
  21. package/src/swap/getApproveBuilder.ts +0 -25
  22. package/src/swap/getBridgeQuotes.ts +0 -12
  23. package/src/swap/getSwapQuotes.ts +0 -11
  24. package/src/swap/methods/builder.ts +0 -19
  25. package/src/swap/methods/chains/const.ts +0 -13
  26. package/src/swap/methods/chains/evm.ts +0 -124
  27. package/src/swap/methods/chains/sol.ts +0 -19
  28. package/src/swap/methods/chains/tron.ts +0 -123
  29. package/src/swap/methods/permit.ts +0 -1
  30. package/src/swap/methods/quote.ts +0 -60
  31. package/src/swap/methods/unsign.ts +0 -26
  32. package/src/swap/methods/utils.ts +0 -70
  33. package/src/swap/permitSign.ts +0 -0
  34. package/src/swap/swapBuilder.ts +0 -46
  35. package/src/types/chain.ts +0 -86
  36. package/src/types/index.ts +0 -15
  37. package/src/types/swap.ts +0 -140
  38. package/tsconfig.json +0 -25
  39. package/tsup.config.ts +0 -15

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.