@heliofi/launchpad-common 1.7.33 → 1.7.34

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 (78) hide show
  1. package/dist/src/domain/constants/blockchain.d.ts +1 -2
  2. package/dist/src/domain/constants/blockchain.js +0 -2
  3. package/dist/src/domain/constants/blockchain.js.map +1 -1
  4. package/dist/src/domain/constants/chainId.d.ts +0 -2
  5. package/dist/src/domain/constants/chainId.js +0 -5
  6. package/dist/src/domain/constants/chainId.js.map +1 -1
  7. package/dist/src/domain/constants/dex.d.ts +1 -1
  8. package/dist/src/domain/constants/dex.js +1 -1
  9. package/dist/src/domain/constants/dex.js.map +1 -1
  10. package/dist/src/domain/constants/index.d.ts +0 -1
  11. package/dist/src/domain/constants/index.js +0 -1
  12. package/dist/src/domain/constants/index.js.map +1 -1
  13. package/dist/src/domain/constants/migrationDex.d.ts +3 -1
  14. package/dist/src/domain/constants/migrationDex.js +4 -0
  15. package/dist/src/domain/constants/migrationDex.js.map +1 -1
  16. package/dist/src/domain/constants/protocol.d.ts +0 -2
  17. package/dist/src/domain/constants/protocol.js +0 -2
  18. package/dist/src/domain/constants/protocol.js.map +1 -1
  19. package/dist/src/domain/curves/getDefaultCurveByBlockchain.js +1 -2
  20. package/dist/src/domain/curves/getDefaultCurveByBlockchain.js.map +1 -1
  21. package/dist/src/domain/model/bundle/index.d.ts +1 -0
  22. package/dist/src/domain/model/{swap-evm → bundle}/index.js +1 -5
  23. package/dist/src/domain/model/bundle/index.js.map +1 -0
  24. package/dist/src/domain/model/bundle/prepare/dtos/BundleMintWithMetadata.dto.d.ts +3 -0
  25. package/dist/src/domain/model/bundle/prepare/dtos/BundleMintWithMetadata.dto.js +8 -0
  26. package/dist/src/domain/model/bundle/prepare/dtos/BundleMintWithMetadata.dto.js.map +1 -0
  27. package/dist/src/domain/model/bundle/prepare/dtos/index.d.ts +1 -0
  28. package/dist/src/domain/model/bundle/prepare/dtos/index.js +18 -0
  29. package/dist/src/domain/model/bundle/prepare/dtos/index.js.map +1 -0
  30. package/dist/src/domain/model/bundle/prepare/index.d.ts +1 -0
  31. package/dist/src/domain/model/bundle/prepare/index.js +18 -0
  32. package/dist/src/domain/model/bundle/prepare/index.js.map +1 -0
  33. package/dist/src/domain/model/index.d.ts +0 -1
  34. package/dist/src/domain/model/index.js +0 -1
  35. package/dist/src/domain/model/index.js.map +1 -1
  36. package/dist/src/domain/model/permission/Permission.d.ts +1 -2
  37. package/dist/src/domain/model/permission/Permission.js +0 -1
  38. package/dist/src/domain/model/permission/Permission.js.map +1 -1
  39. package/dist/src/domain/model/rpc-abstraction/entities/RpcResponse.entity.d.ts +24 -0
  40. package/dist/src/domain/model/rpc-abstraction/entities/RpcResponse.entity.js +3 -0
  41. package/dist/src/domain/model/rpc-abstraction/entities/RpcResponse.entity.js.map +1 -0
  42. package/dist/src/domain/model/tx-token-payload/SwapTxTokenPayload.d.ts +0 -1
  43. package/dist/src/domain/model/wallet-balance/dtos/GetEvmBalanceRequest.dto.d.ts +6 -0
  44. package/dist/src/domain/model/{swap-evm/dtos/SwapEvmSubmit.dto.js → wallet-balance/dtos/GetEvmBalanceRequest.dto.js} +12 -6
  45. package/dist/src/domain/model/wallet-balance/dtos/GetEvmBalanceRequest.dto.js.map +1 -0
  46. package/dist/src/domain/model/wallet-balance/dtos/index.d.ts +1 -0
  47. package/dist/src/domain/model/wallet-balance/dtos/index.js +18 -0
  48. package/dist/src/domain/model/wallet-balance/dtos/index.js.map +1 -0
  49. package/dist/src/domain/model/wallet-balance/entities/EvmBalanceResponse.entity.d.ts +6 -0
  50. package/dist/src/domain/model/wallet-balance/entities/EvmBalanceResponse.entity.js +3 -0
  51. package/dist/src/domain/model/wallet-balance/entities/EvmBalanceResponse.entity.js.map +1 -0
  52. package/dist/src/domain/model/wallet-balance/entities/index.d.ts +1 -0
  53. package/dist/src/domain/model/wallet-balance/entities/index.js +18 -0
  54. package/dist/src/domain/model/wallet-balance/entities/index.js.map +1 -0
  55. package/dist/src/domain/model/wallet-balance/index.d.ts +2 -0
  56. package/dist/src/domain/model/wallet-balance/index.js +19 -0
  57. package/dist/src/domain/model/wallet-balance/index.js.map +1 -0
  58. package/dist/tsconfig.tsbuildinfo +1 -1
  59. package/package.json +2 -2
  60. package/dist/src/domain/constants/wethAddress.d.ts +0 -3
  61. package/dist/src/domain/constants/wethAddress.js +0 -32
  62. package/dist/src/domain/constants/wethAddress.js.map +0 -1
  63. package/dist/src/domain/model/swap-evm/dtos/SwapEvmGetPrice.dto.d.ts +0 -9
  64. package/dist/src/domain/model/swap-evm/dtos/SwapEvmGetPrice.dto.js +0 -61
  65. package/dist/src/domain/model/swap-evm/dtos/SwapEvmGetPrice.dto.js.map +0 -1
  66. package/dist/src/domain/model/swap-evm/dtos/SwapEvmPrepare.dto.d.ts +0 -10
  67. package/dist/src/domain/model/swap-evm/dtos/SwapEvmPrepare.dto.js +0 -57
  68. package/dist/src/domain/model/swap-evm/dtos/SwapEvmPrepare.dto.js.map +0 -1
  69. package/dist/src/domain/model/swap-evm/dtos/SwapEvmSubmit.dto.d.ts +0 -4
  70. package/dist/src/domain/model/swap-evm/dtos/SwapEvmSubmit.dto.js.map +0 -1
  71. package/dist/src/domain/model/swap-evm/index.d.ts +0 -5
  72. package/dist/src/domain/model/swap-evm/index.js.map +0 -1
  73. package/dist/src/domain/model/swap-evm/responses/SwapEvmPrepare.response.d.ts +0 -5
  74. package/dist/src/domain/model/swap-evm/responses/SwapEvmPrepare.response.js +0 -7
  75. package/dist/src/domain/model/swap-evm/responses/SwapEvmPrepare.response.js.map +0 -1
  76. package/dist/src/domain/model/swap-evm/responses/SwapEvmSubmit.response.d.ts +0 -5
  77. package/dist/src/domain/model/swap-evm/responses/SwapEvmSubmit.response.js +0 -7
  78. package/dist/src/domain/model/swap-evm/responses/SwapEvmSubmit.response.js.map +0 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heliofi/launchpad-common",
