chain-registry 1.69.127 → 1.69.129

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 (131) hide show
  1. package/devnet/kyvedevnet/assets.js +2 -1
  2. package/devnet/neuradevnet/assets.js +2 -1
  3. package/esm/devnet/kyvedevnet/assets.js +2 -1
  4. package/esm/devnet/neuradevnet/assets.js +2 -1
  5. package/esm/mainnet/agoric/chain.js +5 -5
  6. package/esm/mainnet/agoric/ibc.js +1 -1
  7. package/esm/mainnet/akash/chain.js +9 -94
  8. package/esm/mainnet/archway/assets.js +4 -2
  9. package/esm/mainnet/beezee/assets.js +14 -7
  10. package/esm/mainnet/beezee/chain.js +7 -7
  11. package/esm/mainnet/carbon/assets.js +26 -13
  12. package/esm/mainnet/coreum/chain.js +6 -6
  13. package/esm/mainnet/cosmoshub/assets.js +4 -2
  14. package/esm/mainnet/cronos/assets.js +4 -2
  15. package/esm/mainnet/dydx/assets.js +2 -1
  16. package/esm/mainnet/dymension/assets.js +4 -2
  17. package/esm/mainnet/dyson/assets.js +6 -3
  18. package/esm/mainnet/elys/assets.js +45 -7
  19. package/esm/mainnet/evmos/assets.js +2 -1
  20. package/esm/mainnet/injective/assets.js +6 -3
  21. package/esm/mainnet/joltify/assets.js +4 -2
  22. package/esm/mainnet/juno/assets.js +23 -1
  23. package/esm/mainnet/kopi/assets.js +10 -5
  24. package/esm/mainnet/kujira/assets.js +30 -15
  25. package/esm/mainnet/mantrachain/assets.js +6 -3
  26. package/esm/mainnet/mars/assets.js +2 -1
  27. package/esm/mainnet/migaloo/assets.js +6 -3
  28. package/esm/mainnet/milkyway/assets.js +6 -3
  29. package/esm/mainnet/neutron/assets.js +14 -7
  30. package/esm/mainnet/nibiru/assets.js +2 -1
  31. package/esm/mainnet/noble/assets.js +4 -2
  32. package/esm/mainnet/noble/ibc.js +1 -1
  33. package/esm/mainnet/nolus/assets.js +44 -22
  34. package/esm/mainnet/omniflixhub/assets.js +10 -5
  35. package/esm/mainnet/oraichain/assets.js +6 -3
  36. package/esm/mainnet/osmosis/assets.js +306 -153
  37. package/esm/mainnet/persistence/assets.js +16 -8
  38. package/esm/mainnet/planq/assets.js +50 -3
  39. package/esm/mainnet/pryzm/assets.js +242 -2
  40. package/esm/mainnet/quasar/assets.js +6 -3
  41. package/esm/mainnet/quicksilver/assets.js +2 -1
  42. package/esm/mainnet/routerchain/assets.js +49 -0
  43. package/esm/mainnet/sei/assets.js +2 -1
  44. package/esm/mainnet/sidechain/assets.js +2 -1
  45. package/esm/mainnet/stargaze/assets.js +10 -5
  46. package/esm/mainnet/stride/assets.js +2 -1
  47. package/esm/mainnet/teritori/assets.js +6 -3
  48. package/esm/mainnet/terra/assets.js +2 -1
  49. package/esm/mainnet/terra2/assets.js +10 -5
  50. package/esm/mainnet/titan/assets.js +2 -1
  51. package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
  52. package/esm/noncosmos/bitcointestnet/assets.js +2 -1
  53. package/esm/noncosmos/polygon/assets.js +2 -1
  54. package/esm/testnet/archwaytestnet/assets.js +2 -1
  55. package/esm/testnet/cosmosicsprovidertestnet/chain.js +6 -6
  56. package/esm/testnet/dydxtestnet/assets.js +2 -1
  57. package/esm/testnet/impacthubtestnet/assets.js +2 -1
  58. package/esm/testnet/jackaltestnet2/assets.js +2 -1
  59. package/esm/testnet/kyvetestnet/assets.js +2 -1
  60. package/esm/testnet/manifesttestnet/assets.js +2 -1
  61. package/esm/testnet/mantrachaintestnet/assets.js +2 -1
  62. package/esm/testnet/neuratestnet/assets.js +2 -1
  63. package/esm/testnet/nobletestnet/assets.js +2 -1
  64. package/esm/testnet/osmosistestnet/assets.js +12 -6
  65. package/esm/testnet/titantestnet/assets.js +2 -1
  66. package/esm/testnet/unificationtestnet/assets.js +2 -1
  67. package/esm/testnet/xiontestnet/assets.js +6 -3
  68. package/mainnet/agoric/chain.js +5 -5
  69. package/mainnet/agoric/ibc.js +1 -1
  70. package/mainnet/akash/chain.js +9 -94
  71. package/mainnet/archway/assets.js +4 -2
  72. package/mainnet/beezee/assets.js +14 -7
  73. package/mainnet/beezee/chain.js +7 -7
  74. package/mainnet/carbon/assets.js +26 -13
  75. package/mainnet/coreum/chain.js +6 -6
  76. package/mainnet/cosmoshub/assets.js +4 -2
  77. package/mainnet/cronos/assets.js +4 -2
  78. package/mainnet/dydx/assets.js +2 -1
  79. package/mainnet/dymension/assets.js +4 -2
  80. package/mainnet/dyson/assets.js +6 -3
  81. package/mainnet/elys/assets.js +45 -7
  82. package/mainnet/evmos/assets.js +2 -1
  83. package/mainnet/injective/assets.js +6 -3
  84. package/mainnet/joltify/assets.js +4 -2
  85. package/mainnet/juno/assets.js +23 -1
  86. package/mainnet/kopi/assets.js +10 -5
  87. package/mainnet/kujira/assets.js +30 -15
  88. package/mainnet/mantrachain/assets.js +6 -3
  89. package/mainnet/mars/assets.js +2 -1
  90. package/mainnet/migaloo/assets.js +6 -3
  91. package/mainnet/milkyway/assets.js +6 -3
  92. package/mainnet/neutron/assets.js +14 -7
  93. package/mainnet/nibiru/assets.js +2 -1
  94. package/mainnet/noble/assets.js +4 -2
  95. package/mainnet/noble/ibc.js +1 -1
  96. package/mainnet/nolus/assets.js +44 -22
  97. package/mainnet/omniflixhub/assets.js +10 -5
  98. package/mainnet/oraichain/assets.js +6 -3
  99. package/mainnet/osmosis/assets.js +306 -153
  100. package/mainnet/persistence/assets.js +16 -8
  101. package/mainnet/planq/assets.js +50 -3
  102. package/mainnet/pryzm/assets.js +242 -2
  103. package/mainnet/quasar/assets.js +6 -3
  104. package/mainnet/quicksilver/assets.js +2 -1
  105. package/mainnet/routerchain/assets.js +49 -0
  106. package/mainnet/sei/assets.js +2 -1
  107. package/mainnet/sidechain/assets.js +2 -1
  108. package/mainnet/stargaze/assets.js +10 -5
  109. package/mainnet/stride/assets.js +2 -1
  110. package/mainnet/teritori/assets.js +6 -3
  111. package/mainnet/terra/assets.js +2 -1
  112. package/mainnet/terra2/assets.js +10 -5
  113. package/mainnet/titan/assets.js +2 -1
  114. package/noncosmos/avalanchetestnet/assets.js +2 -1
  115. package/noncosmos/bitcointestnet/assets.js +2 -1
  116. package/noncosmos/polygon/assets.js +2 -1
  117. package/package.json +4 -4
  118. package/testnet/archwaytestnet/assets.js +2 -1
  119. package/testnet/cosmosicsprovidertestnet/chain.js +6 -6
  120. package/testnet/dydxtestnet/assets.js +2 -1
  121. package/testnet/impacthubtestnet/assets.js +2 -1
  122. package/testnet/jackaltestnet2/assets.js +2 -1
  123. package/testnet/kyvetestnet/assets.js +2 -1
  124. package/testnet/manifesttestnet/assets.js +2 -1
  125. package/testnet/mantrachaintestnet/assets.js +2 -1
  126. package/testnet/neuratestnet/assets.js +2 -1
  127. package/testnet/nobletestnet/assets.js +2 -1
  128. package/testnet/osmosistestnet/assets.js +12 -6
  129. package/testnet/titantestnet/assets.js +2 -1
  130. package/testnet/unificationtestnet/assets.js +2 -1
  131. package/testnet/xiontestnet/assets.js +6 -3
