@rhinestone/shared-configs 2.13.0 → 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.
@@ -3113,6 +3113,7 @@
3113
3113
  }
3114
3114
  },
3115
3115
  "settlementLayers": [
3116
+ "ECO",
3116
3117
  "RELAY",
3117
3118
  "OFT",
3118
3119
  "NEAR",
@@ -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.13.0";
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.13.0";
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.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",