3
3
  "private": false,
4
- "version": "1.7.33",
4
+ "version": "1.7.34",
5
5
  "description": "Common package for launchpad",
6
6
  "main": "dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -31,5 +31,5 @@
31
31
  "ts-loader": "^9.3.1",
32
32
  "typescript": "^5.5"
33
33
  },
34
- "gitHead": "b76b7d28156e850ae4ca129b70f7bb354c705520"
34
+ "gitHead": "2c0c6b9fe7bb2afc5174ed6ac36390cbd9081de5"
35
35
  }
@@ -1,3 +0,0 @@
1
- import { ChainId } from './chainId';
2
- export declare function getWethAddressByChainId(chainId: ChainId): string;
3
- export declare function hasWethAddress(chainId: ChainId): boolean;
@@ -1,32 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getWethAddressByChainId = getWethAddressByChainId;
4
- exports.hasWethAddress = hasWethAddress;
5
- const chainId_1 = require("./chainId");
6
- const WETH_ADDRESSES = {
7
- [chainId_1.ChainId.ETHEREUM]: '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2',
8
- [chainId_1.ChainId.ETHEREUM_SEPOLIA]: '0xfFf9976782d46CC05630D1f6ebaB18b2324d6B14',
9
- [chainId_1.ChainId.BASE]: '0x4200000000000000000000000000000000000006',
10
- [chainId_1.ChainId.BASE_SEPOLIA]: '0x4200000000000000000000000000000000000006',
11
- [chainId_1.ChainId.UNICHAIN]: '0x4200000000000000000000000000000000000006',
12
- [chainId_1.ChainId.UNICHAIN_SEPOLIA]: '0x4200000000000000000000000000000000000006',
13
- [chainId_1.ChainId.SONIC]: '0x50c42dEAcD8Fc9773493ED674b675bE577f2634b',
14
- [chainId_1.ChainId.SONIC_BLAZE]: '0x50c42dEAcD8Fc9773493ED674b675bE577f2634b',
15
- [chainId_1.ChainId.ABSTRACT]: '0x4200000000000000000000000000000000000006',
16
- [chainId_1.ChainId.ABSTRACT_TESTNET]: '0x4200000000000000000000000000000000000006',
17
- [chainId_1.ChainId.BERA]: '0x4200000000000000000000000000000000000006',
18
- [chainId_1.ChainId.BERA_BARTIO]: '0x6E1E9896e93F7A71ECB33d4386b49DeeD67a231A',
19
- [chainId_1.ChainId.BSC]: '0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c',
20
- [chainId_1.ChainId.BSC_TESTNET]: '0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd',
21
- };
22
- function getWethAddressByChainId(chainId) {
23
- const address = WETH_ADDRESSES[chainId];
24
- if (!address) {
25
- throw new Error(`WETH address not found for chain ID: ${chainId}. Please add the WETH address to the WETH_ADDRESSES mapping.`);
26
- }
27
- return address;
28
- }
29
- function hasWethAddress(chainId) {
30
- return chainId in WETH_ADDRESSES;
31
- }
32
- //# sourceMappingURL=wethAddress.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wethAddress.js","sourceRoot":"","sources":["../../../../src/domain/constants/wethAddress.ts"],"names":[],"mappings":";;AAiDA,0DAUC;AAQD,wCAEC;AArED,uCAAoC;AAYpC,MAAM,cAAc,GAA4B;IAE9C,CAAC,iBAAO,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IAGhE,CAAC,iBAAO,CAAC,gBAAgB,CAAC,EAAE,4CAA4C;IAGxE,CAAC,iBAAO,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC5D,CAAC,iBAAO,CAAC,YAAY,CAAC,EAAE,4CAA4C;IAGpE,CAAC,iBAAO,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IAChE,CAAC,iBAAO,CAAC,gBAAgB,CAAC,EAAE,4CAA4C;IAGxE,CAAC,iBAAO,CAAC,KAAK,CAAC,EAAE,4CAA4C;IAC7D,CAAC,iBAAO,CAAC,WAAW,CAAC,EAAE,4CAA4C;IAGnE,CAAC,iBAAO,CAAC,QAAQ,CAAC,EAAE,4CAA4C;IAChE,CAAC,iBAAO,CAAC,gBAAgB,CAAC,EAAE,4CAA4C;IAGxE,CAAC,iBAAO,CAAC,IAAI,CAAC,EAAE,4CAA4C;IAC5D,CAAC,iBAAO,CAAC,WAAW,CAAC,EAAE,4CAA4C;IAGnE,CAAC,iBAAO,CAAC,GAAG,CAAC,EAAE,4CAA4C;IAC3D,CAAC,iBAAO,CAAC,WAAW,CAAC,EAAE,4CAA4C;CACpE,CAAC;AAOF,SAAgB,uBAAuB,CAAC,OAAgB;IACtD,MAAM,OAAO,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;IAExC,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CACb,wCAAwC,OAAO,8DAA8D,CAC9G,CAAC;IACJ,CAAC;IAED,OAAO,OAAO,CAAC;AACjB,CAAC;AAQD,SAAgB,cAAc,CAAC,OAAgB;IAC7C,OAAO,OAAO,IAAI,cAAc,CAAC;AACnC,CAAC"}
@@ -1,9 +0,0 @@
1
- import { SwapType, BlockchainSymbol } from '../../../constants';
2
- export declare class SwapEvmGetPriceDto {
3
- mintFrom: string;
4
- mintTo: string;
5
- amount: bigint;
6
- poolId: string;
7
- blockchainSymbol: BlockchainSymbol;
8
- swapType?: SwapType;
9
- }
@@ -1,61 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.SwapEvmGetPriceDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- const constants_1 = require("../../../constants");
16
- const validations_1 = require("../../../validations");
17
- class SwapEvmGetPriceDto {
18
- }
19
- exports.SwapEvmGetPriceDto = SwapEvmGetPriceDto;
20
- __decorate([
21
- (0, class_validator_1.IsString)(),
22
- (0, class_validator_1.IsNotEmpty)(),
23
- __metadata("design:type", String)
24
- ], SwapEvmGetPriceDto.prototype, "mintFrom", void 0);
25
- __decorate([
26
- (0, class_validator_1.IsString)(),
27
- (0, class_validator_1.IsNotEmpty)(),
28
- __metadata("design:type", String)
29
- ], SwapEvmGetPriceDto.prototype, "mintTo", void 0);
30
- __decorate([
31
- (0, class_transformer_1.Transform)(({ value }) => {
32
- if (value === null || value === undefined)
33
- return undefined;
34
- if (typeof value === 'bigint')
35
- return value;
36
- const s = String(value).trim();
37
- if (!s)
38
- return undefined;
39
- return BigInt(s);
40
- }, { toClassOnly: true }),
41
- (0, class_validator_1.IsNotEmpty)(),
42
- (0, class_validator_1.Validate)(validations_1.MinBigInt),
43
- __metadata("design:type", BigInt)
44
- ], SwapEvmGetPriceDto.prototype, "amount", void 0);
45
- __decorate([
46
- (0, class_validator_1.IsString)(),
47
- (0, class_validator_1.IsNotEmpty)(),
48
- __metadata("design:type", String)
49
- ], SwapEvmGetPriceDto.prototype, "poolId", void 0);
50
- __decorate([
51
- (0, class_validator_1.IsEnum)(constants_1.BlockchainSymbol),
52
- (0, class_validator_1.IsNotEmpty)(),
53
- __metadata("design:type", String)
54
- ], SwapEvmGetPriceDto.prototype, "blockchainSymbol", void 0);
55
- __decorate([
56
- (0, class_validator_1.IsString)(),
57
- (0, class_validator_1.IsEnum)(constants_1.SwapType),
58
- (0, class_validator_1.IsOptional)(),
59
- __metadata("design:type", String)
60
- ], SwapEvmGetPriceDto.prototype, "swapType", void 0);
61
- //# sourceMappingURL=SwapEvmGetPrice.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapEvmGetPrice.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-evm/dtos/SwapEvmGetPrice.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAMyB;AACzB,kDAAgE;AAChE,sDAAiD;AAEjD,MAAa,kBAAkB;CAmC9B;AAnCD,gDAmCC;AAhCC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACI;AAIjB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACE;AAcf;IAZC,IAAA,6BAAS,EACR,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;QACZ,IAAI,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,SAAS;YAAE,OAAO,SAAS,CAAC;QAC5D,IAAI,OAAO,KAAK,KAAK,QAAQ;YAAE,OAAO,KAAK,CAAC;QAC5C,MAAM,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,CAAC;QAC/B,IAAI,CAAC,CAAC;YAAE,OAAO,SAAS,CAAC;QACzB,OAAO,MAAM,CAAC,CAAC,CAAC,CAAC;IACnB,CAAC,EACD,EAAE,WAAW,EAAE,IAAI,EAAE,CACtB;IACA,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;kDACL;AAIf;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACE;AAIf;IAFC,IAAA,wBAAM,EAAC,4BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;4DACsB;AAKnC;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;oDACO"}
@@ -1,10 +0,0 @@
1
- import { SwapType, BlockchainSymbol } from '../../../constants';
2
- export declare class SwapEvmPrepareDto {
3
- mintFrom: string;
4
- mintTo: string;
5
- amountIn: bigint;
6
- amountOut: string;
7
- blockchainSymbol: BlockchainSymbol;
8
- poolId: string;
9
- swapType?: SwapType;
10
- }
@@ -1,57 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.SwapEvmPrepareDto = void 0;
13
- const class_transformer_1 = require("class-transformer");
14
- const class_validator_1 = require("class-validator");
15
- const constants_1 = require("../../../constants");
16
- const validations_1 = require("../../../validations");
17
- class SwapEvmPrepareDto {
18
- }
19
- exports.SwapEvmPrepareDto = SwapEvmPrepareDto;
20
- __decorate([
21
- (0, class_validator_1.IsString)(),
22
- (0, class_validator_1.IsNotEmpty)(),
23
- __metadata("design:type", String)
24
- ], SwapEvmPrepareDto.prototype, "mintFrom", void 0);
25
- __decorate([
26
- (0, class_validator_1.IsString)(),
27
- (0, class_validator_1.IsNotEmpty)(),
28
- __metadata("design:type", String)
29
- ], SwapEvmPrepareDto.prototype, "mintTo", void 0);
30
- __decorate([
31
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
32
- (0, class_validator_1.IsNotEmpty)(),
33
- (0, class_validator_1.Validate)(validations_1.MinBigInt),
34
- __metadata("design:type", BigInt)
35
- ], SwapEvmPrepareDto.prototype, "amountIn", void 0);
36
- __decorate([
37
- (0, class_transformer_1.Transform)(({ value }) => BigInt(value)),
38
- (0, class_validator_1.IsNotEmpty)(),
39
- (0, class_validator_1.Validate)(validations_1.MinBigInt),
40
- __metadata("design:type", String)
41
- ], SwapEvmPrepareDto.prototype, "amountOut", void 0);
42
- __decorate([
43
- (0, class_validator_1.IsEnum)(constants_1.BlockchainSymbol),
44
- (0, class_validator_1.IsNotEmpty)(),
45
- __metadata("design:type", String)
46
- ], SwapEvmPrepareDto.prototype, "blockchainSymbol", void 0);
47
- __decorate([
48
- (0, class_validator_1.IsString)(),
49
- (0, class_validator_1.IsNotEmpty)(),
50
- __metadata("design:type", String)
51
- ], SwapEvmPrepareDto.prototype, "poolId", void 0);
52
- __decorate([
53
- (0, class_validator_1.IsEnum)(constants_1.SwapType),
54
- (0, class_validator_1.IsOptional)(),
55
- __metadata("design:type", String)
56
- ], SwapEvmPrepareDto.prototype, "swapType", void 0);
57
- //# sourceMappingURL=SwapEvmPrepare.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapEvmPrepare.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-evm/dtos/SwapEvmPrepare.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA8C;AAC9C,qDAMyB;AACzB,kDAAgE;AAChE,sDAAiD;AAEjD,MAAa,iBAAiB;CA8B7B;AA9BD,8CA8BC;AA3BC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACI;AAIjB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAKf;IAHC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;mDACH;AAKjB;IAHC,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;IACvC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,uBAAS,CAAC;;oDACF;AAIlB;IAFC,IAAA,wBAAM,EAAC,4BAAgB,CAAC;IACxB,IAAA,4BAAU,GAAE;;2DACsB;AAInC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACE;AAIf;IAFC,IAAA,wBAAM,EAAC,oBAAQ,CAAC;IAChB,IAAA,4BAAU,GAAE;;mDACO"}
@@ -1,4 +0,0 @@
1
- export declare class SwapEvmSubmitDto {
2
- signedTransaction: string;
3
- token: string;
4
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapEvmSubmit.dto.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-evm/dtos/SwapEvmSubmit.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,gBAAgB;CAQ5B;AARD,4CAQC;AALC;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;2DACa;AAI1B;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+CACC"}
@@ -1,5 +0,0 @@
1
- export * from './dtos/SwapEvmPrepare.dto';
2
- export * from './dtos/SwapEvmSubmit.dto';
3
- export * from './dtos/SwapEvmGetPrice.dto';
4
- export * from './responses/SwapEvmPrepare.response';
5
- export * from './responses/SwapEvmSubmit.response';
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/domain/model/swap-evm/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,2DAAyC;AACzC,6DAA2C;AAC3C,sEAAoD;AACpD,qEAAmD"}
@@ -1,5 +0,0 @@
1
- export declare class SwapEvmPrepareResponse {
2
- serializedTx: string;
3
- token: string;
4
- contractAddress: string;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SwapEvmPrepareResponse = void 0;
4
- class SwapEvmPrepareResponse {
5
- }
6
- exports.SwapEvmPrepareResponse = SwapEvmPrepareResponse;
7
- //# sourceMappingURL=SwapEvmPrepare.response.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapEvmPrepare.response.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-evm/responses/SwapEvmPrepare.response.ts"],"names":[],"mappings":";;;AAAA,MAAa,sBAAsB;CAMlC;AAND,wDAMC"}
@@ -1,5 +0,0 @@
1
- import { TxStatus } from '../../../constants';
2
- export declare class SwapEvmSubmitResponse {
3
- transactionSignature: string;
4
- status: TxStatus;
5
- }
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SwapEvmSubmitResponse = void 0;
4
- class SwapEvmSubmitResponse {
5
- }
6
- exports.SwapEvmSubmitResponse = SwapEvmSubmitResponse;
7
- //# sourceMappingURL=SwapEvmSubmit.response.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwapEvmSubmit.response.js","sourceRoot":"","sources":["../../../../../../src/domain/model/swap-evm/responses/SwapEvmSubmit.response.ts"],"names":[],"mappings":";;;AAEA,MAAa,qBAAqB;CAIjC;AAJD,sDAIC"}