chain-registry 2.0.12 → 2.0.14

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/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/bitbadges/asset-list.js +4 -4
  3. package/esm/mainnet/bitsong/chain.js +7 -7
  4. package/esm/mainnet/buycex/asset-list.js +28 -0
  5. package/esm/mainnet/buycex/chain.js +49 -0
  6. package/esm/mainnet/buycex/index.js +4 -0
  7. package/esm/mainnet/chains.js +2 -0
  8. package/esm/mainnet/cifer/asset-list.js +4 -3
  9. package/esm/mainnet/cifer/chain.js +9 -3
  10. package/esm/mainnet/humans/chain.js +0 -16
  11. package/esm/mainnet/injective/chain.js +1 -0
  12. package/esm/mainnet/manifest/asset-list.js +2 -1
  13. package/esm/mainnet/manifest/chain.js +3 -3
  14. package/esm/mainnet/osmosis/asset-list.js +3 -4
  15. package/esm/mainnet/symphony/chain.js +36 -9
  16. package/esm/mainnet/umee/chain.js +0 -6
  17. package/esm/mainnet/zetachain/chain.js +0 -12
  18. package/esm/testnet/agoricdevnet/ibc-data.js +6 -6
  19. package/esm/testnet/axelartestnet/ibc-data.js +6 -6
  20. package/esm/testnet/hippoprotocoltestnet/ibc-data.js +30 -0
  21. package/esm/testnet/hippoprotocoltestnet/index.js +2 -0
  22. package/esm/testnet/ibc-data.js +2 -0
  23. package/esm/testnet/osmosistestnet/ibc-data.js +29 -0
  24. package/esm/testnet/symphonytestnet/chain.js +26 -6
  25. package/mainnet/asset-lists.js +2 -0
  26. package/mainnet/bitbadges/asset-list.js +4 -4
  27. package/mainnet/bitsong/chain.js +7 -7
  28. package/mainnet/buycex/asset-list.d.ts +3 -0
  29. package/mainnet/buycex/asset-list.js +30 -0
  30. package/mainnet/buycex/chain.d.ts +3 -0
  31. package/mainnet/buycex/chain.js +51 -0
  32. package/mainnet/buycex/index.d.ts +2 -0
  33. package/mainnet/buycex/index.js +10 -0
  34. package/mainnet/chains.js +2 -0
  35. package/mainnet/cifer/asset-list.js +4 -3
  36. package/mainnet/cifer/chain.js +9 -3
  37. package/mainnet/humans/chain.js +0 -16
  38. package/mainnet/injective/chain.js +1 -0
  39. package/mainnet/manifest/asset-list.js +2 -1
  40. package/mainnet/manifest/chain.js +3 -3
  41. package/mainnet/osmosis/asset-list.js +3 -4
  42. package/mainnet/symphony/chain.js +36 -9
  43. package/mainnet/umee/chain.js +0 -6
  44. package/mainnet/zetachain/chain.js +0 -12
  45. package/package.json +3 -3
  46. package/testnet/agoricdevnet/ibc-data.js +6 -6
  47. package/testnet/axelartestnet/ibc-data.js +6 -6
  48. package/testnet/hippoprotocoltestnet/ibc-data.d.ts +3 -0
  49. package/testnet/hippoprotocoltestnet/ibc-data.js +32 -0
  50. package/testnet/hippoprotocoltestnet/index.d.ts +1 -0
  51. package/testnet/hippoprotocoltestnet/index.js +3 -1
  52. package/testnet/ibc-data.js +2 -0
  53. package/testnet/osmosistestnet/ibc-data.js +29 -0
  54. package/testnet/symphonytestnet/chain.js +26 -6
@@ -432,6 +432,35 @@ const info = [
432
432
  }
433
433
  }]
434
434
  },
435
+ {
436
+ $schema: '../../ibc_data.schema.json',
437
+ chain1: {
438
+ chainName: 'hippoprotocoltestnet',
439
+ clientId: '07-tendermint-0',
440
+ connectionId: 'connection-0'
441
+ },
442
+ chain2: {
443
+ chainName: 'osmosistestnet',
444
+ clientId: '07-tendermint-4754',
445
+ connectionId: 'connection-4185'
446
+ },
447
+ channels: [{
448
+ chain1: {
449
+ channelId: 'channel-0',
450
+ portId: 'transfer'
451
+ },
452
+ chain2: {
453
+ channelId: 'channel-10743',
454
+ portId: 'transfer'
455
+ },
456
+ ordering: 'unordered',
457
+ version: 'ics20-1',
458
+ tags: {
459
+ status: 'live',
460
+ preferred: true
461
+ }
462
+ }]
463
+ },
435
464
  {
436
465
  $schema: '../../ibc_data.schema.json',
437
466
  chain1: {
@@ -48,20 +48,34 @@ const info = {
48
48
  }
49
49
  },
50
50
  apis: {
51
- rpc: [{
51
+ rpc: [
52
+ {
52
53
  address: 'https://symphony.test.rpc.nodeshub.online/',
53
54
  provider: 'Nodes Hub'
54
- }, {
55
+ },
56
+ {
55
57
  address: 'https://symphony-testnet-rpc.cogwheel.zone/',
56
58
  provider: 'Cogwheel ⚙️'
57
- }],
58
- rest: [{
59
+ },
60
+ {
61
+ address: 'https://rpc-symphonyd.vinjan.xyz',
62
+ provider: 'Vinjan.Inc'
63
+ }
64
+ ],
65
+ rest: [
66
+ {
59
67
  address: 'https://symphony.test.api.nodeshub.online/',
60
68
  provider: 'Nodes Hub'
61
- }, {
69
+ },
70
+ {
62
71
  address: 'https://symphony-testnet-api.cogwheel.zone/',
63
72
  provider: 'Cogwheel ⚙️'
64
- }],
73
+ },
74
+ {
75
+ address: 'https://api-symphonyd.vinjan.xyz',
76
+ provider: 'Vinjan.Inc'
77
+ }
78
+ ],
65
79
  grpc: [{
66
80
  address: 'https://symphony.test.grpc.nodeshub.online/',
67
81
  provider: 'Nodes Hub'
@@ -70,6 +84,12 @@ const info = {
70
84
  provider: 'Cogwheel ⚙️'
71
85
  }]
72
86
  },
87
+ explorers: [{
88
+ kind: 'VinjanXplorer',
89
+ url: 'https://xplorer.vinjan.xyz/symphony-testnet',
90
+ txPage: 'https://xplorer.vinjan.xyz/symphony-testnet/tx/${txHash}',
91
+ accountPage: 'https://xplorer.vinjan.xyz/symphony-testnet/account/${accountAddress}'
92
+ }],
73
93
  logoURIs: {
74
94
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/symphony/images/symphony_logo.png'
75
95
  },