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