chain-registry 1.69.153 → 1.69.155

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 (54) hide show
  1. package/devnet/manifestdevnet/assets.js +6 -1
  2. package/devnet/manifestdevnet/chain.js +5 -5
  3. package/esm/devnet/manifestdevnet/assets.js +6 -1
  4. package/esm/devnet/manifestdevnet/chain.js +5 -5
  5. package/esm/mainnet/atomone/chain.js +8 -8
  6. package/esm/mainnet/axelar/chain.js +3 -6
  7. package/esm/mainnet/gateway/ibc.js +28 -0
  8. package/esm/mainnet/juno/chain.js +0 -11
  9. package/esm/mainnet/manifest/assets.js +6 -1
  10. package/esm/mainnet/manifest/chain.js +5 -5
  11. package/esm/mainnet/neutron/chain.js +36 -0
  12. package/esm/mainnet/noble/ibc.js +28 -0
  13. package/esm/mainnet/oraichain/chain.js +18 -0
  14. package/esm/mainnet/persistence/chain.js +6 -2
  15. package/esm/mainnet/shentu/chain.js +18 -0
  16. package/esm/mainnet/shido/chain.js +4 -0
  17. package/esm/noncosmos/cosmoshubicstestnet/ibc.js +30 -0
  18. package/esm/noncosmos/cosmoshubicstestnet/index.js +2 -0
  19. package/esm/noncosmos/ibc.js +3 -1
  20. package/esm/noncosmos/named.js +1 -0
  21. package/esm/testnet/atomonetestnet/chain.js +8 -8
  22. package/esm/testnet/axelartestnet/chain.js +13 -1
  23. package/esm/testnet/axelartestnet/ibc.js +29 -0
  24. package/esm/testnet/babylontestnet/ibc.js +91 -2
  25. package/esm/testnet/manifesttestnet/assets.js +6 -1
  26. package/esm/testnet/manifesttestnet/chain.js +5 -5
  27. package/esm/testnet/nobletestnet/ibc.js +29 -0
  28. package/mainnet/atomone/chain.js +8 -8
  29. package/mainnet/axelar/chain.js +3 -6
  30. package/mainnet/gateway/ibc.js +28 -0
  31. package/mainnet/juno/chain.js +0 -11
  32. package/mainnet/manifest/assets.js +6 -1
  33. package/mainnet/manifest/chain.js +5 -5
  34. package/mainnet/neutron/chain.js +36 -0
  35. package/mainnet/noble/ibc.js +28 -0
  36. package/mainnet/oraichain/chain.js +18 -0
  37. package/mainnet/persistence/chain.js +6 -2
  38. package/mainnet/shentu/chain.js +18 -0
  39. package/mainnet/shido/chain.js +4 -0
  40. package/noncosmos/cosmoshubicstestnet/ibc.d.ts +3 -0
  41. package/noncosmos/cosmoshubicstestnet/ibc.js +32 -0
  42. package/noncosmos/cosmoshubicstestnet/index.d.ts +1 -0
  43. package/noncosmos/cosmoshubicstestnet/index.js +8 -0
  44. package/noncosmos/ibc.js +3 -1
  45. package/noncosmos/named.d.ts +1 -0
  46. package/noncosmos/named.js +2 -1
  47. package/package.json +4 -4
  48. package/testnet/atomonetestnet/chain.js +8 -8
  49. package/testnet/axelartestnet/chain.js +13 -1
  50. package/testnet/axelartestnet/ibc.js +29 -0
  51. package/testnet/babylontestnet/ibc.js +91 -2
  52. package/testnet/manifesttestnet/assets.js +6 -1
  53. package/testnet/manifesttestnet/chain.js +5 -5
  54. package/testnet/nobletestnet/ibc.js +29 -0
