chain-registry 2.0.34 → 2.0.36

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.
Files changed (37) hide show
  1. package/esm/mainnet/atomone/chain.js +12 -0
  2. package/esm/mainnet/bitbadges/ibc-data.js +35 -3
  3. package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
  4. package/esm/mainnet/elys/chain.js +5 -5
  5. package/esm/mainnet/ibc-data.js +4 -0
  6. package/esm/mainnet/injective/asset-list.js +27 -0
  7. package/esm/mainnet/int3face/asset-list.js +64 -0
  8. package/esm/mainnet/mtgbp/ibc-data.js +31 -0
  9. package/esm/mainnet/mtgbp/index.js +2 -0
  10. package/esm/mainnet/osmosis/asset-list.js +182 -0
  11. package/esm/mainnet/osmosis/ibc-data.js +60 -0
  12. package/esm/mainnet/qfs/ibc-data.js +31 -0
  13. package/esm/mainnet/qfs/index.js +2 -0
  14. package/esm/mainnet/solana/asset-list.js +46 -0
  15. package/esm/mainnet/sunrise/chain.js +26 -14
  16. package/esm/testnet/sunrisetestnet/chain.js +14 -9
  17. package/mainnet/atomone/chain.js +12 -0
  18. package/mainnet/bitbadges/ibc-data.js +35 -3
  19. package/mainnet/cosmoshub/ibc-data.js +29 -0
  20. package/mainnet/elys/chain.js +5 -5
  21. package/mainnet/ibc-data.js +4 -0
  22. package/mainnet/injective/asset-list.js +27 -0
  23. package/mainnet/int3face/asset-list.js +64 -0
  24. package/mainnet/mtgbp/ibc-data.d.ts +3 -0
  25. package/mainnet/mtgbp/ibc-data.js +33 -0
  26. package/mainnet/mtgbp/index.d.ts +1 -0
  27. package/mainnet/mtgbp/index.js +3 -1
  28. package/mainnet/osmosis/asset-list.js +182 -0
  29. package/mainnet/osmosis/ibc-data.js +60 -0
  30. package/mainnet/qfs/ibc-data.d.ts +3 -0
  31. package/mainnet/qfs/ibc-data.js +33 -0
  32. package/mainnet/qfs/index.d.ts +1 -0
  33. package/mainnet/qfs/index.js +3 -1
  34. package/mainnet/solana/asset-list.js +46 -0
  35. package/mainnet/sunrise/chain.js +26 -14
  36. package/package.json +3 -3
  37. package/testnet/sunrisetestnet/chain.js +14 -9
@@ -722,6 +722,52 @@ const info = {
722
722
  images: [{
723
723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/monkeys.png'
724
724
  }]
725
+ },
726
+ {
727
+ description: 'Official Trump token on Solana blockchain.',
728
+ typeAsset: 'erc20',
729
+ address: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
730
+ denomUnits: [{
731
+ denom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
732
+ exponent: 0
733
+ }, {
734
+ denom: 'trump',
735
+ exponent: 6
736
+ }],
737
+ base: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN',
738
+ name: 'Official Trump',
739
+ display: 'trump',
740
+ symbol: 'TRUMP',
741
+ coingeckoId: 'official-trump',
742
+ images: [{
743
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
744
+ }],
745
+ logoURIs: {
746
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/trump.png'
747
+ }
748
+ },
749
+ {
750
+ description: 'Pudgy Penguins token on Solana blockchain.',
751
+ typeAsset: 'erc20',
752
+ address: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
753
+ denomUnits: [{
754
+ denom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
755
+ exponent: 0
756
+ }, {
757
+ denom: 'pengu',
758
+ exponent: 6
759
+ }],
760
+ base: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv',
761
+ name: 'Pudgy Penguins',
762
+ display: 'pengu',
763
+ symbol: 'PENGU',
764
+ coingeckoId: 'pudgy-penguins',
765
+ images: [{
766
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
767
+ }],
768
+ logoURIs: {
769
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/pengu.png'
770
+ }
725
771
  }