@@ -75,7 +75,8 @@ const info = {
75
75
  socials: {
76
76
  website: 'https://astroport.fi/',
77
77
  twitter: 'https://twitter.com/astroport_fi'
78
- }
78
+ },
79
+ coingecko_id: 'astroport-fi'
79
80
  },
80
81
  {
81
82
  description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
@@ -118,7 +119,8 @@ const info = {
118
119
  logo_URIs: {
119
120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
120
121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
121
- }
122
+ },
123
+ coingecko_id: 'astroport-fi'
122
124
  },
123
125
  {
124
126
  description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
@@ -1136,7 +1138,8 @@ const info = {
1136
1138
  logo_URIs: {
1137
1139
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1138
1140
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1139
- }
1141
+ },
1142
+ coingecko_id: 'tether'
1140
1143
  },
1141
1144
  {
1142
1145
  description: 'ATOM-LUNA liquidity pool token on URA',
@@ -1278,7 +1281,8 @@ const info = {
1278
1281
  }
1279
1282
  }, {
1280
1283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1281
- }]
1284
+ }],
1285
+ coingecko_id: 'usd-coin'
1282
1286
  },
1283
1287
  {
1284
1288
  description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
@@ -1322,7 +1326,8 @@ const info = {
1322
1326
  socials: {
1323
1327
  website: 'https://www.cryptodungeon.org',
1324
1328
  twitter: 'https://twitter.com/cryptodungeonma'
1325
- }
1329
+ },
1330
+ coingecko_id: 'dragon-coin-2'
1326
1331
  },