@@ -1,4 +1,63 @@
1
- const info = [{
1
+ const info = [
2
+ {
3
+ $schema: '../../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'axelartestnet',
6
+ client_id: '07-tendermint-1106',
7
+ connection_id: 'connection-862'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'babylontestnet',
11
+ client_id: '07-tendermint-17',
12
+ connection_id: 'connection-15'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-598',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-13',
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: 'babylontestnet',
35
+ client_id: '07-tendermint-12',
36
+ connection_id: 'connection-11'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'cosmoshubicstestnet',
40
+ client_id: '07-tendermint-248',
41
+ connection_id: 'connection-179'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-8',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-347',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
2
61
  $schema: '../../ibc_data.schema.json',
3
62
  chain_1: {
4
63
  chain_name: 'babylontestnet',
@@ -25,5 +84,35 @@ const info = [{
25
84
  status: 'live'
26
85
  }
27
86
  }]
28
- }];
87
+ },
88
+ {
89
+ $schema: '../../ibc_data.schema.json',
90
+ chain_1: {
91
+ chain_name: 'babylontestnet',
92
+ client_id: '07-tendermint-11',
93
+ connection_id: 'connection-9'
94
+ },
95
+ chain_2: {
96
+ chain_name: 'nobletestnet',
97
+ client_id: '07-tendermint-420',
98
+ connection_id: 'connection-386'
99
+ },
100
+ channels: [{
101
+ chain_1: {
102
+ channel_id: 'channel-7',
103
+ port_id: 'transfer'
104
+ },
105
+ chain_2: {
106
+ channel_id: 'channel-329',
107
+ port_id: 'transfer'
108
+ },
109
+ ordering: 'unordered',
110
+ version: 'ics20-1',
111
+ tags: {
112
+ status: 'live',
113
+ preferred: true
114
+ }
115
+ }]
116
+ }
117
+ ];
29
118
  export default info;
