chain-registry 2.0.6 → 2.0.7

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 (67) hide show
  1. package/devnet/manifestdevnet/chain.js +2 -1
  2. package/esm/devnet/manifestdevnet/chain.js +2 -1
  3. package/esm/mainnet/asset-lists.js +4 -0
  4. package/esm/mainnet/celestia/ibc-data.js +25 -0
  5. package/esm/mainnet/chains.js +4 -0
  6. package/esm/mainnet/cosmoshub/ibc-data.js +54 -0
  7. package/esm/mainnet/elys/ibc-data.js +29 -0
  8. package/esm/mainnet/ethereum/asset-list.js +1 -1
  9. package/esm/mainnet/ibc-data.js +4 -0
  10. package/esm/mainnet/injective/ibc-data.js +29 -0
  11. package/esm/mainnet/manifest/chain.js +3 -2
  12. package/esm/mainnet/namada/asset-list.js +485 -0
  13. package/esm/mainnet/namada/chain.js +141 -0
  14. package/esm/mainnet/namada/ibc-data.js +203 -0
  15. package/esm/mainnet/namada/index.js +6 -0
  16. package/esm/mainnet/neutron/ibc-data.js +25 -0
  17. package/esm/mainnet/noble/ibc-data.js +54 -0
  18. package/esm/mainnet/nyx/ibc-data.js +25 -0
  19. package/esm/mainnet/osmosis/ibc-data.js +54 -0
  20. package/esm/mainnet/stride/ibc-data.js +25 -0
  21. package/esm/mainnet/xrplevm/asset-list.js +54 -0
  22. package/esm/mainnet/xrplevm/chain.js +106 -0
  23. package/esm/mainnet/xrplevm/ibc-data.js +148 -0
  24. package/esm/mainnet/xrplevm/index.js +6 -0
  25. package/esm/noncosmos/asset-lists.js +0 -2
  26. package/esm/noncosmos/penumbra/ibc-data.js +31 -3
  27. package/esm/testnet/manifesttestnet/chain.js +2 -1
  28. package/esm/testnet/xrplevmtestnet/chain.js +5 -14
  29. package/mainnet/asset-lists.js +4 -0
  30. package/mainnet/celestia/ibc-data.js +25 -0
  31. package/mainnet/chains.js +4 -0
  32. package/mainnet/cosmoshub/ibc-data.js +54 -0
  33. package/mainnet/elys/ibc-data.js +29 -0
  34. package/mainnet/ethereum/asset-list.js +1 -1
  35. package/mainnet/ibc-data.js +4 -0
  36. package/mainnet/injective/ibc-data.js +29 -0
  37. package/mainnet/manifest/chain.js +3 -2
  38. package/mainnet/namada/asset-list.js +487 -0
  39. package/mainnet/namada/chain.d.ts +3 -0
  40. package/mainnet/namada/chain.js +143 -0
  41. package/mainnet/namada/ibc-data.d.ts +3 -0
  42. package/mainnet/namada/ibc-data.js +205 -0
  43. package/mainnet/namada/index.d.ts +3 -0
  44. package/{noncosmos → mainnet}/namada/index.js +5 -1
  45. package/mainnet/neutron/ibc-data.js +25 -0
  46. package/mainnet/noble/ibc-data.js +54 -0
  47. package/mainnet/nyx/ibc-data.js +25 -0
  48. package/mainnet/osmosis/ibc-data.js +54 -0
  49. package/mainnet/stride/ibc-data.js +25 -0
  50. package/mainnet/xrplevm/asset-list.d.ts +3 -0
  51. package/mainnet/xrplevm/asset-list.js +56 -0
  52. package/mainnet/xrplevm/chain.d.ts +3 -0
  53. package/mainnet/xrplevm/chain.js +108 -0
  54. package/mainnet/xrplevm/ibc-data.d.ts +3 -0
  55. package/mainnet/xrplevm/ibc-data.js +150 -0
  56. package/mainnet/xrplevm/index.d.ts +3 -0
  57. package/mainnet/xrplevm/index.js +12 -0
  58. package/noncosmos/asset-lists.js +0 -2
  59. package/noncosmos/penumbra/ibc-data.js +31 -3
  60. package/package.json +3 -3
  61. package/testnet/manifesttestnet/chain.js +2 -1
  62. package/testnet/xrplevmtestnet/chain.js +5 -14
  63. package/esm/noncosmos/namada/asset-list.js +0 -31
  64. package/esm/noncosmos/namada/index.js +0 -2
  65. package/noncosmos/namada/asset-list.js +0 -33
  66. package/noncosmos/namada/index.d.ts +0 -1
  67. /package/{noncosmos → mainnet}/namada/asset-list.d.ts +0 -0
