@dodoex/api 3.3.0 → 3.4.0

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.
@@ -31,5 +31,6 @@ export declare enum ChainId {
31
31
  HASHKEY = 177,
32
32
  HEMI = 43111,
33
33
  PHAROS_TESTNET = 688688,
34
- PHAROS_ATLANTIC_TESTNET = 688689
34
+ PHAROS_ATLANTIC_TESTNET = 688689,
35
+ STABLE_TESTNET = 2201
35
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/api",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "DODO API Kit",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",