@rhinestone/shared-configs 1.4.24 → 1.4.25

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.
@@ -1,9 +1,9 @@
1
1
  import type { ChainEntry, ChainItem, ChainList, ChainRegistry, ProviderName, ProviderRegistry, SettlementLayer, SupportedChain, SupportedMainnet, SupportedOPStackMainnet, SupportedOPStackTestnet, SupportedTestnet } from './types';
2
- import { chains, MainnetNetwork, mainnetChains, OPStackChains, TestnetNetwork, testnetChains } from './types';
2
+ import { chains, MainnetNetwork, mainnetChains, OPStackChains, TestnetNetwork, testnetChains, WrappedNativeTokens } from './types';
3
3
  declare const chainRegistry: ChainRegistry;
4
4
  declare const providerRegistry: ProviderRegistry;
5
5
  declare const mainnetChainList: ChainList;
6
6
  declare const testnetChainList: ChainList;
7
- export { chainRegistry, providerRegistry, mainnetChainList, testnetChainList, chains, mainnetChains, testnetChains, MainnetNetwork, OPStackChains, TestnetNetwork, };
7
+ export { chainRegistry, providerRegistry, mainnetChainList, testnetChainList, chains, mainnetChains, testnetChains, MainnetNetwork, OPStackChains, TestnetNetwork, WrappedNativeTokens, };
8
8
  export type { ChainList, ChainItem, ChainEntry, ChainRegistry, ProviderRegistry, ProviderName, SupportedMainnet, SupportedTestnet, SupportedChain, SupportedOPStackMainnet, SupportedOPStackTestnet, SettlementLayer, };
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,SAAS,EACT,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EAChB,uBAAuB,EACvB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,SAAS,CAAA;AAChB,OAAO,EACL,MAAM,EACN,cAAc,EACd,aAAa,EACb,aAAa,EACb,cAAc,EACd,aAAa,EACd,MAAM,SAAS,CAAA;AAEhB,QAAA,MAAM,aAAa,EAAE,aAAkD,CAAA;AACvE,QAAA,MAAM,gBAAgB,EAAE,gBACkB,CAAA;AAC1C,QAAA,MAAM,gBAAgB,EAAE,SAA6C,CAAA;AACrE,QAAA,MAAM,gBAAgB,EAAE,SAA6C,CAAA;AAErE,OAAO,EAEL,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAEhB,MAAM,EACN,aAAa,EACb,aAAa,EAEb,cAAc,EACd,aAAa,EACb,cAAc,GACf,CAAA;AACD,YAAY,EAEV,SAAS,EACT,SAAS,EACT,UAAU,EACV,aAAa,EACb,gBAAgB,EAChB,YAAY,EAEZ,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,uBAAuB,EACvB,uBAAuB,EACvB,eAAe,GAChB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,SAAS,EACT,aAAa,EACb,YAAY,EACZ,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,gBAAgB,EAChB,uBAAuB,EACvB,uBAAuB,EACvB,gBAAgB,EACjB,MAAM,SAAS,CAAA;AAChB,OAAO,EACL,MAAM,EACN,cAAc,EACd,aAAa,EACb,aAAa,EACb,cAAc,EACd,aAAa,EACb,mBAAmB,EACpB,MAAM,SAAS,CAAA;AAEhB,QAAA,MAAM,aAAa,EAAE,aAAkD,CAAA;AACvE,QAAA,MAAM,gBAAgB,EAAE,gBACkB,CAAA;AAC1C,QAAA,MAAM,gBAAgB,EAAE,SAA6C,CAAA;AACrE,QAAA,MAAM,gBAAgB,EAAE,SAA6C,CAAA;AAErE,OAAO,EAEL,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAEhB,MAAM,EACN,aAAa,EACb,aAAa,EAEb,cAAc,EACd,aAAa,EACb,cAAc,EACd,mBAAmB,GACpB,CAAA;AACD,YAAY,EAEV,SAAS,EACT,SAAS,EACT,UAAU,EACV,aAAa,EACb,gBAAgB,EAChB,YAAY,EAEZ,gBAAgB,EAChB,gBAAgB,EAChB,cAAc,EACd,uBAAuB,EACvB,uBAAuB,EACvB,eAAe,GAChB,CAAA"}
package/dist/src/index.js CHANGED
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.TestnetNetwork = exports.OPStackChains = exports.MainnetNetwork = exports.testnetChains = exports.mainnetChains = exports.chains = exports.testnetChainList = exports.mainnetChainList = exports.providerRegistry = exports.chainRegistry = void 0;
6
+ exports.WrappedNativeTokens = exports.TestnetNetwork = exports.OPStackChains = exports.MainnetNetwork = exports.testnetChains = exports.mainnetChains = exports.chains = exports.testnetChainList = exports.mainnetChainList = exports.providerRegistry = exports.chainRegistry = void 0;
7
7
  const chains_json_1 = __importDefault(require("../configs/chains.json"));
8
8
  const mainnets_json_1 = __importDefault(require("../configs/mainnets.json"));
9
9
  const providers_json_1 = __importDefault(require("../configs/providers.json"));
@@ -15,6 +15,7 @@ Object.defineProperty(exports, "mainnetChains", { enumerable: true, get: functio
15
15
  Object.defineProperty(exports, "OPStackChains", { enumerable: true, get: function () { return types_1.OPStackChains; } });
16
16
  Object.defineProperty(exports, "TestnetNetwork", { enumerable: true, get: function () { return types_1.TestnetNetwork; } });
17
17
  Object.defineProperty(exports, "testnetChains", { enumerable: true, get: function () { return types_1.testnetChains; } });
18
+ Object.defineProperty(exports, "WrappedNativeTokens", { enumerable: true, get: function () { return types_1.WrappedNativeTokens; } });
18
19
  const chainRegistry = chains_json_1.default;
19
20
  exports.chainRegistry = chainRegistry;
20
21
  const providerRegistry = providers_json_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhinestone/shared-configs",
3
- "version": "1.4.24",
3
+ "version": "1.4.25",
4
4
  "description": "Reusable configuration files for Rhinestone services",
5
5
  "author": {
6
6
  "name": "Rhinestone",