@@ -55,7 +55,8 @@ const info = {
55
55
  explorers: [{
56
56
  kind: 'Default Explorer',
57
57
  url: 'https://testnet.manifest.explorers.guru/',
58
- txPage: 'https://testnet.manifest.explorers.guru/transactions'
58
+ txPage: 'https://testnet.manifest.explorers.guru/transaction/${txHash}',
59
+ accountPage: 'https://testnet.manifest.explorers.guru/account/${accountAddress}'
59
60
  }],
60
61
  logoURIs: {
61
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
@@ -53,7 +53,8 @@ const info = {
53
53
  explorers: [{
54
54
  kind: 'Default Explorer',
55
55
  url: 'https://testnet.manifest.explorers.guru/',
56
- txPage: 'https://testnet.manifest.explorers.guru/transactions'
56
+ txPage: 'https://testnet.manifest.explorers.guru/transaction/${txHash}',
57
+ accountPage: 'https://testnet.manifest.explorers.guru/account/${accountAddress}'
57
58
  }],
58
59
  logoURIs: {
59
60
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',
@@ -1,4 +1,5 @@
1
1
  import * as _ethereum from './ethereum';
2
+ import * as _namada from './namada';
2
3
  import * as _rootstock from './rootstock';
3
4
  import * as _solana from './solana';
4
5
  import * as _ton from './ton';
@@ -199,10 +200,12 @@ import * as _uptick from './uptick';
199
200
  import * as _vector from './vector';
200
201
  import * as _xion from './xion';
201
202
  import * as _xpla from './xpla';
203
+ import * as _xrplevm from './xrplevm';
202
204
  import * as _zenrock from './zenrock';
203
205
  import * as _zetachain from './zetachain';
204
206
  const assetList = [
205
207
  _ethereum.assetList,
208
+ _namada.assetList,
206
209
  _rootstock.assetList,
207
210
  _solana.assetList,
208
211
  _ton.assetList,
@@ -403,6 +406,7 @@ const assetList = [
403
406
  _vector.assetList,
404
407
  _xion.assetList,
405
408
  _xpla.assetList,
409
+ _xrplevm.assetList,
406
410
  _zenrock.assetList,
407
411
  _zetachain.assetList
408
412
  ];
@@ -231,6 +231,31 @@ const info = [
231
231
  }
232
232
  }]
233
233
  },
234
+ {
235
+ $schema: '../ibc_data.schema.json',
236
+ chain1: {
237
+ chainName: 'celestia',
238
+ clientId: '07-tendermint-105',
239
+ connectionId: 'connection-72'
240
+ },
241
+ chain2: {
242
+ chainName: 'namada',
243
+ clientId: '07-tendermint-4',
244
+ connectionId: 'connection-3'
245
+ },
246
+ channels: [{
247
+ chain1: {
248
+ channelId: 'channel-73',
249
+ portId: 'transfer'
250
+ },
251
+ chain2: {
252
+ channelId: 'channel-3',
253
+ portId: 'transfer'
254
+ },
255
+ ordering: 'unordered',
256
+ version: 'ics20-1'
257
+ }]
258
+ },
234
259
  {
235
260
  $schema: '../ibc_data.schema.json',
236
261
  chain1: {
@@ -1,4 +1,5 @@
1
1
  import * as _ethereum from './ethereum';
2
+ import * as _namada from './namada';
2
3
  import * as _rootstock from './rootstock';
3
4
  import * as _solana from './solana';
4
5
  import * as _ton from './ton';
@@ -199,10 +200,12 @@ import * as _uptick from './uptick';
199
200
  import * as _vector from './vector';
200
201
  import * as _xion from './xion';
201
202
  import * as _xpla from './xpla';
203
+ import * as _xrplevm from './xrplevm';
202
204
  import * as _zenrock from './zenrock';
203
205
  import * as _zetachain from './zetachain';
204
206
  const chains = [
205
207
  _ethereum.chain,
208
+ _namada.chain,
206
209
  _rootstock.chain,
207
210
  _solana.chain,
208
211
  _ton.chain,
@@ -403,6 +406,7 @@ const chains = [
403
406
  _vector.chain,
404
407
  _xion.chain,
405
408
  _xpla.chain,
409
+ _xrplevm.chain,
406
410
  _zenrock.chain,
407
411
  _zetachain.chain
408
412
  ];
@@ -1211,6 +1211,31 @@ const info = [
1211
1211
  }
1212
1212
  }]
1213
1213
  },
1214
+ {
1215
+ $schema: '../ibc_data.schema.json',
1216
+ chain1: {
1217
+ chainName: 'cosmoshub',
1218
+ clientId: '07-tendermint-1351',
1219
+ connectionId: 'connection-1089'
1220
+ },
1221
+ chain2: {
1222
+ chainName: 'namada',
1223
+ clientId: '07-tendermint-3',
1224
+ connectionId: 'connection-2'
1225
+ },
1226
+ channels: [{
1227
+ chain1: {
1228
+ channelId: 'channel-1317',
1229
+ portId: 'transfer'
1230
+ },
1231
+ chain2: {
1232
+ channelId: 'channel-2',
1233
+ portId: 'transfer'
1234
+ },
1235
+ ordering: 'unordered',
1236
+ version: 'ics20-1'
1237
+ }]
1238
+ },
1214
1239
  {
1215
1240
  $schema: '../ibc_data.schema.json',
1216
1241
  chain1: {
@@ -2037,6 +2062,35 @@ const info = [
2037
2062
  ordering: 'unordered',
2038
2063
  version: 'ics20-1'
2039
2064
  }]
2065
+ },
2066
+ {
2067
+ $schema: '../ibc_data.schema.json',
2068
+ chain1: {
2069
+ chainName: 'cosmoshub',
2070
+ clientId: '07-tendermint-1411',
2071
+ connectionId: 'connection-1134'
2072
+ },
2073
+ chain2: {
2074
+ chainName: 'xrplevm',
2075
+ clientId: '07-tendermint-2',
2076
+ connectionId: 'connection-2'
2077
+ },
2078
+ channels: [{
2079
+ chain1: {
2080
+ channelId: 'channel-1377',
2081
+ portId: 'transfer'
2082
+ },
2083
+ chain2: {
2084
+ channelId: 'channel-2',
2085
+ portId: 'transfer'
2086
+ },
2087
+ ordering: 'unordered',
2088
+ version: 'ics20-1',
2089
+ tags: {
2090
+ status: 'live',
2091
+ preferred: true
2092
+ }
2093
+ }]
2040
2094
  }
2041
2095
  ];
2042
2096
  export default info;
@@ -332,6 +332,35 @@ const info = [
332
332
  preferred: true
333
333
  }
334
334
  }]
