chain-registry 1.69.390 → 1.69.392
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
|
genesis_url: 'https://main.agoric.net/genesis.json'
|
|
32
32
|
},
|
|
33
|
-
recommended_version: 'agoric-upgrade-
|
|
34
|
-
compatible_versions: ['agoric-upgrade-
|
|
33
|
+
recommended_version: 'agoric-upgrade-22',
|
|
34
|
+
compatible_versions: ['agoric-upgrade-22'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
|
-
version: 'v0.
|
|
37
|
+
version: 'v0.38.17',
|
|
38
38
|
repo: 'https://github.com/agoric-labs/cometbft',
|
|
39
|
-
tag: 'v0.
|
|
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.
|
|
52
|
-
tag: 'v0.
|
|
51
|
+
version: 'v0.50.14',
|
|
52
|
+
tag: 'v0.50.14-alpha.agoric.3'
|
|
53
53
|
},
|
|
54
54
|
ibc: {
|
|
55
55
|
type: 'go',
|
|
56
|
-
version: '
|
|
56
|
+
version: 'v8.7.0',
|
|
57
57
|
repo: 'https://github.com/agoric-labs/ibc-go',
|
|
58
|
-
tag: '
|
|
58
|
+
tag: 'v8.7.0-alpha.agoric.1',
|
|
59
59
|
ics_enabled: ['ics20-1']
|
|
60
60
|
},
|
|
61
|
-
tag: 'agoric-upgrade-
|
|
61
|
+
tag: 'agoric-upgrade-22b'
|
|
62
62
|
},
|
|
63
63
|
logo_URIs: {
|
|
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
|
tx_page: 'https://cosmotracker.com/atomone/tx/${txHash}',
|
|
430
442
|
account_page: 'https://cosmotracker.com/atomone/account/${accountAddress}'
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
kind: 'KonsorTech',
|
|
446
|
+
url: 'https://explorer.konsortech.xyz/atomone',
|
|
447
|
+
tx_page: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
|
|
448
|
+
account_page: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
|
|
431
449
|
}
|
|
432
450
|
],
|
|
433
451
|
images: [{
|
package/mainnet/agoric/chain.js
CHANGED
|
@@ -32,13 +32,13 @@ const info = {
|
|
|
32
32
|
genesis: {
|
|
33
33
|
genesis_url: 'https://main.agoric.net/genesis.json'
|
|
34
34
|
},
|
|
35
|
-
recommended_version: 'agoric-upgrade-
|
|
36
|
-
compatible_versions: ['agoric-upgrade-
|
|
35
|
+
recommended_version: 'agoric-upgrade-22',
|
|
36
|
+
compatible_versions: ['agoric-upgrade-22'],
|
|
37
37
|
consensus: {
|
|
38
38
|
type: 'cometbft',
|
|
39
|
-
version: 'v0.
|
|
39
|
+
version: 'v0.38.17',
|
|
40
40
|
repo: 'https://github.com/agoric-labs/cometbft',
|
|
41
|
-
tag: 'v0.
|
|
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.
|
|
54
|
-
tag: 'v0.
|
|
53
|
+
version: 'v0.50.14',
|
|
54
|
+
tag: 'v0.50.14-alpha.agoric.3'
|
|
55
55
|
},
|
|
56
56
|
ibc: {
|
|
57
57
|
type: 'go',
|
|
58
|
-
version: '
|
|
58
|
+
version: 'v8.7.0',
|
|
59
59
|
repo: 'https://github.com/agoric-labs/ibc-go',
|
|
60
|
-
tag: '
|
|
60
|
+
tag: 'v8.7.0-alpha.agoric.1',
|
|
61
61
|
ics_enabled: ['ics20-1']
|
|
62
62
|
},
|
|
63
|
-
tag: 'agoric-upgrade-
|
|
63
|
+
tag: 'agoric-upgrade-22b'
|
|
64
64
|
},
|
|
65
65
|
logo_URIs: {
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/Agoric-logo-color.png',
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -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
|
tx_page: 'https://cosmotracker.com/atomone/tx/${txHash}',
|
|
432
444
|
account_page: 'https://cosmotracker.com/atomone/account/${accountAddress}'
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
kind: 'KonsorTech',
|
|
448
|
+
url: 'https://explorer.konsortech.xyz/atomone',
|
|
449
|
+
tx_page: 'https://explorer.konsortech.xyz/atomone/tx/${txHash}',
|
|
450
|
+
account_page: 'https://explorer.konsortech.xyz/atomone/account/${accountAddress}'
|
|
433
451
|
}
|
|
434
452
|
],
|
|
435
453
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.392",
|
|
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": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.249"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f5f17e8e3028ba843d6499f4b3c55bd4a9914569"
|
|
43
43
|
}
|