chain-registry 2.0.57 → 2.0.58

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 (40) hide show
  1. package/esm/mainnet/ibc-data.js +2 -0
  2. package/esm/mainnet/lumera/asset-list.js +43 -0
  3. package/esm/mainnet/lumera/chain.js +4 -4
  4. package/esm/mainnet/lumera/ibc-data.js +31 -0
  5. package/esm/mainnet/lumera/index.js +2 -0
  6. package/esm/mainnet/neutron/asset-list.js +22 -0
  7. package/esm/mainnet/osmosis/ibc-data.js +30 -0
  8. package/esm/mainnet/umee/chain.js +4 -9
  9. package/esm/testnet/asset-lists.js +0 -2
  10. package/esm/testnet/chains.js +0 -2
  11. package/esm/testnet/ibc-data.js +0 -2
  12. package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
  13. package/esm/testnet/xplatestnet/chain.js +2 -2
  14. package/mainnet/ibc-data.js +2 -0
  15. package/mainnet/lumera/asset-list.js +43 -0
  16. package/mainnet/lumera/chain.js +4 -4
  17. package/mainnet/lumera/ibc-data.js +33 -0
  18. package/mainnet/lumera/index.d.ts +1 -0
  19. package/mainnet/lumera/index.js +3 -1
  20. package/mainnet/neutron/asset-list.js +22 -0
  21. package/mainnet/osmosis/ibc-data.js +30 -0
  22. package/mainnet/umee/chain.js +4 -9
  23. package/package.json +3 -3
  24. package/testnet/asset-lists.js +0 -2
  25. package/testnet/chains.js +0 -2
  26. package/testnet/ibc-data.js +0 -2
  27. package/testnet/mantrachaintestnet2/chain.js +20 -4
  28. package/testnet/xplatestnet/chain.js +2 -2
  29. package/esm/testnet/mantrachaintestnet/asset-list.js +0 -48
  30. package/esm/testnet/mantrachaintestnet/chain.js +0 -81
  31. package/esm/testnet/mantrachaintestnet/ibc-data.js +0 -90
  32. package/esm/testnet/mantrachaintestnet/index.js +0 -6
  33. package/testnet/mantrachaintestnet/asset-list.d.ts +0 -3
  34. package/testnet/mantrachaintestnet/asset-list.js +0 -50
  35. package/testnet/mantrachaintestnet/chain.d.ts +0 -3
  36. package/testnet/mantrachaintestnet/chain.js +0 -83
  37. package/testnet/mantrachaintestnet/ibc-data.js +0 -92
  38. package/testnet/mantrachaintestnet/index.d.ts +0 -3
  39. package/testnet/mantrachaintestnet/index.js +0 -12
  40. /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc-data.d.ts +0 -0
@@ -85,6 +85,7 @@ import * as _lava from './lava';
85
85
  import * as _likecoin from './likecoin';
86
86
  import * as _lombardledger from './lombardledger';
87
87
  import * as _lorenzo from './lorenzo';
88
+ import * as _lumera from './lumera';
88
89
  import * as _lumnetwork from './lumnetwork';
89
90
  import * as _mande from './mande';
90
91
  import * as _manifest from './manifest';
@@ -252,6 +253,7 @@ const ibcData = [
252
253
  ..._likecoin.ibcData,
253
254
  ..._lombardledger.ibcData,
254
255
  ..._lorenzo.ibcData,
256
+ ..._lumera.ibcData,
255
257
  ..._lumnetwork.ibcData,
256
258
  ..._mande.ibcData,
257
259
  ..._manifest.ibcData,
@@ -28,6 +28,49 @@ const info = {
28
28
  telegram: 'https://t.me/lumeraprotocol',
29
29
  website: 'https://lumera.io'
30
30
  }
31
+ }, {
32
+ denomUnits: [{
33
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
34
+ exponent: 0,
35
+ aliases: ['uosmo']
36
+ }, {
37
+ denom: 'osmo',
38
+ exponent: 6
39
+ }],
40
+ typeAsset: 'ics20',
41
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
42
+ name: 'Osmosis OSMO Token',
43
+ display: 'osmo',
44
+ symbol: 'OSMO',
45
+ traces: [{
46
+ type: 'ibc',
47
+ counterparty: {
48
+ chainName: 'osmosis',
49
+ baseDenom: 'uosmo',
50
+ channelId: 'channel-106313'
51
+ },
52
+ chain: {
53
+ channelId: 'channel-0',
54
+ path: 'transfer/channel-0/uosmo'
55
+ }
56
+ }],
57
+ images: [{
58
+ imageSync: {
59
+ chainName: 'osmosis',
60
+ baseDenom: 'uosmo'
61
+ },
62
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
63
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
64
+ }],
65
+ logoURIs: {
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
68
+ },
69
+ keywords: [
70
+ 'dex',
71
+ 'ibc',
72
+ 'osmosis'
73
+ ]
31
74
  }]
32
75
  };
33
76
  export default info;