335
+ },
336
+ {
337
+ $schema: '../ibc_data.schema.json',
338
+ chain1: {
339
+ chainName: 'elys',
340
+ clientId: '07-tendermint-57',
341
+ connectionId: 'connection-38'
342
+ },
343
+ chain2: {
344
+ chainName: 'xrplevm',
345
+ clientId: '07-tendermint-1',
346
+ connectionId: 'connection-1'
347
+ },
348
+ channels: [{
349
+ chain1: {
350
+ channelId: 'channel-27',
351
+ portId: 'transfer'
352
+ },
353
+ chain2: {
354
+ channelId: 'channel-1',
355
+ portId: 'transfer'
356
+ },
357
+ ordering: 'unordered',
358
+ version: 'ics20-1',
359
+ tags: {
360
+ status: 'live',
361
+ preferred: true
362
+ }
363
+ }]
335
364
  }
336
365
  ];
337
366
  export default info;
@@ -1737,7 +1737,7 @@ const info = {
1737
1737
  display: 'mbtc',
1738
1738
  symbol: 'mBTC',
1739
1739
  logoURIs: {
1740
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/mbtc.png'
1740
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
1741
1741
  },
1742
1742
  coingeckoId: 'babypie-wrapped-btc'
1743
1743
  },
@@ -1,4 +1,5 @@
1
1
  import * as _ethereum from './ethereum';
