chain-registry 1.69.221 → 1.69.223

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 (90) hide show
  1. package/esm/mainnet/althea/chain.js +14 -0
  2. package/esm/mainnet/arkeo/chain.js +14 -0
  3. package/esm/mainnet/babylon/assets.js +45 -0
  4. package/esm/mainnet/babylon/ibc.js +29 -0
  5. package/esm/mainnet/dungeon/ibc.js +28 -0
  6. package/esm/mainnet/elys/ibc.js +29 -0
  7. package/esm/mainnet/injective/assets.js +51 -0
  8. package/esm/mainnet/int3face/assets.js +34 -0
  9. package/esm/mainnet/kopi/ibc.js +29 -0
  10. package/esm/mainnet/milkyway/assets.js +8 -0
  11. package/esm/mainnet/milkyway/ibc.js +35 -3
  12. package/esm/mainnet/noble/ibc.js +29 -0
  13. package/esm/mainnet/osmosis/assets.js +73 -85
  14. package/esm/noncosmos/assets.js +2 -0
  15. package/esm/noncosmos/named.js +1 -0
  16. package/esm/noncosmos/xrpltestnet/assets.js +47 -0
  17. package/esm/noncosmos/xrpltestnet/index.js +2 -0
  18. package/esm/testnet/agoricdevnet/ibc.js +235 -0
  19. package/esm/testnet/agoricdevnet/index.js +2 -0
  20. package/esm/testnet/assets.js +2 -0
  21. package/esm/testnet/axelartestnet/ibc.js +29 -0
  22. package/esm/testnet/chains.js +2 -0
  23. package/esm/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
  24. package/esm/testnet/elystestnet/ibc.js +29 -0
  25. package/esm/testnet/ibc.js +6 -0
  26. package/esm/testnet/int3facetestnet/assets.js +37 -1
  27. package/esm/testnet/int3facetestnet/ibc.js +31 -0
  28. package/esm/testnet/int3facetestnet/index.js +2 -0
  29. package/esm/testnet/named.js +1 -0
  30. package/esm/testnet/neutrontestnet/ibc.js +29 -0
  31. package/esm/testnet/nobletestnet/ibc.js +29 -0
  32. package/esm/testnet/osmosistestnet/assets.js +371 -0
  33. package/esm/testnet/osmosistestnet/ibc.js +59 -0
  34. package/esm/testnet/qubeticstestnet/assets.js +26 -0
  35. package/esm/testnet/qubeticstestnet/chain.js +65 -0
  36. package/esm/testnet/qubeticstestnet/index.js +4 -0
  37. package/esm/testnet/stridetestnet/ibc.js +30 -0
  38. package/esm/testnet/stridetestnet/index.js +2 -0
  39. package/mainnet/althea/chain.js +14 -0
  40. package/mainnet/arkeo/chain.js +14 -0
  41. package/mainnet/babylon/assets.js +45 -0
  42. package/mainnet/babylon/ibc.js +29 -0
  43. package/mainnet/dungeon/ibc.js +28 -0
  44. package/mainnet/elys/ibc.js +29 -0
  45. package/mainnet/injective/assets.js +51 -0
  46. package/mainnet/int3face/assets.js +34 -0
  47. package/mainnet/kopi/ibc.js +29 -0
  48. package/mainnet/milkyway/assets.js +8 -0
  49. package/mainnet/milkyway/ibc.js +35 -3
  50. package/mainnet/noble/ibc.js +29 -0
  51. package/mainnet/osmosis/assets.js +73 -85
  52. package/noncosmos/assets.js +2 -0
  53. package/noncosmos/named.d.ts +1 -0
  54. package/noncosmos/named.js +2 -1
  55. package/noncosmos/xrpltestnet/assets.d.ts +3 -0
  56. package/noncosmos/xrpltestnet/assets.js +49 -0
  57. package/noncosmos/xrpltestnet/index.d.ts +1 -0
  58. package/noncosmos/xrpltestnet/index.js +8 -0
  59. package/package.json +4 -4
  60. package/testnet/agoricdevnet/ibc.d.ts +3 -0
  61. package/testnet/agoricdevnet/ibc.js +237 -0
  62. package/testnet/agoricdevnet/index.d.ts +1 -0
  63. package/testnet/agoricdevnet/index.js +3 -1
  64. package/testnet/assets.js +2 -0
  65. package/testnet/axelartestnet/ibc.js +29 -0
  66. package/testnet/chains.js +2 -0
  67. package/testnet/cosmosicsprovidertestnet/ibc.js +35 -3
  68. package/testnet/elystestnet/ibc.js +29 -0
  69. package/testnet/ibc.js +6 -0
  70. package/testnet/int3facetestnet/assets.js +37 -1
  71. package/testnet/int3facetestnet/ibc.d.ts +3 -0
  72. package/testnet/int3facetestnet/ibc.js +33 -0
  73. package/testnet/int3facetestnet/index.d.ts +1 -0
  74. package/testnet/int3facetestnet/index.js +3 -1
  75. package/testnet/named.d.ts +1 -0
  76. package/testnet/named.js +3 -2
  77. package/testnet/neutrontestnet/ibc.js +29 -0
  78. package/testnet/nobletestnet/ibc.js +29 -0
  79. package/testnet/osmosistestnet/assets.js +371 -0
  80. package/testnet/osmosistestnet/ibc.js +59 -0
  81. package/testnet/qubeticstestnet/assets.d.ts +3 -0
  82. package/testnet/qubeticstestnet/assets.js +28 -0
  83. package/testnet/qubeticstestnet/chain.d.ts +3 -0
  84. package/testnet/qubeticstestnet/chain.js +67 -0
  85. package/testnet/qubeticstestnet/index.d.ts +2 -0
  86. package/testnet/qubeticstestnet/index.js +10 -0
  87. package/testnet/stridetestnet/ibc.d.ts +3 -0
  88. package/testnet/stridetestnet/ibc.js +32 -0
  89. package/testnet/stridetestnet/index.d.ts +1 -0
  90. package/testnet/stridetestnet/index.js +3 -1
