chain-registry 2.0.5 → 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 (77) 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/bitbadges/asset-list.js +1 -1
  5. package/esm/mainnet/bitbadges/chain.js +9 -6
  6. package/esm/mainnet/bitbadges/ibc-data.js +31 -0
  7. package/esm/mainnet/bitbadges/index.js +2 -0
  8. package/esm/mainnet/celestia/ibc-data.js +25 -0
  9. package/esm/mainnet/chains.js +4 -0
  10. package/esm/mainnet/cosmoshub/ibc-data.js +54 -0
  11. package/esm/mainnet/elys/ibc-data.js +29 -0
  12. package/esm/mainnet/ethereum/asset-list.js +1 -1
  13. package/esm/mainnet/ibc-data.js +6 -0
  14. package/esm/mainnet/injective/ibc-data.js +29 -0
  15. package/esm/mainnet/manifest/chain.js +3 -2
  16. package/esm/mainnet/namada/asset-list.js +485 -0
  17. package/esm/mainnet/namada/chain.js +141 -0
  18. package/esm/mainnet/namada/ibc-data.js +203 -0
  19. package/esm/mainnet/namada/index.js +6 -0
  20. package/esm/mainnet/neutron/ibc-data.js +25 -0
  21. package/esm/mainnet/noble/ibc-data.js +54 -0
  22. package/esm/mainnet/nyx/ibc-data.js +25 -0
  23. package/esm/mainnet/osmosis/ibc-data.js +84 -0
  24. package/esm/mainnet/stride/ibc-data.js +25 -0
  25. package/esm/mainnet/xrplevm/asset-list.js +54 -0
  26. package/esm/mainnet/xrplevm/chain.js +106 -0
  27. package/esm/mainnet/xrplevm/ibc-data.js +148 -0
  28. package/esm/mainnet/xrplevm/index.js +6 -0
  29. package/esm/noncosmos/asset-lists.js +0 -2
  30. package/esm/noncosmos/penumbra/ibc-data.js +31 -3
  31. package/esm/testnet/manifesttestnet/chain.js +2 -1
  32. package/esm/testnet/xrplevmtestnet/chain.js +5 -14
  33. package/mainnet/asset-lists.js +4 -0
  34. package/mainnet/bitbadges/asset-list.js +1 -1
  35. package/mainnet/bitbadges/chain.js +9 -6
  36. package/mainnet/bitbadges/ibc-data.d.ts +3 -0
  37. package/mainnet/bitbadges/ibc-data.js +33 -0
  38. package/mainnet/bitbadges/index.d.ts +1 -0
  39. package/mainnet/bitbadges/index.js +3 -1
  40. package/mainnet/celestia/ibc-data.js +25 -0
  41. package/mainnet/chains.js +4 -0
  42. package/mainnet/cosmoshub/ibc-data.js +54 -0
  43. package/mainnet/elys/ibc-data.js +29 -0
  44. package/mainnet/ethereum/asset-list.js +1 -1
  45. package/mainnet/ibc-data.js +6 -0
  46. package/mainnet/injective/ibc-data.js +29 -0
  47. package/mainnet/manifest/chain.js +3 -2
  48. package/mainnet/namada/asset-list.js +487 -0
  49. package/mainnet/namada/chain.d.ts +3 -0
  50. package/mainnet/namada/chain.js +143 -0
  51. package/mainnet/namada/ibc-data.d.ts +3 -0
  52. package/mainnet/namada/ibc-data.js +205 -0
  53. package/mainnet/namada/index.d.ts +3 -0
  54. package/{noncosmos → mainnet}/namada/index.js +5 -1
  55. package/mainnet/neutron/ibc-data.js +25 -0
  56. package/mainnet/noble/ibc-data.js +54 -0
  57. package/mainnet/nyx/ibc-data.js +25 -0
  58. package/mainnet/osmosis/ibc-data.js +84 -0
  59. package/mainnet/stride/ibc-data.js +25 -0
  60. package/mainnet/xrplevm/asset-list.d.ts +3 -0
  61. package/mainnet/xrplevm/asset-list.js +56 -0
  62. package/mainnet/xrplevm/chain.d.ts +3 -0
  63. package/mainnet/xrplevm/chain.js +108 -0
  64. package/mainnet/xrplevm/ibc-data.d.ts +3 -0
  65. package/mainnet/xrplevm/ibc-data.js +150 -0
  66. package/mainnet/xrplevm/index.d.ts +3 -0
  67. package/mainnet/xrplevm/index.js +12 -0
  68. package/noncosmos/asset-lists.js +0 -2
  69. package/noncosmos/penumbra/ibc-data.js +31 -3
  70. package/package.json +3 -3
  71. package/testnet/manifesttestnet/chain.js +2 -1
  72. package/testnet/xrplevmtestnet/chain.js +5 -14
  73. package/esm/noncosmos/namada/asset-list.js +0 -31
  74. package/esm/noncosmos/namada/index.js +0 -2
  75. package/noncosmos/namada/asset-list.js +0 -33
  76. package/noncosmos/namada/index.d.ts +0 -1
  77. /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
  ];
