@rhinestone/shared-configs 2.2.0 → 2.4.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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OPStackChains = exports.TestnetNetwork = exports.MainnetNetwork = exports.chains = exports.testnetChains = exports.mainnetChains = void 0;
4
4
  // Auto-generated by scripts/generate.ts. Do not edit manually.
5
5
  const chains_1 = require("viem/chains");
6
- const mainnetChains = [chains_1.mainnet, chains_1.optimism, chains_1.base, chains_1.arbitrum, chains_1.polygon, chains_1.soneium, chains_1.sonic, chains_1.plasma, chains_1.gnosis, chains_1.bsc, chains_1.hyperEvm, chains_1.monad, chains_1.unichain, chains_1.katana, chains_1.robinhood, chains_1.avalanche];
6
+ const mainnetChains = [chains_1.mainnet, chains_1.optimism, chains_1.base, chains_1.arbitrum, chains_1.polygon, chains_1.soneium, chains_1.sonic, chains_1.plasma, chains_1.gnosis, chains_1.bsc, chains_1.hyperEvm, chains_1.monad, chains_1.unichain, chains_1.katana, chains_1.robinhood, chains_1.avalanche, chains_1.ink];
7
7
  exports.mainnetChains = mainnetChains;
8
8
  const testnetChains = [chains_1.sepolia, chains_1.optimismSepolia, chains_1.baseSepolia, chains_1.arbitrumSepolia, chains_1.plasmaTestnet];
9
9
  exports.testnetChains = testnetChains;
@@ -31,6 +31,7 @@ var MainnetNetwork;
31
31
  MainnetNetwork[MainnetNetwork["KATANA"] = chains_1.katana.id] = "KATANA";
32
32
  MainnetNetwork[MainnetNetwork["ROBINHOOD"] = chains_1.robinhood.id] = "ROBINHOOD";
33
33
  MainnetNetwork[MainnetNetwork["AVALANCHE"] = chains_1.avalanche.id] = "AVALANCHE";
34
+ MainnetNetwork[MainnetNetwork["INK"] = chains_1.ink.id] = "INK";
34
35
  })(MainnetNetwork || (exports.MainnetNetwork = MainnetNetwork = {}));
35
36
  var TestnetNetwork;
36
37
  (function (TestnetNetwork) {
@@ -46,6 +47,7 @@ var OPStackChains;
46
47
  OPStackChains[OPStackChains["MAINNET_BASE"] = chains_1.base.id] = "MAINNET_BASE";
47
48
  OPStackChains[OPStackChains["MAINNET_SONEIUM"] = chains_1.soneium.id] = "MAINNET_SONEIUM";
48
49
  OPStackChains[OPStackChains["MAINNET_UNICHAIN"] = chains_1.unichain.id] = "MAINNET_UNICHAIN";
50
+ OPStackChains[OPStackChains["MAINNET_INK"] = chains_1.ink.id] = "MAINNET_INK";
49
51
  OPStackChains[OPStackChains["TESTNET_OPTIMISM"] = chains_1.optimismSepolia.id] = "TESTNET_OPTIMISM";
50
52
  OPStackChains[OPStackChains["TESTNET_BASE"] = chains_1.baseSepolia.id] = "TESTNET_BASE";
51
53
  })(OPStackChains || (exports.OPStackChains = OPStackChains = {}));
@@ -1,2 +1,2 @@
1
- declare const PACKAGE_VERSION = "2.2.0";
1
+ declare const PACKAGE_VERSION = "2.4.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.2.0";
5
+ const PACKAGE_VERSION = "2.4.0";
6
6
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
@@ -168,6 +168,12 @@ interface OftChainConfig {
168
168
  /** OFT / OFT Adapter contract — third-party, not one of ours. */
169
169
  adapter: string;
170
170
  layerZeroEid: number;
171
+ /**
172
+ * LayerZero's own key for the chain, which addresses its Value Transfer API.
173
+ * Not derivable from anything else here: Ethereum is `ethereum`, Sepolia is
174
+ * `sepolia-testnet`, and the id a consumer holds is ambiguous across VMs.
175
+ */
176
+ chainKey: string;
171
177
  }
172
178
  /**
173
179
  * Per-vendor addressing for the settlement layers this chain has enabled, one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",