chain-registry 1.69.334 → 1.69.335

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 (43) hide show
  1. package/esm/mainnet/ibc.js +2 -0
  2. package/esm/mainnet/lumera/assets.js +43 -0
  3. package/esm/mainnet/lumera/chain.js +4 -4
  4. package/esm/mainnet/lumera/ibc.js +31 -0
  5. package/esm/mainnet/lumera/index.js +2 -0
  6. package/esm/mainnet/neutron/assets.js +22 -0
  7. package/esm/mainnet/osmosis/ibc.js +30 -0
  8. package/esm/mainnet/umee/chain.js +4 -9
  9. package/esm/testnet/assets.js +0 -2
  10. package/esm/testnet/chains.js +0 -2
  11. package/esm/testnet/ibc.js +0 -2
  12. package/esm/testnet/mantrachaintestnet2/chain.js +20 -4
  13. package/esm/testnet/named.js +0 -1
  14. package/esm/testnet/xplatestnet/chain.js +2 -2
  15. package/mainnet/ibc.js +2 -0
  16. package/mainnet/lumera/assets.js +43 -0
  17. package/mainnet/lumera/chain.js +4 -4
  18. package/mainnet/lumera/ibc.js +33 -0
  19. package/mainnet/lumera/index.d.ts +1 -0
  20. package/mainnet/lumera/index.js +3 -1
  21. package/mainnet/neutron/assets.js +22 -0
  22. package/mainnet/osmosis/ibc.js +30 -0
  23. package/mainnet/umee/chain.js +4 -9
  24. package/package.json +3 -3
  25. package/testnet/assets.js +0 -2
  26. package/testnet/chains.js +0 -2
  27. package/testnet/ibc.js +0 -2
  28. package/testnet/mantrachaintestnet2/chain.js +20 -4
  29. package/testnet/named.d.ts +0 -1
  30. package/testnet/named.js +2 -3
  31. package/testnet/xplatestnet/chain.js +2 -2
  32. package/esm/testnet/mantrachaintestnet/assets.js +0 -48
  33. package/esm/testnet/mantrachaintestnet/chain.js +0 -81
  34. package/esm/testnet/mantrachaintestnet/ibc.js +0 -90
  35. package/esm/testnet/mantrachaintestnet/index.js +0 -6
  36. package/testnet/mantrachaintestnet/assets.d.ts +0 -3
  37. package/testnet/mantrachaintestnet/assets.js +0 -50
  38. package/testnet/mantrachaintestnet/chain.d.ts +0 -3
  39. package/testnet/mantrachaintestnet/chain.js +0 -83
  40. package/testnet/mantrachaintestnet/ibc.js +0 -92
  41. package/testnet/mantrachaintestnet/index.d.ts +0 -3
  42. package/testnet/mantrachaintestnet/index.js +0 -12
  43. /package/{testnet/mantrachaintestnet → mainnet/lumera}/ibc.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 ibc = [
252
253
  ..._likecoin.ibc,
253
254
  ..._lombardledger.ibc,
254
255
  ..._lorenzo.ibc,
256
+ ..._lumera.ibc,
255
257
  ..._lumnetwork.ibc,
256
258
  ..._mande.ibc,
257
259
  ..._manifest.ibc,
@@ -28,6 +28,49 @@ const info = {
28
28
  telegram: 'https://t.me/lumeraprotocol',
29
29
  website: 'https://lumera.io'
30
30
  }
31
+ }, {
32
+ denom_units: [{
33
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
34
+ exponent: 0,
35
+ aliases: ['uosmo']
36
+ }, {
37
+ denom: 'osmo',
38
+ exponent: 6
39
+ }],
40
+ type_asset: 'ics20',
41
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
42
+ name: 'Osmosis OSMO Token',
43
+ display: 'osmo',
44
+ symbol: 'OSMO',
45
+ traces: [{
46
+ type: 'ibc',
47
+ counterparty: {
48
+ chain_name: 'osmosis',
49
+ base_denom: 'uosmo',
50
+ channel_id: 'channel-106313'
51
+ },
52
+ chain: {
53
+ channel_id: 'channel-0',
54
+ path: 'transfer/channel-0/uosmo'
55
+ }
56
+ }],
57
+ images: [{
58
+ image_sync: {
59
+ chain_name: 'osmosis',
60
+ base_denom: '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
+ logo_URIs: {
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
  git_repo: 'https://github.com/LumeraProtocol/lumera',
39
- tag: 'v1.5.0',
40
- recommended_version: 'v1.5.0',
39
+ tag: 'v1.6.1',
40
+ recommended_version: '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
+ chain_1: {
4
+ chain_name: 'lumera',
5
+ client_id: '07-tendermint-1',
6
+ connection_id: 'connection-0'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'osmosis',
10
+ client_id: '07-tendermint-3589',
11
+ connection_id: 'connection-10931'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-0',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-106313',
20
+ port_id: '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 _assets from './assets';
2
2
  import _chain from './chain';
3
+ import _ibc from './ibc';
3
4
  export const assets = _assets;
4
5
  export const chain = _chain;
6
+ export const ibc = _ibc;
@@ -1640,6 +1640,28 @@ const info = {
1640
1640
  website: 'https://TabCo.in'
1641
1641
  },
1642
1642
  type_asset: '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
+ denom_units: [{
1647
+ denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1648
+ exponent: 0
1649
+ }, {
1650
+ denom: 'eho',
1651
+ exponent: 6
1652
+ }],
1653
+ type_asset: 'cw20',
1654
+ address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1655
+ base: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1656
+ name: 'Cognitive Echo',
1657
+ display: 'eho',
1658
+ symbol: 'EHO',
1659
+ logo_URIs: {
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
+ chain_1: {
2654
+ chain_name: 'lumera',
2655
+ client_id: '07-tendermint-1',
2656
+ connection_id: 'connection-0'
2657
+ },
2658
+ chain_2: {
2659
+ chain_name: 'osmosis',
2660
+ client_id: '07-tendermint-3589',
2661
+ connection_id: 'connection-10931'
2662
+ },
2663
+ channels: [{
2664
+ chain_1: {
2665
+ channel_id: 'channel-0',
2666
+ port_id: 'transfer'
2667
+ },
2668
+ chain_2: {
2669
+ channel_id: 'channel-106313',
2670
+ port_id: '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
  chain_1: {
@@ -263,9 +263,10 @@ const info = {
263
263
  },
264
264
  explorers: [
265
265
  {
266
- kind: 'ping.pub',
267
- url: 'https://ping.pub/umee',
268
- tx_page: 'https://ping.pub/umee/tx/${txHash}'
266
+ kind: 'Chainroot',
267
+ url: 'https://explorer.chainroot.io/ux',
268
+ tx_page: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
269
+ account_page: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
269
270
  },
270
271
  {
271
272
  kind: '🔥STAVR🔥 Explorer',
@@ -318,12 +319,6 @@ const info = {
318
319
  tx_page: 'https://explorer.whenmoonwhenlambo.money/umee/tx/${txHash}',
319
320
  account_page: 'https://explorer.whenmoonwhenlambo.money/umee/account/${accountAddress}'
320
321
  },
321
- {
322
- kind: 'Chainroot',
323
- url: 'https://explorer.chainroot.io/ux',
324
- tx_page: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
325
- account_page: '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 assets = [
203
202
  _lumenxtestnet.assets,
204
203
  _lumeratestnet.assets,
205
204
  _manifesttestnet.assets,
206
- _mantrachaintestnet.assets,
207
205
  _mantrachaintestnet2.assets,
208
206
  _marstestnet.assets,
209
207
  _metanovaversetestnet.assets,
@@ -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 ibc = [
76
75
  ..._likecointestnet.ibc,
77
76
  ..._lumeratestnet.ibc,
78
77
  ..._manifesttestnet.ibc,
79
- ..._mantrachaintestnet.ibc,
80
78
  ..._mantrachaintestnet2.ibc,
81
79
  ..._marstestnet.ibc,
82
80
  ..._neutrontestnet.ibc,
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uom',
17
17
  fixed_min_gas_price: 0.01,
18
18
  low_gas_price: 0.01,
19
- average_gas_price: 0.01,
19
+ average_gas_price: 0.025,
20
20
  high_gas_price: 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
+ "evm-http-jsonrpc": [{
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
  logo_URIs: {
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
  tx_page: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
85
93
  account_page: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
86
- }, {
94
+ },
95
+ {
87
96
  kind: 'ping.pub',
88
97
  url: 'https://explorer.mantrachain.io',
89
98
  tx_page: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
90
99
  account_page: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
91
- }],
100
+ },
101
+ {
102
+ kind: 'mantrascan',
103
+ url: 'https://mantrascan.io/dukong',
104
+ tx_page: 'https://mantrascan.io/dukong/tx/${txHash}',
105
+ account_page: 'https://mantrascan.io/dukong/address/${accountAddress}'
106
+ }
107
+ ],
92
108
  keywords: [
93
109
  'rwa',
94
110
  'wasm',
@@ -66,7 +66,6 @@ export * as lombardledgertestnet from './lombardledgertestnet';
66
66
  export * as lumenxtestnet from './lumenxtestnet';
67
67
  export * as lumeratestnet from './lumeratestnet';
68
68
  export * as manifesttestnet from './manifesttestnet';
69
- export * as mantrachaintestnet from './mantrachaintestnet';
70
69
  export * as mantrachaintestnet2 from './mantrachaintestnet2';
71
70
  export * as marstestnet from './marstestnet';
72
71
  export * as metanovaversetestnet from './metanovaversetestnet';
@@ -28,8 +28,8 @@ const info = {
28
28
  },
29
29
  codebase: {
30
30
  git_repo: 'https://github.com/xpladev/xpla',
31
- recommended_version: 'v1.8.0-rc2',
32
- compatible_versions: ['v1.8.0-rc2'],
31
+ recommended_version: 'v1.8.0-cube',
32
+ compatible_versions: ['v1.8.0-cube'],
33
33
  consensus: {
34
34
  type: 'cometbft',
35
35
  version: 'v0.38.17'
package/mainnet/ibc.js CHANGED
@@ -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 ibc = [
277
278
  ..._likecoin.ibc,
278
279
  ..._lombardledger.ibc,
279
280
  ..._lorenzo.ibc,
281
+ ..._lumera.ibc,
280
282
  ..._lumnetwork.ibc,
281
283
  ..._mande.ibc,
282
284
  ..._manifest.ibc,
@@ -30,6 +30,49 @@ const info = {
30
30
  telegram: 'https://t.me/lumeraprotocol',
31
31
  website: 'https://lumera.io'
32
32
  }
33
+ }, {
34
+ denom_units: [{
35
+ denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
36
+ exponent: 0,
37
+ aliases: ['uosmo']
38
+ }, {
39
+ denom: 'osmo',
40
+ exponent: 6
41
+ }],
42
+ type_asset: 'ics20',
43
+ base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
44
+ name: 'Osmosis OSMO Token',
45
+ display: 'osmo',
46
+ symbol: 'OSMO',
47
+ traces: [{
48
+ type: 'ibc',
49
+ counterparty: {
50
+ chain_name: 'osmosis',
51
+ base_denom: 'uosmo',
52
+ channel_id: 'channel-106313'
53
+ },
54
+ chain: {
55
+ channel_id: 'channel-0',
56
+ path: 'transfer/channel-0/uosmo'
57
+ }
58
+ }],
59
+ images: [{
60
+ image_sync: {
61
+ chain_name: 'osmosis',
62
+ base_denom: '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
+ logo_URIs: {
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
  git_repo: 'https://github.com/LumeraProtocol/lumera',
41
- tag: 'v1.5.0',
42
- recommended_version: 'v1.5.0',
41
+ tag: 'v1.6.1',
42
+ recommended_version: '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
+ chain_1: {
6
+ chain_name: 'lumera',
7
+ client_id: '07-tendermint-1',
8
+ connection_id: 'connection-0'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'osmosis',
12
+ client_id: '07-tendermint-3589',
13
+ connection_id: 'connection-10931'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-0',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-106313',
22
+ port_id: '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 assets: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -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.assets = void 0;
6
+ exports.ibc = exports.chain = exports.assets = void 0;
7
7
  const assets_1 = __importDefault(require("./assets"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_1 = __importDefault(require("./ibc"));
9
10
  exports.assets = assets_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibc = ibc_1.default;
@@ -1642,6 +1642,28 @@ const info = {
1642
1642
  website: 'https://TabCo.in'
1643
1643
  },
1644
1644
  type_asset: '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
+ denom_units: [{
1649
+ denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1650
+ exponent: 0
1651
+ }, {
1652
+ denom: 'eho',
1653
+ exponent: 6
1654
+ }],
1655
+ type_asset: 'cw20',
1656
+ address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1657
+ base: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
1658
+ name: 'Cognitive Echo',
1659
+ display: 'eho',
1660
+ symbol: 'EHO',
1661
+ logo_URIs: {
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
+ chain_1: {
2656
+ chain_name: 'lumera',
2657
+ client_id: '07-tendermint-1',
2658
+ connection_id: 'connection-0'
2659
+ },
2660
+ chain_2: {
2661
+ chain_name: 'osmosis',
2662
+ client_id: '07-tendermint-3589',
2663
+ connection_id: 'connection-10931'
2664
+ },
2665
+ channels: [{
2666
+ chain_1: {
2667
+ channel_id: 'channel-0',
2668
+ port_id: 'transfer'
2669
+ },
2670
+ chain_2: {
2671
+ channel_id: 'channel-106313',
2672
+ port_id: '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
  chain_1: {
@@ -265,9 +265,10 @@ const info = {
265
265
  },
266
266
  explorers: [
267
267
  {
268
- kind: 'ping.pub',
269
- url: 'https://ping.pub/umee',
270
- tx_page: 'https://ping.pub/umee/tx/${txHash}'
268
+ kind: 'Chainroot',
269
+ url: 'https://explorer.chainroot.io/ux',
270
+ tx_page: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
271
+ account_page: 'https://explorer.chainroot.io/ux/accounts/${accountAddress}'
271
272
  },
272
273
  {
273
274
  kind: '🔥STAVR🔥 Explorer',
@@ -320,12 +321,6 @@ const info = {
320
321
  tx_page: 'https://explorer.whenmoonwhenlambo.money/umee/tx/${txHash}',
321
322
  account_page: 'https://explorer.whenmoonwhenlambo.money/umee/account/${accountAddress}'
322
323
  },
323
- {
324
- kind: 'Chainroot',
325
- url: 'https://explorer.chainroot.io/ux',
326
- tx_page: 'https://explorer.chainroot.io/ux/transactions/${txHash}',
327
- account_page: '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": "1.69.334",
3
+ "version": "1.69.335",
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": "^0.50.207"
32
+ "@chain-registry/types": "^0.50.208"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "99b62e4890ad4e1df73da0fd4eb80ca24cf5f3e9"
42
+ "gitHead": "1a88c98047b27d900859c132c9675b1564295846"
43
43
  }
package/testnet/assets.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 assets = [
228
227
  _lumenxtestnet.assets,
229
228
  _lumeratestnet.assets,
230
229
  _manifesttestnet.assets,
231
- _mantrachaintestnet.assets,
232
230
  _mantrachaintestnet2.assets,
233
231
  _marstestnet.assets,
234
232
  _metanovaversetestnet.assets,
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,
package/testnet/ibc.js CHANGED
@@ -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 ibc = [
101
100
  ..._likecointestnet.ibc,
102
101
  ..._lumeratestnet.ibc,
103
102
  ..._manifesttestnet.ibc,
104
- ..._mantrachaintestnet.ibc,
105
103
  ..._mantrachaintestnet2.ibc,
106
104
  ..._marstestnet.ibc,
107
105
  ..._neutrontestnet.ibc,
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uom',
19
19
  fixed_min_gas_price: 0.01,
20
20
  low_gas_price: 0.01,
21
- average_gas_price: 0.01,
21
+ average_gas_price: 0.025,
22
22
  high_gas_price: 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
+ "evm-http-jsonrpc": [{
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
  logo_URIs: {
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
  tx_page: 'https://mintscan.io/mantra-testnet/txs/${txHash}',
87
95
  account_page: 'https://mintscan.io/mantra-testnet/account/${accountAddress}'
88
- }, {
96
+ },
97
+ {
89
98
  kind: 'ping.pub',
90
99
  url: 'https://explorer.mantrachain.io',
91
100
  tx_page: 'https://explorer.mantrachain.io/MANTRA-Dukong/tx/${txHash}',
92
101
  account_page: 'https://explorer.mantrachain.io/MANTRA-Dukong/account/${accountAddress}'
93
- }],
102
+ },
103
+ {
104
+ kind: 'mantrascan',
105
+ url: 'https://mantrascan.io/dukong',
106
+ tx_page: 'https://mantrascan.io/dukong/tx/${txHash}',
107
+ account_page: 'https://mantrascan.io/dukong/address/${accountAddress}'
108
+ }
109
+ ],
94
110
  keywords: [
95
111
  'rwa',
96
112
  'wasm',
@@ -66,7 +66,6 @@ export * as lombardledgertestnet from './lombardledgertestnet';
66
66
  export * as lumenxtestnet from './lumenxtestnet';
67
67
  export * as lumeratestnet from './lumeratestnet';
68
68
  export * as manifesttestnet from './manifesttestnet';
69
- export * as mantrachaintestnet from './mantrachaintestnet';
70
69
  export * as mantrachaintestnet2 from './mantrachaintestnet2';
71
70
  export * as marstestnet from './marstestnet';
72
71
  export * as metanovaversetestnet from './metanovaversetestnet';
package/testnet/named.js CHANGED
@@ -24,8 +24,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hippoprotocoltestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dymensiontestnet1 = exports.dydxtestnet = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.bfhevmtestnet = exports.babylontestnet = exports.axelartestnet = exports.autheotestnet = exports.auratestnet = exports.atomonetestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.alloratestnet = exports.akashtestnet = exports.airchainsvaranasitestnet = exports.airchainstestnet = exports.agoricdevnet = void 0;
27
- exports.secretnetworktestnet = exports.sagatestnet = exports.safrochaintestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.qubeticstestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.pelltestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumeratestnet = exports.lumenxtestnet = exports.lombardledgertestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.iopntestnet = exports.intentotestnet = exports.int3facetestnet = exports.injectivetestnet = exports.imversedtestnet = void 0;
28
- exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xrplevmtestnet = exports.xplatestnet = exports.xiontestnet2 = exports.xarchaintestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.sedatestnet = void 0;
27
+ exports.sedatestnet = exports.secretnetworktestnet = exports.sagatestnet = exports.safrochaintestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.qubeticstestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.pelltestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.lumenxtestnet = exports.lombardledgertestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.iopntestnet = exports.intentotestnet = exports.int3facetestnet = exports.injectivetestnet = exports.imversedtestnet = void 0;
28
+ exports.zigchaintestnet = exports.zetachaintestnet = exports.zenrocktestnet = exports.xrplevmtestnet = exports.xplatestnet = exports.xiontestnet2 = exports.xarchaintestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = void 0;
29
29
  exports.agoricdevnet = __importStar(require("./agoricdevnet"));
30
30
  exports.airchainstestnet = __importStar(require("./airchainstestnet"));
31
31
  exports.airchainsvaranasitestnet = __importStar(require("./airchainsvaranasitestnet"));
@@ -94,7 +94,6 @@ exports.lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
94
94
  exports.lumenxtestnet = __importStar(require("./lumenxtestnet"));
95
95
  exports.lumeratestnet = __importStar(require("./lumeratestnet"));
96
96
  exports.manifesttestnet = __importStar(require("./manifesttestnet"));
97
- exports.mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
98
97
  exports.mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
99
98
  exports.marstestnet = __importStar(require("./marstestnet"));
100
99
  exports.metanovaversetestnet = __importStar(require("./metanovaversetestnet"));
@@ -30,8 +30,8 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/xpladev/xpla',
33
- recommended_version: 'v1.8.0-rc2',
34
- compatible_versions: ['v1.8.0-rc2'],
33
+ recommended_version: 'v1.8.0-cube',
34
+ compatible_versions: ['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
- chain_name: 'mantrachaintestnet',
4
- assets: [{
5
- description: 'The native token of MANTRA',
6
- denom_units: [{
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
- chain_name: 'mantrachain',
29
- base_denom: 'uom'
30
- },
31
- provider: 'MANTRA Chain'
32
- }],
33
- images: [{
34
- image_sync: {
35
- chain_name: 'mantrachain',
36
- base_denom: '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
- type_asset: 'sdk.coin',
45
- coingecko_id: 'mantra-dao'
46
- }]
47
- };
48
- export default info;
@@ -1,81 +0,0 @@
1
- const info = {
2
- $schema: '../../chain.schema.json',
3
- chain_name: 'mantrachaintestnet',
4
- status: 'live',
5
- network_type: 'testnet',
6
- pretty_name: 'MANTRA Hongbai Testnet',
7
- chain_type: 'cosmos',
8
- chain_id: 'mantra-hongbai-1',
9
- bech32_prefix: 'mantra',
10
- daemon_name: 'mantrachaind',
11
- node_home: '$HOME/.mantrachain',
12
- key_algos: ['secp256k1'],
13
- slip44: 118,
14
- fees: {
15
- fee_tokens: [{
16
- denom: 'uom',
17
- fixed_min_gas_price: 0,
18
- low_gas_price: 0.001,
19
- average_gas_price: 0.002,
20
- high_gas_price: 0.003
21
- }]
22
- },
23
- staking: {
24
- staking_tokens: [{
25
- denom: 'uom'
26
- }]
27
- },
28
- codebase: {
29
- git_repo: 'https://github.com/MANTRA-Finance',
30
- recommended_version: '1.0.0',
31
- compatible_versions: ['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
- image_sync: {
71
- chain_name: 'mantrachain',
72
- base_denom: '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
- chain_1: {
5
- chain_name: 'axelartestnet',
6
- client_id: '07-tendermint-1009',
7
- connection_id: 'connection-783'
8
- },
9
- chain_2: {
10
- chain_name: 'mantrachaintestnet',
11
- client_id: '07-tendermint-7',
12
- connection_id: 'connection-7'
13
- },
14
- channels: [{
15
- chain_1: {
16
- channel_id: 'channel-540',
17
- port_id: 'transfer'
18
- },
19
- chain_2: {
20
- channel_id: 'channel-7',
21
- port_id: '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
- chain_1: {
34
- chain_name: 'mantrachaintestnet',
35
- client_id: '07-tendermint-6',
36
- connection_id: 'connection-6'
37
- },
38
- chain_2: {
39
- chain_name: 'nobletestnet',
40
- client_id: '07-tendermint-294',
41
- connection_id: 'connection-247'
42
- },
43
- channels: [{
44
- chain_1: {
45
- channel_id: 'channel-6',
46
- port_id: 'transfer'
47
- },
48
- chain_2: {
49
- channel_id: 'channel-209',
50
- port_id: '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
- chain_1: {
63
- chain_name: 'mantrachaintestnet',
64
- client_id: '07-tendermint-5',
65
- connection_id: 'connection-5'
66
- },
67
- chain_2: {
68
- chain_name: 'osmosistestnet',
69
- client_id: '07-tendermint-3930',
70
- connection_id: 'connection-3411'
71
- },
72
- channels: [{
73
- chain_1: {
74
- channel_id: 'channel-5',
75
- port_id: 'transfer'
76
- },
77
- chain_2: {
78
- channel_id: 'channel-8734',
79
- port_id: '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 _assets from './assets';
2
- import _chain from './chain';
3
- import _ibc from './ibc';
4
- export const assets = _assets;
5
- export const chain = _chain;
6
- export const ibc = _ibc;
@@ -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
- chain_name: 'mantrachaintestnet',
6
- assets: [{
7
- description: 'The native token of MANTRA',
8
- denom_units: [{
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
- chain_name: 'mantrachain',
31
- base_denom: 'uom'
32
- },
33
- provider: 'MANTRA Chain'
34
- }],
35
- images: [{
36
- image_sync: {
37
- chain_name: 'mantrachain',
38
- base_denom: '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
- type_asset: 'sdk.coin',
47
- coingecko_id: '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
- chain_name: 'mantrachaintestnet',
6
- status: 'live',
7
- network_type: 'testnet',
8
- pretty_name: 'MANTRA Hongbai Testnet',
9
- chain_type: 'cosmos',
10
- chain_id: 'mantra-hongbai-1',
11
- bech32_prefix: 'mantra',
12
- daemon_name: 'mantrachaind',
13
- node_home: '$HOME/.mantrachain',
14
- key_algos: ['secp256k1'],
15
- slip44: 118,
16
- fees: {
17
- fee_tokens: [{
18
- denom: 'uom',
19
- fixed_min_gas_price: 0,
20
- low_gas_price: 0.001,
21
- average_gas_price: 0.002,
22
- high_gas_price: 0.003
23
- }]
24
- },
25
- staking: {
26
- staking_tokens: [{
27
- denom: 'uom'
28
- }]
29
- },
30
- codebase: {
31
- git_repo: 'https://github.com/MANTRA-Finance',
32
- recommended_version: '1.0.0',
33
- compatible_versions: ['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
- image_sync: {
73
- chain_name: 'mantrachain',
74
- base_denom: '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
- chain_1: {
7
- chain_name: 'axelartestnet',
8
- client_id: '07-tendermint-1009',
9
- connection_id: 'connection-783'
10
- },
11
- chain_2: {
12
- chain_name: 'mantrachaintestnet',
13
- client_id: '07-tendermint-7',
14
- connection_id: 'connection-7'
15
- },
16
- channels: [{
17
- chain_1: {
18
- channel_id: 'channel-540',
19
- port_id: 'transfer'
20
- },
21
- chain_2: {
22
- channel_id: 'channel-7',
23
- port_id: '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
- chain_1: {
36
- chain_name: 'mantrachaintestnet',
37
- client_id: '07-tendermint-6',
38
- connection_id: 'connection-6'
39
- },
40
- chain_2: {
41
- chain_name: 'nobletestnet',
42
- client_id: '07-tendermint-294',
43
- connection_id: 'connection-247'
44
- },
45
- channels: [{
46
- chain_1: {
47
- channel_id: 'channel-6',
48
- port_id: 'transfer'
49
- },
50
- chain_2: {
51
- channel_id: 'channel-209',
52
- port_id: '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
- chain_1: {
65
- chain_name: 'mantrachaintestnet',
66
- client_id: '07-tendermint-5',
67
- connection_id: 'connection-5'
68
- },
69
- chain_2: {
70
- chain_name: 'osmosistestnet',
71
- client_id: '07-tendermint-3930',
72
- connection_id: 'connection-3411'
73
- },
74
- channels: [{
75
- chain_1: {
76
- channel_id: 'channel-5',
77
- port_id: 'transfer'
78
- },
79
- chain_2: {
80
- channel_id: 'channel-8734',
81
- port_id: '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 assets: import("@chain-registry/types").AssetList;
2
- export declare const chain: import("@chain-registry/types").Chain;
3
- export declare const ibc: import("@chain-registry/types").IBCInfo[];
@@ -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.ibc = exports.chain = exports.assets = void 0;
7
- const assets_1 = __importDefault(require("./assets"));
8
- const chain_1 = __importDefault(require("./chain"));
9
- const ibc_1 = __importDefault(require("./ibc"));
10
- exports.assets = assets_1.default;
11
- exports.chain = chain_1.default;
12
- exports.ibc = ibc_1.default;