@@ -4,6 +4,7 @@ const info = {
4
4
  assets: [
5
5
  {
6
6
  description: 'Manifest testnet native token',
7
+ extended_description: 'MFX is the foundational utility token powering the Manifest Network ecosystem - a decentralized platform bridging Web2 reliability with Web3 freedom. As the primary medium of exchange, MFX facilitates transactions across Manifest\'s privacy-first AI infrastructure, providing access to decentralized compute resources, industry-leading GPUs, blockchain-secured storage, and comprehensive deployment tools. MFX represents more than just currency; it embodies Manifest\'s mission to democratize access to sovereign technologies and ethical AI applications, empowering developers to build scalable solutions that prioritize individual autonomy and data privacy without sacrificing performance or reliability. By holding MFX, users gain privileged access to a global network spanning multiple continents, designed for visionaries building the next generation of self-sovereign, ethical technology.',
7
8
  denom_units: [{
8
9
  denom: 'umfx',
9
10
  exponent: 0
@@ -23,7 +24,11 @@ const info = {
23
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
24
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
25
26
  }],
26
- type_asset: 'sdk.coin'
27
+ type_asset: 'sdk.coin',
28
+ socials: {
29
+ website: 'https://manifestai.org/',
30
+ twitter: 'https://x.com/ManifestAIs/'
31
+ }
27
32
  },
28
33
  {
29
34
  description: 'Proof of Authority token for the Manifest testnet',
@@ -3,7 +3,7 @@ const info = {
3
3
  chain_name: 'manifesttestnet',
4
4
  status: 'live',
5
5
  network_type: 'testnet',
6
- website: 'https://liftedinit.org/',
6
+ website: 'https://manifestai.org/',
7
7
  pretty_name: 'Manifest Testnet',
8
8
  chain_id: 'manifest-ledger-testnet',
9
9
  chain_type: 'cosmos',
@@ -14,10 +14,10 @@ const info = {
14
14
  fees: {
15
15
  fee_tokens: [{
16
16
  denom: 'umfx',
17
- fixed_min_gas_price: 0.001,
18
- low_gas_price: 0.01,
19
- average_gas_price: 0.02,
20
- high_gas_price: 0.1
17
+ fixed_min_gas_price: 0.05,
18
+ low_gas_price: 0.5,
19
+ average_gas_price: 1,
20
+ high_gas_price: 5
21
21
  }]
22
22
  },
23
23
  staking: {
@@ -1,4 +1,33 @@
1
1
  const info = [
2
+ {
3
+ $schema: '../../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'babylontestnet',
6
+ client_id: '07-tendermint-11',
7
+ connection_id: 'connection-9'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'nobletestnet',
11
+ client_id: '07-tendermint-420',
12
+ connection_id: 'connection-386'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-7',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-329',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
2
31
  {
3
32
  $schema: '../../ibc_data.schema.json',
4
33
  chain_1: {
@@ -30,15 +30,15 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/atomone-hub/atomone',
33
- recommended_version: 'v1.1.1',
34
- compatible_versions: ['v1.1.1'],
33
+ recommended_version: 'v1.1.2',
34
+ compatible_versions: ['v1.1.2'],
35
35
  binaries: {
36
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-amd64',
37
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-linux-arm64',
38
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-darwin-arm64',
40
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-amd64.exe',
41
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.1/atomoned-v1.1.1-windows-arm64.exe'
36
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-amd64',
37
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-arm64',
38
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-darwin-arm64',
40
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-windows-amd64.exe',
41
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-windows-arm64.exe'
42
42
  },
43
43
  genesis: {
44
44
  genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
@@ -75,9 +75,6 @@ const info = {
75
75
  "grpc-web": [{
76
76
  address: 'axelar-grpcweb.chainode.tech',
77
77
  provider: 'Chainode'
78
- }, {
79
- address: 'axelar-grpcweb.quantnode.tech:9091',
80
- provider: 'Quantnode'
81
78
  }],
82
79
  rpc: [
83
80
  {
@@ -129,7 +126,7 @@ const info = {
129
126
  provider: 'WhisperNode 🤐'
130
127
  },
131
128
  {
132
- address: 'https://axelar-rpc.quantnode.tech/',
129
+ address: 'https://axelar.rpc.quantnode.xyz/',
133
130
  provider: 'QuantNode'
134
131
  },
135
132
  {
@@ -215,7 +212,7 @@ const info = {
215
212
  provider: 'AutoStake 🛡️ Slash Protected'
216
213
  },
217
214
  {
218
- address: 'https://axelar-lcd.quantnode.tech/',
215
+ address: 'https://axelar.lcd.quantnode.xyz/',
219
216
  provider: 'QuantNode'
220
217
  },
221
218
  {
@@ -245,7 +242,7 @@ const info = {
245
242
  provider: 'Qubelabs'
246
243
  },
247
244
  {
248
- address: 'axelar-grpc.quantnode.tech:9090',
245
+ address: 'axelar.grpc.quantnode.xyz:21990',
249
246
  provider: 'Quantnode'
250
247
  },
251
248
  {
@@ -88,6 +88,34 @@ const info = [
88
88
  }
89
89
  }]
90
90
  },
91
+ {
92
+ $schema: '../ibc_data.schema.json',
93
+ chain_1: {
94
+ chain_name: 'gateway',
95
+ client_id: '07-tendermint-21',
96
+ connection_id: 'connection-16'
97
+ },
98
+ chain_2: {
99
+ chain_name: 'noble',
100
+ client_id: '07-tendermint-143',
101
+ connection_id: 'connection-137'
102
+ },
103
+ channels: [{
104
+ chain_1: {
105
+ channel_id: 'channel-16',
106
+ port_id: 'wasm.wormhole1wkwy0xh89ksdgj9hr347dyd2dw7zesmtrue6kfzyml4vdtz6e5ws2y050r'
107
+ },
108
+ chain_2: {
109
+ channel_id: 'channel-128',
110
+ port_id: 'wormhole'
111
+ },
112
+ ordering: 'unordered',
113
+ version: 'ibc-wormhole-v1',
114
+ tags: {
115
+ status: 'live'
116
+ }
117
+ }]
118
+ },
91
119
  {
92
120
  $schema: '../ibc_data.schema.json',
93
121
  chain_1: {
@@ -386,17 +386,6 @@ const info = {
386
386
  url: 'https://ping.pub/juno',
387
387
  tx_page: 'https://ping.pub/juno/tx/${txHash}'
388
388
  },
389
- {
390
- kind: 'explorers.guru',
391
- url: 'https://juno.explorers.guru',
392
- tx_page: 'https://juno.explorers.guru/transaction/${txHash}'
393
- },
394
- {
395
- kind: 'mintscan',
396
- url: 'https://www.mintscan.io/juno',
397
- tx_page: 'https://www.mintscan.io/juno/transactions/${txHash}',
398
- account_page: 'https://www.mintscan.io/juno/accounts/${accountAddress}'
399
- },
400
389
  {
401
390
  kind: 'staking-explorer.com',
402
391
  url: 'https://staking-explorer.com/explorer/juno',
@@ -5,6 +5,7 @@ const info = {
5
5
  chain_name: 'manifest',
6
6
  assets: [{
7
7
  description: 'Manifest native token',
8
+ extended_description: 'MFX is the foundational utility token powering the Manifest Network ecosystem - a decentralized platform bridging Web2 reliability with Web3 freedom. As the primary medium of exchange, MFX facilitates transactions across Manifest\'s privacy-first AI infrastructure, providing access to decentralized compute resources, industry-leading GPUs, blockchain-secured storage, and comprehensive deployment tools. MFX represents more than just currency; it embodies Manifest\'s mission to democratize access to sovereign technologies and ethical AI applications, empowering developers to build scalable solutions that prioritize individual autonomy and data privacy without sacrificing performance or reliability. By holding MFX, users gain privileged access to a global network spanning multiple continents, designed for visionaries building the next generation of self-sovereign, ethical technology.',
8
9
  denom_units: [{
9
10
  denom: 'umfx',
10
11
  exponent: 0
@@ -24,7 +25,11 @@ const info = {
24
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
25
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.svg'
26
27
  }],
27
- type_asset: 'sdk.coin'
28
+ type_asset: 'sdk.coin',
29
+ socials: {
30
+ website: 'https://manifestai.org/',
31
+ twitter: 'https://x.com/ManifestAIs/'
32
+ }
28
33
  }, {
29
34
  description: 'Proof of Authority token for the Manifest network',
30
35
  denom_units: [{
@@ -5,7 +5,7 @@ const info = {
5
5
  chain_name: 'manifest',
6
6
  status: 'live',
7
7
  network_type: 'mainnet',
8
- website: 'https://liftedinit.org/',
8
+ website: 'https://manifestai.org/',
9
9
  pretty_name: 'Manifest',
10
10
  chain_id: 'manifest-ledger-mainnet',
11
11
  chain_type: 'cosmos',
@@ -16,10 +16,10 @@ const info = {
16
16
  fees: {
17
17
  fee_tokens: [{
18
18
  denom: 'umfx',
19
- fixed_min_gas_price: 0.001,
20
- low_gas_price: 0.01,
21
- average_gas_price: 0.02,
22
- high_gas_price: 0.1
19
+ fixed_min_gas_price: 0.05,
20
+ low_gas_price: 0.5,
21
+ average_gas_price: 1,
22
+ high_gas_price: 5
23
23
  }]
24
24
  },
25
25
  staking: {
@@ -96,6 +96,18 @@ const info = {
96
96
  description: 'The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.',
97
97
  apis: {
98
98
  rpc: [
99
+ {
100
+ address: 'https://rpc-lb.neutron.org',
101
+ provider: 'Neutron'
102
+ },
103
+ {
104
+ address: 'https://rpc-solara.neutron-1.neutron.org',
105
+ provider: 'Neutron'
106
+ },
107
+ {
108
+ address: 'https://rpc-vertexa.neutron-1.neutron.org',
109
+ provider: 'Neutron'
110
+ },
99
111
  {
100
112
  address: 'https://rpc-voidara.neutron-1.neutron.org',
101
113
  provider: 'Neutron'
@@ -146,6 +158,26 @@ const info = {
146
158
  }
147
159
  ],
148
160
  rest: [
161
+ {
162
+ address: 'https://rest-lb.neutron.org',
163
+ provider: 'Neutron'
164
+ },
165
+ {
166
+ address: 'https://rest-solara.neutron-1.neutron.org',
167
+ provider: 'Neutron'
168
+ },
169
+ {
170
+ address: 'https://rest-vertexa.neutron-1.neutron.org',
171
+ provider: 'Neutron'
172
+ },
173
+ {
174
+ address: 'https://rest-voidara.neutron-1.neutron.org',
175
+ provider: 'Neutron'
176
+ },
177
+ {
178
+ address: 'https://rest-pulsarix.neutron-1.neutron.org',
179
+ provider: 'Neutron'
180
+ },
149
181
  {
150
182
  address: 'https://api.novel.remedy.tm.p2p.org',
151
183
  provider: 'P2P'
@@ -184,6 +216,10 @@ const info = {
184
216
  }
185
217
  ],
186
218
  grpc: [
219
+ {
220
+ address: 'grpc-lb.neutron.org:80',
221
+ provider: 'Neutron'
222
+ },
187
223
  {
188
224
  address: 'grpc-kralum.neutron-1.neutron.org:80',
189
225
  provider: 'Neutron'
@@ -378,6 +378,34 @@ const info = [
378
378
  }
379
379
  }]
380
380
  },
381
+ {
382
+ $schema: '../ibc_data.schema.json',
383
+ chain_1: {
384
+ chain_name: 'gateway',
385
+ client_id: '07-tendermint-21',
386
+ connection_id: 'connection-16'
387
+ },
388
+ chain_2: {
389
+ chain_name: 'noble',
390
+ client_id: '07-tendermint-143',
391
+ connection_id: 'connection-137'
392
+ },
393
+ channels: [{
394
+ chain_1: {
395
+ channel_id: 'channel-16',
396
+ port_id: 'wasm.wormhole1wkwy0xh89ksdgj9hr347dyd2dw7zesmtrue6kfzyml4vdtz6e5ws2y050r'
397
+ },
398
+ chain_2: {
399
+ channel_id: 'channel-128',
400
+ port_id: 'wormhole'
401
+ },
402
+ ordering: 'unordered',
403
+ version: 'ibc-wormhole-v1',
404
+ tags: {
405
+ status: 'live'
406
+ }
407
+ }]
408
+ },
381
409
  {
382
410
  $schema: '../ibc_data.schema.json',
383
411
  chain_1: {
@@ -103,6 +103,10 @@ const info = {
103
103
  {
104
104
  address: 'https://orai-rpc.owallet.io',
105
105
  provider: 'OWALLET'
106
+ },
107
+ {
108
+ address: 'https://oraichain-mainnet-rpc.itrocket.net',
109
+ provider: 'ITRocket'
106
110
  }
107
111
  ],
108
112
  rest: [
@@ -137,6 +141,10 @@ const info = {
137
141
  {
138
142
  address: 'https://orai-rest.owallet.io',
139
143
  provider: 'OWALLET'
144
+ },
145
+ {
146
+ address: 'https://oraichain-mainnet-api.itrocket.net',
147
+ provider: 'ITRocket'
140
148
  }
141
149
  ],
142
150
  grpc: [
@@ -171,6 +179,10 @@ const info = {
171
179
  {
172
180
  address: 'orai-grpc.owallet.io:9999',
173
181
  provider: 'OWALLET'
182
+ },
183
+ {
184
+ address: 'oraichain-mainnet-grpc.itrocket.net:443',
185
+ provider: 'ITRocket'
174
186
  }
175
187
  ]
176
188
  },
@@ -219,6 +231,12 @@ const info = {
219
231
  url: 'https://explorer.imdev.app/oraichain',
220
232
  tx_page: 'https://explorer.imdev.app/oraichain/tx/${txHash}',
221
233
  account_page: 'https://explorer.imdev.app/oraichain/account/${accountAddress}'
234
+ },
235
+ {
236
+ kind: 'ITRocket',
237
+ url: 'https://mainnet.itrocket.net/oraichain',
238
+ tx_page: 'https://mainnet.itrocket.net/oraichain/tx/${txHash}',
239
+ account_page: 'https://mainnet.itrocket.net/oraichain/account/${accountAddress}'
222
240
  }
223
241
  ],
224
242
  images: [{
@@ -103,7 +103,7 @@ const info = {
103
103
  provider: 'Cosmonaut Stakes'
104
104
  },
105
105
  {
106
- address: 'https://persistence-rpc.quantnode.tech',
106
+ address: 'https://persistence.rpc.quantnode.xyz',
107
107
  provider: 'QuantNode'
108
108
  },
109
109
  {
@@ -193,7 +193,7 @@ const info = {
193
193
  provider: 'Cosmonaut Stakes'
194
194
  },
195
195
  {
196
- address: 'https://persistence-lcd.quantnode.tech',
196
+ address: 'https://persistence.lcd.quantnode.xyz',
197
197
  provider: 'QuantNode'
198
198
  },
199
199
  {
@@ -301,6 +301,10 @@ const info = {
301
301
  {
302
302
  address: 'persistence-grpc.stake-town.com:443',
303
303
  provider: 'StakeTown'
304
+ },
305
+ {
306
+ address: 'persistence.grpc.quantnode.xyz:22990',
307
+ provider: 'QuantNode'
304
308
  }
305
309
  ]
306
310
  },
@@ -90,6 +90,10 @@ const info = {
90
90
  {
91
91
  address: 'https://shentu-rpc.chainroot.io',
92
92
  provider: 'Chainroot'
93
+ },
94
+ {
95
+ address: 'https://shentu-rpc.node39.top:443',
96
+ provider: 'Node39'
93
97
  }
94
98
  ],
95
99
  rest: [
@@ -136,6 +140,10 @@ const info = {
136
140
  {
137
141
  address: 'https://shentu-api.chainroot.io',
138
142
  provider: 'Chainroot'
143
+ },
144
+ {
145
+ address: 'https://shentu-api.node39.top:443',
146
+ provider: 'Node39'
139
147
  }
140
148
  ],
141
149
  grpc: [
@@ -174,6 +182,10 @@ const info = {
174
182
  {
175
183
  address: 'shentu-grpc.chainroot.io:443',
176
184
  provider: 'Chainroot'
185
+ },
186
+ {
187
+ address: 'shentu-grpc.node39.top:11656',
188
+ provider: 'Node39'
177
189
  }
178
190
  ]
179
191
  },
@@ -234,6 +246,12 @@ const info = {
234
246
  url: 'https://explorer.chainroot.io/shentu',
235
247
  tx_page: 'https://explorer.chainroot.io/shentu/transactions/${txHash}',
236
248
  account_page: 'https://explorer.chainroot.io/shentu/accounts/${accountAddress}'
249
+ },
250
+ {
251
+ kind: 'Node39',
252
+ url: 'https://explorer.node39.top/shentu',
253
+ tx_page: 'https://explorer.node39.top/shentu/transactions/${txHash}',
254
+ account_page: 'https://explorer.node39.top/shentu/accounts/${accountAddress}'
237
255
  }
238
256
  ],
239
257
  images: [{
@@ -131,6 +131,10 @@ const info = {
131
131
  }
132
132
  ],
133
133
  grpc: [
134
+ {
135
+ address: 'https://grpc.shidoscan.net',
136
+ provider: 'Shido'
137
+ },
134
138
  {
135
139
  address: 'https://grpc.shidoscan.com',
136
140
  provider: 'shido.io'
@@ -0,0 +1,3 @@
1
+ import { IBCInfo } from '@chain-registry/types';
2
+ declare const info: IBCInfo[];
3
+ export default info;
@@ -0,0 +1,32 @@
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: 'babylontestnet',
7
+ client_id: '07-tendermint-12',
8
+ connection_id: 'connection-11'
9
+ },
10
+ chain_2: {
11
+ chain_name: 'cosmoshubicstestnet',
12
+ client_id: '07-tendermint-248',
13
+ connection_id: 'connection-179'
14
+ },
15
+ channels: [{
16
+ chain_1: {
17
+ channel_id: 'channel-8',
18
+ port_id: 'transfer'
19
+ },
20
+ chain_2: {
21
+ channel_id: 'channel-347',
22
+ port_id: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }];
32
+ exports.default = info;
@@ -0,0 +1 @@
1
+ export declare const ibc: IBCInfo[];
@@ -0,0 +1,8 @@
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 = void 0;
7
+ const ibc_1 = __importDefault(require("./ibc"));
8
+ exports.ibc = ibc_1.default;
package/noncosmos/ibc.js CHANGED
@@ -26,9 +26,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const _picasso = __importStar(require("./picasso"));
27
27
  const _composablepolkadot = __importStar(require("./composablepolkadot"));
28
28
  const _penumbra = __importStar(require("./penumbra"));
29
+ const _cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
29
30
  const ibc = [
30
31
  ..._picasso.ibc,
31
32
  ..._composablepolkadot.ibc,
32
- ..._penumbra.ibc
33
+ ..._penumbra.ibc,
34
+ ..._cosmoshubicstestnet.ibc
33
35
  ];
34
36
  exports.default = ibc;
@@ -35,6 +35,7 @@ export * as hall from './hall';
35
35
  export * as initia from './initia';
36
36
  export * as movement from './movement';
37
37
  export * as namada from './namada';
38
+ export * as cosmoshubicstestnet from './cosmoshubicstestnet';
38
39
  export * as avalanchetestnet from './avalanchetestnet';
39
40
  export * as binancesmartchaintestnet from './binancesmartchaintestnet';
40
41
  export * as bitcointestnet from './bitcointestnet';