dsa-connect 0.6.16-beta.2 → 0.6.16
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/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/fantom/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +4 -0
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +1 -0
- package/dist/index.bundle.js +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
|
@@ -306,6 +306,7 @@ export declare const Addresses: {
|
|
|
306
306
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
307
307
|
'HOP-A': string;
|
|
308
308
|
'UNISWAP-V3-SWAP-A': string;
|
|
309
|
+
'SWAP-AGGREGATOR-A': string;
|
|
309
310
|
};
|
|
310
311
|
};
|
|
311
312
|
};
|
|
@@ -338,6 +339,7 @@ export declare const Addresses: {
|
|
|
338
339
|
'AAVE-V3-IMPORT-A': string;
|
|
339
340
|
'AAVE-V3-IMPORT-PERMIT-A': string;
|
|
340
341
|
'AAVE-V3-CLAIM-A': string;
|
|
342
|
+
'SWAP-AGGREGATOR-A': string;
|
|
341
343
|
};
|
|
342
344
|
};
|
|
343
345
|
};
|
|
@@ -360,6 +362,7 @@ export declare const Addresses: {
|
|
|
360
362
|
'INSTAPOOL-C': string;
|
|
361
363
|
'HOP-A': string;
|
|
362
364
|
'UNISWAP-V3-SWAP-A': string;
|
|
365
|
+
'SWAP-AGGREGATOR-A': string;
|
|
363
366
|
};
|
|
364
367
|
};
|
|
365
368
|
};
|
|
@@ -375,6 +378,7 @@ export declare const Addresses: {
|
|
|
375
378
|
'AAVE-V3-A': string;
|
|
376
379
|
'PARASWAP-A': string;
|
|
377
380
|
'PARASWAP-V5-A': string;
|
|
381
|
+
'SWAP-AGGREGATOR-A': string;
|
|
378
382
|
};
|
|
379
383
|
};
|
|
380
384
|
};
|