@dodoex/api 3.0.3-morph.1 → 3.0.3-morph.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.
@@ -18,6 +18,7 @@ export declare enum ChainId {
18
18
  DODO_CHAIN_TESTNET = 53457,
19
19
  TAIKO = 167000,
20
20
  PLUME = 98865,
21
+ PLUME_TESTNET = 98864,
21
22
  NEOX = 47763,
22
23
  MORPH = 2818
23
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/api",
3
- "version": "3.0.3-morph.1",
3
+ "version": "3.0.3-morph.2",
4
4
  "description": "DODO API Kit",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",