@superorange/zka-js-sdk 1.0.142 → 1.0.143

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.
@@ -8,7 +8,7 @@ export declare const PADOADDRESSMAP: {
8
8
  development: string;
9
9
  production: string;
10
10
  };
11
- export declare const ENV = "production";
11
+ export declare const ENV = "development";
12
12
  export declare const BASEAPIMAP: {
13
13
  development: string;
14
14
  production: string;
@@ -8,7 +8,8 @@ export const PADOADDRESSMAP = {
8
8
  development: '0xe02bd7a6c8aa401189aebb5bad755c2610940a73',
9
9
  production: '0xDB736B13E2f522dBE18B2015d0291E4b193D8eF6',
10
10
  };
11
- export const ENV = 'production';
11
+ // export const ENV = 'production';
12
+ export const ENV = 'development';
12
13
  export const BASEAPIMAP = {
13
14
  development: 'https://api-dev.padolabs.org',
14
15
  production: 'https://api.padolabs.org',
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/config/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,kCAAkC,CAAC;AAElE,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC;AAC9B,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,GAAG,SAAS,CAAC;AACxC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,GAAG,SAAS,CAAC;AACpD,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,GAAG,SAAS,CAAC;AACvD,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,GAAG,SAAS,CAAC;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,4CAA4C;IACzD,UAAU,EAAE,4CAA4C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAAG,YAAY,CAAC;AAChC,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,WAAW,EAAE,8BAA8B;IAC3C,UAAU,EAAE,0BAA0B;IACtC,0CAA0C;CAC3C,CAAC;AACF,MAAM,CAAC,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,CAAA"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/config/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,kCAAkC,CAAC;AAElE,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC;AAC9B,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,GAAG,SAAS,CAAC;AACxC,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,GAAG,SAAS,CAAC;AACpD,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,GAAG,SAAS,CAAC;AACvD,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,GAAG,SAAS,CAAC;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,4CAA4C;IACzD,UAAU,EAAE,4CAA4C;CACzD,CAAC;AAEF,mCAAmC;AACnC,MAAM,CAAC,MAAM,GAAG,GAAG,aAAa,CAAC;AACjC,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,WAAW,EAAE,8BAA8B;IAC3C,UAAU,EAAE,0BAA0B;IACtC,0CAA0C;CAC3C,CAAC;AACF,MAAM,CAAC,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superorange/zka-js-sdk",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "author": "superorange",
5
5
  "description": "superorange zkTLS js sdk",
6
6
  "type": "module",