chain-registry 2.0.98 → 2.0.100

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.
@@ -30,13 +30,13 @@ const info = {
30
30
  genesis: {
31
31
  genesisUrl: 'https://main.agoric.net/genesis.json'
32
32
  },
33
- recommendedVersion: 'agoric-upgrade-21',
34
- compatibleVersions: ['agoric-upgrade-21'],
33
+ recommendedVersion: 'agoric-upgrade-22',
34
+ compatibleVersions: ['agoric-upgrade-22'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
- version: 'v0.37.15',
37
+ version: 'v0.38.17',
38
38
  repo: 'https://github.com/agoric-labs/cometbft',
39
- tag: 'v0.37.15-alpha.agoric.1'
39
+ tag: 'v0.38.17-alpha.agoric.1.1'
40
40
  },
41
41
  cosmwasm: {
42
42
  enabled: false
@@ -48,17 +48,17 @@ const info = {
48
48
  sdk: {
49
49
  type: 'cosmos',
50
50
  repo: 'https://github.com/agoric-labs/cosmos-sdk',
51
- version: 'v0.47.17',
52
- tag: 'v0.47.17-alpha.agoric.1'
51
+ version: 'v0.50.14',
52
+ tag: 'v0.50.14-alpha.agoric.3'
53
53
  },
54
54
  ibc: {
55
55
  type: 'go',
56
- version: 'v7.10.0',
56
+ version: 'v8.7.0',
57
57
  repo: 'https://github.com/agoric-labs/ibc-go',
58
- tag: 'v7.10.0-alpha.agoric.2',
58
+ tag: 'v8.7.0-alpha.agoric.1',
59
59
  icsEnabled: ['ics20-1']
60
60
  },
61
- tag: 'agoric-upgrade-21'
61
+ tag: 'agoric-upgrade-22b'
62
62
  },
63
63
  logoURIs: {
64
64
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
@@ -163,6 +163,10 @@ const info = {
163
163
  {
164
164
  address: 'https://atomone-rpc.stakerhouse.com',
165
165
  provider: 'StakerHouse'
166
+ },
167
+ {
168
+ address: 'https://mainnet-atomone-rpc.konsortech.xyz/',
169
+ provider: 'KonsorTech'
166
170
  }
167
171
  ],
168
172
  rest: [
@@ -265,6 +269,10 @@ const info = {
265
269
  {
266
270
  address: 'https://atomone-rest.stakerhouse.com',
267
271
  provider: 'StakerHouse'
272
+ },
273
+ {
274
+ address: 'https://mainnet-atomone-api.konsortech.xyz/',
275
+ provider: 'KonsorTech'
268
276
  }
269
277
  ],
270
278
  grpc: [
@@ -335,6 +343,10 @@ const info = {
335
343
  {
336
344
  address: 'atomone-grpc.kynraze.com:77',
337
345
  provider: 'kynraze'
346
+ },
347
+ {
348
+ address: 'mainnet-atomone.konsortech.xyz:12090',
349
+ provider: 'KonsorTech'
338
350
  }
339
351
  ]
340
352
  },
@@ -428,6 +440,12 @@ const info = {
428
440
  url: 'https://cosmotracker.com/atomone',
429
441
  txPage: 'https://cosmotracker.com/atomone/tx/${txHash}',
430
442
  accountPage: 'https://cosmotracker.com/atomone/account/${accountAddress}'
443
+ },
444
+ {
445
+ kind: 'KonsorTech',
446
+ url: 'https://explorer.konsortech.xyz/atomone',
447
+ txPage: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
448
+ accountPage: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
431
449
  }
432
450
  ],
433
451
  images: [{
@@ -34,11 +34,11 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
37
- recommendedVersion: 'protocol/v9.3.0',
38
- compatibleVersions: ['protocol/v9.3.0'],
37
+ recommendedVersion: 'protocol/v9.4.0',
38
+ compatibleVersions: ['protocol/v9.4.0'],
39
39
  binaries: {
40
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-amd64.tar.gz',
41
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-arm64.tar.gz'
40
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-amd64.tar.gz',
41
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-arm64.tar.gz'
42
42
  },
43
43
  consensus: {
44
44
  type: 'cometbft',
@@ -3,7 +3,8 @@ const info = {
3
3
  chainName: 'intento',
4
4
  assets: [
5
5
  {
6
- description: 'The native token of INTENTO',
6
+ description: 'The native token of Intento',
7
+ extendedDescription: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
7
8
  denomUnits: [{
8
9
  denom: 'uinto',
9
10
  exponent: 0
@@ -23,7 +24,11 @@ const info = {
23
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
24
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
25
26
  }],
26
- typeAsset: 'sdk.coin'
27
+ typeAsset: 'sdk.coin',
28
+ socials: {
29
+ website: 'https://intento.zone',
30
+ x: 'https://x.com/intentozone'
31
+ }
27
32
  },
28
33
  {
29
34
  description: 'The staking token of the Cosmos Hub',
@@ -21885,7 +21885,10 @@ const info = {
21885
21885
  chainName: 'zcash',
21886
21886
  baseDenom: 'zatoshi'
21887
21887
  },
21888
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21888
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
21889
+ theme: {
21890
+ circle: true
21891
+ }
21889
21892
  }]
21890
21893
  },
21891
21894
  {
@@ -13,7 +13,10 @@ const info = {
13
13
  baseDenom: 'upenumbra'
14
14
  },
15
15
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
16
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
16
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
17
+ theme: {
18
+ circle: true
19
+ }
17
20
  }],
18
21
  slip44: 118
19
22
  };
@@ -46,6 +46,10 @@ const info = {
46
46
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
47
47
  },
48
48
  images: [{
49
+ imageSync: {
50
+ chainName: 'ethereum',
51
+ baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
52
+ },
49
53
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
50
54
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
51
55
  }],
@@ -28,7 +28,10 @@ const info = {
28
28
  chainName: 'zcash',
29
29
  baseDenom: 'zatoshi'
30
30
  },
31
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
31
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
32
+ theme: {
33
+ circle: true
34
+ }
32
35
  }],
33
36
  coingeckoId: 'zcash'
34
37
  }]
@@ -262,6 +262,9 @@ const info = {
262
262
  ],
263
263
  logoURIs: {
264
264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
265
- }
265
+ },
266
+ images: [{
267
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
268
+ }]
266
269
  };