726
772
  ]
727
773
  };
@@ -1,7 +1,7 @@
1
1
  const info = {
2
2
  $schema: '../chain.schema.json',
3
3
  chainName: 'sunrise',
4
- status: 'upcoming',
4
+ status: 'live',
5
5
  networkType: 'mainnet',
6
6
  website: 'https://sunriselayer.io/',
7
7
  prettyName: 'Sunrise',
@@ -26,29 +26,27 @@ const info = {
26
26
  denom: 'uvrise'
27
27
  }],
28
28
  lockDuration: {
29
- time: '1209600s'
29
+ time: '1814400s'
30
30
  }
31
31
  },
32
32
  codebase: {
33
33
  gitRepo: 'https://github.com/sunriselayer/sunrise',
34
- recommendedVersion: 'v0.1.1',
35
- compatibleVersions: ['v0.1.1'],
34
+ recommendedVersion: 'v1.0.0',
35
+ compatibleVersions: ['v1.0.0'],
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.1.1/sunrised'
37
+ "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v1.0.0/sunrised-linux-amd64'
38
38
  },
39
39
  consensus: {
40
40
  type: 'cometbft',
41
- version: 'v0.0.5',
42
- repo: 'https://github.com/sunriselayer/sunrise-core',
43
- tag: 'v0.0.5-cmt-v0.38.2'
41
+ version: 'v0.38.17'
44
42
  },
45
43
  sdk: {
46
44
  type: 'cosmos',
47
- version: '0.50.2'
45
+ version: 'v0.53.2'
48
46
  },
49
47
  ibc: {
50
48
  type: 'go',
51
- version: '8.0.0'
49
+ version: 'v10.3.0'
52
50
  }
53
51
  },
