@tria-sdk/constants 1.0.29 → 1.0.30

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/dist/index.js CHANGED
@@ -2,4 +2,3 @@ export * from "./src/config";
2
2
  export * from "./src/chains";
3
3
  export * from "./src/txn";
4
4
  export * from "./src/connect";
5
- // export * from "./src/gasToken";
@@ -1,25 +1,17 @@
1
- export declare const mumbai = "MUMBAI";
2
- export declare const polygon = "POLYGON";
3
- export declare const ethereum = "ETH";
4
- export declare const fuse = "FUSE";
5
- export declare const fuseSpark = "FUSESPARK";
6
1
  export declare const zkLink: string;
7
2
  export declare const zkLinkTestnet: string;
8
3
  export declare const bitlayerTestnet: string;
9
4
  export declare const neoxTestnet: string;
10
5
  export declare const sepolia: string;
11
6
  export declare const polygonAmoy: string;
12
- export declare const vanarTestnet: string;
13
7
  export type ZKLINK = "ZKLINK-NOVA";
14
8
  export type ZKLINK_TESTNET = "ZKLINK-NOVA-TESTNET";
15
9
  export type BITLAYER_TESTNET = "BITLAYER-TESTNET";
16
10
  export type NEOX_TESTNET = "NEOX-TESTNET";
17
11
  export type SEPOLIA = "SEPOLIA";
18
12
  export type AMOY = "AMOY";
19
- export type VANGUARD_VANAR_TESTNET = "VANGUARD-VANAR-TESTNET";
20
13
  export declare const TESTNET_CHAINS: string[];
21
14
  export declare const SUPPORTED_EVM_CHAINS: string[];
22
- export declare const GAS_ABS_ENABLED_CHAINS: string[];
23
15
  export declare const AA_SUPPORTED_EVM_CHAINS: string[];
24
16
  export declare const ALLCHAINS: string[];
