dsa-connect 0.7.38 → 0.7.39
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-V6-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/base/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/index.d.ts +5 -0
- package/dist/addresses/mainnet/connectorsV2_M1.d.ts +1 -0
- package/dist/addresses/plasma/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
|
@@ -158,6 +158,7 @@ export declare const connectors: {
|
|
|
158
158
|
'DELEGATE-A': import("web3-utils").AbiItem[];
|
|
159
159
|
'ETHERFI-MINT-A': import("web3-utils").AbiItem[];
|
|
160
160
|
'SPK-CLAIM-A': import("web3-utils").AbiItem[];
|
|
161
|
+
'OKX-V6-A': import("web3-utils").AbiItem[];
|
|
161
162
|
};
|
|
162
163
|
};
|
|
163
164
|
};
|
package/dist/abi/index.d.ts
CHANGED
|
@@ -337,6 +337,7 @@ export declare const Addresses: {
|
|
|
337
337
|
'AAVE-V3-MERIT-CLAIM-A': string;
|
|
338
338
|
'ETHERFI-MINT-A': string;
|
|
339
339
|
'SPK-CLAIM-A': string;
|
|
340
|
+
'OKX-V6-A': string;
|
|
340
341
|
};
|
|
341
342
|
};
|
|
342
343
|
};
|
|
@@ -415,6 +416,7 @@ export declare const Addresses: {
|
|
|
415
416
|
'FLUID-VAULT-T2-A': string;
|
|
416
417
|
'FLUID-VAULT-T3-A': string;
|
|
417
418
|
'FLUID-VAULT-T4-A': string;
|
|
419
|
+
'OKX-V6-A': string;
|
|
418
420
|
};
|
|
419
421
|
};
|
|
420
422
|
};
|
|
@@ -474,6 +476,7 @@ export declare const Addresses: {
|
|
|
474
476
|
'DELEGATE-A': string;
|
|
475
477
|
'SUSDS-A': string;
|
|
476
478
|
'AAVE-V3-MERIT-CLAIM-A': string;
|
|
479
|
+
'OKX-V6-A': string;
|
|
477
480
|
};
|
|
478
481
|
};
|
|
479
482
|
};
|
|
@@ -637,6 +640,7 @@ export declare const Addresses: {
|
|
|
637
640
|
'FLUID-VAULT-T3-A': string;
|
|
638
641
|
'FLUID-VAULT-T4-A': string;
|
|
639
642
|
'AAVE-V3-MERIT-CLAIM-A': string;
|
|
643
|
+
'OKX-V6-A': string;
|
|
640
644
|
};
|
|
641
645
|
};
|
|
642
646
|
};
|
|
@@ -656,6 +660,7 @@ export declare const Addresses: {
|
|
|
656
660
|
'ZEROX-V2-A': string;
|
|
657
661
|
'KYBER-AGGREGATOR-A': string;
|
|
658
662
|
'FLUID-MERKLE-CLAIM-A': string;
|
|
663
|
+
'OKX-V6-A': string;
|
|
659
664
|
};
|
|
660
665
|
};
|
|
661
666
|
};
|