@chain-registry/assets 1.70.346 → 1.70.348
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/devnet/prysmdevnet.js +0 -16
- package/esm/devnet/prysmdevnet.js +0 -16
- package/esm/mainnet/migaloo.js +0 -12
- package/esm/mainnet/osmosis.js +4 -16
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/axelartestnet.js +200 -0
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +200 -0
- package/esm/testnet/osmosistestnet.js +0 -28
- package/esm/testnet/zigchaintestnet.js +184 -0
- package/index.d.ts +1 -1
- package/mainnet/migaloo.js +0 -12
- package/mainnet/osmosis.js +4 -16
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/axelartestnet.js +200 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +200 -0
- package/testnet/osmosistestnet.js +0 -28
- package/testnet/zigchaintestnet.d.ts +3 -0
- package/testnet/zigchaintestnet.js +186 -0
package/devnet/prysmdevnet.js
CHANGED
|
@@ -51,14 +51,6 @@ const assets = {
|
|
|
51
51
|
name: 'Pica',
|
|
52
52
|
display: 'pica',
|
|
53
53
|
symbol: 'PICA',
|
|
54
|
-
logo_URIs: {
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
57
|
-
},
|
|
58
|
-
images: [{
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
60
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
61
|
-
}],
|
|
62
54
|
type_asset: 'sdk.coin',
|
|
63
55
|
traces: [{
|
|
64
56
|
type: 'ibc',
|
|
@@ -286,14 +278,6 @@ const assets = {
|
|
|
286
278
|
name: 'Pica',
|
|
287
279
|
display: 'pica',
|
|
288
280
|
symbol: 'PICA',
|
|
289
|
-
logo_URIs: {
|
|
290
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
291
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
292
|
-
},
|
|
293
|
-
images: [{
|
|
294
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
295
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
296
|
-
}],
|
|
297
281
|
type_asset: 'sdk.coin',
|
|
298
282
|
traces: [{
|
|
299
283
|
type: 'ibc',
|
|
@@ -49,14 +49,6 @@ const assets = {
|
|
|
49
49
|
name: 'Pica',
|
|
50
50
|
display: 'pica',
|
|
51
51
|
symbol: 'PICA',
|
|
52
|
-
logo_URIs: {
|
|
53
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
54
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
55
|
-
},
|
|
56
|
-
images: [{
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
59
|
-
}],
|
|
60
52
|
type_asset: 'sdk.coin',
|
|
61
53
|
traces: [{
|
|
62
54
|
type: 'ibc',
|
|
@@ -284,14 +276,6 @@ const assets = {
|
|
|
284
276
|
name: 'Pica',
|
|
285
277
|
display: 'pica',
|
|
286
278
|
symbol: 'PICA',
|
|
287
|
-
logo_URIs: {
|
|
288
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
289
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
290
|
-
},
|
|
291
|
-
images: [{
|
|
292
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
293
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
294
|
-
}],
|
|
295
279
|
type_asset: 'sdk.coin',
|
|
296
280
|
traces: [{
|
|
297
281
|
type: 'ibc',
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -6301,12 +6301,6 @@ const assets = {
|
|
|
6301
6301
|
name: 'Staked Astroport Token',
|
|
6302
6302
|
display: 'xastro.cw20',
|
|
6303
6303
|
symbol: 'xASTRO.cw20',
|
|
6304
|
-
logo_URIs: {
|
|
6305
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
6306
|
-
},
|
|
6307
|
-
images: [{
|
|
6308
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
6309
|
-
}],
|
|
6310
6304
|
traces: [{
|
|
6311
6305
|
type: 'ibc-cw20',
|
|
6312
6306
|
counterparty: {
|
|
@@ -14842,12 +14836,6 @@ const assets = {
|
|
|
14842
14836
|
name: 'Staked Astroport Token',
|
|
14843
14837
|
display: 'xastro.cw20',
|
|
14844
14838
|
symbol: 'xASTRO.cw20',
|
|
14845
|
-
logo_URIs: {
|
|
14846
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
14847
|
-
},
|
|
14848
|
-
images: [{
|
|
14849
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
14850
|
-
}],
|
|
14851
14839
|
traces: [{
|
|
14852
14840
|
type: 'ibc-cw20',
|
|
14853
14841
|
counterparty: {
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -33013,7 +33013,7 @@ const assets = {
|
|
|
33013
33013
|
display: 'mBTC',
|
|
33014
33014
|
symbol: 'mBTC',
|
|
33015
33015
|
logo_URIs: {
|
|
33016
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
33016
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
33017
33017
|
},
|
|
33018
33018
|
type_asset: 'cw20',
|
|
33019
33019
|
traces: [{
|
|
@@ -33030,7 +33030,7 @@ const assets = {
|
|
|
33030
33030
|
}
|
|
33031
33031
|
}],
|
|
33032
33032
|
images: [{
|
|
33033
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
33033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
33034
33034
|
}]
|
|
33035
33035
|
},
|
|
33036
33036
|
{
|
|
@@ -36400,7 +36400,7 @@ const assets = {
|
|
|
36400
36400
|
display: 'mBTC',
|
|
36401
36401
|
symbol: 'mBTC',
|
|
36402
36402
|
logo_URIs: {
|
|
36403
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
36403
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
36404
36404
|
},
|
|
36405
36405
|
type_asset: 'cw20',
|
|
36406
36406
|
traces: [{
|
|
@@ -36417,7 +36417,7 @@ const assets = {
|
|
|
36417
36417
|
}
|
|
36418
36418
|
}],
|
|
36419
36419
|
images: [{
|
|
36420
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/
|
|
36420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
36421
36421
|
}]
|
|
36422
36422
|
},
|
|
36423
36423
|
{
|
|
@@ -43299,12 +43299,6 @@ const assets = {
|
|
|
43299
43299
|
name: 'Staked Astroport Token',
|
|
43300
43300
|
display: 'xastro.cw20',
|
|
43301
43301
|
symbol: 'xASTRO.cw20',
|
|
43302
|
-
logo_URIs: {
|
|
43303
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
43304
|
-
},
|
|
43305
|
-
images: [{
|
|
43306
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
43307
|
-
}],
|
|
43308
43302
|
traces: [{
|
|
43309
43303
|
type: 'ibc-cw20',
|
|
43310
43304
|
counterparty: {
|
|
@@ -51840,12 +51834,6 @@ const assets = {
|
|
|
51840
51834
|
name: 'Staked Astroport Token',
|
|
51841
51835
|
display: 'xastro.cw20',
|
|
51842
51836
|
symbol: 'xASTRO.cw20',
|
|
51843
|
-
logo_URIs: {
|
|
51844
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
51845
|
-
},
|
|
51846
|
-
images: [{
|
|
51847
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
51848
|
-
}],
|
|
51849
51837
|
traces: [{
|
|
51850
51838
|
type: 'ibc-cw20',
|
|
51851
51839
|
counterparty: {
|
package/esm/testnet/assets.js
CHANGED
|
@@ -47,5 +47,6 @@ import _titantestnet from './titantestnet';
|
|
|
47
47
|
import _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
48
48
|
import _xiontestnet2 from './xiontestnet2';
|
|
49
49
|
import _xrplevmtestnet from './xrplevmtestnet';
|
|
50
|
-
|
|
50
|
+
import _zigchaintestnet from './zigchaintestnet';
|
|
51
|
+
const assets = [_agoricdevnet, _akashtestnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _hippoprotocoltestnet, _impacthubtestnet, _injectivetestnet, _int3facetestnet, _jackaltestnet2, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _lumeratestnet, _manifesttestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _stridetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _wardenprotocoltestnet, _xiontestnet2, _xrplevmtestnet, _zigchaintestnet];
|
|
51
52
|
export default assets;
|
|
@@ -527,6 +527,106 @@ const assets = {
|
|
|
527
527
|
}
|
|
528
528
|
}]
|
|
529
529
|
},
|
|
530
|
+
{
|
|
531
|
+
description: 'The native token of ZIGChain',
|
|
532
|
+
denom_units: [
|
|
533
|
+
{
|
|
534
|
+
denom: 'ibc/871A67DD3876AD445E6BBEBA064669BD06116BD2163DCC181AB9F2BBD3F3CA14',
|
|
535
|
+
exponent: 0,
|
|
536
|
+
aliases: ['uzig']
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
denom: 'mzig',
|
|
540
|
+
exponent: 3,
|
|
541
|
+
aliases: ['millizig']
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
denom: 'zig',
|
|
545
|
+
exponent: 6
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
base: 'ibc/871A67DD3876AD445E6BBEBA064669BD06116BD2163DCC181AB9F2BBD3F3CA14',
|
|
549
|
+
name: 'ZIG',
|
|
550
|
+
display: 'zig',
|
|
551
|
+
symbol: 'ZIG',
|
|
552
|
+
coingecko_id: 'zignaly',
|
|
553
|
+
keywords: [
|
|
554
|
+
'zigchain',
|
|
555
|
+
'zig',
|
|
556
|
+
'staking',
|
|
557
|
+
'delegating',
|
|
558
|
+
'governance',
|
|
559
|
+
'defi'
|
|
560
|
+
],
|
|
561
|
+
logo_URIs: {
|
|
562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
564
|
+
},
|
|
565
|
+
images: [{
|
|
566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
567
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
568
|
+
}],
|
|
569
|
+
type_asset: 'sdk.coin',
|
|
570
|
+
socials: {
|
|
571
|
+
website: 'https://zigchain.com/',
|
|
572
|
+
twitter: 'https://twitter.com/zigchain',
|
|
573
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
574
|
+
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
575
|
+
medium: 'https://medium.com/zignaly'
|
|
576
|
+
},
|
|
577
|
+
traces: [{
|
|
578
|
+
type: 'ibc',
|
|
579
|
+
counterparty: {
|
|
580
|
+
channel_id: 'channel-0',
|
|
581
|
+
base_denom: 'uzig',
|
|
582
|
+
chain_name: 'zigchaintestnet'
|
|
583
|
+
},
|
|
584
|
+
chain: {
|
|
585
|
+
channel_id: 'channel-612'
|
|
586
|
+
}
|
|
587
|
+
}]
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
591
|
+
denom_units: [{
|
|
592
|
+
denom: 'ibc/9BD7F5D98B77D136BE47573AF97EC891D296A94DEE52AA76026AEAF731091CD6',
|
|
593
|
+
exponent: 0,
|
|
594
|
+
aliases: ['coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig']
|
|
595
|
+
}, {
|
|
596
|
+
denom: 'stzig',
|
|
597
|
+
exponent: 6
|
|
598
|
+
}],
|
|
599
|
+
base: 'ibc/9BD7F5D98B77D136BE47573AF97EC891D296A94DEE52AA76026AEAF731091CD6',
|
|
600
|
+
name: 'Staked Zig',
|
|
601
|
+
display: 'stzig',
|
|
602
|
+
symbol: 'STZIG',
|
|
603
|
+
logo_URIs: {
|
|
604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
606
|
+
},
|
|
607
|
+
images: [{
|
|
608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
610
|
+
}],
|
|
611
|
+
type_asset: 'sdk.coin',
|
|
612
|
+
socials: {
|
|
613
|
+
website: 'https://dev.valdora.finance',
|
|
614
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
615
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
616
|
+
discord: 'http://discord.gg/valdora'
|
|
617
|
+
},
|
|
618
|
+
traces: [{
|
|
619
|
+
type: 'ibc',
|
|
620
|
+
counterparty: {
|
|
621
|
+
channel_id: 'channel-0',
|
|
622
|
+
base_denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
623
|
+
chain_name: 'zigchaintestnet'
|
|
624
|
+
},
|
|
625
|
+
chain: {
|
|
626
|
+
channel_id: 'channel-612'
|
|
627
|
+
}
|
|
628
|
+
}]
|
|
629
|
+
},
|
|
530
630
|
{
|
|
531
631
|
description: 'The native staking token of Babylon.',
|
|
532
632
|
denom_units: [{
|
|
@@ -863,6 +963,106 @@ const assets = {
|
|
|
863
963
|
}
|
|
864
964
|
}]
|
|
865
965
|
},
|
|
966
|
+
{
|
|
967
|
+
description: 'The native token of ZIGChain',
|
|
968
|
+
denom_units: [
|
|
969
|
+
{
|
|
970
|
+
denom: 'ibc/871A67DD3876AD445E6BBEBA064669BD06116BD2163DCC181AB9F2BBD3F3CA14',
|
|
971
|
+
exponent: 0,
|
|
972
|
+
aliases: ['uzig']
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
denom: 'mzig',
|
|
976
|
+
exponent: 3,
|
|
977
|
+
aliases: ['millizig']
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
denom: 'zig',
|
|
981
|
+
exponent: 6
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
base: 'ibc/871A67DD3876AD445E6BBEBA064669BD06116BD2163DCC181AB9F2BBD3F3CA14',
|
|
985
|
+
name: 'ZIG',
|
|
986
|
+
display: 'zig',
|
|
987
|
+
symbol: 'ZIG',
|
|
988
|
+
coingecko_id: 'zignaly',
|
|
989
|
+
keywords: [
|
|
990
|
+
'zigchain',
|
|
991
|
+
'zig',
|
|
992
|
+
'staking',
|
|
993
|
+
'delegating',
|
|
994
|
+
'governance',
|
|
995
|
+
'defi'
|
|
996
|
+
],
|
|
997
|
+
logo_URIs: {
|
|
998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
1000
|
+
},
|
|
1001
|
+
images: [{
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
1003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
1004
|
+
}],
|
|
1005
|
+
type_asset: 'sdk.coin',
|
|
1006
|
+
socials: {
|
|
1007
|
+
website: 'https://zigchain.com/',
|
|
1008
|
+
twitter: 'https://twitter.com/zigchain',
|
|
1009
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
1010
|
+
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
1011
|
+
medium: 'https://medium.com/zignaly'
|
|
1012
|
+
},
|
|
1013
|
+
traces: [{
|
|
1014
|
+
type: 'ibc',
|
|
1015
|
+
counterparty: {
|
|
1016
|
+
channel_id: 'channel-0',
|
|
1017
|
+
base_denom: 'uzig',
|
|
1018
|
+
chain_name: 'zigchaintestnet'
|
|
1019
|
+
},
|
|
1020
|
+
chain: {
|
|
1021
|
+
channel_id: 'channel-612'
|
|
1022
|
+
}
|
|
1023
|
+
}]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
1027
|
+
denom_units: [{
|
|
1028
|
+
denom: 'ibc/9BD7F5D98B77D136BE47573AF97EC891D296A94DEE52AA76026AEAF731091CD6',
|
|
1029
|
+
exponent: 0,
|
|
1030
|
+
aliases: ['coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig']
|
|
1031
|
+
}, {
|
|
1032
|
+
denom: 'stzig',
|
|
1033
|
+
exponent: 6
|
|
1034
|
+
}],
|
|
1035
|
+
base: 'ibc/9BD7F5D98B77D136BE47573AF97EC891D296A94DEE52AA76026AEAF731091CD6',
|
|
1036
|
+
name: 'Staked Zig',
|
|
1037
|
+
display: 'stzig',
|
|
1038
|
+
symbol: 'STZIG',
|
|
1039
|
+
logo_URIs: {
|
|
1040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
1041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
1042
|
+
},
|
|
1043
|
+
images: [{
|
|
1044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
1045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
1046
|
+
}],
|
|
1047
|
+
type_asset: 'sdk.coin',
|
|
1048
|
+
socials: {
|
|
1049
|
+
website: 'https://dev.valdora.finance',
|
|
1050
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
1051
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
1052
|
+
discord: 'http://discord.gg/valdora'
|
|
1053
|
+
},
|
|
1054
|
+
traces: [{
|
|
1055
|
+
type: 'ibc',
|
|
1056
|
+
counterparty: {
|
|
1057
|
+
channel_id: 'channel-0',
|
|
1058
|
+
base_denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
1059
|
+
chain_name: 'zigchaintestnet'
|
|
1060
|
+
},
|
|
1061
|
+
chain: {
|
|
1062
|
+
channel_id: 'channel-612'
|
|
1063
|
+
}
|
|
1064
|
+
}]
|
|
1065
|
+
},
|
|
866
1066
|
{
|
|
867
1067
|
description: 'The native token of Prysm',
|
|
868
1068
|
denom_units: [{
|
package/esm/testnet/index.js
CHANGED
|
@@ -47,3 +47,4 @@ export * as titantestnet from './titantestnet';
|
|
|
47
47
|
export * as wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
48
48
|
export * as xiontestnet2 from './xiontestnet2';
|
|
49
49
|
export * as xrplevmtestnet from './xrplevmtestnet';
|
|
50
|
+
export * as zigchaintestnet from './zigchaintestnet';
|
|
@@ -740,6 +740,106 @@ const assets = {
|
|
|
740
740
|
}
|
|
741
741
|
}]
|
|
742
742
|
},
|
|
743
|
+
{
|
|
744
|
+
description: 'The native token of ZIGChain',
|
|
745
|
+
denom_units: [
|
|
746
|
+
{
|
|
747
|
+
denom: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
748
|
+
exponent: 0,
|
|
749
|
+
aliases: ['uzig']
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
denom: 'mzig',
|
|
753
|
+
exponent: 3,
|
|
754
|
+
aliases: ['millizig']
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
denom: 'zig',
|
|
758
|
+
exponent: 6
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
base: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
762
|
+
name: 'ZIG',
|
|
763
|
+
display: 'zig',
|
|
764
|
+
symbol: 'ZIG',
|
|
765
|
+
coingecko_id: 'zignaly',
|
|
766
|
+
keywords: [
|
|
767
|
+
'zigchain',
|
|
768
|
+
'zig',
|
|
769
|
+
'staking',
|
|
770
|
+
'delegating',
|
|
771
|
+
'governance',
|
|
772
|
+
'defi'
|
|
773
|
+
],
|
|
774
|
+
logo_URIs: {
|
|
775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
777
|
+
},
|
|
778
|
+
images: [{
|
|
779
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
780
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
781
|
+
}],
|
|
782
|
+
type_asset: 'sdk.coin',
|
|
783
|
+
socials: {
|
|
784
|
+
website: 'https://zigchain.com/',
|
|
785
|
+
twitter: 'https://twitter.com/zigchain',
|
|
786
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
787
|
+
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
788
|
+
medium: 'https://medium.com/zignaly'
|
|
789
|
+
},
|
|
790
|
+
traces: [{
|
|
791
|
+
type: 'ibc',
|
|
792
|
+
counterparty: {
|
|
793
|
+
channel_id: 'channel-35',
|
|
794
|
+
base_denom: 'uzig',
|
|
795
|
+
chain_name: 'zigchaintestnet'
|
|
796
|
+
},
|
|
797
|
+
chain: {
|
|
798
|
+
channel_id: 'channel-664'
|
|
799
|
+
}
|
|
800
|
+
}]
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
804
|
+
denom_units: [{
|
|
805
|
+
denom: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
806
|
+
exponent: 0,
|
|
807
|
+
aliases: ['coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig']
|
|
808
|
+
}, {
|
|
809
|
+
denom: 'stzig',
|
|
810
|
+
exponent: 6
|
|
811
|
+
}],
|
|
812
|
+
base: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
813
|
+
name: 'Staked Zig',
|
|
814
|
+
display: 'stzig',
|
|
815
|
+
symbol: 'STZIG',
|
|
816
|
+
logo_URIs: {
|
|
817
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
818
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
819
|
+
},
|
|
820
|
+
images: [{
|
|
821
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
823
|
+
}],
|
|
824
|
+
type_asset: 'sdk.coin',
|
|
825
|
+
socials: {
|
|
826
|
+
website: 'https://dev.valdora.finance',
|
|
827
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
828
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
829
|
+
discord: 'http://discord.gg/valdora'
|
|
830
|
+
},
|
|
831
|
+
traces: [{
|
|
832
|
+
type: 'ibc',
|
|
833
|
+
counterparty: {
|
|
834
|
+
channel_id: 'channel-35',
|
|
835
|
+
base_denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
836
|
+
chain_name: 'zigchaintestnet'
|
|
837
|
+
},
|
|
838
|
+
chain: {
|
|
839
|
+
channel_id: 'channel-664'
|
|
840
|
+
}
|
|
841
|
+
}]
|
|
842
|
+
},
|
|
743
843
|
{
|
|
744
844
|
description: 'The native staking and governance token of the Atlantic testnet version of Sei.',
|
|
745
845
|
denom_units: [{
|
|
@@ -863,6 +963,106 @@ const assets = {
|
|
|
863
963
|
}
|
|
864
964
|
}]
|
|
865
965
|
},
|
|
966
|
+
{
|
|
967
|
+
description: 'The native token of ZIGChain',
|
|
968
|
+
denom_units: [
|
|
969
|
+
{
|
|
970
|
+
denom: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
971
|
+
exponent: 0,
|
|
972
|
+
aliases: ['uzig']
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
denom: 'mzig',
|
|
976
|
+
exponent: 3,
|
|
977
|
+
aliases: ['millizig']
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
denom: 'zig',
|
|
981
|
+
exponent: 6
|
|
982
|
+
}
|
|
983
|
+
],
|
|
984
|
+
base: 'ibc/321DA5CCCC78681100FE93ADC3085513507E089BFDDE453C2A66829AFFEE167B',
|
|
985
|
+
name: 'ZIG',
|
|
986
|
+
display: 'zig',
|
|
987
|
+
symbol: 'ZIG',
|
|
988
|
+
coingecko_id: 'zignaly',
|
|
989
|
+
keywords: [
|
|
990
|
+
'zigchain',
|
|
991
|
+
'zig',
|
|
992
|
+
'staking',
|
|
993
|
+
'delegating',
|
|
994
|
+
'governance',
|
|
995
|
+
'defi'
|
|
996
|
+
],
|
|
997
|
+
logo_URIs: {
|
|
998
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
999
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
1000
|
+
},
|
|
1001
|
+
images: [{
|
|
1002
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
|
|
1003
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
|
|
1004
|
+
}],
|
|
1005
|
+
type_asset: 'sdk.coin',
|
|
1006
|
+
socials: {
|
|
1007
|
+
website: 'https://zigchain.com/',
|
|
1008
|
+
twitter: 'https://twitter.com/zigchain',
|
|
1009
|
+
telegram: 'https://t.me/ZignalyHQ',
|
|
1010
|
+
discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
|
|
1011
|
+
medium: 'https://medium.com/zignaly'
|
|
1012
|
+
},
|
|
1013
|
+
traces: [{
|
|
1014
|
+
type: 'ibc',
|
|
1015
|
+
counterparty: {
|
|
1016
|
+
channel_id: 'channel-35',
|
|
1017
|
+
base_denom: 'uzig',
|
|
1018
|
+
chain_name: 'zigchaintestnet'
|
|
1019
|
+
},
|
|
1020
|
+
chain: {
|
|
1021
|
+
channel_id: 'channel-664'
|
|
1022
|
+
}
|
|
1023
|
+
}]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
|
|
1027
|
+
denom_units: [{
|
|
1028
|
+
denom: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
1029
|
+
exponent: 0,
|
|
1030
|
+
aliases: ['coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig']
|
|
1031
|
+
}, {
|
|
1032
|
+
denom: 'stzig',
|
|
1033
|
+
exponent: 6
|
|
1034
|
+
}],
|
|
1035
|
+
base: 'ibc/020DC19695408F7F3632E6C104562ACC715E1677B2097F8772DF0632F76FD036',
|
|
1036
|
+
name: 'Staked Zig',
|
|
1037
|
+
display: 'stzig',
|
|
1038
|
+
symbol: 'STZIG',
|
|
1039
|
+
logo_URIs: {
|
|
1040
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
1041
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
1042
|
+
},
|
|
1043
|
+
images: [{
|
|
1044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
|
|
1045
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
1046
|
+
}],
|
|
1047
|
+
type_asset: 'sdk.coin',
|
|
1048
|
+
socials: {
|
|
1049
|
+
website: 'https://dev.valdora.finance',
|
|
1050
|
+
twitter: 'https://x.com/Valdora_finance',
|
|
1051
|
+
telegram: 'https://t.me/ValdoraWarriors',
|
|
1052
|
+
discord: 'http://discord.gg/valdora'
|
|
1053
|
+
},
|
|
1054
|
+
traces: [{
|
|
1055
|
+
type: 'ibc',
|
|
1056
|
+
counterparty: {
|
|
1057
|
+
channel_id: 'channel-35',
|
|
1058
|
+
base_denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
|
|
1059
|
+
chain_name: 'zigchaintestnet'
|
|
1060
|
+
},
|
|
1061
|
+
chain: {
|
|
1062
|
+
channel_id: 'channel-664'
|
|
1063
|
+
}
|
|
1064
|
+
}]
|
|
1065
|
+
},
|
|
866
1066
|
{
|
|
867
1067
|
description: 'The native token of Prysm',
|
|
868
1068
|
denom_units: [{
|
|
@@ -226,14 +226,6 @@ const assets = {
|
|
|
226
226
|
name: 'Pica',
|
|
227
227
|
display: 'pica',
|
|
228
228
|
symbol: 'PICA',
|
|
229
|
-
logo_URIs: {
|
|
230
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
231
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
232
|
-
},
|
|
233
|
-
images: [{
|
|
234
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
235
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
236
|
-
}],
|
|
237
229
|
type_asset: 'sdk.coin',
|
|
238
230
|
traces: [{
|
|
239
231
|
type: 'ibc',
|
|
@@ -1087,14 +1079,6 @@ const assets = {
|
|
|
1087
1079
|
name: 'Pica',
|
|
1088
1080
|
display: 'pica',
|
|
1089
1081
|
symbol: 'PICA',
|
|
1090
|
-
logo_URIs: {
|
|
1091
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
1092
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
1093
|
-
},
|
|
1094
|
-
images: [{
|
|
1095
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
|
|
1096
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
|
|
1097
|
-
}],
|
|
1098
1082
|
type_asset: 'sdk.coin',
|
|
1099
1083
|
traces: [{
|
|
1100
1084
|
type: 'ibc',
|
|
@@ -1885,12 +1869,6 @@ const assets = {
|
|
|
1885
1869
|
name: 'SGE Testnet',
|
|
1886
1870
|
display: 'sge',
|
|
1887
1871
|
symbol: 'SGE',
|
|
1888
|
-
logo_URIs: {
|
|
1889
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
1890
|
-
},
|
|
1891
|
-
images: [{
|
|
1892
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
1893
|
-
}],
|
|
1894
1872
|
type_asset: 'sdk.coin',
|
|
1895
1873
|
traces: [{
|
|
1896
1874
|
type: 'ibc',
|
|
@@ -2448,12 +2426,6 @@ const assets = {
|
|
|
2448
2426
|
name: 'SGE Testnet',
|
|
2449
2427
|
display: 'sge',
|
|
2450
2428
|
symbol: 'SGE',
|
|
2451
|
-
logo_URIs: {
|
|
2452
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
2453
|
-
},
|
|
2454
|
-
images: [{
|
|
2455
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
|
|
2456
|
-
}],
|
|
2457
2429
|
type_asset: 'sdk.coin',
|
|
2458
2430
|
traces: [{
|
|
2459
2431
|
type: 'ibc',
|