1327
1332
  {
1328
1333
  description: 'The native token of Migaloo Chain',
@@ -89,7 +89,8 @@ const info = {
89
89
  circle: true,
90
90
  primary_color_hex: '#2775CA'
91
91
  }
92
- }]
92
+ }],
93
+ coingecko_id: 'usd-coin'
93
94
  }]
94
95
  };
95
96
  export default info;
@@ -140,7 +140,8 @@ const info = {
140
140
  circle: true,
141
141
  primary_color_hex: '#2775CA'
142
142
  }
143
- }]
143
+ }],
144
+ coingecko_id: 'usd-coin'
144
145
  }
145
146
  ]
146
147
  };
@@ -35,7 +35,8 @@ const info = {
35
35
  background_color_hex: '#f4941c',
36
36
  circle: true
37
37
  }
38
- }]
38
+ }],
39
+ coingecko_id: 'bitcoin'
39
40
  }]
40
41
  };
41
42
  export default info;
@@ -322,7 +322,8 @@ const info = {
322
322
  theme: {
323
323
  primary_color_hex: '#ebb324'
324
324
  }
325
- }]
325
+ }],
326
+ coingecko_id: 'page'
326
327
  },
327
328
  {
328
329
  description: 'wETH is \'wrapped ETH\'',
@@ -48,7 +48,8 @@ const info = {
48
48
  website: 'https://archway.io/',
49
49
  twitter: 'https://twitter.com/archwayHQ'
50
50
  },
51
- type_asset: 'sdk.coin'
51
+ type_asset: 'sdk.coin',
52
+ coingecko_id: 'archway'
52
53
  }, {
53
54
  description: 'Wrapped CONST (Archway Testnet token)',
54
55
  type_asset: 'cw20',
@@ -27,16 +27,16 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  git_repo: 'https://github.com/cosmos/gaia',
30
- recommended_version: 'v22.0.0-rc0',
31
- compatible_versions: ['v22.0.0-rc0'],
30
+ recommended_version: 'v22.2.0',
31
+ compatible_versions: ['v22.2.0'],
32
32
  consensus: {
33
33
  type: 'cometbft',
34
- version: 'v0.38.15'
34
+ version: 'v0.38.17'
35
35
  },
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-linux-amd64',
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.0.0-rc0/gaiad-v22.0.0-rc0-darwin-arm64'
37
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-linux-amd64',
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v22.2.0/gaiad-v22.2.0-darwin-arm64'
40
40
  },