@@ -36,18 +36,18 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  gitRepo: 'https://github.com/LumeraProtocol/lumera',
39
- tag: 'v1.5.0',
40
- recommendedVersion: 'v1.5.0',
39
+ tag: 'v1.6.1',
40
+ recommendedVersion: 'v1.6.1',
41
41
  language: {
42
42
  type: 'go',
43
43
  version: 'v1.24'
44
44
  },
45
45
  binaries: {
46
- "linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.5.0/lumera_v1.5.0_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
46
+ "linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.6.1/lumera_v1.6.1_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
47
47
  },
48
48
  sdk: {
49
49
  type: 'cosmos',
50
- version: 'v0.50.13'
50
+ version: 'v0.50.12'
51
51
  },
52
52
  consensus: {
53
53
  type: 'cometbft',
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'lumera',
5
+ clientId: '07-tendermint-1',
6
+ connectionId: 'connection-0'
7
+ },
8
+ chain2: {
9
+ chainName: 'osmosis',
10
+ clientId: '07-tendermint-3589',
11
+ connectionId: 'connection-10931'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-0',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-106313',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true,
27
+ dex: 'osmosis'
28
+ }
29
+ }]
30
+ }];
31
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -1640,6 +1640,28 @@ const info = {
1640
1640
  website: 'https://TabCo.in'
1641
1641
  },
1642
1642
  typeAsset: 'sdk.coin'
1643
+ },
1644
+ {
1645
+ description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
1646
+ denomUnits: [{
1647
+ denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1648
+ exponent: 0
1649
+ }, {
1650
+ denom: 'eho',
1651
+ exponent: 6
1652
+ }],
1653
+ typeAsset: 'cw20',
1654
+ address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1655
+ base: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1656
+ name: 'Cognitive Echo',
1657
+ display: 'eho',
1658
+ symbol: 'EHO',
1659
+ logoURIs: {
1660
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
1661
+ },
1662
+ images: [{
1663
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
1664
+ }]
1643
1665
  }
1644
1666
  ]
1645
1667
  };
@@ -2648,6 +2648,36 @@ const info = [
2648
2648
  }
2649
2649
  }]
2650
2650
  },