@@ -60,6 +60,10 @@ const info = {
60
60
  {
61
61
  address: 'https://rest.lavenderfive.com:443/althea',
62
62
  provider: 'Lavender.Five Nodes 🐝'
63
+ },
64
+ {
65
+ address: 'https://althea_mainnet_api.chain.whenmoonwhenlambo.money',
66
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
63
67
  }
64
68
  ],
65
69
  rpc: [
@@ -74,6 +78,10 @@ const info = {
74
78
  {
75
79
  address: 'https://rpc.lavenderfive.com:443/althea',
76
80
  provider: 'Lavender.Five Nodes 🐝'
81
+ },
82
+ {
83
+ address: 'https://althea_mainnet_rpc.chain.whenmoonwhenlambo.money',
84
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
77
85
  }
78
86
  ],
79
87
  grpc: [{
@@ -99,6 +107,12 @@ const info = {
99
107
  url: 'https://althea.valopers.com/',
100
108
  tx_page: 'https://althea.valopers.com/transactions/${txHash}',
101
109
  account_page: 'https://althea.valopers.com/account/${accountAddress}'
110
+ },
111
+ {
112
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
113
+ url: 'https://explorer.whenmoonwhenlambo.money/althea',
114
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/althea/tx/${txHash}',
115
+ account_page: 'https://explorer.whenmoonwhenlambo.money/althea/account/${accountAddress}'
102
116
  }
103
117
  ]
104
118
  };
@@ -57,6 +57,10 @@ const info = {
57
57
  {
58
58
  address: 'https://rpc.arkeo.roomit.xyz',
59
59
  provider: 'Roomit'
60
+ },
61
+ {
62
+ address: 'https://arkeo_mainnet_rpc.chain.whenmoonwhenlambo.money',
63
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
60
64
  }
61
65
  ],
62
66
  rest: [
@@ -71,6 +75,10 @@ const info = {
71
75
  {
72
76
  address: 'https://api.arkeo.roomit.xyz',
73
77
  provider: 'Roomit'
78
+ },
79
+ {
80
+ address: 'https://arkeo_mainnet_api.chain.whenmoonwhenlambo.money',
81
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
74
82
  }
75
83
  ],
76
84
  grpc: [{
@@ -96,6 +104,12 @@ const info = {
96
104
  url: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet',
97
105
  tx_page: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/transactions/${txHash}',
98
106
  account_page: 'https://explorer.tendermint.roomit.xyz/arkeo-mainnet/account/${accountAddress}'
107
+ },
108
+ {
109
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
110
+ url: 'https://explorer.whenmoonwhenlambo.money/arkeo',
111
+ tx_page: 'https://explorer.whenmoonwhenlambo.money/arkeo/tx/${txHash}',
112
+ account_page: 'https://explorer.whenmoonwhenlambo.money/arkeo/account/${accountAddress}'
99
113
  }
100
114
  ],
101
115
  keywords: [
@@ -936,6 +936,51 @@ const info = {
936
936
  path: '0'
937
937
  }
938
938
  }]
939
+ },
940
+ {
941
+ description: 'MilkyWay\'s liquid staked BABY',
942
+ denom_units: [{
943
+ denom: 'ibc/CD7ECDBBA538632B45915ED67C4932DDB318818C00C21489D3774E560E87E420',
944
+ exponent: 0
945
+ }, {
946
+ denom: 'milkBABY',
947
+ exponent: 6
948
+ }],
949
+ type_asset: 'ics20',
950
+ base: 'ibc/CD7ECDBBA538632B45915ED67C4932DDB318818C00C21489D3774E560E87E420',
951
+ name: 'milkBABY',
952
+ display: 'milkBABY',
953
+ symbol: 'milkBABY',
954
+ traces: [{
955
+ type: 'liquid-stake',
956
+ counterparty: {
957
+ chain_name: 'babylon',
958
+ base_denom: 'ubbn'
959
+ },
960
+ provider: 'MilkyWay'
961
+ }, {
962
+ type: 'ibc',
963
+ counterparty: {
964
+ chain_name: 'milkyway',
965
+ base_denom: 'factory/milk1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3ssgcye4/umilkBBN',
966
+ channel_id: 'channel-4'
967
+ },
968
+ chain: {
969
+ channel_id: 'channel-4',
970
+ path: 'transfer/channel-4/factory/milk1qg5ega6dykkxc307y25pecuufrjkxkaggkkxh7nad0vhyhtuhw3ssgcye4/umilkBBN'
971
+ }
972
+ }],
973
+ logo_URIs: {
974
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
975
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg'
976
+ },
977
+ images: [{
978
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
979
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg',
980
+ theme: {
981
+ primary_color_hex: '#d18dfc'
982
+ }
983
+ }]
939
984
  }
940
985
  ]
