@reyaxyz/common 0.226.1 → 0.227.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.
@@ -4,6 +4,6 @@ exports.CONDITIONAL_ORDER_SIG_DEADLINE = exports.PUBLISHER_ACCOUNT = exports.REL
4
4
  exports.BRIDGE_DEADLINE_IN_SECONDS = 15 * 60; // 15 minutes
5
5
  exports.CORE_DEADLINE_IN_SECONDS = 60; // 1 minute
6
6
  exports.RELAYER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value
7
- exports.PUBLISHER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value
7
+ exports.PUBLISHER_ACCOUNT = '0xE32519ca0e751C754c8E1378846B5cd95A1CB66a'; // @todo update value
8
8
  exports.CONDITIONAL_ORDER_SIG_DEADLINE = Math.pow(10, 18); // very big number for timestamp
9
9
  //# sourceMappingURL=consts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"consts.js","sourceRoot":"/","sources":["transactions/consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,aAAa;AACnD,QAAA,wBAAwB,GAAG,EAAE,CAAC,CAAC,WAAW;AAC1C,QAAA,eAAe,GAAG,4CAA4C,CAAC,CAAC,qBAAqB;AACrF,QAAA,iBAAiB,GAAG,4CAA4C,CAAC,CAAC,qBAAqB;AACvF,QAAA,8BAA8B,GAAG,SAAA,EAAE,EAAI,EAAE,CAAA,CAAC,CAAC,gCAAgC","sourcesContent":["export const BRIDGE_DEADLINE_IN_SECONDS = 15 * 60; // 15 minutes\nexport const CORE_DEADLINE_IN_SECONDS = 60; // 1 minute\nexport const RELAYER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value\nexport const PUBLISHER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value\nexport const CONDITIONAL_ORDER_SIG_DEADLINE = 10 ** 18; // very big number for timestamp\n"]}
1
+ {"version":3,"file":"consts.js","sourceRoot":"/","sources":["transactions/consts.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,aAAa;AACnD,QAAA,wBAAwB,GAAG,EAAE,CAAC,CAAC,WAAW;AAC1C,QAAA,eAAe,GAAG,4CAA4C,CAAC,CAAC,qBAAqB;AACrF,QAAA,iBAAiB,GAAG,4CAA4C,CAAC,CAAC,qBAAqB;AACvF,QAAA,8BAA8B,GAAG,SAAA,EAAE,EAAI,EAAE,CAAA,CAAC,CAAC,gCAAgC","sourcesContent":["export const BRIDGE_DEADLINE_IN_SECONDS = 15 * 60; // 15 minutes\nexport const CORE_DEADLINE_IN_SECONDS = 60; // 1 minute\nexport const RELAYER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value\nexport const PUBLISHER_ACCOUNT = '0xE32519ca0e751C754c8E1378846B5cd95A1CB66a'; // @todo update value\nexport const CONDITIONAL_ORDER_SIG_DEADLINE = 10 ** 18; // very big number for timestamp\n"]}
@@ -1,6 +1,6 @@
1
1
  export declare const BRIDGE_DEADLINE_IN_SECONDS: number;
2
2
  export declare const CORE_DEADLINE_IN_SECONDS = 60;
3
3
  export declare const RELAYER_ACCOUNT = "0xb43c317c9c9215d268881d7d6b59c2d3d0247da1";
4
- export declare const PUBLISHER_ACCOUNT = "0xb43c317c9c9215d268881d7d6b59c2d3d0247da1";
4
+ export declare const PUBLISHER_ACCOUNT = "0xE32519ca0e751C754c8E1378846B5cd95A1CB66a";
5
5
  export declare const CONDITIONAL_ORDER_SIG_DEADLINE: number;
6
6
  //# sourceMappingURL=consts.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reyaxyz/common",
3
- "version": "0.226.1",
3
+ "version": "0.227.0",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -43,5 +43,5 @@
43
43
  "generate:coverage-badges": "npx istanbul-badges-readme --silent"
44
44
  },
45
45
  "packageManager": "pnpm@8.3.1",
46
- "gitHead": "f912d3f6aa61898ef2ce5585947b37e9f0071396"
46
+ "gitHead": "91dd075f23175b638c64e935c9bfe246380e5c50"
47
47
  }
@@ -1,5 +1,5 @@
1
1
  export const BRIDGE_DEADLINE_IN_SECONDS = 15 * 60; // 15 minutes
2
2
  export const CORE_DEADLINE_IN_SECONDS = 60; // 1 minute
3
3
  export const RELAYER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value
4
- export const PUBLISHER_ACCOUNT = '0xb43c317c9c9215d268881d7d6b59c2d3d0247da1'; // @todo update value
4
+ export const PUBLISHER_ACCOUNT = '0xE32519ca0e751C754c8E1378846B5cd95A1CB66a'; // @todo update value
5
5
  export const CONDITIONAL_ORDER_SIG_DEADLINE = 10 ** 18; // very big number for timestamp