@rhinestone/shared-configs 2.12.1 → 2.14.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.
@@ -1092,7 +1092,7 @@
1092
1092
  "zerion": null
1093
1093
  },
1094
1094
  "publicRpcUrl": "https://xlayerrpc.okx.com",
1095
- "sessionCapable": false,
1095
+ "sessionCapable": true,
1096
1096
  "settlementConfig": {
1097
1097
  "lz": {
1098
1098
  "chainKey": "xlayer"
@@ -3113,6 +3113,7 @@
3113
3113
  }
3114
3114
  },
3115
3115
  "settlementLayers": [
3116
+ "ECO",
3116
3117
  "RELAY",
3117
3118
  "OFT",
3118
3119
  "NEAR",
@@ -1128,7 +1128,7 @@ const chains = {
1128
1128
  "zerion": null
1129
1129
  },
1130
1130
  "publicRpcUrl": "https://xlayerrpc.okx.com",
1131
- "sessionCapable": false,
1131
+ "sessionCapable": true,
1132
1132
  "settlementConfig": {
1133
1133
  "lz": {
1134
1134
  "chainKey": "xlayer"
@@ -3216,6 +3216,7 @@ const chains = {
3216
3216
  }
3217
3217
  },
3218
3218
  "settlementLayers": [
3219
+ "ECO",
3219
3220
  "RELAY",
3220
3221
  "OFT",
3221
3222
  "NEAR",
@@ -1,2 +1,2 @@
1
- declare const PACKAGE_VERSION = "2.12.1";
1
+ declare const PACKAGE_VERSION = "2.14.0";
2
2
  export { PACKAGE_VERSION };
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PACKAGE_VERSION = void 0;
4
4
  // Auto-generated by scripts/generate.ts. Do not edit manually.
5
- const PACKAGE_VERSION = "2.12.1";
5
+ const PACKAGE_VERSION = "2.14.0";
6
6
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "2.12.1",
3
+ "version": "2.14.0",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",