941
986
  };
@@ -85,6 +85,35 @@ const info = [
85
85
  }
86
86
  }]
87
87
  },
88
+ {
89
+ $schema: '../ibc_data.schema.json',
90
+ chain_1: {
91
+ chain_name: 'babylon',
92
+ client_id: '07-tendermint-4',
93
+ connection_id: 'connection-4'
94
+ },
95
+ chain_2: {
96
+ chain_name: 'milkyway',
97
+ client_id: '07-tendermint-6',
98
+ connection_id: 'connection-4'
99
+ },
100
+ channels: [{
101
+ chain_1: {
102
+ channel_id: 'channel-4',
103
+ port_id: 'transfer'
104
+ },
105
+ chain_2: {
106
+ channel_id: 'channel-4',
107
+ port_id: 'transfer'
108
+ },
109
+ ordering: 'unordered',
110
+ version: 'ics20-1',
111
+ tags: {
112
+ status: 'live',
113
+ preferred: true
114
+ }
115
+ }]
116
+ },
88
117
  {
89
118
  $schema: '../ibc_data.schema.json',
90
119
  chain_1: {
@@ -1,4 +1,32 @@
1
1
  const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain_1: {
4
+ chain_name: 'dungeon',
5
+ client_id: '07-tendermint-22',
6
+ connection_id: 'connection-8630'
7
+ },
8
+ chain_2: {
9
+ chain_name: 'noble',
10
+ client_id: '07-tendermint-163',
11
+ connection_id: 'connection-157'
12
+ },
13
+ channels: [{
14
+ chain_1: {
15
+ channel_id: 'channel-5307',
16
+ port_id: 'transfer'
17
+ },
18
+ chain_2: {
19
+ channel_id: 'channel-150',
20
+ port_id: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }, {
2
30
  $schema: '../ibc_data.schema.json',
3
31
  chain_1: {
4
32
  chain_name: 'dungeon',
@@ -159,6 +159,35 @@ const info = [
159
159
  }
160
160
  }]
161
161
  },
162
+ {
163
+ $schema: '../ibc_data.schema.json',
164
+ chain_1: {
165
+ chain_name: 'elys',
166
+ client_id: '07-tendermint-55',
167
+ connection_id: 'connection-36'
168
+ },
169
+ chain_2: {
170
+ chain_name: 'kopi',
171
+ client_id: '07-tendermint-24',
172
+ connection_id: 'connection-45'
173
+ },
174
+ channels: [{
175
+ chain_1: {
176
+ channel_id: 'channel-25',
177
+ port_id: 'transfer'
178
+ },
179
+ chain_2: {
180
+ channel_id: 'channel-17',
181
+ port_id: 'transfer'
182
+ },
183
+ ordering: 'unordered',
184
+ version: 'ics20-1',
185
+ tags: {
186
+ status: 'live',
187
+ preferred: true
188
+ }
189
+ }]
190
+ },
162
191
  {
163
192
  $schema: '../ibc_data.schema.json',
164
193
  chain_1: {
@@ -1222,6 +1222,57 @@ const info = {
1222
1222
  twitter: 'https://x.com/instantnoodlesinc'
1223
1223
  },
1224
1224
  type_asset: 'sdk.coin'
1225
+ },
1226
+ {
1227
+ description: 'CW20 hINJ - Hydro Staked INJ',
1228
+ denom_units: [{
1229
+ denom: 'cw20:inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
1230
+ exponent: 0
1231
+ }, {
1232
+ denom: 'hINJ',
1233
+ exponent: 18
1234
+ }],
1235
+ type_asset: 'cw20',
1236
+ address: 'inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
1237
+ base: 'cw20:inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
1238
+ name: 'cw20 hINJ',
1239
+ display: 'hINJ',
1240
+ symbol: 'hINJ',
1241
+ traces: [{
1242
+ type: 'legacy-mintage',
1243
+ counterparty: {
1244
+ chain_name: 'injective',
1245
+ base_denom: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc'
1246
+ },
1247
+ provider: 'Hydro'
1248
+ }],
1249
+ logo_URIs: {
1250
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
1251
+ },
1252
+ images: [{
1253
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
1254
+ }]
1255
+ },
1256
+ {
1257
+ description: 'Factory Wrapped hINJ - Hydro Staked INJ',
1258
+ denom_units: [{
1259
+ denom: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
1260
+ exponent: 0
1261
+ }, {
1262
+ denom: 'Hydro Wrapped hINJ',
1263
+ exponent: 18
1264
+ }],
1265
+ base: 'factory/inj14ejqjyq8um4p3xfqj74yld5waqljf88f9eneuk/inj18luqttqyckgpddndh8hvaq25d5nfwjc78m56lc',
1266
+ name: 'Hydro Wrapped hINJ',
1267
+ display: 'Hydro Wrapped hINJ',
1268
+ symbol: 'hINJ',
1269
+ logo_URIs: {
1270
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
1271
+ },
1272
+ images: [{
1273
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/hinj.png'
1274
+ }],
1275
+ type_asset: 'sdk.coin'
1225
1276
  }
1226
1277
  ]
1227
1278
  };
@@ -199,6 +199,40 @@ const info = {
199
199
  }
200
200
  }],