41
41
  genesis: {
42
42
  genesis_url: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
@@ -42,7 +42,8 @@ const info = {
42
42
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
43
43
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
44
44
  },
45
- type_asset: 'sdk.coin'
45
+ type_asset: 'sdk.coin',
46
+ coingecko_id: 'dydx-chain'
46
47
  }]
47
48
  };
48
49
  export default info;
@@ -37,7 +37,8 @@ const info = {
37
37
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
38
38
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
39
39
  },
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'ixo'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -33,7 +33,8 @@ const info = {
33
33
  primary_color_hex: '#dbdbcb'
34
34
  }
35
35
  }],
36
- type_asset: 'sdk.coin'
36
+ type_asset: 'sdk.coin',
37
+ coingecko_id: 'jackal-protocol'
37
38
  }]
38
39
  };
39
40
  export default info;
@@ -37,7 +37,8 @@ const info = {
37
37
  primary_color_hex: '#335350'
38
38
  }
39
39
  }],
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'kyve-network'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -85,7 +85,8 @@ const info = {
85
85
  logo_URIs: {
86
86
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
87
87
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
88
- }
88
+ },
89
+ coingecko_id: 'osmosis'
89
90
  },
90
91
  {
91
92
  description: 'asdasdasd',
@@ -42,7 +42,8 @@ const info = {
42
42
  primary_color_hex: '#fba0c1'
43
43
  }
44
44
  }],
45
- type_asset: 'sdk.coin'
45
+ type_asset: 'sdk.coin',
46
+ coingecko_id: 'mantra-dao'
46
47
  }]
47
48
  };
48
49
  export default info;
@@ -29,7 +29,8 @@ const info = {
29
29
  },
30
30
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ankr.svg'
31
31
  }],
32
- type_asset: 'sdk.coin'
32
+ type_asset: 'sdk.coin',
33
+ coingecko_id: 'ankr'
33
34
  }]
34
35
  };
35
36
  export default info;
@@ -72,7 +72,8 @@ const info = {
72
72
  primary_color_hex: '#2775CA'
73
73
  }
74
74
  }],
75
- type_asset: 'sdk.coin'
75
+ type_asset: 'sdk.coin',
76
+ coingecko_id: 'usd-coin'
76
77
  },
77
78
  {
78
79
  description: 'Ondo US Dollar Yield',
@@ -258,7 +258,8 @@ const info = {
258
258
  },
259
259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
260
260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
261
- }]
261
+ }],
262
+ coingecko_id: 'juno-network'
262
263
  },
263
264
  {
264
265
  description: 'The native token of Mars Protocol',
@@ -368,7 +369,8 @@ const info = {
368
369
  circle: true,
369
370
  primary_color_hex: '#2775CA'
370
371
  }
371
- }]
372
+ }],
373
+ coingecko_id: 'usd-coin'
372
374
  },
373
375
  {
374
376
  description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
@@ -458,7 +460,8 @@ const info = {
458
460
  theme: {
459
461
  primary_color_hex: '#335350'
460
462
  }
461
- }]
463
+ }],
464
+ coingecko_id: 'kyve-network'
462
465
  },
463
466
  {
464
467
  description: 'QCK - native token of Quicksilver',
@@ -497,7 +500,8 @@ const info = {
497
500
  base_denom: 'uqck'
498
501
  },
499
502
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
500
- }]
503
+ }],
504
+ coingecko_id: 'quicksilver'
501
505
  },
502
506
  {
503
507
  description: 'The XPRT token is primarily a governance token for the Persistence chain.',
@@ -537,7 +541,8 @@ const info = {
537
541
  },
538
542
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
539
543
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
540
- }]
544
+ }],
545
+ coingecko_id: 'persistence'
541
546
  },
542
547
  {
543
548
  description: 'The native token of Saga Testnet',
@@ -628,7 +633,8 @@ const info = {
628
633
  theme: {
629
634
  primary_color_hex: '#2c4484'
630
635
  }
631
- }]
636
+ }],
637
+ coingecko_id: 'ixo'
632
638
  },