267
270
  export default info;
@@ -32,13 +32,13 @@ const info = {
32
32
  genesis: {
33
33
  genesisUrl: 'https://main.agoric.net/genesis.json'
34
34
  },
35
- recommendedVersion: 'agoric-upgrade-21',
36
- compatibleVersions: ['agoric-upgrade-21'],
35
+ recommendedVersion: 'agoric-upgrade-22',
36
+ compatibleVersions: ['agoric-upgrade-22'],
37
37
  consensus: {
38
38
  type: 'cometbft',
39
- version: 'v0.37.15',
39
+ version: 'v0.38.17',
40
40
  repo: 'https://github.com/agoric-labs/cometbft',
41
- tag: 'v0.37.15-alpha.agoric.1'
41
+ tag: 'v0.38.17-alpha.agoric.1.1'
42
42
  },
43
43
  cosmwasm: {
44
44
  enabled: false
@@ -50,17 +50,17 @@ const info = {
50
50
  sdk: {
51
51
  type: 'cosmos',
52
52
  repo: 'https://github.com/agoric-labs/cosmos-sdk',
53
- version: 'v0.47.17',
54
- tag: 'v0.47.17-alpha.agoric.1'
53
+ version: 'v0.50.14',
54
+ tag: 'v0.50.14-alpha.agoric.3'
55
55
  },
56
56
  ibc: {
57
57
  type: 'go',
58
- version: 'v7.10.0',
58
+ version: 'v8.7.0',
59
59
  repo: 'https://github.com/agoric-labs/ibc-go',
60
- tag: 'v7.10.0-alpha.agoric.2',
60
+ tag: 'v8.7.0-alpha.agoric.1',
61
61
  icsEnabled: ['ics20-1']
62
62
  },
63
- tag: 'agoric-upgrade-21'
63
+ tag: 'agoric-upgrade-22b'
64
64
  },
65
65
  logoURIs: {
66
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
@@ -165,6 +165,10 @@ const info = {
165
165
  {
166
166
  address: 'https://atomone-rpc.stakerhouse.com',
167
167
  provider: 'StakerHouse'
168
+ },
169
+ {
170
+ address: 'https://mainnet-atomone-rpc.konsortech.xyz/',
171
+ provider: 'KonsorTech'
168
172
  }
169
173
  ],
170
174
  rest: [
@@ -267,6 +271,10 @@ const info = {
267
271
  {
268
272
  address: 'https://atomone-rest.stakerhouse.com',
269
273
  provider: 'StakerHouse'
274
+ },
275
+ {
276
+ address: 'https://mainnet-atomone-api.konsortech.xyz/',
277
+ provider: 'KonsorTech'
270
278
  }
271
279
  ],
272
280
  grpc: [
@@ -337,6 +345,10 @@ const info = {
337
345
  {
338
346
  address: 'atomone-grpc.kynraze.com:77',
339
347
  provider: 'kynraze'
348
+ },
349
+ {
350
+ address: 'mainnet-atomone.konsortech.xyz:12090',
351
+ provider: 'KonsorTech'
340
352
  }
341
353
  ]
342
354
  },
@@ -430,6 +442,12 @@ const info = {
430
442
  url: 'https://cosmotracker.com/atomone',
431
443
  txPage: 'https://cosmotracker.com/atomone/tx/${txHash}',
432
444
  accountPage: 'https://cosmotracker.com/atomone/account/${accountAddress}'
445
+ },
446
+ {
447
+ kind: 'KonsorTech',
448
+ url: 'https://explorer.konsortech.xyz/atomone',
449
+ txPage: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
450
+ accountPage: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
433
451
  }
434
452
  ],
435
453
  images: [{
@@ -36,11 +36,11 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
39
- recommendedVersion: 'protocol/v9.3.0',
40
- compatibleVersions: ['protocol/v9.3.0'],
39
+ recommendedVersion: 'protocol/v9.4.0',
40
+ compatibleVersions: ['protocol/v9.4.0'],
41
41
  binaries: {
42
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-amd64.tar.gz',
43
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-arm64.tar.gz'
42
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-amd64.tar.gz',
43
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.4.0/dydxprotocold-v9.4.0-linux-arm64.tar.gz'
44
44
  },
45
45
  consensus: {
46
46
  type: 'cometbft',
@@ -5,7 +5,8 @@ const info = {
5
5
  chainName: 'intento',
6
6
  assets: [
7
7
  {
8
- description: 'The native token of INTENTO',
8
+ description: 'The native token of Intento',
9
+ extendedDescription: 'Intento is a purpose-built blockchain for orchestrating intent-driven actions across chains. It enables secure, self-custodial execution of flows using real-time inputs, and IBC — no smart contracts required. At its core is the intent engine, supported by trustless agents that execute cross-chain actions in a self-custodial manner. This design allows users to build anything from streaming tokens to complex interchain workflows, turning intent into action across the interchain.',
9
10
  denomUnits: [{
10
11
  denom: 'uinto',
11
12
  exponent: 0
@@ -25,7 +26,11 @@ const info = {
25
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
26
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
27
28
  }],
28
- typeAsset: 'sdk.coin'
29
+ typeAsset: 'sdk.coin',
30
+ socials: {
31
+ website: 'https://intento.zone',
32
+ x: 'https://x.com/intentozone'
33
+ }
29
34
  },
30
35
  {
31
36
  description: 'The staking token of the Cosmos Hub',
@@ -21887,7 +21887,10 @@ const info = {
21887
21887
  chainName: 'zcash',
21888
21888
  baseDenom: 'zatoshi'
21889
21889
  },
21890
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
21890
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
21891
+ theme: {
21892
+ circle: true
21893
+ }
21891
21894
  }]
21892
21895
  },
21893
21896
  {
@@ -15,7 +15,10 @@ const info = {
15
15
  baseDenom: 'upenumbra'
16
16
  },
17
17
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
18
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg'
18
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
19
+ theme: {
20
+ circle: true
21
+ }
19
22
  }],
20
23
  slip44: 118
21
24
  };
@@ -48,6 +48,10 @@ const info = {
48
48
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
49
49
  },
50
50
  images: [{
51
+ imageSync: {
52
+ chainName: 'ethereum',
53
+ baseDenom: '0xb2617246d0c6c0087f18703d576831899ca94f01'
54
+ },
51
55
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
52
56
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
53
57
  }],
@@ -30,7 +30,10 @@ const info = {
30
30
  chainName: 'zcash',
31
31
  baseDenom: 'zatoshi'
32
32
  },
33
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png'
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/zcash/images/zec.png',
34
+ theme: {
35
+ circle: true
36
+ }
34
37
  }],
35
38
  coingeckoId: 'zcash'
36
39
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.98",
3
+ "version": "2.0.100",
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.98"
32
+ "@chain-registry/types": "^2.0.100"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "18aedbb4afb97d04823cca74b9d217adb80aca8c"
42
+ "gitHead": "97386fe8b7a3c896f0c04708573cee70cf95f8d5"
43
43
  }
@@ -264,6 +264,9 @@ const info = {
264
264
  ],
265
265
  logoURIs: {
266
266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
267
- }
267
+ },
268
+ images: [{
269
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
270
+ }]
268
271
  };
269
272
  exports.default = info;