@dodoex/api 3.0.3-zetachain.2 → 3.0.3

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.
@@ -23,6 +23,11 @@ export declare enum ChainId {
23
23
  NEOX = 47763,
24
24
  MORPH = 2818,
25
25
  RISE_TESTNET = 11155931,
26
- ZETACHAIN = 7000,
27
- ZETACHAIN_TESTNET = 7001
26
+ NEROCHAIN = 1689,
27
+ BITLAYER = 200901,
28
+ ZIRCUIT = 48900,
29
+ X_LAYER = 196,
30
+ ZERO = 543210,
31
+ HASHKEY = 177,
32
+ HEMI = 43111
28
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dodoex/api",
3
- "version": "3.0.3-zetachain.2",
3
+ "version": "3.0.3",
4
4
  "description": "DODO API Kit",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/types/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "release": "semantic-release",
22
22
  "release:local": "np --any-branch --no-cleanup --no-tests",
23
23
  "release.npm-publish": "npm publish --access public",
24
- "release.npm-publish-beta": "yarn run build && npm publish --tag beta"
24
+ "release.npm-publish-beta": "npm publish --tag beta"
25
25
  },
26
26
  "author": "",
27
27
  "publishConfig": {
@@ -59,10 +59,10 @@
59
59
  "lodash": ">=4"
60
60
  },
61
61
  "dependencies": {
62
- "@ethersproject/abi": "^5.8.0",
63
- "@ethersproject/properties": "^5.8.0",
64
- "@ethersproject/providers": "^5.8.0",
65
- "@ethersproject/web": "^5.8.0",
62
+ "@ethersproject/abi": "^5.7.0",
63
+ "@ethersproject/properties": "^5.7.0",
64
+ "@ethersproject/providers": "^5.7.2",
65
+ "@ethersproject/web": "^5.7.1",
66
66
  "cross-fetch": "^4.0.0",
67
67
  "graphql": "^16.8.1",
68
68
  "graphql-request": "^6.1.0",
@@ -73,7 +73,7 @@
73
73
  "@babel/preset-env": "^7.16.11",
74
74
  "@babel/preset-react": "^7.18.6",
75
75
  "@babel/preset-typescript": "^7.16.7",
76
- "@ethersproject/contracts": "^5.8.0",
76
+ "@ethersproject/contracts": ">=5",
77
77
  "@graphql-codegen/cli": "^5.0.0",
78
78
  "@graphql-codegen/client-preset": "^4.1.0",
79
79
  "@rollup/plugin-babel": "^6.0.4",
@@ -102,4 +102,4 @@
102
102
  "ts-jest": "^29.0.1",
103
103
  "typescript": "^5.6.3"
104
104
  }
105
- }
105
+ }