633
639
  {
634
640
  denom_units: [{
@@ -88,7 +88,8 @@ const info = {
88
88
  circle: true,
89
89
  primary_color_hex: '#2775CA'
90
90
  }
91
- }]
91
+ }],
92
+ coingecko_id: 'usd-coin'
92
93
  },
93
94
  {
94
95
  description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
@@ -37,7 +37,8 @@ const info = {
37
37
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
38
38
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
39
39
  },
40
- type_asset: 'sdk.coin'
40
+ type_asset: 'sdk.coin',
41
+ coingecko_id: 'unification'
41
42
  }]
42
43
  };
43
44
  export default info;
@@ -62,7 +62,8 @@ const info = {
62
62
  logo_URIs: {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
64
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
65
- }
65
+ },
66
+ coingecko_id: 'axelar'
66
67
  },
67
68
  {
68
69
  denom_units: [{
@@ -101,7 +102,8 @@ const info = {
101
102
  logo_URIs: {
102
103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
103
104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
104
- }
105
+ },
106
+ coingecko_id: 'osmosis'
105
107
  },
106
108
  {
107
109
  denom_units: [{
@@ -184,7 +186,8 @@ const info = {
184
186
  logo_URIs: {
185
187
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
186
188
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
187
- }
189
+ },
190
+ coingecko_id: 'injective-protocol'
188
191
  }
189
192
  ]
190
193
  };
@@ -37,20 +37,20 @@ const info = {
37
37
  genesis: {
38
38
  genesis_url: 'https://main.agoric.net/genesis.json'
39
39
  },
40
- recommended_version: 'agoric-upgrade-18',
41
- compatible_versions: ['agoric-upgrade-18'],
40
+ recommended_version: 'agoric-upgrade-18a',
41
+ compatible_versions: ['agoric-upgrade-18a'],
42
42
  consensus: {
43
43
  type: 'cometbft',
44
- version: 'v0.34.30',
44
+ version: 'v0.34.35',
45
45
  repo: 'https://github.com/agoric-labs/cometbft',
46
- tag: 'v0.34.30-alpha.agoric.2'
46
+ tag: 'v0.34.35-alpha.agoric.3'
47
47
  },
48
48
  cosmwasm: {
49
49
  enabled: false
50
50
  },
51
51
  language: {
52
52
  type: 'go',
53
- version: '1.20.2'
53
+ version: '1.22.12'
54
54
  },
55
55
  sdk: {
56
56
  type: 'cosmos',
@@ -300,7 +300,7 @@ const info = [
300
300
  chain_2: {
301
301
  chain_name: 'noble',
302
302
  client_id: '07-tendermint-32',
303
- connection_id: 'connection-40'
303
+ connection_id: 'connection-38'
304
304
  },
305
305
  channels: [{
306
306
  chain_1: {
@@ -60,10 +60,6 @@ const info = {
60
60
  description: 'Akash is open-source Supercloud that lets users buy and sell computing resources securely and efficiently. Purpose-built for public utility.',
61
61
  apis: {
62
62
  rpc: [
63
- {
64
- address: 'https://rpc.akash.forbole.com:443',
65
- provider: 'forbole'
66
- },
67
63
  {
68
64
  address: 'https://rpc-akash.ecostake.com:443',
69
65
  provider: 'ecostake'
@@ -77,7 +73,7 @@ const info = {
77
73
  provider: 'Polkachu'
78
74
  },
79
75
  {
80
- address: 'http://akash.c29r3.xyz:80/rpc',
76
+ address: 'https://akash.c29r3.xyz:80/rpc',
81
77
  provider: 'c29r3'
82
78
  },
83
79
  {
@@ -96,20 +92,12 @@ const info = {
96
92
  address: 'https://akash-rpc.publicnode.com:443',
97
93
  provider: 'Allnodes ⚡️ Nodes & Staking'
98
94
  },
99
- {
100
- address: 'https://akash.declab.pro:26601',
101
- provider: 'Decloud Nodes Lab'
102
- },
103
95
  {
104
96
  address: 'https://rpc.akash.bronbro.io:443',
105
97
  provider: 'Bro_n_Bro'
106
98
  }
107
99
  ],
108
100
  rest: [
109
- {
110
- address: 'https://api.akash.forbole.com:443',
111
- provider: 'forbole'
112
- },
113
101
  {
114
102
  address: 'https://rest-akash.ecostake.com',
115
103
  provider: 'ecostake'
@@ -122,14 +110,6 @@ const info = {
122
110
  address: 'https://akash-api.polkachu.com',
123
111
  provider: 'Polkachu'
124
112
  },
125
- {
126
- address: 'https://api-akash.cosmos-spaces.cloud',
127
- provider: 'Cosmos Spaces'
128
- },
129
- {
130
- address: 'https://api-akash-ia.cosmosia.notional.ventures',
131
- provider: 'Notional'
132
- },
133
113
  {
134
114
  address: 'https://akash.c29r3.xyz:443/api',
135
115
  provider: 'c29r3'
@@ -162,73 +142,18 @@ const info = {
162
142
  address: 'https://akash-api.validatornode.com',
163
143
  provider: 'ValidatorNode'
164
144
  },
165
- {
166
- address: 'https://api-akash.whispernode.com:443',
167
- provider: 'WhisperNode 🤐'
168
- },
169
- {
170
- address: 'https://public.stakewolle.com/cosmos/akash/rest',
171
- provider: 'Stakewolle'
172
- },
173
- {
174
- address: 'https://akash.declab.pro:443',
175
- provider: 'Decloud Nodes Lab'
176
- },
177
145
  {
178
146
  address: 'https://lcd.akash.bronbro.io:443',
179
147
  provider: 'Bro_n_Bro'
180
148
  }
181
149
  ],
182
- grpc: [
183
- {
184
- address: 'grpc-akash-ia.cosmosia.notional.ventures:443',
185
- provider: 'Notional'
186
- },
187
- {
150
+ grpc: [{
188
151
  address: 'akash.lavenderfive.com:443',
189
152
  provider: 'Lavender.Five Nodes 🐝'
190
- },
191
- {
192
- address: 'akash-grpc.polkachu.com:12890',
193
- provider: 'Polkachu'
194
- },
195
- {
196
- address: 'akash-mainnet-grpc.autostake.com:443',
197
- provider: 'AutoStake 🛡️ Slash Protected'
198
- },
199
- {
200
- address: 'grpc-akash.cosmos-spaces.cloud:1110',
201
- provider: 'Cosmos Spaces'
202
- },
203
- {
204
- address: 'grpc-akash-01.stakeflow.io:1502',
205
- provider: 'Stakeflow'
206
- },
207
- {
208
- address: 'akash-grpc.w3coins.io:12890',
209
- provider: 'w3coins'
210
- },
211
- {
153
+ }, {
212
154
  address: 'akash-grpc.publicnode.com:443',
213
155
  provider: 'Allnodes ⚡️ Nodes & Staking'
214
- },
215
- {
216
- address: 'https://akash.declab.pro:9001',
217
- provider: 'Decloud Nodes Lab'
218
- },
219
- {
220
- address: 'grpc-akash.whispernode.com:443',
221
- provider: 'WhisperNode 🤐'
222
- },
223
- {
224
- address: 'https://grpc.akash.bronbro.io:443',
225
- provider: 'Bro_n_Bro'
226
- },
227
- {
228
- address: 'akash-mainnet-grpc.cosmonautstakes.com:14090',
229
- provider: 'Cosmonaut Stakes'
230
- }
231
- ]
156
+ }]
232
157
  },
233
158
  explorers: [
234
159
  {
@@ -237,17 +162,17 @@ const info = {
237
162
  tx_page: 'https://ezstaking.app/akash/txs/${txHash}',
238
163
  account_page: 'https://ezstaking.app/akash/account/${accountAddress}'
239
164
  },
165
+ {
166
+ kind: 'ping.pub',
167
+ url: 'https://ping.pub/akash',
168
+ tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
169
+ },
240
170
  {
241
171
  kind: 'mintscan',
242
172
  url: 'https://www.mintscan.io/akash',
243
173
  tx_page: 'https://www.mintscan.io/akash/transactions/${txHash}',
244
174
  account_page: 'https://www.mintscan.io/akash/accounts/${accountAddress}'
245
175
  },
246
- {
247
- kind: 'ping.pub',
248
- url: 'https://ping.pub/akash-network',
249
- tx_page: 'https://ping.pub/akash-network/tx/${txHash}'
250
- },
251
176
  {
252
177
  kind: 'staking-explorer.com',
253
178
  url: 'https://staking-explorer.com/explorer/akash',
@@ -260,21 +185,11 @@ const info = {
260
185
  tx_page: 'https://atomscan.com/akash/transactions/${txHash}',
261
186
  account_page: 'https://atomscan.com/akash/accounts/${accountAddress}'
262
187
  },
263
- {
264
- kind: 'cloudmos',
265
- url: 'https://cloudmos.io/blocks',
266
- tx_page: 'https://cloudmos.io/transactions/${txHash}'
267
- },
268
188
  {
269
189
  kind: 'Stakeflow',
270
190
  url: 'https://stakeflow.io/akash',
271
191
  account_page: 'https://stakeflow.io/akash/accounts/${accountAddress}'
272
192
  },
273
- {
274
- kind: 'ValidatorNode',
275
- url: 'https://explorer.validatornode.com/akash-network',
276
- tx_page: 'https://explorer.validatornode.com/akash-network/tx/${txHash}'
277
- },
278
193
  {
279
194
  kind: 'Decloud Nodes Lab',
280
195
  url: 'https://explorer.declab.pro/Akash',
@@ -161,7 +161,8 @@ const info = {
161
161
  theme: {
162
162
  primary_color_hex: '#3454bc'
163
163
  }
164
- }]
164
+ }],
165
+ coingecko_id: 'vidulum'
165
166
  },
166
167
  {
167
168
  description: 'Astrovault AXV',
@@ -276,7 +277,8 @@ const info = {
276
277
  circle: true,
277
278
  primary_color_hex: '#2775CA'
278
279
  }
279
- }]
280
+ }],
281
+ coingecko_id: 'usd-coin'
280
282
  },
281
283
  {
282
284
  description: 'Wrapped USDC (Noble)',
@@ -110,7 +110,8 @@ const info = {
110
110
  logo_URIs: {
111
111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
112
112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
113
- }
113
+ },
114
+ coingecko_id: 'osmosis'
114
115
  },
115
116
  {
116
117
  description: 'Crypto2Mars Community Token',
@@ -184,7 +185,8 @@ const info = {
184
185
  theme: {
185
186
  primary_color_hex: '#fc4c04'
186
187
  }
187
- }]
188
+ }],
189
+ coingecko_id: 'archway'
188
190
  },
189
191
  {
190
192
  description: 'USDC from Noble',
@@ -229,7 +231,8 @@ const info = {
229
231
  logo_URIs: {
230
232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
231
233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
232
- }
234
+ },
235
+ coingecko_id: 'usd-coin'
233
236
  },
234
237
  {
235
238
  description: 'The Spice memecoin',
@@ -269,7 +272,8 @@ const info = {
269
272
  channel_id: 'channel-0',
270
273
  path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
271
274
  }
272
- }]
275
+ }],
276
+ coingecko_id: 'spice-2'
273
277
  },
274
278
  {
275
279
  description: 'JKL from Jackal Network',
@@ -312,7 +316,8 @@ const info = {
312
316
  logo_URIs: {
313
317
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
314
318
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
315
- }
319
+ },
320
+ coingecko_id: 'jackal-protocol'
316
321
  },
317
322
  {
318
323
  description: 'FLIX from OmniFlix Network',
@@ -355,7 +360,8 @@ const info = {
355
360
  logo_URIs: {
356
361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
357
362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
358
- }
363
+ },
364
+ coingecko_id: 'omniflix-network'
359
365
  },
360
366
  {
361
367
  description: 'The Sherpa memecoin',
@@ -481,7 +487,8 @@ const info = {
481
487
  socials: {
482
488
  website: 'https://posthuman.digital/',
483
489
  twitter: 'https://twitter.com/POSTHUMAN_DVS'
484
- }
490
+ },
491
+ coingecko_id: 'posthuman'
485
492
  }
486
493
  ]
487
494
  };