dsa-connect 0.6.99 → 0.6.101
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/abi/connectors/index.d.ts +1 -0
- package/dist/abi/connectors/v2/OKX-A.d.ts +2 -0
- package/dist/abi/connectors/v2/index.d.ts +1 -0
- package/dist/abi/index.d.ts +1 -0
- package/dist/addresses/arbitrum/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/avalanche/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/base/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/index.d.ts +11 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +2 -0
- package/dist/addresses/polygon/connectorsV2_M1.d.ts +2 -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
|
@@ -140,6 +140,7 @@ export declare const connectors: {
|
|
|
140
140
|
'FLUID-ARB-CLAIM-A': import("web3-utils").AbiItem[];
|
|
141
141
|
'WEETHS-A': import("web3-utils").AbiItem[];
|
|
142
142
|
'ODOS-V2-A': import("web3-utils").AbiItem[];
|
|
143
|
+
'OKX-A': import("web3-utils").AbiItem[];
|
|
143
144
|
};
|
|
144
145
|
};
|
|
145
146
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -301,6 +301,8 @@ export declare const Addresses: {
|
|
|
301
301
|
'MERKLE-CLAIM-A': string;
|
|
302
302
|
'SPARK-CLAIM-A': string;
|
|
303
303
|
'WEETHS-A': string;
|
|
304
|
+
'OKX-A': string;
|
|
305
|
+
'ODOS-V2-A': string;
|
|
304
306
|
};
|
|
305
307
|
};
|
|
306
308
|
};
|
|
@@ -372,6 +374,8 @@ export declare const Addresses: {
|
|
|
372
374
|
'FLUID-STAKING-A': string;
|
|
373
375
|
'PARASWAP-V6-A': string;
|
|
374
376
|
'INSTAPOOL-D': string;
|
|
377
|
+
'OKX-A': string;
|
|
378
|
+
'ODOS-V2-A': string;
|
|
375
379
|
};
|
|
376
380
|
};
|
|
377
381
|
};
|
|
@@ -422,6 +426,7 @@ export declare const Addresses: {
|
|
|
422
426
|
'INSTAPOOL-D': string;
|
|
423
427
|
'FLUID-ARB-CLAIM-A': string;
|
|
424
428
|
'ODOS-V2-A': string;
|
|
429
|
+
'OKX-A': string;
|
|
425
430
|
};
|
|
426
431
|
};
|
|
427
432
|
};
|
|
@@ -468,6 +473,8 @@ export declare const Addresses: {
|
|
|
468
473
|
'AVO-APPROVE-MULTISIG-STAGING-A': string;
|
|
469
474
|
'PARASWAP-V6-A': string;
|
|
470
475
|
'INSTAPOOL-D': string;
|
|
476
|
+
'OKX-A': string;
|
|
477
|
+
'ODOS-V2-A': string;
|
|
471
478
|
};
|
|
472
479
|
};
|
|
473
480
|
};
|
|
@@ -511,6 +518,8 @@ export declare const Addresses: {
|
|
|
511
518
|
'INSTAPOOL-D': string;
|
|
512
519
|
'COMPOUND-V3-A': string;
|
|
513
520
|
'COMPOUND-V3-REWARDS-A': string;
|
|
521
|
+
'OKX-A': string;
|
|
522
|
+
'ODOS-V2-A': string;
|
|
514
523
|
};
|
|
515
524
|
};
|
|
516
525
|
};
|
|
@@ -569,6 +578,8 @@ export declare const Addresses: {
|
|
|
569
578
|
'FLUID-A': string;
|
|
570
579
|
'BASIC-D-V2': string;
|
|
571
580
|
'MORPHO-BLUE-A': string;
|
|
581
|
+
'OKX-A': string;
|
|
582
|
+
'ODOS-V2-A': string;
|
|
572
583
|
};
|
|
573
584
|
};
|
|
574
585
|
};
|