chain-registry 2.0.25 β†’ 2.0.27

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 (52) hide show
  1. package/esm/mainnet/archway/chain.js +0 -8
  2. package/esm/mainnet/asset-lists.js +2 -0
  3. package/esm/mainnet/aura/chain.js +0 -8
  4. package/esm/mainnet/axelar/asset-list.js +47 -5
  5. package/esm/mainnet/axone/asset-list.js +31 -0
  6. package/esm/mainnet/axone/chain.js +73 -0
  7. package/esm/mainnet/axone/index.js +4 -0
  8. package/esm/mainnet/bitbadges/ibc-data.js +4 -4
  9. package/esm/mainnet/chains.js +2 -0
  10. package/esm/mainnet/cosmoshub/chain.js +1 -13
  11. package/esm/mainnet/cryptoorgchain/asset-list.js +13 -3
  12. package/esm/mainnet/dhealth/asset-list.js +7 -0
  13. package/esm/mainnet/elys/chain.js +7 -0
  14. package/esm/mainnet/fetchhub/asset-list.js +6 -0
  15. package/esm/mainnet/neutaro/asset-list.js +3 -2
  16. package/esm/mainnet/neutron/asset-list.js +1 -1
  17. package/esm/mainnet/osmosis/asset-list.js +5 -0
  18. package/esm/mainnet/osmosis/ibc-data.js +4 -4
  19. package/esm/mainnet/realio/chain.js +7 -7
  20. package/esm/mainnet/routerchain/chain.js +4 -4
  21. package/esm/mainnet/shentu/chain.js +0 -8
  22. package/esm/mainnet/umee/chain.js +0 -8
  23. package/esm/noncosmos/picasso/asset-list.js +1 -1
  24. package/esm/testnet/cosmosicsprovidertestnet/chain.js +7 -7
  25. package/mainnet/archway/chain.js +0 -8
  26. package/mainnet/asset-lists.js +2 -0
  27. package/mainnet/aura/chain.js +0 -8
  28. package/mainnet/axelar/asset-list.js +47 -5
  29. package/mainnet/axone/asset-list.d.ts +3 -0
  30. package/mainnet/axone/asset-list.js +33 -0
  31. package/mainnet/axone/chain.d.ts +3 -0
  32. package/mainnet/axone/chain.js +75 -0
  33. package/mainnet/axone/index.d.ts +2 -0
  34. package/mainnet/axone/index.js +10 -0
  35. package/mainnet/bitbadges/ibc-data.js +4 -4
  36. package/mainnet/chains.js +2 -0
  37. package/mainnet/cosmoshub/chain.js +1 -13
  38. package/mainnet/cryptoorgchain/asset-list.js +13 -3
  39. package/mainnet/dhealth/asset-list.js +7 -0
  40. package/mainnet/elys/chain.js +7 -0
  41. package/mainnet/fetchhub/asset-list.js +6 -0
  42. package/mainnet/neutaro/asset-list.js +3 -2
  43. package/mainnet/neutron/asset-list.js +1 -1
  44. package/mainnet/osmosis/asset-list.js +5 -0
  45. package/mainnet/osmosis/ibc-data.js +4 -4
  46. package/mainnet/realio/chain.js +7 -7
  47. package/mainnet/routerchain/chain.js +4 -4
  48. package/mainnet/shentu/chain.js +0 -8
  49. package/mainnet/umee/chain.js +0 -8
  50. package/noncosmos/picasso/asset-list.js +1 -1
  51. package/package.json +3 -3
  52. package/testnet/cosmosicsprovidertestnet/chain.js +7 -7
@@ -44,6 +44,7 @@ const _assetmantle = __importStar(require("./assetmantle"));
44
44
  const _atomone = __importStar(require("./atomone"));
45
45
  const _aura = __importStar(require("./aura"));
46
46
  const _axelar = __importStar(require("./axelar"));
47
+ const _axone = __importStar(require("./axone"));
47
48
  const _babylon = __importStar(require("./babylon"));
48
49
  const _bandchain = __importStar(require("./bandchain"));
49
50
  const _beezee = __importStar(require("./beezee"));
