@rhinestone/shared-configs 2.8.1 → 2.9.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.
@@ -1363,7 +1363,8 @@
1363
1363
  "swapQuoters": [
1364
1364
  "1inch",
1365
1365
  "0x",
1366
- "fynd"
1366
+ "fynd",
1367
+ "relay"
1367
1368
  ],
1368
1369
  "tokens": [
1369
1370
  {
@@ -72,6 +72,7 @@ const SWAP_QUOTERS = new Set([
72
72
  'fynd',
73
73
  'fynd-hosted',
74
74
  'bebop',
75
+ 'relay',
75
76
  ]);
76
77
  const VM_TYPES = new Set(['evm', 'svm', 'tvm']);
77
78
  const PEG_GROUPS = new Set(['USD', 'ETH']);
@@ -1416,7 +1416,8 @@ const chains = {
1416
1416
  "swapQuoters": [
1417
1417
  "1inch",
1418
1418
  "0x",
1419
- "fynd"
1419
+ "fynd",
1420
+ "relay"
1420
1421
  ],
1421
1422
  "tokens": [
1422
1423
  {
@@ -1,2 +1,2 @@
1
- declare const PACKAGE_VERSION = "2.8.1";
1
+ declare const PACKAGE_VERSION = "2.9.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.8.1";
5
+ const PACKAGE_VERSION = "2.9.0";
6
6
  exports.PACKAGE_VERSION = PACKAGE_VERSION;
@@ -8,7 +8,7 @@ type SupportedOPStackMainnet = Extract<EnumNumberValues<typeof OPStackChains>, S
8
8
  type SupportedOPStackTestnet = Extract<EnumNumberValues<typeof OPStackChains>, SupportedTestnet>;
9
9
  type SupportedChain = SupportedMainnet | SupportedTestnet;
10
10
  type SettlementLayer = 'ACROSS' | 'ECO' | 'RELAY' | 'OFT' | 'NEAR' | 'RHINO' | 'CCTP';
11
- type SwapQuoter = '1inch' | '0x' | 'velora' | 'kyberswap' | 'fynd' | 'fynd-hosted' | 'bebop';
11
+ type SwapQuoter = '1inch' | '0x' | 'velora' | 'kyberswap' | 'fynd' | 'fynd-hosted' | 'bebop' | 'relay';
12
12
  type PegGroup = 'USD' | 'ETH';
13
13
  type VmType = 'evm' | 'svm' | 'tvm';
14
14
  type ChainNetwork = 'mainnet' | 'testnet';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "2.8.1",
3
+ "version": "2.9.0",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",