@dodoex/api 3.5.0-stable.4 → 3.5.0-stable.5

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.
@@ -32,5 +32,6 @@ export declare enum ChainId {
32
32
  HEMI = 43111,
33
33
  PHAROS_TESTNET = 688688,
34
34
  PHAROS_ATLANTIC_TESTNET = 688689,
35
+ STABLE = 988,
35
36
  STABLE_TESTNET = 2201
36
37
  }
@@ -0,0 +1,3 @@
1
+ import type { ContractInterface } from '@ethersproject/contracts';
2
+ declare const abi: ContractInterface;
3
+ export default abi;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/api",
3
- "version": "3.5.0-stable.4",
3
+ "version": "3.5.0-stable.5",
4
4
  "description": "DODO API Kit",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",
@@ -1 +0,0 @@
1
- "use strict";
@@ -1 +0,0 @@
1
-