dsa-connect 0.6.99 → 0.6.100
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 +1 -0
- package/dist/addresses/base/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +6 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/optimism/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/polygon/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
|
@@ -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,7 @@ 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;
|
|
304
305
|
};
|
|
305
306
|
};
|
|
306
307
|
};
|
|
@@ -372,6 +373,7 @@ export declare const Addresses: {
|
|
|
372
373
|
'FLUID-STAKING-A': string;
|
|
373
374
|
'PARASWAP-V6-A': string;
|
|
374
375
|
'INSTAPOOL-D': string;
|
|
376
|
+
'OKX-A': string;
|
|
375
377
|
};
|
|
376
378
|
};
|
|
377
379
|
};
|
|
@@ -422,6 +424,7 @@ export declare const Addresses: {
|
|
|
422
424
|
'INSTAPOOL-D': string;
|
|
423
425
|
'FLUID-ARB-CLAIM-A': string;
|
|
424
426
|
'ODOS-V2-A': string;
|
|
427
|
+
'OKX-A': string;
|
|
425
428
|
};
|
|
426
429
|
};
|
|
427
430
|
};
|
|
@@ -468,6 +471,7 @@ export declare const Addresses: {
|
|
|
468
471
|
'AVO-APPROVE-MULTISIG-STAGING-A': string;
|
|
469
472
|
'PARASWAP-V6-A': string;
|
|
470
473
|
'INSTAPOOL-D': string;
|
|
474
|
+
'OKX-A': string;
|
|
471
475
|
};
|
|
472
476
|
};
|
|
473
477
|
};
|
|
@@ -511,6 +515,7 @@ export declare const Addresses: {
|
|
|
511
515
|
'INSTAPOOL-D': string;
|
|
512
516
|
'COMPOUND-V3-A': string;
|
|
513
517
|
'COMPOUND-V3-REWARDS-A': string;
|
|
518
|
+
'OKX-A': string;
|
|
514
519
|
};
|
|
515
520
|
};
|
|
516
521
|
};
|
|
@@ -569,6 +574,7 @@ export declare const Addresses: {
|
|
|
569
574
|
'FLUID-A': string;
|
|
570
575
|
'BASIC-D-V2': string;
|
|
571
576
|
'MORPHO-BLUE-A': string;
|
|
577
|
+
'OKX-A': string;
|
|
572
578
|
};
|
|
573
579
|
};
|
|
574
580
|
};
|