25
17
  export declare const networks: {
@@ -1,17 +1,10 @@
1
- export const mumbai = "MUMBAI";
2
- export const polygon = "POLYGON";
3
- export const ethereum = "ETH";
4
- export const fuse = "FUSE";
5
- export const fuseSpark = "FUSESPARK";
6
1
  export const zkLink = "ZKLINK-NOVA";
7
2
  export const zkLinkTestnet = "ZKLINK-NOVA-TESTNET";
8
3
  export const bitlayerTestnet = "BITLAYER-TESTNET";
9
4
  export const neoxTestnet = "NEOX-TESTNET";
10
5
  export const sepolia = "SEPOLIA";
11
6
  export const polygonAmoy = "AMOY";
12
- export const vanarTestnet = "VANGUARD-VANAR-TESTNET";
13
7
  export const TESTNET_CHAINS = [
14
- sepolia,
15
8
  "MUMBAI",
16
9
  "FUSESPARK",
17
10
  "MANTA-TESTNET",
@@ -22,7 +15,6 @@ export const TESTNET_CHAINS = [
22
15
  neoxTestnet,
23
16
  sepolia,
24
17
  polygonAmoy,
25
- vanarTestnet,
26
18
  ];
27
19
  export const SUPPORTED_EVM_CHAINS = [
28
20
  "ETH",
@@ -35,7 +27,6 @@ export const SUPPORTED_EVM_CHAINS = [
35
27
  "FUSE",
36
28
  "FUSESPARK",
37
29
  "MUMBAI",
38
- sepolia,
39
30
  "MANTA",
40
31
  "MANTA-TESTNET",
41
32
  "METIS",
@@ -48,13 +39,10 @@ export const SUPPORTED_EVM_CHAINS = [
48
39
  neoxTestnet,
49
40
  sepolia,
50
41
  polygonAmoy,
51
- vanarTestnet,
52
42
  ];
53
- export const GAS_ABS_ENABLED_CHAINS = [sepolia, "POLYGON"];
54
43
  export const AA_SUPPORTED_EVM_CHAINS = [
55
44
  // "ETH",
56
45
  "POLYGON",
57
- sepolia,
58
46
  // "AVALANCHE",
59
47
  // "ARBITRUM",
60
48
  // "BINANCE",
@@ -79,7 +67,6 @@ export const ALLCHAINS = [
79
67
  "FUSE",
80
68
  "FUSESPARK",
81
69
  "MUMBAI",
82
- sepolia,
83
70
  "MANTA",
84
71
  "MANTA-TESTNET",
85
72
  "METIS",
@@ -93,7 +80,6 @@ export const ALLCHAINS = [
93
80
  neoxTestnet,
94
81
  sepolia,
95
82
  polygonAmoy,
96
- vanarTestnet,
97
83
  ];
98
84
  const baseLogoUrl = "https://static.tria.so/chain-logo-w";
99
85
  const baseLogoUrlBlack = "https://static.tria.so/chain-logo-b";
@@ -217,11 +203,6 @@ export const networks = [
217
203
  logo: `${baseLogoUrl}/Neo.webp`,
218
204
  type: "testnet",
219
205
  },
220
- {
221
- chainName: vanarTestnet,
222
- logo: "https://vanguard.vanarchain.com/assets/vanry-logo.png", //`${baseLogoUrl}/Vanguard.webp`,
223
- type: "testnet",
224
- },
225
206
  ];
226
207
  export const chainNameToLogo = {
227
208
  ETH: `${baseLogoUrl}/Ethereum.webp`,
@@ -248,7 +229,6 @@ export const chainNameToLogo = {
248
229
  [zkLinkTestnet]: `${baseLogoUrl}/zklink.webp`,
249
230
  [bitlayerTestnet]: `${baseLogoUrl}/bitlayer.webp`,
250
231
  [neoxTestnet]: `${baseLogoUrl}/Neo.webp`,
251
- [vanarTestnet]: "https://vanguard.vanarchain.com/assets/vanry-logo.png", //`${baseLogoUrl}/Vanguard.webp`,
252
232
  };
253
233
  export const chainNameToLogoBlack = {
254
234
  ETH: `${baseLogoUrlBlack}/Ethereum.webp`,
@@ -275,5 +255,4 @@ export const chainNameToLogoBlack = {
275
255
  [zkLinkTestnet]: `${baseLogoUrlBlack}/zklink.webp`,
276
256
  [bitlayerTestnet]: `${baseLogoUrlBlack}/bitlayer.webp`,
277
257
  [neoxTestnet]: `${baseLogoUrlBlack}/Neo.png`,
278
- [vanarTestnet]: "https://vanguard.vanarchain.com/assets/vanry-logo.png", //`${baseLogoUrlBlack}/Vanguard.png`,
279
258
  };
@@ -3,4 +3,3 @@ export declare const isEvmChain: (chainName: string) => boolean;
3
3
  export declare const isAaSupportedChain: (chainName: string) => boolean;
4
4
  export declare const isChainSupported: (chainName: string) => boolean;
5
5
  export declare const isTestnetChain: (chainName: string) => boolean;
6
- export declare const isGasAbsEnabled: (chainName: string) => boolean;
@@ -1,4 +1,4 @@
1
- import { AA_SUPPORTED_EVM_CHAINS, ALLCHAINS, GAS_ABS_ENABLED_CHAINS, SUPPORTED_EVM_CHAINS, TESTNET_CHAINS, } from "./chains";
1
+ import { AA_SUPPORTED_EVM_CHAINS, ALLCHAINS, SUPPORTED_EVM_CHAINS, TESTNET_CHAINS, } from "./chains";
2
2
  export const prodApiUrl = "https://prod.tria.so";
3
3
  export const isEvmChain = (chainName) => {
4
4
  return SUPPORTED_EVM_CHAINS.includes(chainName);
@@ -12,6 +12,3 @@ export const isChainSupported = (chainName) => {
12
12
  export const isTestnetChain = (chainName) => {
13
13
  return TESTNET_CHAINS.includes(chainName);
14
14
  };
15
- export const isGasAbsEnabled = (chainName) => {
16
- return GAS_ABS_ENABLED_CHAINS.includes(chainName);
17
- };
package/dist/src/txn.d.ts CHANGED
@@ -171,9 +171,9 @@ export declare const chainNameToChainId: {
171
171
  "MANTLE-TESTNET": number;
172
172
  };
173
173
  export declare const chainIdToChainName: {
174
- 11155111: string;
175
174
  80001: string;
176
175
  80002: string;
176
+ 11155111: string;
177
177
  137: string;
178
178
  1: string;
179
179
  43114: string;
@@ -193,5 +193,4 @@ export declare const chainIdToChainName: {
193
193
  810182: string;
194
194
  200810: string;
195
195
  12227330: string;
196
- 78600: string;
197
196
  };
package/dist/src/txn.js CHANGED
@@ -1,4 +1,4 @@
1
- import { bitlayerTestnet, neoxTestnet, polygonAmoy, sepolia, zkLink, zkLinkTestnet, vanarTestnet, } from "./chains";
1
+ import { bitlayerTestnet, neoxTestnet, polygonAmoy, sepolia, zkLink, zkLinkTestnet, } from "./chains";
2
2
  export const explorerBaseUrls = {
3
3
  ETH: "https://etherscan.io",
4
4
  [sepolia]: "https://sepolia.etherscan.io",
@@ -26,7 +26,6 @@ export const explorerBaseUrls = {
26
26
  [zkLinkTestnet]: "https://goerli.explorer.zklink.io",
27
27
  [bitlayerTestnet]: "https://testnet-scan.bitlayer.org/en-us",
28
28
  [neoxTestnet]: "https://xt2scan.ngd.network",
29
- [vanarTestnet]: "https://explorer-vanguard.vanarchain.com",
30
29
  };
31
30
  export const txnBaseUrl = {
32
31
  ETH: `${explorerBaseUrls.ETH}/tx`, // /txHash
@@ -51,7 +50,6 @@ export const txnBaseUrl = {
51
50
  [zkLinkTestnet]: `${explorerBaseUrls[zkLinkTestnet]}/tx`,
52
51
  [bitlayerTestnet]: `${explorerBaseUrls[bitlayerTestnet]}/tx`,
53
52
  [neoxTestnet]: `${explorerBaseUrls[neoxTestnet]}/tx`,
54
- [vanarTestnet]: `${explorerBaseUrls[vanarTestnet]}/tx`,
55
53
  };
56
54
  export const nativeTokenDetails = {
57
55
  ETH: {
@@ -169,11 +167,6 @@ export const nativeTokenDetails = {
169
167
  symbol: "GAS",
170
168
  logoUrl: "https://assets.coingecko.com/coins/images/858/standard/GAS_512_512.png?1696501992",
171
169
  },
172
- [vanarTestnet]: {
173
- name: "Vanry",
174
- symbol: "VG",
175
- logoUrl: "https://explorer-vanguard.vanarchain.com/assets/network_icon_dark.svg",
176
- },
177
170
  };
178
171
  const alchemyKey = "kcuWVV9ss_iLWJ2Lw6xdHbmtZYixfY7Z";
179
172
  export const rpcUrls = {
@@ -181,7 +174,6 @@ export const rpcUrls = {
181
174
  [polygonAmoy]: `https://polygon-amoy.g.alchemy.com/v2/${alchemyKey}`,
182
175
  [sepolia]: `https://eth-sepolia.g.alchemy.com/v2/${alchemyKey}`,
183
176
  ETH: "https://eth.llamarpc.com",
184
- [sepolia]: `https://eth-sepolia.g.alchemy.com/v2/${alchemyKey}`,
185
177
  POLYGON: `https://polygon-mainnet.g.alchemy.com/v2/${alchemyKey}`, // 'https://polygon.llamarpc.com',
186
178
  AVALANCHE: "https://avalanche-c-chain.publicnode.com",
187
179
  ARBITRUM: "https://arbitrum-one.publicnode.com",
@@ -200,7 +192,6 @@ export const rpcUrls = {
200
192
  [zkLinkTestnet]: "https://goerli.rpc.zklink.io",
201
193
  [bitlayerTestnet]: "https://testnet-rpc.bitlayer.org",
202
194
  [neoxTestnet]: "https://neoxseed1.ngd.network",
203
- [vanarTestnet]: "http://rpc-partners-vanguard.vanarchain.com", // "https://rpc-vanguard.vanarchain.com",
204
195
  };
205
196
  export const chainNameToChainId = {
206
197
  MUMBAI: 80001,
@@ -225,12 +216,11 @@ export const chainNameToChainId = {
225
216
  [zkLinkTestnet]: 810182,
226
217
  [bitlayerTestnet]: 200810,
227
218
  [neoxTestnet]: 12227330,
228
- [vanarTestnet]: 78600,
229
219
  };
230
220
  export const chainIdToChainName = {
231
- 11155111: sepolia,
232
221
  80001: "MUMBAI",
233
222
  80002: polygonAmoy,
223
+ 11155111: sepolia,
234
224
  137: "POLYGON",
235
225
  1: "ETH",
236
226
  43114: "AVALANCHE",
@@ -250,5 +240,4 @@ export const chainIdToChainName = {
250
240
  810182: zkLinkTestnet,
251
241
  200810: bitlayerTestnet,
252
242
  12227330: neoxTestnet,
253
- 78600: vanarTestnet,
254
243
  };
package/index.ts CHANGED
@@ -2,4 +2,3 @@ export * from "./src/config";
2
2
  export * from "./src/chains";
3
3
  export * from "./src/txn";
4
4
  export * from "./src/connect";
5
- // export * from "./src/gasToken";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tria-sdk/constants",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/chains.ts CHANGED
@@ -1,16 +1,9 @@
1
- export const mumbai = "MUMBAI";
2
- export const polygon = "POLYGON";
3
- export const ethereum = "ETH";
4
- export const fuse = "FUSE";
5
- export const fuseSpark = "FUSESPARK";
6
-
7
1
  export const zkLink: string = "ZKLINK-NOVA";
8
2
  export const zkLinkTestnet: string = "ZKLINK-NOVA-TESTNET";
9
3
  export const bitlayerTestnet: string = "BITLAYER-TESTNET";
10
4
  export const neoxTestnet: string = "NEOX-TESTNET";
11
5
  export const sepolia: string = "SEPOLIA";
12
6
  export const polygonAmoy: string = "AMOY";
13
- export const vanarTestnet: string = "VANGUARD-VANAR-TESTNET";
14
7
 
15
8
  export type ZKLINK = "ZKLINK-NOVA";
16
9
  export type ZKLINK_TESTNET = "ZKLINK-NOVA-TESTNET";
@@ -18,10 +11,8 @@ export type BITLAYER_TESTNET = "BITLAYER-TESTNET";
18
11
  export type NEOX_TESTNET = "NEOX-TESTNET";
19
12
  export type SEPOLIA = "SEPOLIA";
20
13
  export type AMOY = "AMOY";
21
- export type VANGUARD_VANAR_TESTNET = "VANGUARD-VANAR-TESTNET";
22
14
 
23
15
  export const TESTNET_CHAINS = [
24
- sepolia,
25
16
  "MUMBAI",
26
17
  "FUSESPARK",
27
18
  "MANTA-TESTNET",
@@ -32,7 +23,6 @@ export const TESTNET_CHAINS = [
32
23
  neoxTestnet,
33
24
  sepolia,
34
25
  polygonAmoy,
35
- vanarTestnet,
36
26
  ];
37
27
 
38
28
  export const SUPPORTED_EVM_CHAINS = [
@@ -46,7 +36,6 @@ export const SUPPORTED_EVM_CHAINS = [
46
36
  "FUSE",
47
37
  "FUSESPARK",
48
38
  "MUMBAI",
49
- sepolia,
50
39
  "MANTA",
51
40
  "MANTA-TESTNET",
52
41
  "METIS",
@@ -59,15 +48,11 @@ export const SUPPORTED_EVM_CHAINS = [
59
48
  neoxTestnet,
60
49
  sepolia,
61
50
  polygonAmoy,
62
- vanarTestnet,
63
51
  ];
64
52
 
65
- export const GAS_ABS_ENABLED_CHAINS = [sepolia, "POLYGON"];
66
-
67
53
  export const AA_SUPPORTED_EVM_CHAINS = [
68
54
  // "ETH",
69
55
  "POLYGON",
70
- sepolia,
71
56
  // "AVALANCHE",
72
57
  // "ARBITRUM",
73
58
  // "BINANCE",
@@ -93,7 +78,6 @@ export const ALLCHAINS = [
93
78
  "FUSE",
94
79
  "FUSESPARK",
95
80
  "MUMBAI",
96
- sepolia,
97
81
  "MANTA",
98
82
  "MANTA-TESTNET",
99
83
  "METIS",
@@ -107,7 +91,6 @@ export const ALLCHAINS = [
107
91
  neoxTestnet,
108
92
  sepolia,
109
93
  polygonAmoy,
110
- vanarTestnet,
111
94
  ];
112
95
 
113
96
  const baseLogoUrl = "https://static.tria.so/chain-logo-w";
@@ -233,11 +216,6 @@ export const networks = [
233
216
  logo: `${baseLogoUrl}/Neo.webp`,
234
217
  type: "testnet",
235
218
  },
236
- {
237
- chainName: vanarTestnet,
238
- logo: "https://vanguard.vanarchain.com/assets/vanry-logo.png", //`${baseLogoUrl}/Vanguard.webp`,
239
- type: "testnet",
240
- },
241
219
  ];
242
220
 
243
221
  export const chainNameToLogo = {
@@ -265,7 +243,6 @@ export const chainNameToLogo = {
265
243
  [zkLinkTestnet]: `${baseLogoUrl}/zklink.webp`,
266
244
  [bitlayerTestnet]: `${baseLogoUrl}/bitlayer.webp`,
267
245
  [neoxTestnet]: `${baseLogoUrl}/Neo.webp`,
268
- [vanarTestnet]: "https://vanguard.vanarchain.com/assets/vanry-logo.png", //`${baseLogoUrl}/Vanguard.webp`,
269
246
  };
270
247
 
271
248
  export const chainNameToLogoBlack = {
@@ -293,5 +270,4 @@ export const chainNameToLogoBlack = {
293
270
  [zkLinkTestnet]: `${baseLogoUrlBlack}/zklink.webp`,
294
271
  [bitlayerTestnet]: `${baseLogoUrlBlack}/bitlayer.webp`,
295
272
  [neoxTestnet]: `${baseLogoUrlBlack}/Neo.png`,
296
- [vanarTestnet]: "https://vanguard.vanarchain.com/assets/vanry-logo.png", //`${baseLogoUrlBlack}/Vanguard.png`,
297
273
  };
package/src/config.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  AA_SUPPORTED_EVM_CHAINS,
3
3
  ALLCHAINS,
4
- GAS_ABS_ENABLED_CHAINS,
5
4
  SUPPORTED_EVM_CHAINS,
6
5
  TESTNET_CHAINS,
7
6
  } from "./chains";
@@ -23,7 +22,3 @@ export const isChainSupported = (chainName: string) => {
23
22
  export const isTestnetChain = (chainName: string) => {
24
23
  return TESTNET_CHAINS.includes(chainName);
25
24
  };
26
-
27
- export const isGasAbsEnabled = (chainName: string) => {
28
- return GAS_ABS_ENABLED_CHAINS.includes(chainName);
29
- };
package/src/txn.ts CHANGED
@@ -5,7 +5,6 @@ import {
5
5
  sepolia,
6
6
  zkLink,
7
7
  zkLinkTestnet,
8
- vanarTestnet,
9
8
  } from "./chains";
10
9
 
11
10
  export const explorerBaseUrls = {
@@ -35,7 +34,6 @@ export const explorerBaseUrls = {
35
34
  [zkLinkTestnet]: "https://goerli.explorer.zklink.io",
36
35
  [bitlayerTestnet]: "https://testnet-scan.bitlayer.org/en-us",
37
36
  [neoxTestnet]: "https://xt2scan.ngd.network",
38
- [vanarTestnet]: "https://explorer-vanguard.vanarchain.com",
39
37
  };
40
38
 
41
39
  export const txnBaseUrl = {
@@ -61,7 +59,6 @@ export const txnBaseUrl = {
61
59
  [zkLinkTestnet]: `${explorerBaseUrls[zkLinkTestnet]}/tx`,
62
60
  [bitlayerTestnet]: `${explorerBaseUrls[bitlayerTestnet]}/tx`,
63
61
  [neoxTestnet]: `${explorerBaseUrls[neoxTestnet]}/tx`,
64
- [vanarTestnet]: `${explorerBaseUrls[vanarTestnet]}/tx`,
65
62
  };
66
63
 
67
64
  export const nativeTokenDetails = {
@@ -189,12 +186,6 @@ export const nativeTokenDetails = {
189
186
  logoUrl:
190
187
  "https://assets.coingecko.com/coins/images/858/standard/GAS_512_512.png?1696501992",
191
188
  },
192
- [vanarTestnet]: {
193
- name: "Vanry",
194
- symbol: "VG",
195
- logoUrl:
196
- "https://explorer-vanguard.vanarchain.com/assets/network_icon_dark.svg",
197
- },
198
189
  };
199
190
 
200
191
  const alchemyKey = "kcuWVV9ss_iLWJ2Lw6xdHbmtZYixfY7Z";
@@ -204,7 +195,6 @@ export const rpcUrls = {
204
195
  [polygonAmoy]: `https://polygon-amoy.g.alchemy.com/v2/${alchemyKey}`,
205
196
  [sepolia]: `https://eth-sepolia.g.alchemy.com/v2/${alchemyKey}`,
206
197
  ETH: "https://eth.llamarpc.com",
207
- [sepolia]: `https://eth-sepolia.g.alchemy.com/v2/${alchemyKey}`,
208
198
  POLYGON: `https://polygon-mainnet.g.alchemy.com/v2/${alchemyKey}`, // 'https://polygon.llamarpc.com',
209
199
  AVALANCHE: "https://avalanche-c-chain.publicnode.com",
210
200
  ARBITRUM: "https://arbitrum-one.publicnode.com",
@@ -223,7 +213,6 @@ export const rpcUrls = {
223
213
  [zkLinkTestnet]: "https://goerli.rpc.zklink.io",
224
214
  [bitlayerTestnet]: "https://testnet-rpc.bitlayer.org",
225
215
  [neoxTestnet]: "https://neoxseed1.ngd.network",
226
- [vanarTestnet]: "http://rpc-partners-vanguard.vanarchain.com", // "https://rpc-vanguard.vanarchain.com",
227
216
  };
228
217
 
229
218
  export const chainNameToChainId = {
@@ -249,13 +238,12 @@ export const chainNameToChainId = {
249
238
  [zkLinkTestnet]: 810182,
250
239
  [bitlayerTestnet]: 200810,
251
240
  [neoxTestnet]: 12227330,
252
- [vanarTestnet]: 78600,
253
241
  };
254
242
 
255
243
  export const chainIdToChainName = {
256
- 11155111: sepolia,
257
244
  80001: "MUMBAI",
258
245
  80002: polygonAmoy,
246
+ 11155111: sepolia,
259
247
  137: "POLYGON",
260
248
  1: "ETH",
261
249
  43114: "AVALANCHE",
@@ -275,5 +263,4 @@ export const chainIdToChainName = {
275
263
  810182: zkLinkTestnet,
276
264
  200810: bitlayerTestnet,
277
265
  12227330: neoxTestnet,
278
- 78600: vanarTestnet,
279
266
  };
File without changes
@@ -1,13 +0,0 @@
1
- "use strict";
2
- // import { polygonAmoy, sepolia } from "./chains";
3
- // export const gasTokenAddresses = {
4
- // [sepolia]: {
5
- // USDC: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
6
- // USDT: "",
7
- // TST: "0xe2fDF4b113552A7bFaD5492D7E68F7479D7DFaCF",
8
- // },
9
- // [polygonAmoy]: {
10
- // USDC: "",
11
- // USDT: "",
12
- // },
13
- // };
package/src/gasToken.ts DELETED
@@ -1,13 +0,0 @@
1
- // import { polygonAmoy, sepolia } from "./chains";
2
-
3
- // export const gasTokenAddresses = {
4
- // [sepolia]: {
5
- // USDC: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238",
6
- // USDT: "",
7
- // TST: "0xe2fDF4b113552A7bFaD5492D7E68F7479D7DFaCF",
8
- // },
9
- // [polygonAmoy]: {
10
- // USDC: "",
11
- // USDT: "",
12
- // },
13
- // };