2651
+ {
2652
+ $schema: '../ibc_data.schema.json',
2653
+ chain1: {
2654
+ chainName: 'lumera',
2655
+ clientId: '07-tendermint-1',
2656
+ connectionId: 'connection-0'
2657
+ },
2658
+ chain2: {
2659
+ chainName: 'osmosis',
2660
+ clientId: '07-tendermint-3589',
2661
+ connectionId: 'connection-10931'
2662
+ },
2663
+ channels: [{
2664
+ chain1: {
2665
+ channelId: 'channel-0',
2666
+ portId: 'transfer'
2667
+ },
2668
+ chain2: {
2669
+ channelId: 'channel-106313',
2670
+ portId: 'transfer'
2671
+ },
2672
+ ordering: 'unordered',
2673
+ version: 'ics20-1',
2674
+ tags: {
2675
+ status: 'live',
2676
+ preferred: true,
2677
+ dex: 'osmosis'
2678
+ }
2679
+ }]
2680
+ },
2651
2681
  {
2652
2682
  $schema: '../ibc_data.schema.json',
2653
2683
  chain1: {
@@ -263,9 +263,10 @@ const info = {
263
263
  },
264
264
  explorers: [
265
265
  {
266
- kind: 'ping.pub',
267
- url: 'https://ping.pub/umee',
268
- txPage: 'https://ping.pub/umee/tx/${txHash}'
266
+ kind: 'Chainroot',
267
+ url: 'https://explorer.chainroot.io/ux',
268
+ txPage: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
269
+ accountPage: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
269
270
  },
270
271
  {
271
272
  kind: '🔥STAVR🔥 Explorer',
@@ -318,12 +319,6 @@ const info = {
318
319
  txPage: 'https://explorer.whenmoonwhenlambo.money/umee/tx/${txHash}',
319
320
  accountPage: 'https://explorer.whenmoonwhenlambo.money/umee/account/${accountAddress}'
320
321
  },
321
- {
322
- kind: 'Chainroot',
323
- url: 'https://explorer.chainroot.io/ux',
324
- txPage: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
325
- accountPage: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
326
- },
327
322
  {
328
323
  kind: 'Valopers',
329
324
  url: 'https://ux.valopers.com/',
@@ -66,7 +66,6 @@ import * as _lombardledgertestnet from './lombardledgertestnet';
66
66
  import * as _lumenxtestnet from './lumenxtestnet';
67
67
  import * as _lumeratestnet from './lumeratestnet';
68
68
  import * as _manifesttestnet from './manifesttestnet';
69
- import * as _mantrachaintestnet from './mantrachaintestnet';
70
69
  import * as _mantrachaintestnet2 from './mantrachaintestnet2';
71
70
  import * as _marstestnet from './marstestnet';
72
71
  import * as _metanovaversetestnet from './metanovaversetestnet';
@@ -203,7 +202,6 @@ const assetList = [
203
202
  _lumenxtestnet.assetList,
204
203
  _lumeratestnet.assetList,
205
204
  _manifesttestnet.assetList,
206
- _mantrachaintestnet.assetList,
207
205
  _mantrachaintestnet2.assetList,
208
206
  _marstestnet.assetList,
209
207
  _metanovaversetestnet.assetList,
@@ -66,7 +66,6 @@ import * as _lombardledgertestnet from './lombardledgertestnet';
66
66
  import * as _lumenxtestnet from './lumenxtestnet';
67
67
  import * as _lumeratestnet from './lumeratestnet';
68
68
  import * as _manifesttestnet from './manifesttestnet';
69
- import * as _mantrachaintestnet from './mantrachaintestnet';
70
69
  import * as _mantrachaintestnet2 from './mantrachaintestnet2';
71
70
  import * as _marstestnet from './marstestnet';
72
71
  import * as _metanovaversetestnet from './metanovaversetestnet';
@@ -203,7 +202,6 @@ const chains = [
203
202
  _lumenxtestnet.chain,
204
203
  _lumeratestnet.chain,
205
204
  _manifesttestnet.chain,
206
- _mantrachaintestnet.chain,
207
205
  _mantrachaintestnet2.chain,
208
206
  _marstestnet.chain,
209
207
  _metanovaversetestnet.chain,
@@ -25,7 +25,6 @@ import * as _lavatestnet from './lavatestnet';
25
25
  import * as _likecointestnet from './likecointestnet';
26
26
  import * as _lumeratestnet from './lumeratestnet';
27
27
  import * as _manifesttestnet from './manifesttestnet';
28
- import * as _mantrachaintestnet from './mantrachaintestnet';
29
28
  import * as _mantrachaintestnet2 from './mantrachaintestnet2';
30
29
  import * as _marstestnet from './marstestnet';
31
30
  import * as _neutrontestnet from './neutrontestnet';
@@ -76,7 +75,6 @@ const ibcData = [
76
75
  ..._likecointestnet.ibcData,
77
76
  ..._lumeratestnet.ibcData,
78
77
  ..._manifesttestnet.ibcData,
79
- ..._mantrachaintestnet.ibcData,
80
78
  ..._mantrachaintestnet2.ibcData,
81
79
  ..._marstestnet.ibcData,
82
80
  ..._neutrontestnet.ibcData,
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uom',
17
17
  fixedMinGasPrice: 0.01,
18
18
  lowGasPrice: 0.01,
19
- averageGasPrice: 0.01,
19
+ averageGasPrice: 0.025,
20
20
  highGasPrice: 0.03
21
21
  }]
22
22
  },
@@ -72,23 +72,39 @@ const info = {
72
72
  }, {
73
73
  address: 'mantra-testnet-grpc.publicnode.com:443',
74
74
  provider: 'Allnodes ⚡️ Nodes & Staking'
75
+ }],
76
+ evmHttpJsonrpc: [{
77
+ address: 'https://evm.dukong.mantrachain.io',
78
+ provider: 'MANTRACHAIN'
79
+ }, {
80
+ address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
81
+ provider: 'Cosmostation'
75
82
  }]
76
83
  },
77
84
  logoURIs: {
78
85
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
79
86
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
80
87
  },
81
- explorers: [{
88
+ explorers: [
89
+ {
82
90
  kind: 'mintscan',
83
91
  url: 'https://www.mintscan.io/mantra-testnet',
84
92
  txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
85
93
  accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
86
- }, {
94
+ },
95
+ {
87
96
  kind: 'ping.pub',
88
97
  url: 'https://explorer.mantrachain.io',
89
98
  txPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
90
99
  accountPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
91
- }],
100
+ },
101
+ {
102
+ kind: 'mantrascan',
103
+ url: 'https://mantrascan.io/dukong',
104
+ txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
105
+ accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
106
+ }
107
+ ],
92
108
  keywords: [
93
109
  'rwa',
94
110
  'wasm',
@@ -28,8 +28,8 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  gitRepo: 'https://github.com/xpladev/xpla',
31
- recommendedVersion: 'v1.8.0-rc2',
32
- compatibleVersions: ['v1.8.0-rc2'],
31
+ recommendedVersion: 'v1.8.0-cube',
32
+ compatibleVersions: ['v1.8.0-cube'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
35
  version: 'v0.38.17'
@@ -110,6 +110,7 @@ const _lava = __importStar(require("./lava"));
110
110
  const _likecoin = __importStar(require("./likecoin"));
111
111
  const _lombardledger = __importStar(require("./lombardledger"));
112
112
  const _lorenzo = __importStar(require("./lorenzo"));
113
+ const _lumera = __importStar(require("./lumera"));
113
114
  const _lumnetwork = __importStar(require("./lumnetwork"));
114
115
  const _mande = __importStar(require("./mande"));
115
116
  const _manifest = __importStar(require("./manifest"));
@@ -277,6 +278,7 @@ const ibcData = [
277
278
  ..._likecoin.ibcData,
278
279
  ..._lombardledger.ibcData,
279
280
  ..._lorenzo.ibcData,
281
+ ..._lumera.ibcData,
280
282
  ..._lumnetwork.ibcData,
281
283
  ..._mande.ibcData,
282
284
  ..._manifest.ibcData,
@@ -30,6 +30,49 @@ const info = {
30
30
  telegram: 'https://t.me/lumeraprotocol',
31
31
  website: 'https://lumera.io'
32
32
  }
33
+ }, {
34
+ denomUnits: [{
35
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
36
+ exponent: 0,
37
+ aliases: ['uosmo']
38
+ }, {
39
+ denom: 'osmo',
40
+ exponent: 6
41
+ }],
42
+ typeAsset: 'ics20',
43
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
44
+ name: 'Osmosis OSMO Token',
45
+ display: 'osmo',
46
+ symbol: 'OSMO',
47
+ traces: [{
48
+ type: 'ibc',
49
+ counterparty: {
50
+ chainName: 'osmosis',
51
+ baseDenom: 'uosmo',
52
+ channelId: 'channel-106313'
53
+ },
54
+ chain: {
55
+ channelId: 'channel-0',
56
+ path: 'transfer/channel-0/uosmo'
57
+ }
58
+ }],
59
+ images: [{
60
+ imageSync: {
61
+ chainName: 'osmosis',
62
+ baseDenom: 'uosmo'
63
+ },
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
66
+ }],
67
+ logoURIs: {
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
70
+ },
71
+ keywords: [
72
+ 'dex',
73
+ 'ibc',
74
+ 'osmosis'
75
+ ]
33
76
  }]
34
77
  };
35
78
  exports.default = info;
@@ -38,18 +38,18 @@ const info = {
38
38
  },
39
39
  codebase: {
40
40
  gitRepo: 'https://github.com/LumeraProtocol/lumera',
41
- tag: 'v1.5.0',
42
- recommendedVersion: 'v1.5.0',
41
+ tag: 'v1.6.1',
42
+ recommendedVersion: 'v1.6.1',
43
43
  language: {
44
44
  type: 'go',
45
45
  version: 'v1.24'
46
46
  },
47
47
  binaries: {
48
- "linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.5.0/lumera_v1.5.0_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
48
+ "linux/amd64": 'https://github.com/LumeraProtocol/lumera/releases/download/v1.6.1/lumera_v1.6.1_linux_amd64.tar.gz?checksum=sha256:3d33c600ad35b94c72acf4ce81247f6171b79169f5b84a6e415df1ec30d690dc'
49
49
  },
50
50
  sdk: {
51
51
  type: 'cosmos',
52
- version: 'v0.50.13'
52
+ version: 'v0.50.12'
53
53
  },
54
54
  consensus: {
55
55
  type: 'cometbft',
@@ -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: 'lumera',
7
+ clientId: '07-tendermint-1',
8
+ connectionId: 'connection-0'
9
+ },
10
+ chain2: {
11
+ chainName: 'osmosis',
12
+ clientId: '07-tendermint-3589',
13
+ connectionId: 'connection-10931'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-106313',
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;
@@ -1642,6 +1642,28 @@ const info = {
1642
1642
  website: 'https://TabCo.in'
1643
1643
  },
1644
1644
  typeAsset: 'sdk.coin'
1645
+ },
1646
+ {
1647
+ description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
1648
+ denomUnits: [{
1649
+ denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1650
+ exponent: 0
1651
+ }, {
1652
+ denom: 'eho',
1653
+ exponent: 6
1654
+ }],
1655
+ typeAsset: 'cw20',
1656
+ address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1657
+ base: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1658
+ name: 'Cognitive Echo',
1659
+ display: 'eho',
1660
+ symbol: 'EHO',
1661
+ logoURIs: {
1662
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
1663
+ },
1664
+ images: [{
1665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
1666
+ }]
1645
1667
  }
1646
1668
  ]
1647
1669
  };
@@ -2650,6 +2650,36 @@ const info = [
2650
2650
  }
2651
2651
  }]
