@rhinestone/shared-configs 2.11.0 → 2.11.1

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.
@@ -683,8 +683,7 @@
683
683
  "0x",
684
684
  "velora",
685
685
  "fynd",
686
- "relay",
687
- "bebop"
686
+ "relay"
688
687
  ],
689
688
  "tokens": [
690
689
  {
@@ -707,8 +707,7 @@ const chains = {
707
707
  "0x",
708
708
  "velora",
709
709
  "fynd",
710
- "relay",
711
- "bebop"
710
+ "relay"
712
711
  ],
713
712
  "tokens": [
714
713
  {
@@ -1,2 +1,2 @@
1
- declare const PACKAGE_VERSION = "2.11.0";
1
+ declare const PACKAGE_VERSION = "2.11.1";
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.11.0";
5
+ const PACKAGE_VERSION = "2.11.1";
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.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",