@@ -254,6 +255,7 @@ const assetList = [
254
255
  _atomone.assetList,
255
256
  _aura.assetList,
256
257
  _axelar.assetList,
258
+ _axone.assetList,
257
259
  _babylon.assetList,
258
260
  _bandchain.assetList,
259
261
  _beezee.assetList,
@@ -152,10 +152,6 @@ const info = {
152
152
  address: 'https://mainnet-aura-api.konsortech.xyz',
153
153
  provider: 'KonsorTech'
154
154
  },
155
- {
156
- address: 'https://aura-api.tienthuattoan.ventures',
157
- provider: 'TienThuatToan'
158
- },
159
155
  {
160
156
  address: 'https://rest.lavenderfive.com:443/aura',
161
157
  provider: 'Lavender.Five Nodes 🐝'
@@ -218,10 +214,6 @@ const info = {
218
214
  address: 'aura.grpc.kjnodes.com:11790',
219
215
  provider: 'kjnodes'
220
216
  },
221
- {
222
- address: 'aura-grpc.tienthuattoan.ventures:9090',
223
- provider: 'TienThuatToan'
224
- },
225
217
  {
226
218
  address: 'aura.lavenderfive.com:443',
227
219
  provider: 'Lavender.Five Nodes 🐝'
@@ -201,13 +201,25 @@ const info = {
201
201
  provider: 'Axelar'
202
202
  }],
203
203
  logoURIs: {
204
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
204
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
205
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
205
206
  },
206
207
  images: [{
207
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png',
208
+ imageSync: {
209
+ chainName: 'ethereum',
210
+ baseDenom: 'wei'
211
+ },
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
208
214
  theme: {
209
- primaryColorHex: '#3a3444'
215
+ primaryColorHex: '#303030'
210
216
  }
217
+ }, {
218
+ imageSync: {
219
+ chainName: 'ethereum',
220
+ baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
221
+ },
222
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
211
223
  }],
212
224
  coingeckoId: 'axlweth',
213
225
  typeAsset: 'sdk.coin'
@@ -235,10 +247,10 @@ const info = {
235
247
  provider: 'Axelar'
236
248
  }],
237
249
  logoURIs: {
238
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
250
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png'
239
251
  },
240
252
  images: [{
241
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png',
253
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
242
254
  theme: {
243
255
  primaryColorHex: '#41394d'
244
256
  }
@@ -1298,6 +1310,16 @@ const info = {
1298
1310
  provider: 'Axelar'
1299
1311
  }],
1300
1312
  images: [{
1313
+ imageSync: {
1314
+ chainName: 'arbitrum',
1315
+ baseDenom: 'wei'
1316
+ },
1317
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
1318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1319
+ theme: {
1320
+ primaryColorHex: '#303030'
1321
+ }
1322
+ }, {
1301
1323
  imageSync: {
1302
1324
  chainName: 'arbitrum',
1303
1325
  baseDenom: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'
@@ -1327,6 +1349,16 @@ const info = {
1327
1349
  provider: 'Axelar'
1328
1350
  }],
1329
1351
  images: [{
1352
+ imageSync: {
1353
+ chainName: 'base',
1354
+ baseDenom: 'wei'
1355
+ },
1356
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1357
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
1358
+ theme: {
1359
+ primaryColorHex: '#303030'
1360
+ }
1361
+ }, {
1330
1362
  imageSync: {
1331
1363
  chainName: 'base',
1332
1364
  baseDenom: '0x4200000000000000000000000000000000000006'
@@ -1356,6 +1388,16 @@ const info = {
1356
1388
  provider: 'Axelar'
1357
1389
  }],
1358
1390
  images: [{
1391
+ imageSync: {
1392
+ chainName: 'ethereum',
1393
+ baseDenom: 'wei'
1394
+ },
1395
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
1396
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
1397
+ theme: {
1398
+ primaryColorHex: '#303030'
1399
+ }
1400
+ }, {
1359
1401
  imageSync: {
1360
1402
  chainName: 'polygon',
1361
1403
  baseDenom: '0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619'
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'axone',
6
+ assets: [{
7
+ description: 'The native token of Axone.',
8
+ extendedDescription: 'Axone is a layer-1 designed for collaborative AI training, governance and monetization at scale.',
9
+ denomUnits: [{
10
+ denom: 'uaxone',
11
+ exponent: 0
12
+ }, {
13
+ denom: 'axone',
14
+ exponent: 6
15
+ }],
16
+ base: 'uaxone',
17
+ name: 'Axone',
18
+ display: 'axone',
19
+ symbol: 'AXONE',
20
+ logoURIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
25
+ }],
26
+ typeAsset: 'sdk.coin',
27
+ socials: {
28
+ website: 'https://axone.xyz',
29
+ twitter: 'https://x.com/axonexyz'
30
+ }
31
+ }]
32
+ };
33
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'axone',
6
+ status: 'live',
7
+ website: 'http://axone.xyz/',
8
+ networkType: 'mainnet',
9
+ prettyName: 'Axone',
10
+ chainType: 'cosmos',
11
+ chainId: 'axone-1',
12
+ bech32Prefix: 'axone',
13
+ slip44: 118,
14
+ daemonName: 'axoned',
15
+ nodeHome: '$HOME/.axoned',
16
+ keyAlgos: ['secp256k1'],
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'uaxone',
20
+ lowGasPrice: 0.001,
21
+ averageGasPrice: 0.005,
22
+ highGasPrice: 0.01
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'uaxone'
28
+ }]
29
+ },
30
+ codebase: {
31
+ gitRepo: 'https://github.com/axone-protocol/axoned',
32
+ recommendedVersion: 'v12.0.0',
33
+ compatibleVersions: ['v12.0.0'],
34
+ genesis: {
35
+ genesisUrl: 'https://raw.githubusercontent.com/axone-protocol/networks/refs/heads/main/chains/1/genesis.json'
36
+ }
37
+ },
38
+ logoURIs: {
39
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
40
+ },
41
+ apis: {
42
+ rpc: [{
43
+ address: 'https://rpc.axone.cumulo.com.es',
44
+ provider: 'cumulo'
45
+ }, {
46
+ address: 'https://axone-rpc.highstakes.ch',
47
+ provider: 'High Stakes πŸ‡¨πŸ‡­'
48
+ }],
49
+ rest: [{
50
+ address: 'https://api.axone.cumulo.com.es',
51
+ provider: 'cumulo'
52
+ }, {
53
+ address: 'https://axone-api.highstakes.ch',
54
+ provider: 'High Stakes πŸ‡¨πŸ‡­'
55
+ }],
56
+ grpc: [{
57
+ address: 'grpc.axone.cumulo.com.es:443',
58
+ provider: 'cumulo'
59
+ }, {
60
+ address: 'https://axone-grpc.highstakes.ch',
61
+ provider: 'High Stakes πŸ‡¨πŸ‡­'
62
+ }]
63
+ },
64
+ explorers: [{
65
+ kind: 'valopers',
66
+ url: 'https://axone.valopers.com/',
67
+ txPage: 'https://axone.valopers.com/transactions/${txHash}',
68
+ accountPage: 'https://axone.valopers.com/account/${accountAddress}'
69
+ }],
70
+ images: [{
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axone/images/chain.png'
72
+ }],
73
+ description: 'Axone is a layer-1 designed for collaborative AI training, governance and monetization at scale.'
74
+ };
75
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assetList = asset_list_1.default;
10
+ exports.chain = chain_1.default;
@@ -32,13 +32,13 @@ const info = [{
32
32
  $schema: '../ibc_data.schema.json',
33
33
  chain1: {
34
34
  chainName: 'bitbadges',
35
- clientId: '07-tendermint-1',
36
- connectionId: 'connection-0'
35
+ clientId: '07-tendermint-2',
36
+ connectionId: 'connection-1'
37
37
  },
38
38
  chain2: {
39
39
  chainName: 'osmosis',
40
- clientId: '07-tendermint-3497',
41
- connectionId: 'connection-10745'
40
+ clientId: '07-tendermint-3498',
41
+ connectionId: 'connection-10746'
42
42
  },
43
43
  channels: [{
44
44
  chain1: {
package/mainnet/chains.js CHANGED
@@ -44,6 +44,7 @@ const _assetmantle = __importStar(require("./assetmantle"));
44
44
  const _atomone = __importStar(require("./atomone"));
45
45
  const _aura = __importStar(require("./aura"));
46
46
  const _axelar = __importStar(require("./axelar"));
47
+ const _axone = __importStar(require("./axone"));
47
48
  const _babylon = __importStar(require("./babylon"));
48
49
  const _bandchain = __importStar(require("./bandchain"));
49
50
  const _beezee = __importStar(require("./beezee"));
@@ -254,6 +255,7 @@ const chains = [
254
255
  _atomone.chain,
255
256
  _aura.chain,
256
257
  _axelar.chain,
258
+ _axone.chain,
257
259
  _babylon.chain,
258
260
  _bandchain.chain,
259
261
  _beezee.chain,
@@ -63,7 +63,7 @@ const info = {
63
63
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
64
64
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
65
65
  },
66
- description: 'In a nutshell, Cosmos Hub bills itself as a project that solves some of the hardest problems facing the blockchain industry. It aims to offer an antidote to slow, expensive, unscalable and environmentally harmful proof-of-work protocols, like those used by Bitcoin, by offering an ecosystem of connected blockchains.\n\nThe project’s other goals include making blockchain technology less complex and difficult for developers thanks to a modular framework that demystifies decentralized apps. Last but not least, an Inter-blockchain Communication protocol makes it easier for blockchain networks to communicate with each other β€” preventing fragmentation in the industry.\n\nCosmos Hub\'s origins can be dated back to 2014, when Tendermint, a core contributor to the network, was founded. In 2016, a white paper for Cosmos was published β€” and a token sale was held the following year. ATOM tokens are earned through a hybrid proof-of-stake algorithm, and they help to keep the Cosmos Hub, the project’s flagship blockchain, secure. This cryptocurrency also has a role in the network’s governance.',
66
+ description: 'The Cosmos Hub is the flagship blockchain of the Cosmos ecosystem, launched in 2019. Today, it provides multichain services to other Cosmos blockchains, including the IBC Eureka bridge between the Cosmos ecosystem and Ethereum.',
67
67
  apis: {
68
68
  rpc: [
69
69
  {
@@ -174,10 +174,6 @@ const info = {
174
174
  address: 'https://rpc-cosmoshub.mms.team',
175
175
  provider: 'MMS'
176
176
  },
177
- {
178
- address: 'https://cosmos-rpc.tienthuattoan.com',
179
- provider: 'TTT πŸ‡»πŸ‡³'
180
- },
181
177
  {
182
178
  address: 'https://community.nuxian-node.ch:6797/gaia/trpc',
183
179
  provider: 'PRO Delegators'
@@ -316,10 +312,6 @@ const info = {
316
312
  address: 'https://api-cosmoshub.mms.team',
317
313
  provider: 'MMS'
318
314
  },
319
- {
320
- address: 'https://cosmos-api.tienthuattoan.ventures',
321
- provider: 'TienThuatToan'
322
- },
323
315
  {
324
316
  address: 'https://community.nuxian-node.ch:6797/gaia/crpc',
325
317
  provider: 'PRO Delegators'
@@ -430,10 +422,6 @@ const info = {
430
422
  address: 'grpc-cosmoshub.mms.team:443',
431
423
  provider: 'MMS'
432
424
  },
433
- {
434
- address: 'cosmos-grpc.tienthuattoan.ventures:9090',
435
- provider: 'TienThuatToan'
436
- },
437
425
  {
438
426
  address: 'cosmoshub-mainnet.grpc.l0vd.com:80',
439
427
  provider: 'L0vd.com ❀️'
@@ -20,14 +20,24 @@ const info = {
20
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
21
21
  },
22
22
  coingeckoId: 'crypto-com-chain',
23
- images: [{
23
+ images: [
24
+ {
24
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
25
- }, {
26
+ },
27
+ {
26
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
27
29
  theme: {
28
30
  primaryColorHex: '#0c2c71'
29
31
  }
30
- }],
32
+ },
33
+ {
34
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.svg',
35
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro_white.png',
36
+ theme: {
37
+ darkMode: true
38
+ }
39
+ }
40
+ ],
31
41
  socials: {
32
42
  website: 'https://cronos.org/',
33
43
  twitter: 'https://twitter.com/cronos_chain'
@@ -32,6 +32,13 @@ const info = {
32
32
  theme: {
33
33
  primaryColorHex: '#140c7c'
34
34
  }
35
+ }, {
36
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.svg',
37
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp-circle.png',
38
+ theme: {
39
+ darkMode: true,
40
+ circle: true
41
+ }
35
42
  }],
36
43
  typeAsset: 'sdk.coin'
37
44
  }]
@@ -43,6 +43,13 @@ const info = {
43
43
  lowGasPrice: 0.01,
44
44
  averageGasPrice: 0.025,
45
45
  highGasPrice: 0.03
46
+ },
47
+ {
48
+ denom: 'ibc/8464A63954C0350A26C8588E20719F3A0AC8705E4CA0F7450B60C3F16B2D3421',
49
+ fixedMinGasPrice: 11395000000,
50
+ lowGasPrice: 11395000000,
51
+ averageGasPrice: 21395000000,
52
+ highGasPrice: 31395000000
46
53
  }
47
54
  ]
48
55
  },
@@ -27,6 +27,12 @@ const info = {
27
27
  theme: {
28
28
  primaryColorHex: '#1c2444'
29
29
  }
30
+ }, {
31
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.svg',
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet_white.png',
33
+ theme: {
34
+ darkMode: true
35
+ }
30
36
  }],
31
37
  typeAsset: 'sdk.coin'
32
38
  }, {
@@ -18,11 +18,12 @@ const info = {
18
18
  display: 'neutaro',
19
19
  symbol: 'NTMPI',
20
20
  logoURIs: {
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
22
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg'
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
23
22
  },
24
23
  coingeckoId: 'neutaro',
25
24
  images: [{
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/ntmpi.png'
26
+ }, {
26
27
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.png',
27
28
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutaro/images/neutaro.svg',
28
29
  theme: {
@@ -1062,7 +1062,7 @@ const info = {
1062
1062
  exponent: 6
1063
1063
  }],
1064
1064
  base: 'factory/neutron1ndu2wvkrxtane8se2tr48gv7nsm46y5gcqjhux/MARS',
1065
- name: 'Mars Protocol token',
1065
+ name: 'Mars Protocol',
1066
1066
  display: 'MARS',
1067
1067
  symbol: 'MARS',
1068
1068
  coingeckoId: 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3',
@@ -24402,6 +24402,11 @@ const info = {
24402
24402
  },
24403
24403
  images: [{
24404
24404
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/STLTH.png'
24405
+ }, {
24406
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/stlth-circle.png',
24407
+ theme: {
24408
+ circle: true
24409
+ }
24405
24410
  }]
24406
24411
  },
24407
24412
  {
@@ -552,13 +552,13 @@ const info = [
552
552
  $schema: '../ibc_data.schema.json',
553
553
  chain1: {
554
554
  chainName: 'bitbadges',
555
- clientId: '07-tendermint-1',
556
- connectionId: 'connection-0'
555
+ clientId: '07-tendermint-2',
556
+ connectionId: 'connection-1'
557
557
  },
558
558
  chain2: {
559
559
  chainName: 'osmosis',
560
- clientId: '07-tendermint-3497',
561
- connectionId: 'connection-10745'
560
+ clientId: '07-tendermint-3498',
561
+ connectionId: 'connection-10746'
562
562
  },
563
563
  channels: [{
564
564
  chain1: {
@@ -32,14 +32,14 @@ const info = {
32
32
  },
33
33
  codebase: {
34
34
  gitRepo: 'https://github.com/realiotech/realio-network',
35
- recommendedVersion: 'v1.0.2',
36
- compatibleVersions: ['v1.0.2'],
35
+ recommendedVersion: 'v1.3.0',
36
+ compatibleVersions: ['v1.3.0'],
37
37
  binaries: {
38
- "linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.0.2/realio-network_Linux_x86_64.tar.gz',
39
- "linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.0.2/realio-network_Linux_arm64.tar.gz',
40
- "darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.0.2/realio-network_Darwin_x86_64.tar.gz',
41
- "darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.0.2/realio-network_Darwin_arm64.tar.gz',
42
- "windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.0.2/realio-network_Windows_x86_64.zip'
38
+ "linux/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.3.0/realio-network_Linux_x86_64.tar.gz',
39
+ "linux/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.3.0/realio-network_Linux_arm64.tar.gz',
40
+ "darwin/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.3.0/realio-network_Darwin_x86_64.tar.gz',
41
+ "darwin/arm64": 'https://github.com/realiotech/realio-network/releases/download/v1.3.0/realio-network_Darwin_arm64.tar.gz',
42
+ "windows/amd64": 'https://github.com/realiotech/realio-network/releases/download/v1.3.0/realio-network_Windows_x86_64.zip'
43
43
  },
44
44
  consensus: {
45
45
  type: 'cometbft',
@@ -30,15 +30,15 @@ const info = {
30
30
  }]
31
31
  },
32
32
  codebase: {
33
- recommendedVersion: 'v2.2.4',
34
- compatibleVersions: ['v2.2.4'],
33
+ recommendedVersion: 'v2.2.8',
34
+ compatibleVersions: ['v2.2.8'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
37
  version: '0.37.5'
38
38
  },
39
39
  binaries: {
40
- "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.4/linux/routerd.tar.gz',
41
- "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.4/debian/routerd.tar.gz'
40
+ "linux/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.8/linux/routerd.tar.gz',
41
+ "darwin/amd64": 'https://raw.githubusercontent.com/router-protocol/router-chain-binary-release/v2.2.8/debian/routerd.tar.gz'
42
42
  },
43
43
  genesis: {
44
44
  genesisUrl: 'https://sentry.tm.rpc.routerprotocol.com/genesis'
@@ -121,10 +121,6 @@ const info = {
121
121
  address: 'https://api-shentu-01.stakeflow.io',
122
122
  provider: 'Stakeflow'
123
123
  },
124
- {
125
- address: 'https://shentu-api.tienthuattoan.ventures',
126
- provider: 'TienThuatToan'
127
- },
128
124
  {
129
125
  address: 'https://shentu-rest.publicnode.com',
130
126
  provider: 'Allnodes ⚑️ Nodes & Staking'
@@ -175,10 +171,6 @@ const info = {
175
171
  address: 'grpc-shentu-01.stakeflow.io:2402',
176
172
  provider: 'Stakeflow'
177
173
  },
178
- {
179
- address: 'shentu-grpc.tienthuattoan.ventures:9490',
180
- provider: 'TienThuatToan'
181
- },
182
174
  {
183
175
  address: 'shentu-grpc.publicnode.com:443',
184
176
  provider: 'Allnodes ⚑️ Nodes & Staking'
@@ -155,10 +155,6 @@ const info = {
155
155
  address: 'https://umee-api.polkachu.com',
156
156
  provider: 'Polkachu'
157
157
  },
158
- {
159
- address: 'https://umee-api.tienthuattoan.ventures',
160
- provider: 'TienThuatToan'
161
- },
162
158
  {
163
159
  address: 'https://api-umee-01.stakeflow.io',
164
160
  provider: 'Stakeflow'
@@ -229,10 +225,6 @@ const info = {
229
225
  address: 'umee.grpc.m.stavr.tech:9090',
230
226
  provider: 'πŸ”₯STAVRπŸ”₯'
231
227
  },
232
- {
233
- address: 'umee-grpc.tienthuattoan.ventures:9090',
234
- provider: 'TienThuatToan'
235
- },
236
228
  {
237
229
  address: 'grpc-umee-01.stakeflow.io:9990',
238
230
  provider: 'Stakeflow'
@@ -15,7 +15,7 @@ const info = {
15
15
  }],
16
16
  typeAsset: 'substrate',
17
17
  base: 'ppica',
18
- name: 'Pica',
18
+ name: 'Picasso',
19
19
  display: 'pica',
20
20
  symbol: 'PICA',
21
21
  coingeckoId: 'picasso',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.25",
3
+ "version": "2.0.27",
4
4
  "description": "Cosmos chain registry βš›οΈ",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.25"
32
+ "@chain-registry/types": "^2.0.27"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "19dd786d06fa32fab2eb98bed35c07f37820d266"
42
+ "gitHead": "1ff83e9b163e2ca0726a9f09e27ba31ab60a1a9e"
43
43
  }
@@ -29,24 +29,24 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/cosmos/gaia',
32
- recommendedVersion: 'v25.0.0',
33
- compatibleVersions: ['v25.0.0'],
32
+ recommendedVersion: 'v25.1.0',
33
+ compatibleVersions: ['v25.1.0'],
34
34
  consensus: {
35
35
  type: 'cometbft',
36
36
  version: 'v0.38.17'
37
37
  },
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-linux-amd64',
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-darwin-amd64',
41
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-darwin-arm64'
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.1.0/gaiad-v25.1.0-linux-amd64',
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.1.0/gaiad-v25.1.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.1.0/gaiad-v25.1.0-darwin-arm64'
42
42
  },
43
43
  genesis: {
44
44
  genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
45
45
  },
46
46
  sdk: {
47
47
  type: 'cosmos',
48
- version: 'v0.53.0',
49
- tag: 'v0.53.0'
48
+ version: 'v0.53.3',
49
+ tag: 'v0.53.3'
50
50
  },
51
51
  ibc: {
52
52
  type: 'go',