@revoke.cash/chains 3.0.0 → 5.0.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.
package/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { default as chains, Chain, ChainId, ChainName, NativeCurrency, Explorer, Parent, chain } from './src';
1
+ export { default as chains, Chain, ChainId, ChainName, NativeCurrency, Explorer, Parent } from './src';
package/dist/index.js CHANGED
@@ -3,9 +3,8 @@ 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.chain = exports.ChainName = exports.ChainId = exports.chains = void 0;
6
+ exports.ChainName = exports.ChainId = exports.chains = void 0;
7
7
  var src_1 = require("./src");
8
8
  Object.defineProperty(exports, "chains", { enumerable: true, get: function () { return __importDefault(src_1).default; } });
9
9
  Object.defineProperty(exports, "ChainId", { enumerable: true, get: function () { return src_1.ChainId; } });
10
10
  Object.defineProperty(exports, "ChainName", { enumerable: true, get: function () { return src_1.ChainName; } });
11
- Object.defineProperty(exports, "chain", { enumerable: true, get: function () { return src_1.chain; } });