chain-registry 2.0.110 → 2.0.112
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.
- package/esm/mainnet/atomone/chain.js +18 -0
- package/esm/mainnet/cosmoshub/asset-list.js +40 -0
- package/esm/mainnet/zigchain/asset-list.js +41 -0
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/cosmoshub/asset-list.js +40 -0
- package/mainnet/zigchain/asset-list.js +41 -0
- package/package.json +3 -3
|
@@ -175,6 +175,10 @@ const info = {
|
|
|
175
175
|
{
|
|
176
176
|
address: 'https://rpc.atomone.indonode.net:443',
|
|
177
177
|
provider: 'Indonode'
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
address: 'https://atomone-rpc.nyan-cat.net',
|
|
181
|
+
provider: 'NyanCat'
|
|
178
182
|
}
|
|
179
183
|
],
|
|
180
184
|
rest: [
|
|
@@ -289,6 +293,10 @@ const info = {
|
|
|
289
293
|
{
|
|
290
294
|
address: 'https://api.atomone.indonode.net',
|
|
291
295
|
provider: 'Indonode'
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
address: 'https://atomone-api.nyan-cat.net',
|
|
299
|
+
provider: 'NyanCat'
|
|
292
300
|
}
|
|
293
301
|
],
|
|
294
302
|
grpc: [
|
|
@@ -367,6 +375,10 @@ const info = {
|
|
|
367
375
|
{
|
|
368
376
|
address: 'grpc.atomone-archive.citizenweb3.com:443',
|
|
369
377
|
provider: 'Citizen Web3'
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
address: 'atomone-grpc.nyan-cat.net',
|
|
381
|
+
provider: 'NyanCat'
|
|
370
382
|
}
|
|
371
383
|
]
|
|
372
384
|
},
|
|
@@ -478,6 +490,12 @@ const info = {
|
|
|
478
490
|
url: 'https://explorer.indonode.net/atomone/staking',
|
|
479
491
|
txPage: 'https://explorer.indonode.net/atomone/tx/${txHash}',
|
|
480
492
|
accountPage: 'https://explorer.indonode.net/atomone/account/${accountAddress}'
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
kind: 'NyanCat',
|
|
496
|
+
url: 'https://explorer.nyan-cat.net/atomone',
|
|
497
|
+
txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
|
|
498
|
+
accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
|
|
481
499
|
}
|
|
482
500
|
],
|
|
483
501
|
images: [{
|
|
@@ -982,6 +982,46 @@ const info = {
|
|
|
982
982
|
},
|
|
983
983
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
984
984
|
}]
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
description: 'Stride Staked ATOM on Cosmos Hub',
|
|
988
|
+
denomUnits: [{
|
|
989
|
+
denom: 'ibc/B05539B66B72E2739B986B86391E5D08F12B8D5D2C2A7F8F8CF9ADF674DFA231',
|
|
990
|
+
exponent: 0
|
|
991
|
+
}, {
|
|
992
|
+
denom: 'statom',
|
|
993
|
+
exponent: 6
|
|
994
|
+
}],
|
|
995
|
+
typeAsset: 'ics20',
|
|
996
|
+
base: 'ibc/B05539B66B72E2739B986B86391E5D08F12B8D5D2C2A7F8F8CF9ADF674DFA231',
|
|
997
|
+
name: 'Stride Staked ATOM',
|
|
998
|
+
display: 'statom',
|
|
999
|
+
symbol: 'stATOM',
|
|
1000
|
+
traces: [{
|
|
1001
|
+
type: 'ibc',
|
|
1002
|
+
counterparty: {
|
|
1003
|
+
chainName: 'stride',
|
|
1004
|
+
baseDenom: 'stuatom',
|
|
1005
|
+
channelId: 'channel-0'
|
|
1006
|
+
},
|
|
1007
|
+
chain: {
|
|
1008
|
+
channelId: 'channel-391',
|
|
1009
|
+
path: 'transfer/channel-391/stuatom'
|
|
1010
|
+
}
|
|
1011
|
+
}],
|
|
1012
|
+
logoURIs: {
|
|
1013
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
1014
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1015
|
+
},
|
|
1016
|
+
images: [{
|
|
1017
|
+
imageSync: {
|
|
1018
|
+
chainName: 'stride',
|
|
1019
|
+
baseDenom: 'stuatom'
|
|
1020
|
+
},
|
|
1021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
1022
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1023
|
+
}],
|
|
1024
|
+
coingeckoId: 'stride-staked-atom'
|
|
985
1025
|
}
|
|
986
1026
|
]
|
|
987
1027
|
};
|
|
@@ -437,6 +437,47 @@ const info = {
|
|
|
437
437
|
circle: true
|
|
438
438
|
}
|
|
439
439
|
}]
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
description: 'Stride Staked ATOM on ZIGChain',
|
|
443
|
+
denomUnits: [{
|
|
444
|
+
denom: 'ibc/729AE368985B0F7B35648D17BA74A3D0A1C833FBAE8C3B49D75C6A2B578B9930',
|
|
445
|
+
exponent: 0,
|
|
446
|
+
aliases: ['stuatom']
|
|
447
|
+
}, {
|
|
448
|
+
denom: 'statom',
|
|
449
|
+
exponent: 6
|
|
450
|
+
}],
|
|
451
|
+
typeAsset: 'ics20',
|
|
452
|
+
base: 'ibc/729AE368985B0F7B35648D17BA74A3D0A1C833FBAE8C3B49D75C6A2B578B9930',
|
|
453
|
+
name: 'Stride Staked ATOM',
|
|
454
|
+
display: 'statom',
|
|
455
|
+
symbol: 'stATOM',
|
|
456
|
+
traces: [{
|
|
457
|
+
type: 'ibc',
|
|
458
|
+
counterparty: {
|
|
459
|
+
chainName: 'cosmoshub',
|
|
460
|
+
baseDenom: 'ibc/B05539B66B72E2739B986B86391E5D08F12B8D5D2C2A7F8F8CF9ADF674DFA231',
|
|
461
|
+
channelId: 'channel-1555'
|
|
462
|
+
},
|
|
463
|
+
chain: {
|
|
464
|
+
channelId: 'channel-4',
|
|
465
|
+
path: 'transfer/channel-4/transfer/channel-391/stuatom'
|
|
466
|
+
}
|
|
467
|
+
}],
|
|
468
|
+
logoURIs: {
|
|
469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
471
|
+
},
|
|
472
|
+
images: [{
|
|
473
|
+
imageSync: {
|
|
474
|
+
chainName: 'stride',
|
|
475
|
+
baseDenom: 'stuatom'
|
|
476
|
+
},
|
|
477
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
479
|
+
}],
|
|
480
|
+
coingeckoId: 'stride-staked-atom'
|
|
440
481
|
}
|
|
441
482
|
]
|
|
442
483
|
};
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -177,6 +177,10 @@ const info = {
|
|
|
177
177
|
{
|
|
178
178
|
address: 'https://rpc.atomone.indonode.net:443',
|
|
179
179
|
provider: 'Indonode'
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
address: 'https://atomone-rpc.nyan-cat.net',
|
|
183
|
+
provider: 'NyanCat'
|
|
180
184
|
}
|
|
181
185
|
],
|
|
182
186
|
rest: [
|
|
@@ -291,6 +295,10 @@ const info = {
|
|
|
291
295
|
{
|
|
292
296
|
address: 'https://api.atomone.indonode.net',
|
|
293
297
|
provider: 'Indonode'
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
address: 'https://atomone-api.nyan-cat.net',
|
|
301
|
+
provider: 'NyanCat'
|
|
294
302
|
}
|
|
295
303
|
],
|
|
296
304
|
grpc: [
|
|
@@ -369,6 +377,10 @@ const info = {
|
|
|
369
377
|
{
|
|
370
378
|
address: 'grpc.atomone-archive.citizenweb3.com:443',
|
|
371
379
|
provider: 'Citizen Web3'
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
address: 'atomone-grpc.nyan-cat.net',
|
|
383
|
+
provider: 'NyanCat'
|
|
372
384
|
}
|
|
373
385
|
]
|
|
374
386
|
},
|
|
@@ -480,6 +492,12 @@ const info = {
|
|
|
480
492
|
url: 'https://explorer.indonode.net/atomone/staking',
|
|
481
493
|
txPage: 'https://explorer.indonode.net/atomone/tx/${txHash}',
|
|
482
494
|
accountPage: 'https://explorer.indonode.net/atomone/account/${accountAddress}'
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
kind: 'NyanCat',
|
|
498
|
+
url: 'https://explorer.nyan-cat.net/atomone',
|
|
499
|
+
txPage: 'https://explorer.nyan-cat.net/atomone/tx/${txHash}',
|
|
500
|
+
accountPage: 'https://explorer.nyan-cat.net/atomone/account/${accountAddress}'
|
|
483
501
|
}
|
|
484
502
|
],
|
|
485
503
|
images: [{
|
|
@@ -984,6 +984,46 @@ const info = {
|
|
|
984
984
|
},
|
|
985
985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
986
986
|
}]
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
description: 'Stride Staked ATOM on Cosmos Hub',
|
|
990
|
+
denomUnits: [{
|
|
991
|
+
denom: 'ibc/B05539B66B72E2739B986B86391E5D08F12B8D5D2C2A7F8F8CF9ADF674DFA231',
|
|
992
|
+
exponent: 0
|
|
993
|
+
}, {
|
|
994
|
+
denom: 'statom',
|
|
995
|
+
exponent: 6
|
|
996
|
+
}],
|
|
997
|
+
typeAsset: 'ics20',
|
|
998
|
+
base: 'ibc/B05539B66B72E2739B986B86391E5D08F12B8D5D2C2A7F8F8CF9ADF674DFA231',
|
|
999
|
+
name: 'Stride Staked ATOM',
|
|
1000
|
+
display: 'statom',
|
|
1001
|
+
symbol: 'stATOM',
|
|
1002
|
+
traces: [{
|
|
1003
|
+
type: 'ibc',
|
|
1004
|
+
counterparty: {
|
|
1005
|
+
chainName: 'stride',
|
|
1006
|
+
baseDenom: 'stuatom',
|
|
1007
|
+
channelId: 'channel-0'
|
|
1008
|
+
},
|
|
1009
|
+
chain: {
|
|
1010
|
+
channelId: 'channel-391',
|
|
1011
|
+
path: 'transfer/channel-391/stuatom'
|
|
1012
|
+
}
|
|
1013
|
+
}],
|
|
1014
|
+
logoURIs: {
|
|
1015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
1016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1017
|
+
},
|
|
1018
|
+
images: [{
|
|
1019
|
+
imageSync: {
|
|
1020
|
+
chainName: 'stride',
|
|
1021
|
+
baseDenom: 'stuatom'
|
|
1022
|
+
},
|
|
1023
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
1024
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
1025
|
+
}],
|
|
1026
|
+
coingeckoId: 'stride-staked-atom'
|
|
987
1027
|
}
|
|
988
1028
|
]
|
|
989
1029
|
};
|
|
@@ -439,6 +439,47 @@ const info = {
|
|
|
439
439
|
circle: true
|
|
440
440
|
}
|
|
441
441
|
}]
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
description: 'Stride Staked ATOM on ZIGChain',
|
|
445
|
+
denomUnits: [{
|
|
446
|
+
denom: 'ibc/729AE368985B0F7B35648D17BA74A3D0A1C833FBAE8C3B49D75C6A2B578B9930',
|
|
447
|
+
exponent: 0,
|
|
448
|
+
aliases: ['stuatom']
|
|
449
|
+
}, {
|
|
450
|
+
denom: 'statom',
|
|
451
|
+
exponent: 6
|
|
452
|
+
}],
|
|
453
|
+
typeAsset: 'ics20',
|
|
454
|
+
base: 'ibc/729AE368985B0F7B35648D17BA74A3D0A1C833FBAE8C3B49D75C6A2B578B9930',
|
|
455
|
+
name: 'Stride Staked ATOM',
|
|
456
|
+
display: 'statom',
|
|
457
|
+
symbol: 'stATOM',
|
|
458
|
+
traces: [{
|
|
459
|
+
type: 'ibc',
|
|
460
|
+
counterparty: {
|
|
461
|
+
chainName: 'cosmoshub',
|
|
462
|
+
baseDenom: 'ibc/B05539B66B72E2739B986B86391E5D08F12B8D5D2C2A7F8F8CF9ADF674DFA231',
|
|
463
|
+
channelId: 'channel-1555'
|
|
464
|
+
},
|
|
465
|
+
chain: {
|
|
466
|
+
channelId: 'channel-4',
|
|
467
|
+
path: 'transfer/channel-4/transfer/channel-391/stuatom'
|
|
468
|
+
}
|
|
469
|
+
}],
|
|
470
|
+
logoURIs: {
|
|
471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
473
|
+
},
|
|
474
|
+
images: [{
|
|
475
|
+
imageSync: {
|
|
476
|
+
chainName: 'stride',
|
|
477
|
+
baseDenom: 'stuatom'
|
|
478
|
+
},
|
|
479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
|
|
480
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
|
|
481
|
+
}],
|
|
482
|
+
coingeckoId: 'stride-staked-atom'
|
|
442
483
|
}
|
|
443
484
|
]
|
|
444
485
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.112",
|
|
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.
|
|
32
|
+
"@chain-registry/types": "^2.0.112"
|
|
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": "33ed7715ac1d12cf2e675ab0f567e48800f9c34e"
|
|
43
43
|
}
|