2
+ import * as _namada from './namada';
2
3
  import * as _solana from './solana';
3
4
  import * as _aaronetwork from './aaronetwork';
4
5
  import * as _acrechain from './acrechain';
@@ -154,9 +155,11 @@ import * as _unification from './unification';
154
155
  import * as _uptick from './uptick';
155
156
  import * as _xion from './xion';
156
157
  import * as _xpla from './xpla';
158
+ import * as _xrplevm from './xrplevm';
157
159
  import * as _zenrock from './zenrock';
158
160
  const ibcData = [
159
161
  ..._ethereum.ibcData,
162
+ ..._namada.ibcData,
160
163
  ..._solana.ibcData,
161
164
  ..._aaronetwork.ibcData,
162
165
  ..._acrechain.ibcData,
@@ -312,6 +315,7 @@ const ibcData = [
312
315
  ..._uptick.ibcData,
313
316
  ..._xion.ibcData,
314
317
  ..._xpla.ibcData,
318
+ ..._xrplevm.ibcData,
315
319
  ..._zenrock.ibcData
316
320
  ];
317
321
  export default ibcData;
@@ -970,6 +970,35 @@ const info = [
970
970
  preferred: true
971
971
  }
972
972
  }]
973
+ },
974
+ {
975
+ $schema: '../ibc_data.schema.json',
976
+ chain1: {
977
+ chainName: 'injective',
978
+ clientId: '07-tendermint-314',
979
+ connectionId: 'connection-314'
980
+ },
981
+ chain2: {
982
+ chainName: 'xrplevm',
983
+ clientId: '07-tendermint-0',
984
+ connectionId: 'connection-0'
985
+ },
986
+ channels: [{
987
+ chain1: {
988
+ channelId: 'channel-436',
989
+ portId: 'transfer'
990
+ },
991
+ chain2: {
992
+ channelId: 'channel-0',
993
+ portId: 'transfer'
994
+ },
995
+ ordering: 'unordered',
996
+ version: 'ics20-1',
997
+ tags: {
998
+ status: 'live',
999
+ preferred: true
1000
+ }
1001
+ }]
973
1002
  }
974
1003
  ];
975
1004
  export default info;
@@ -58,8 +58,9 @@ const info = {
58
58
  },
59
59
  explorers: [{
60
60
  kind: 'Default Explorer',
61
- url: 'https://manifest.explorers.guru/',
62
- txPage: 'https://manifest.explorers.guru/transactions'
61
+ url: 'https://explorer.manifest.network/',
62
+ txPage: 'https://explorer.manifest.network/transaction/${txHash}',
63
+ accountPage: 'https://explorer.manifest.network/account/${accountAddress}'
63
64
  }],
64
65
  logoURIs: {
65
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/manifest/images/manifest.png',