@dodoex/api 3.0.6 → 3.0.7-beta.2

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
- MONAD_TESTNET = 10143
34
+ MONAD_TESTNET = 10143,
35
+ MONAD = 143
35
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/api",
3
- "version": "3.0.6",
3
+ "version": "3.0.7-beta.2",
4
4
  "description": "DODO API Kit",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",
@@ -102,4 +102,4 @@
102
102
  "ts-jest": "^29.0.1",
103
103
  "typescript": "^5.6.3"
104
104
  }
105
- }
105
+ }