54
52
  logoURIs: {
@@ -56,11 +54,25 @@ const info = {
56
54
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
57
55
  },
58
56
  apis: {
59
- rpc: [],
60
- rest: [],
61
- grpc: []
57
+ rpc: [{
58
+ address: 'https://a.consensus.sunrise-1.sunriselayer.io',
59
+ provider: 'Sunrise Team'
60
+ }],
61
+ rest: [{
62
+ address: 'https://a.consensus.sunrise-1.sunriselayer.io:1318',
63
+ provider: 'Sunrise Team'
64
+ }],
65
+ grpc: [{
66
+ address: 'https://a.consensus.sunrise-1.sunriselayer.io:9092',
67
+ provider: 'Sunrise Team'
68
+ }]
62
69
  },
63
- explorers: [],
70
+ explorers: [{
71
+ kind: 'Risescan',
72
+ url: 'https://risescan.sunriselayer.io',
73
+ txPage: 'https://risescan.sunriselayer.io/txs/${txHash}',
74
+ accountPage: 'https://risescan.sunriselayer.io/accounts/${accountAddress}'
75
+ }],
64
76
  images: [{
65
77
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
66
78
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
@@ -5,7 +5,7 @@ const info = {
5
5
  networkType: 'testnet',
6
6
  prettyName: 'Sunrise Testnet',
7
7
  chainType: 'cosmos',
8
- chainId: 'sunrise-test-da-5',
8
+ chainId: 'dawn-1',
9
9
  bech32Prefix: 'sunrise',
10
10
  daemonName: 'sunrised',
11
11
  nodeHome: '$HOME/.sunrise',
@@ -27,10 +27,10 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/sunriselayer/sunrise',
30
- recommendedVersion: 'v0.6.0',
31
- compatibleVersions: ['v0.6.0'],
30
+ recommendedVersion: 'v1.0.0',
31
+ compatibleVersions: ['v1.0.0'],
32
32
  binaries: {
33
- "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v0.6.0/sunrised'
33
+ "linux/amd64": 'https://github.com/sunriselayer/sunrise/releases/download/v1.0.0/sunrised-linux-amd64'
34
34
  },
35
35
  consensus: {
36
36
  type: 'cometbft',
@@ -42,7 +42,7 @@ const info = {
42
42
  },
43
43
  ibc: {
44
44
  type: 'go',
45
- version: 'v10.2.0'
45
+ version: 'v10.3.0'
46
46
  }
47
47
  },
48
48
  logoURIs: {
@@ -51,19 +51,24 @@ const info = {
51
51
  },
52
52
  apis: {
53
53
  rpc: [{
54
- address: 'https://sunrise-test-da-5.cauchye.net',
54
+ address: 'https://sunrise-dawn-1.cauchye.com',
55
55
  provider: 'CauchyE'
56
56
  }],
57
57
  rest: [{
58
- address: 'https://sunrise-test-da-5.cauchye.net:1318',
58
+ address: 'https://sunrise-dawn-1.cauchye.com:1318',
59
59
  provider: 'CauchyE'
60
60
  }],
61
61
  grpc: [{
62
- address: 'https://sunrise-test-da-5.cauchye.net:9092',
62
+ address: 'https://sunrise-dawn-1.cauchye.com:9092',
63
63
  provider: 'CauchyE'
64
64
  }]
65
65
  },
66
- explorers: [],
66
+ explorers: [{
67
+ kind: 'Risescan',
68
+ url: 'https://dawn-1.risescan.sunriselayer.io',
69
+ txPage: 'https://dawn-1.risescan.sunriselayer.io/txs/${txHash}',
70
+ accountPage: 'https://dawn-1.risescan.sunriselayer.io/accounts/${accountAddress}'
71
+ }],
67
72
  images: [{
68
73
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
69
74
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
@@ -148,6 +148,10 @@ const info = {
148
148
  {
149
149
  address: 'https://atomone-mainnet-rpc.shazoes.xyz',
150
150
  provider: 'Shazoes'
151
+ },
152
+ {
153
+ address: 'https://rpc-atomone.22node.xyz',
154
+ provider: '22node'
151
155
  }
152
156
  ],
153
157
  rest: [
@@ -234,6 +238,10 @@ const info = {
234
238
  {
235
239
  address: 'https://atomone-mainnet-api.shazoes.xyz',
236
240
  provider: 'Shazoes'
241
+ },
242
+ {
243
+ address: 'https://rest-atomone.22node.xyz',
244
+ provider: '22node'
237
245
  }
238
246
  ],
239
247
  grpc: [
@@ -292,6 +300,10 @@ const info = {
292
300
  {
293
301
  address: 'atomone-mainnet-grpc.shazoes.xyz:12090',
294
302
  provider: 'Shazoes'
303
+ },
304
+ {
305
+ address: 'grpc-atomone.22node.xyz',
306
+ provider: 'Shazoes'
295
307
  }
296
308
  ]
297
309
  },
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [{
3
+ const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain1: {
7
+ chainName: 'bitbadges',
8
+ clientId: '07-tendermint-16',
9
+ connectionId: 'connection-8'
10
+ },
11
+ chain2: {
12
+ chainName: 'cosmoshub',
13
+ clientId: '07-tendermint-1428',
14
+ connectionId: 'connection-1147'
15
+ },
16
+ channels: [{
17
+ chain1: {
18
+ channelId: 'channel-3',
19
+ portId: 'transfer'
20
+ },
21
+ chain2: {
22
+ channelId: 'channel-1420',
23
+ portId: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
4
34
  $schema: '../ibc_data.schema.json',
5
35
  chain1: {
6
36
  chainName: 'bitbadges',
@@ -28,7 +58,8 @@ const info = [{
28
58
  preferred: true
29
59
  }
30
60
  }]
31
- }, {
61
+ },
62
+ {
32
63
  $schema: '../ibc_data.schema.json',
33
64
  chain1: {
34
65
  chainName: 'bitbadges',
@@ -57,5 +88,6 @@ const info = [{
57
88
  dex: 'osmosis'
58
89
  }
59
90
  }]
60
- }];
91
+ }
92
+ ];
61
93
  exports.default = info;
@@ -255,6 +255,35 @@ const info = [
255
255
  }
256
256
  }]
257
257
  },
258
+ {
259
+ $schema: '../ibc_data.schema.json',
260
+ chain1: {
261
+ chainName: 'bitbadges',
262
+ clientId: '07-tendermint-16',
263
+ connectionId: 'connection-8'
264
+ },
265
+ chain2: {
266
+ chainName: 'cosmoshub',
267
+ clientId: '07-tendermint-1428',
268
+ connectionId: 'connection-1147'
269
+ },
270
+ channels: [{
271
+ chain1: {
272
+ channelId: 'channel-3',
273
+ portId: 'transfer'
274
+ },
275
+ chain2: {
276
+ channelId: 'channel-1420',
277
+ portId: 'transfer'
278
+ },
279
+ ordering: 'unordered',
280
+ version: 'ics20-1',
281
+ tags: {
282
+ status: 'live',
283
+ preferred: true
284
+ }
285
+ }]
286
+ },
258
287
  {
259
288
  $schema: '../ibc_data.schema.json',
260
289
  chain1: {
@@ -155,8 +155,8 @@ const info = {
155
155
  provider: 'Node39'
156
156
  },
157
157
  {
158
- address: 'https://elys.rpc.fr.vnodesv.net',
159
- provider: 'vNodes[V] [EUR] Ser[V]ices'
158
+ address: 'https://rpc.elys.srvs.vnodesv.net',
159
+ provider: 'vNodes[V] Ser[V]ices'
160
160
  },
161
161
  {
162
162
  address: 'https://elys-rpc.kleomedes.network/',
@@ -241,8 +241,8 @@ const info = {
241
241
  provider: 'Node39'
242
242
  },
243
243
  {
244
- address: 'https://elys.rest.fr.vnodesv.net:443',
245
- provider: 'vNodes[V] [EUR] Ser[V]ices'
244
+ address: 'https://rest.elys.srvs.vnodesv.net:443',
245
+ provider: 'vNodes[V] Ser[V]ices'
246
246
  },
247
247
  {
248
248
  address: 'https://elys-api.kleomedes.network/',
@@ -311,7 +311,7 @@ const info = {
311
311
  provider: 'Pro-Nodes75'
312
312
  },
313
313
  {
314
- address: 'https://elys.grpc.fr.vnodesv.net:443',
314
+ address: 'https://grpc.elys.srvs.vnodesv.net:443',
315
315
  provider: 'vNodes[V] Ser[V]ices'
316
316
  }
317
317
  ]
@@ -117,6 +117,7 @@ const _medasdigital = __importStar(require("./medasdigital"));
117
117
  const _meme = __importStar(require("./meme"));
118
118
  const _migaloo = __importStar(require("./migaloo"));
119
119
  const _milkyway = __importStar(require("./milkyway"));
120
+ const _mtgbp = __importStar(require("./mtgbp"));
120
121
  const _neutaro = __importStar(require("./neutaro"));
121
122
  const _neutron = __importStar(require("./neutron"));
122
123
  const _nibiru = __importStar(require("./nibiru"));
@@ -142,6 +143,7 @@ const _provenance = __importStar(require("./provenance"));
142
143
  const _pryzm = __importStar(require("./pryzm"));
143
144
  const _pundix = __importStar(require("./pundix"));
144
145
  const _pylons = __importStar(require("./pylons"));
146
+ const _qfs = __importStar(require("./qfs"));
145
147
  const _quasar = __importStar(require("./quasar"));
146
148
  const _quicksilver = __importStar(require("./quicksilver"));
147
149
  const _qwoyn = __importStar(require("./qwoyn"));
@@ -280,6 +282,7 @@ const ibcData = [
280
282
  ..._meme.ibcData,
281
283
  ..._migaloo.ibcData,
282
284
  ..._milkyway.ibcData,
285
+ ..._mtgbp.ibcData,
283
286
  ..._neutaro.ibcData,
284
287
  ..._neutron.ibcData,
285
288
  ..._nibiru.ibcData,
@@ -305,6 +308,7 @@ const ibcData = [
305
308
  ..._pryzm.ibcData,
306
309
  ..._pundix.ibcData,
307
310
  ..._pylons.ibcData,
311
+ ..._qfs.ibcData,
308
312
  ..._quasar.ibcData,
309
313
  ..._quicksilver.ibcData,
310
314
  ..._qwoyn.ibcData,
@@ -1317,6 +1317,33 @@ const info = {
1317
1317
  primaryColorHex: '#f39444'
1318
1318
  }
1319
1319
  }]
1320
+ },
1321
+ {
1322
+ description: 'Agora USD Coin',
1323
+ denomUnits: [{
1324
+ denom: 'factory/inj1n636d9gzrqggdk66n2f97th0x8yuhfrtx520e7/ausd',
1325
+ exponent: 0
1326
+ }, {
1327
+ denom: 'AUSD',
1328
+ exponent: 6
1329
+ }],
1330
+ base: 'factory/inj1n636d9gzrqggdk66n2f97th0x8yuhfrtx520e7/ausd',
1331
+ name: 'Agora USD',
1332
+ display: 'AUSD',
1333
+ symbol: 'AUSD',
1334
+ logoURIs: {
1335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ausd.png'
1336
+ },
1337
+ images: [{
1338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ausd.png',
1339
+ theme: {
1340
+ primaryColorHex: '#9A934F'
1341
+ }
1342
+ }],
1343
+ socials: {
1344
+ website: 'https://agora.finance'
1345
+ },
1346
+ typeAsset: 'sdk.coin'
1320
1347
  }
1321
1348
  ]
1322
1349
  };
@@ -274,6 +274,70 @@ const info = {
274
274
  }
275
275
  }],
276
276
  typeAsset: 'sdk.coin'
277
+ },
278
+ {
279
+ description: 'Official Trump coin (TRUMP) on Int3face',
280
+ denomUnits: [{
281
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump',
282
+ exponent: 0
283
+ }, {
284
+ denom: 'trump',
285
+ exponent: 6
286
+ }],
287
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-trump',
288
+ name: 'Official Trump',
289
+ display: 'trump',
290
+ symbol: 'TRUMP',
291
+ traces: [{
292
+ type: 'bridge',
293
+ counterparty: {
294
+ chainName: 'solana',
295
+ baseDenom: '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN'
296
+ },
297
+ provider: 'Int3face'
298
+ }],
299
+ logoURIs: {
300
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/trump.int3.png'
301
+ },
302
+ images: [{
303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/trump.int3.png',
304
+ theme: {
305
+ primaryColorHex: '#3d3d3d'
306
+ }
307
+ }],
308
+ typeAsset: 'sdk.coin'
309
+ },
310
+ {
311
+ description: 'Pudgy Penguins coin (PENGU) on Int3face',
312
+ denomUnits: [{
313
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu',
314
+ exponent: 0
315
+ }, {
316
+ denom: 'pengu',
317
+ exponent: 6
318
+ }],
319
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-pengu',
320
+ name: 'Pudgy Penguins',
321
+ display: 'pengu',
322
+ symbol: 'PENGU',
323
+ traces: [{
324
+ type: 'bridge',
325
+ counterparty: {
326
+ chainName: 'solana',
327
+ baseDenom: '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv'
328
+ },
329
+ provider: 'Int3face'
330
+ }],
331
+ logoURIs: {
332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png'
333
+ },
334
+ images: [{
335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/pengu.int3.png',
336
+ theme: {
337
+ primaryColorHex: '#3d3d3d'
338
+ }
339
+ }],
340
+ typeAsset: 'sdk.coin'
277
341
  }
278
342
  ]
279
343
  };
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'mtgbp',
7
+ clientId: '07-tendermint-0',
8
+ connectionId: 'connection-0'
9
+ },
10
+ chain2: {
11
+ chainName: 'osmosis',
12
+ clientId: '07-tendermint-3531',
13
+ connectionId: 'connection-10772'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-105394',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true,
29
+ dex: 'osmosis'
30
+ }
31
+ }]
32
+ }];
33
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -3,8 +3,10 @@ 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.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;