2652
2652
  },
2653
+ {
2654
+ $schema: '../ibc_data.schema.json',
2655
+ chain1: {
2656
+ chainName: 'lumera',
2657
+ clientId: '07-tendermint-1',
2658
+ connectionId: 'connection-0'
2659
+ },
2660
+ chain2: {
2661
+ chainName: 'osmosis',
2662
+ clientId: '07-tendermint-3589',
2663
+ connectionId: 'connection-10931'
2664
+ },
2665
+ channels: [{
2666
+ chain1: {
2667
+ channelId: 'channel-0',
2668
+ portId: 'transfer'
2669
+ },
2670
+ chain2: {
2671
+ channelId: 'channel-106313',
2672
+ portId: 'transfer'
2673
+ },
2674
+ ordering: 'unordered',
2675
+ version: 'ics20-1',
2676
+ tags: {
2677
+ status: 'live',
2678
+ preferred: true,
2679
+ dex: 'osmosis'
2680
+ }
2681
+ }]
2682
+ },
2653
2683
  {
2654
2684
  $schema: '../ibc_data.schema.json',
2655
2685
  chain1: {
@@ -265,9 +265,10 @@ const info = {
265
265
  },
266
266
  explorers: [
267
267
  {
268
- kind: 'ping.pub',
269
- url: 'https://ping.pub/umee',
270
- txPage: 'https://ping.pub/umee/tx/${txHash}'
268
+ kind: 'Chainroot',
269
+ url: 'https://explorer.chainroot.io/ux',
270
+ txPage: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
271
+ accountPage: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
271
272
  },
272
273
  {
273
274
  kind: '🔥STAVR🔥 Explorer',
@@ -320,12 +321,6 @@ const info = {
320
321
  txPage: 'https://explorer.whenmoonwhenlambo.money/umee/tx/${txHash}',
321
322
  accountPage: 'https://explorer.whenmoonwhenlambo.money/umee/account/${accountAddress}'
322
323
  },
323
- {
324
- kind: 'Chainroot',
325
- url: 'https://explorer.chainroot.io/ux',
326
- txPage: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
327
- accountPage: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
328
- },
329
324
  {
330
325
  kind: 'Valopers',
331
326
  url: 'https://ux.valopers.com/',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.57",
3
+ "version": "2.0.58",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.57"
32
+ "@chain-registry/types": "^2.0.58"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "7613a580c3e750567447c4e7b4c5cac32ea4e3cc"
42
+ "gitHead": "4eef675aa54e1748271fd377cef2afc5ac0311e0"
43
43
  }
@@ -91,7 +91,6 @@ const _lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
91
91
  const _lumenxtestnet = __importStar(require("./lumenxtestnet"));
92
92
  const _lumeratestnet = __importStar(require("./lumeratestnet"));
93
93
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
94
- const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
95
94
  const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
96
95
  const _marstestnet = __importStar(require("./marstestnet"));
97
96
  const _metanovaversetestnet = __importStar(require("./metanovaversetestnet"));
@@ -228,7 +227,6 @@ const assetList = [
228
227
  _lumenxtestnet.assetList,
229
228
  _lumeratestnet.assetList,
230
229
  _manifesttestnet.assetList,
231
- _mantrachaintestnet.assetList,
232
230
  _mantrachaintestnet2.assetList,
233
231
  _marstestnet.assetList,
234
232
  _metanovaversetestnet.assetList,
package/testnet/chains.js CHANGED
@@ -91,7 +91,6 @@ const _lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
91
91
  const _lumenxtestnet = __importStar(require("./lumenxtestnet"));
92
92
  const _lumeratestnet = __importStar(require("./lumeratestnet"));
93
93
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
94
- const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
95
94
  const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
96
95
  const _marstestnet = __importStar(require("./marstestnet"));
97
96
  const _metanovaversetestnet = __importStar(require("./metanovaversetestnet"));
@@ -228,7 +227,6 @@ const chains = [
228
227
  _lumenxtestnet.chain,
229
228
  _lumeratestnet.chain,
230
229
  _manifesttestnet.chain,
231
- _mantrachaintestnet.chain,
232
230
  _mantrachaintestnet2.chain,
233
231
  _marstestnet.chain,
234
232
  _metanovaversetestnet.chain,
@@ -50,7 +50,6 @@ const _lavatestnet = __importStar(require("./lavatestnet"));
50
50
  const _likecointestnet = __importStar(require("./likecointestnet"));
51
51
  const _lumeratestnet = __importStar(require("./lumeratestnet"));
52
52
  const _manifesttestnet = __importStar(require("./manifesttestnet"));
53
- const _mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
54
53
  const _mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
55
54
  const _marstestnet = __importStar(require("./marstestnet"));
56
55
  const _neutrontestnet = __importStar(require("./neutrontestnet"));
@@ -101,7 +100,6 @@ const ibcData = [
101
100
  ..._likecointestnet.ibcData,
102
101
  ..._lumeratestnet.ibcData,
103
102
  ..._manifesttestnet.ibcData,
104
- ..._mantrachaintestnet.ibcData,
105
103
  ..._mantrachaintestnet2.ibcData,
106
104
  ..._marstestnet.ibcData,
107
105
  ..._neutrontestnet.ibcData,
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uom',
19
19
  fixedMinGasPrice: 0.01,
20
20
  lowGasPrice: 0.01,
21
- averageGasPrice: 0.01,
21
+ averageGasPrice: 0.025,
22
22
  highGasPrice: 0.03
23
23
  }]
24
24
  },
@@ -74,23 +74,39 @@ const info = {
74
74
  }, {
75
75
  address: 'mantra-testnet-grpc.publicnode.com:443',
76
76
  provider: 'Allnodes ⚡️ Nodes & Staking'
77
+ }],
78
+ evmHttpJsonrpc: [{
79
+ address: 'https://evm.dukong.mantrachain.io',
80
+ provider: 'MANTRACHAIN'
81
+ }, {
82
+ address: 'https://rpc.evm.mantra.testnet.cosmostation.io',
83
+ provider: 'Cosmostation'
77
84
  }]
78
85
  },
79
86
  logoURIs: {
80
87
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
81
88
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg'
82
89
  },
83
- explorers: [{
90
+ explorers: [
91
+ {
84
92
  kind: 'mintscan',
85
93
  url: 'https://www.mintscan.io/mantra-testnet',
86
94
  txPage: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
87
95
  accountPage: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
88
- }, {
96
+ },
97
+ {
89
98
  kind: 'ping.pub',
90
99
  url: 'https://explorer.mantrachain.io',
91
100
  txPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
92
101
  accountPage: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
93
- }],
102
+ },
103
+ {
104
+ kind: 'mantrascan',
105
+ url: 'https://mantrascan.io/dukong',
106
+ txPage: 'https://mantrascan.io/dukong/tx/${txHash}',
107
+ accountPage: 'https://mantrascan.io/dukong/address/${accountAddress}'
108
+ }
109
+ ],
94
110
  keywords: [
95
111
  'rwa',
96
112
  'wasm',
@@ -30,8 +30,8 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  gitRepo: 'https://github.com/xpladev/xpla',
33
- recommendedVersion: 'v1.8.0-rc2',
34
- compatibleVersions: ['v1.8.0-rc2'],
33
+ recommendedVersion: 'v1.8.0-cube',
34
+ compatibleVersions: ['v1.8.0-cube'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
37
  version: 'v0.38.17'
@@ -1,48 +0,0 @@
1
- const info = {
2
- $schema: '../../assetlist.schema.json',
3
- chainName: 'mantrachaintestnet',
4
- assets: [{
5
- description: 'The native token of MANTRA',
6
- denomUnits: [{
7
- denom: 'uom',
8
- exponent: 0
9
- }, {
10
- denom: 'om',
11
- exponent: 6
12
- }],
13
- base: 'uom',
14
- name: 'MANTRA Chain',
15
- display: 'om',
16
- symbol: 'OM',
17
- keywords: [
18
- 'mantra',
19
- 'staking',
20
- 'delegating',
21
- 'governance',
22
- 'regulation',
23
- 'defi'
24
- ],
25
- traces: [{
26
- type: 'test-mintage',
27
- counterparty: {
28
- chainName: 'mantrachain',
29
- baseDenom: 'uom'
30
- },
31
- provider: 'MANTRA Chain'
32
- }],
33
- images: [{
34
- imageSync: {
35
- chainName: 'mantrachain',
36
- baseDenom: 'uom'
37
- },
38
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
39
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
40
- theme: {
41
- circle: true
42
- }
43
- }],
44
- typeAsset: 'sdk.coin',
45
- coingeckoId: 'mantra-dao'
46
- }]
47
- };
48
- export default info;
@@ -1,81 +0,0 @@
1
- const info = {
2
- $schema: '../../chain.schema.json',
3
- chainName: 'mantrachaintestnet',
4
- status: 'live',
5
- networkType: 'testnet',
6
- prettyName: 'MANTRA Hongbai Testnet',
7
- chainType: 'cosmos',
8
- chainId: 'mantra-hongbai-1',
9
- bech32Prefix: 'mantra',
10
- daemonName: 'mantrachaind',
11
- nodeHome: '$HOME/.mantrachain',
12
- keyAlgos: ['secp256k1'],
13
- slip44: 118,
14
- fees: {
15
- feeTokens: [{
16
- denom: 'uom',
17
- fixedMinGasPrice: 0,
18
- lowGasPrice: 0.001,
19
- averageGasPrice: 0.002,
20
- highGasPrice: 0.003
21
- }]
22
- },
23
- staking: {
24
- stakingTokens: [{
25
- denom: 'uom'
26
- }]
27
- },
28
- codebase: {
29
- gitRepo: 'https://github.com/MANTRA-Finance',
30
- recommendedVersion: '1.0.0',
31
- compatibleVersions: ['1.0.0'],
32
- consensus: {
33
- type: 'cometbft',
34
- version: '0.37'
35
- },
36
- sdk: {
37
- type: 'cosmos',
38
- version: '0.47.3'
39
- },
40
- cosmwasm: {
41
- version: '0.41',
42
- enabled: true
43
- }
44
- },
45
- apis: {
46
- rpc: [{
47
- address: 'https://rpc.hongbai.mantrachain.io',
48
- provider: 'MANTRACHAIN'
49
- }, {
50
- address: 'https://mantra-testnet-rpc.publicnode.com:443',
51
- provider: 'Allnodes ⚡️ Nodes & Staking'
52
- }],
53
- rest: [{
54
- address: 'https://api.hongbai.mantrachain.io',
55
- provider: 'MANTRACHAIN'
56
- }, {
57
- address: 'https://mantra-testnet-rest.publicnode.com',
58
- provider: 'Allnodes ⚡️ Nodes & Staking'
59
- }],
60
- grpc: [{
61
- address: 'https://grpc.hongbai.mantrachain.io',
62
- provider: 'MANTRACHAIN'
63
- }, {
64
- address: 'mantra-testnet-grpc.publicnode.com:443',
65
- provider: 'Allnodes ⚡️ Nodes & Staking'
66
- }]
67
- },
68
- keywords: ['dex', 'testnet'],
69
- images: [{
70
- imageSync: {
71
- chainName: 'mantrachain',
72
- baseDenom: 'uom'
73
- },
74
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
75
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
76
- theme: {
77
- circle: true
78
- }
79
- }]
80
- };
81
- export default info;
@@ -1,90 +0,0 @@
1
- const info = [
2
- {
3
- $schema: '../../ibc_data.schema.json',
4
- chain1: {
5
- chainName: 'axelartestnet',
6
- clientId: '07-tendermint-1009',
7
- connectionId: 'connection-783'
8
- },
9
- chain2: {
10
- chainName: 'mantrachaintestnet',
11
- clientId: '07-tendermint-7',
12
- connectionId: 'connection-7'
13
- },
14
- channels: [{
15
- chain1: {
16
- channelId: 'channel-540',
17
- portId: 'transfer'
18
- },
19
- chain2: {
20
- channelId: 'channel-7',
21
- portId: 'transfer'
22
- },
23
- ordering: 'unordered',
24
- version: 'ics20-1',
25
- tags: {
26
- status: 'live',
27
- preferred: true
28
- }
29
- }]
30
- },
31
- {
32
- $schema: '../../ibc_data.schema.json',
33
- chain1: {
34
- chainName: 'mantrachaintestnet',
35
- clientId: '07-tendermint-6',
36
- connectionId: 'connection-6'
37
- },
38
- chain2: {
39
- chainName: 'nobletestnet',
40
- clientId: '07-tendermint-294',
41
- connectionId: 'connection-247'
42
- },
43
- channels: [{
44
- chain1: {
45
- channelId: 'channel-6',
46
- portId: 'transfer'
47
- },
48
- chain2: {
49
- channelId: 'channel-209',
50
- portId: 'transfer'
51
- },
52
- ordering: 'unordered',
53
- version: 'ics20-1',
54
- tags: {
55
- status: 'live',
56
- preferred: true
57
- }
58
- }]
59
- },
60
- {
61
- $schema: '../../ibc_data.schema.json',
62
- chain1: {
63
- chainName: 'mantrachaintestnet',
64
- clientId: '07-tendermint-5',
65
- connectionId: 'connection-5'
66
- },
67
- chain2: {
68
- chainName: 'osmosistestnet',
69
- clientId: '07-tendermint-3930',
70
- connectionId: 'connection-3411'
71
- },
72
- channels: [{
73
- chain1: {
74
- channelId: 'channel-5',
75
- portId: 'transfer'
76
- },
77
- chain2: {
78
- channelId: 'channel-8734',
79
- portId: 'transfer'
80
- },
81
- ordering: 'unordered',
82
- version: 'ics20-1',
83
- tags: {
84
- status: 'live',
85
- preferred: true
86
- }
87
- }]
88
- }
89
- ];
90
- export default info;
@@ -1,6 +0,0 @@
1
- import _assetList from './asset-list';
2
- import _chain from './chain';
3
- import _ibcData from './ibc-data';
4
- export const assetList = _assetList;
5
- export const chain = _chain;
6
- export const ibcData = _ibcData;
@@ -1,3 +0,0 @@
1
- import { AssetList } from '@chain-registry/types';
2
- declare const info: AssetList;
3
- export default info;
@@ -1,50 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = {
4
- $schema: '../../assetlist.schema.json',
5
- chainName: 'mantrachaintestnet',
6
- assets: [{
7
- description: 'The native token of MANTRA',
8
- denomUnits: [{
9
- denom: 'uom',
10
- exponent: 0
11
- }, {
12
- denom: 'om',
13
- exponent: 6
14
- }],
15
- base: 'uom',
16
- name: 'MANTRA Chain',
17
- display: 'om',
18
- symbol: 'OM',
19
- keywords: [
20
- 'mantra',
21
- 'staking',
22
- 'delegating',
23
- 'governance',
24
- 'regulation',
25
- 'defi'
26
- ],
27
- traces: [{
28
- type: 'test-mintage',
29
- counterparty: {
30
- chainName: 'mantrachain',
31
- baseDenom: 'uom'
32
- },
33
- provider: 'MANTRA Chain'
34
- }],
35
- images: [{
36
- imageSync: {
37
- chainName: 'mantrachain',
38
- baseDenom: 'uom'
39
- },
40
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
41
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
42
- theme: {
43
- circle: true
44
- }
45
- }],
46
- typeAsset: 'sdk.coin',
47
- coingeckoId: 'mantra-dao'
48
- }]
49
- };
50
- exports.default = info;
@@ -1,3 +0,0 @@
1
- import { Chain } from '@chain-registry/types';
2
- declare const info: Chain;
3
- export default info;
@@ -1,83 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = {
4
- $schema: '../../chain.schema.json',
5
- chainName: 'mantrachaintestnet',
6
- status: 'live',
7
- networkType: 'testnet',
8
- prettyName: 'MANTRA Hongbai Testnet',
9
- chainType: 'cosmos',
10
- chainId: 'mantra-hongbai-1',
11
- bech32Prefix: 'mantra',
12
- daemonName: 'mantrachaind',
13
- nodeHome: '$HOME/.mantrachain',
14
- keyAlgos: ['secp256k1'],
15
- slip44: 118,
16
- fees: {
17
- feeTokens: [{
18
- denom: 'uom',
19
- fixedMinGasPrice: 0,
20
- lowGasPrice: 0.001,
21
- averageGasPrice: 0.002,
22
- highGasPrice: 0.003
23
- }]
24
- },
25
- staking: {
26
- stakingTokens: [{
27
- denom: 'uom'
28
- }]
29
- },
30
- codebase: {
31
- gitRepo: 'https://github.com/MANTRA-Finance',
32
- recommendedVersion: '1.0.0',
33
- compatibleVersions: ['1.0.0'],
34
- consensus: {
35
- type: 'cometbft',
36
- version: '0.37'
37
- },
38
- sdk: {
39
- type: 'cosmos',
40
- version: '0.47.3'
41
- },
42
- cosmwasm: {
43
- version: '0.41',
44
- enabled: true
45
- }
46
- },
47
- apis: {
48
- rpc: [{
49
- address: 'https://rpc.hongbai.mantrachain.io',
50
- provider: 'MANTRACHAIN'
51
- }, {
52
- address: 'https://mantra-testnet-rpc.publicnode.com:443',
53
- provider: 'Allnodes ⚡️ Nodes & Staking'
54
- }],
55
- rest: [{
56
- address: 'https://api.hongbai.mantrachain.io',
57
- provider: 'MANTRACHAIN'
58
- }, {
59
- address: 'https://mantra-testnet-rest.publicnode.com',
60
- provider: 'Allnodes ⚡️ Nodes & Staking'
61
- }],
62
- grpc: [{
63
- address: 'https://grpc.hongbai.mantrachain.io',
64
- provider: 'MANTRACHAIN'
65
- }, {
66
- address: 'mantra-testnet-grpc.publicnode.com:443',
67
- provider: 'Allnodes ⚡️ Nodes & Staking'
68
- }]
69
- },
70
- keywords: ['dex', 'testnet'],
71
- images: [{
72
- imageSync: {
73
- chainName: 'mantrachain',
74
- baseDenom: 'uom'
75
- },
76
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.png',
77
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mantrachain/images/OM-Prim-Col.svg',
78
- theme: {
79
- circle: true
80
- }
81
- }]
82
- };
83
- exports.default = info;
@@ -1,92 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [
4
- {
5
- $schema: '../../ibc_data.schema.json',
6
- chain1: {
7
- chainName: 'axelartestnet',
8
- clientId: '07-tendermint-1009',
9
- connectionId: 'connection-783'
10
- },
11
- chain2: {
12
- chainName: 'mantrachaintestnet',
13
- clientId: '07-tendermint-7',
14
- connectionId: 'connection-7'
15
- },
16
- channels: [{
17
- chain1: {
18
- channelId: 'channel-540',
19
- portId: 'transfer'
20
- },
21
- chain2: {
22
- channelId: 'channel-7',
23
- portId: 'transfer'
24
- },
25
- ordering: 'unordered',
26
- version: 'ics20-1',
27
- tags: {
28
- status: 'live',
29
- preferred: true
30
- }
31
- }]
32
- },
33
- {
34
- $schema: '../../ibc_data.schema.json',
35
- chain1: {
36
- chainName: 'mantrachaintestnet',
37
- clientId: '07-tendermint-6',
38
- connectionId: 'connection-6'
39
- },
40
- chain2: {
41
- chainName: 'nobletestnet',
42
- clientId: '07-tendermint-294',
43
- connectionId: 'connection-247'
44
- },
45
- channels: [{
46
- chain1: {
47
- channelId: 'channel-6',
48
- portId: 'transfer'
49
- },
50
- chain2: {
51
- channelId: 'channel-209',
52
- portId: 'transfer'
53
- },
54
- ordering: 'unordered',
55
- version: 'ics20-1',
56
- tags: {
57
- status: 'live',
58
- preferred: true
59
- }
60
- }]
61
- },
62
- {
63
- $schema: '../../ibc_data.schema.json',
64
- chain1: {
65
- chainName: 'mantrachaintestnet',
66
- clientId: '07-tendermint-5',
67
- connectionId: 'connection-5'
68
- },
69
- chain2: {
70
- chainName: 'osmosistestnet',
71
- clientId: '07-tendermint-3930',
72
- connectionId: 'connection-3411'
73
- },
74
- channels: [{
75
- chain1: {
76
- channelId: 'channel-5',
77
- portId: 'transfer'
78
- },
79
- chain2: {
80
- channelId: 'channel-8734',
81
- portId: 'transfer'
82
- },
83
- ordering: 'unordered',
84
- version: 'ics20-1',
85
- tags: {
86
- status: 'live',
87
- preferred: true
88
- }
89
- }]
90
- }
91
- ];
92
- exports.default = info;
@@ -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;