@@ -2,7 +2,7 @@ const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chainName: 'bitbadges',
4
4
  assets: [{
5
- description: '$BADGE is the native in-app credits token for BitBadges, a platform for creating and sharing digital badges.',
5
+ description: '$BADGE is the native in-app credits token for BitBadges.',
6
6
  denomUnits: [{
7
7
  denom: 'ubadge',
8
8
  exponent: 0
@@ -27,15 +27,15 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/bitbadges/bitbadgeschain/',
30
- recommendedVersion: 'v1.0-bb-mainnet',
31
- compatibleVersions: ['v1.0-bb-mainnet'],
30
+ recommendedVersion: 'v6',
31
+ compatibleVersions: ['v6'],
32
32
  binaries: {
33
- "linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-amd64',
34
- "linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v1.0-bb-mainnet/bitbadgeschain-linux-arm64'
33
+ "linux/amd64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v6/bitbadgeschain-linux-amd64',
34
+ "linux/arm64": 'https://github.com/BitBadges/bitbadgeschain/releases/download/v6/bitbadgeschain-linux-arm64'
35
35
  },
36
36
  sdk: {
37
37
  type: 'cosmos',
38
- version: 'v0.50.10'
38
+ version: 'v0.50.11'
39
39
  },
40
40
  ibc: {
41
41
  type: 'go',
@@ -69,7 +69,10 @@ const info = {
69
69
  address: 'https://bitbadges_mainnet_api.chain.whenmoonwhenlambo.money',
70
70
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
71
71
  }],
72
- grpc: []
72
+ grpc: [{
73
+ address: 'http://134.122.12.165:9090',
74
+ provider: 'bitbadges'
75
+ }]
73
76
  },
74
77
  explorers: [
75
78
  {
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'bitbadges',
5
+ clientId: '07-tendermint-1',
6
+ connectionId: 'connection-0'
7
+ },
8
+ chain2: {
9
+ chainName: 'osmosis',
10
+ clientId: '07-tendermint-3497',
11
+ connectionId: 'connection-10745'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-0',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-104311',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true,
27
+ dex: 'osmosis'
28
+ }
29
+ }]
30
+ }];
31
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -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';
@@ -17,6 +18,7 @@ import * as _axelar from './axelar';
17
18
  import * as _babylon from './babylon';
18
19
  import * as _bandchain from './bandchain';
19
20
  import * as _beezee from './beezee';
21
+ import * as _bitbadges from './bitbadges';
20
22
  import * as _bitcanna from './bitcanna';
21
23
  import * as _bitsong from './bitsong';
22
24
  import * as _bluzelle from './bluzelle';
@@ -153,9 +155,11 @@ import * as _unification from './unification';
153
155
  import * as _uptick from './uptick';
154
156
  import * as _xion from './xion';
155
157
  import * as _xpla from './xpla';
158
+ import * as _xrplevm from './xrplevm';
156
159
  import * as _zenrock from './zenrock';
157
160
  const ibcData = [
158
161
  ..._ethereum.ibcData,
162
+ ..._namada.ibcData,
159
163
  ..._solana.ibcData,
160
164
  ..._aaronetwork.ibcData,
161
165
  ..._acrechain.ibcData,
@@ -174,6 +178,7 @@ const ibcData = [
174
178
  ..._babylon.ibcData,
175
179
  ..._bandchain.ibcData,
176
180
  ..._beezee.ibcData,
181
+ ..._bitbadges.ibcData,
177
182
  ..._bitcanna.ibcData,
178
183
  ..._bitsong.ibcData,
179
184
  ..._bluzelle.ibcData,
@@ -310,6 +315,7 @@ const ibcData = [
310
315
  ..._uptick.ibcData,
311
316
  ..._xion.ibcData,
312
317
  ..._xpla.ibcData,
318
+ ..._xrplevm.ibcData,
313
319
  ..._zenrock.ibcData
314
320
  ];
315
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',