201
201
  type_asset: 'sdk.coin'
202
+ },
203
+ {
204
+ description: 'Solana (SOL) on Int3face',
205
+ denom_units: [{
206
+ denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol',
207
+ exponent: 0
208
+ }, {
209
+ denom: 'sol',
210
+ exponent: 9
211
+ }],
212
+ base: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol',
213
+ name: 'SOL',
214
+ display: 'sol',
215
+ symbol: 'SOL',
216
+ traces: [{
217
+ type: 'bridge',
218
+ counterparty: {
219
+ chain_name: 'solana',
220
+ base_denom: 'Lamport'
221
+ },
222
+ provider: 'Int3face'
223
+ }],
224
+ logo_URIs: {
225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg'
227
+ },
228
+ images: [{
229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
230
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg',
231
+ theme: {
232
+ primary_color_hex: '#3d3d3d'
233
+ }
234
+ }],
235
+ type_asset: 'sdk.coin'
202
236
  }
203
237
  ]
204
238
  };
@@ -28,6 +28,35 @@ const info = [
28
28
  }
29
29
  }]
30
30
  },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain_1: {
34
+ chain_name: 'elys',
35
+ client_id: '07-tendermint-55',
36
+ connection_id: 'connection-36'
37
+ },
38
+ chain_2: {
39
+ chain_name: 'kopi',
40
+ client_id: '07-tendermint-24',
41
+ connection_id: 'connection-45'
42
+ },
43
+ channels: [{
44
+ chain_1: {
45
+ channel_id: 'channel-25',
46
+ port_id: 'transfer'
47
+ },
48
+ chain_2: {
49
+ channel_id: 'channel-17',
50
+ port_id: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
31
60
  {
32
61
  $schema: '../ibc_data.schema.json',
33
62
  chain_1: {
@@ -395,6 +395,14 @@ const info = {
395
395
  name: 'milkBABY',
396
396
  display: 'milkBABY',
397
397
  symbol: 'milkBABY',
398
+ traces: [{
399
+ type: 'liquid-stake',
400
+ counterparty: {
401
+ chain_name: 'babylon',
402
+ base_denom: 'ubbn'
403
+ },
404
+ provider: 'MilkyWay'
405
+ }],
398
406
  logo_URIs: {
399
407
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.png',
400
408
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milkbaby.svg'
@@ -1,4 +1,34 @@
1
- const info = [{
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'babylon',
6
+ client_id: '07-tendermint-4',
7
+ connection_id: 'connection-4'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'milkyway',
11
+ client_id: '07-tendermint-6',
12
+ connection_id: 'connection-4'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-4',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-4',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
2
32
  $schema: '../ibc_data.schema.json',
3
33
  chain_1: {
4
34
  chain_name: 'celestia',
@@ -26,7 +56,8 @@ const info = [{
26
56
  preferred: true
27
57
  }
28
58
  }]
29
- }, {
59
+ },
60
+ {
30
61
  $schema: '../ibc_data.schema.json',
31
62
  chain_1: {
32
63
  chain_name: 'milkyway',
@@ -55,5 +86,6 @@ const info = [{
55
86
  dex: 'osmosis'
56
87
  }
57
88
  }]
58
- }];
89
+ }
90
+ ];
59
91
  export default info;
@@ -258,6 +258,35 @@ const info = [
258
258
  }
259
259
  }]
260
260
  },
261
+ {
262
+ $schema: '../ibc_data.schema.json',
263
+ chain_1: {
264
+ chain_name: 'dungeon',
265
+ client_id: '07-tendermint-22',
266
+ connection_id: 'connection-8630'
267
+ },
268
+ chain_2: {
269
+ chain_name: 'noble',
270
+ client_id: '07-tendermint-163',
271
+ connection_id: 'connection-157'
272
+ },
273
+ channels: [{
274
+ chain_1: {
275
+ channel_id: 'channel-5307',
276
+ port_id: 'transfer'
277
+ },
278
+ chain_2: {
279
+ channel_id: 'channel-150',
280
+ port_id: 'transfer'
281
+ },
282
+ ordering: 'unordered',
283
+ version: 'ics20-1',
284
+ tags: {
285
+ status: 'live',
286
+ preferred: true
287
+ }
288
+ }]
289
+ },
261
290
  {
262
291
  $schema: '../ibc_data.schema.json',
263
292
  chain_1: {