chain-registry 2.0.210 → 2.0.211

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,3 +0,0 @@
1
- export declare const assetList: import("@chain-registry/types").AssetList;
2
- export declare const chain: import("@chain-registry/types").Chain;
3
- export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -1,12 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ibcData = exports.chain = exports.assetList = void 0;
7
- const asset_list_1 = __importDefault(require("./asset-list"));
8
- const chain_1 = __importDefault(require("./chain"));
9
- const ibc_data_1 = __importDefault(require("./ibc-data"));
10
- exports.assetList = asset_list_1.default;
11
- exports.chain = chain_1.default;
12
- exports.ibcData = ibc_data_1.default;