@chain-registry/assets 1.70.50 → 1.70.51
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/agoric.js +2 -8
- package/esm/mainnet/akash.js +2 -8
- package/esm/mainnet/andromeda.js +2 -8
- package/esm/mainnet/archway.js +2 -8
- package/esm/mainnet/axelar.js +2 -8
- package/esm/mainnet/celestia.js +2 -8
- package/esm/mainnet/cheqd.js +2 -8
- package/esm/mainnet/chihuahua.js +2 -8
- package/esm/mainnet/comdex.js +2 -8
- package/esm/mainnet/composable.js +2 -8
- package/esm/mainnet/coreum.js +2 -8
- package/esm/mainnet/cosmoshub.js +2 -8
- package/esm/mainnet/crescent.js +2 -8
- package/esm/mainnet/dungeon.js +164 -0
- package/esm/mainnet/dymension.js +2 -8
- package/esm/mainnet/evmos.js +2 -8
- package/esm/mainnet/gravitybridge.js +2 -8
- package/esm/mainnet/injective.js +2 -8
- package/esm/mainnet/jackal.js +2 -8
- package/esm/mainnet/juno.js +2 -8
- package/esm/mainnet/kujira.js +2 -8
- package/esm/mainnet/migaloo.js +84 -8
- package/esm/mainnet/neutron.js +2 -8
- package/esm/mainnet/noble.js +2 -8
- package/esm/mainnet/nolus.js +2 -8
- package/esm/mainnet/nyx.js +80 -0
- package/esm/mainnet/oraichain.js +2 -8
- package/esm/mainnet/osmosis.js +2 -8
- package/esm/mainnet/persistence.js +2 -8
- package/esm/mainnet/quicksilver.js +2 -8
- package/esm/mainnet/saga.js +2 -8
- package/esm/mainnet/secretnetwork.js +170 -0
- package/esm/mainnet/sentinel.js +2 -8
- package/esm/mainnet/sifchain.js +2 -8
- package/esm/mainnet/stargaze.js +2 -8
- package/esm/mainnet/stride.js +2 -8
- package/esm/mainnet/teritori.js +2 -8
- package/esm/mainnet/terra.js +2 -8
- package/esm/mainnet/terra2.js +84 -8
- package/esm/mainnet/umee.js +2 -8
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +2 -8
- package/mainnet/akash.js +2 -8
- package/mainnet/andromeda.js +2 -8
- package/mainnet/archway.js +2 -8
- package/mainnet/axelar.js +2 -8
- package/mainnet/celestia.js +2 -8
- package/mainnet/cheqd.js +2 -8
- package/mainnet/chihuahua.js +2 -8
- package/mainnet/comdex.js +2 -8
- package/mainnet/composable.js +2 -8
- package/mainnet/coreum.js +2 -8
- package/mainnet/cosmoshub.js +2 -8
- package/mainnet/crescent.js +2 -8
- package/mainnet/dungeon.js +164 -0
- package/mainnet/dymension.js +2 -8
- package/mainnet/evmos.js +2 -8
- package/mainnet/gravitybridge.js +2 -8
- package/mainnet/injective.js +2 -8
- package/mainnet/jackal.js +2 -8
- package/mainnet/juno.js +2 -8
- package/mainnet/kujira.js +2 -8
- package/mainnet/migaloo.js +84 -8
- package/mainnet/neutron.js +2 -8
- package/mainnet/noble.js +2 -8
- package/mainnet/nolus.js +2 -8
- package/mainnet/nyx.js +80 -0
- package/mainnet/oraichain.js +2 -8
- package/mainnet/osmosis.js +2 -8
- package/mainnet/persistence.js +2 -8
- package/mainnet/quicksilver.js +2 -8
- package/mainnet/saga.js +2 -8
- package/mainnet/secretnetwork.js +170 -0
- package/mainnet/sentinel.js +2 -8
- package/mainnet/sifchain.js +2 -8
- package/mainnet/stargaze.js +2 -8
- package/mainnet/stride.js +2 -8
- package/mainnet/teritori.js +2 -8
- package/mainnet/terra.js +2 -8
- package/mainnet/terra2.js +84 -8
- package/mainnet/umee.js +2 -8
- package/package.json +5 -5
package/esm/mainnet/sentinel.js
CHANGED
|
@@ -483,10 +483,7 @@ const assets = {
|
|
|
483
483
|
coingecko_id: 'secret',
|
|
484
484
|
images: [{
|
|
485
485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
486
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
487
|
-
theme: {
|
|
488
|
-
primary_color_hex: '#040404'
|
|
489
|
-
}
|
|
486
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
490
487
|
}],
|
|
491
488
|
socials: {
|
|
492
489
|
website: 'https://scrt.network/',
|
|
@@ -987,10 +984,7 @@ const assets = {
|
|
|
987
984
|
coingecko_id: 'secret',
|
|
988
985
|
images: [{
|
|
989
986
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
990
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
991
|
-
theme: {
|
|
992
|
-
primary_color_hex: '#040404'
|
|
993
|
-
}
|
|
987
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
994
988
|
}],
|
|
995
989
|
socials: {
|
|
996
990
|
website: 'https://scrt.network/',
|
package/esm/mainnet/sifchain.js
CHANGED
|
@@ -487,10 +487,7 @@ const assets = {
|
|
|
487
487
|
coingecko_id: 'secret',
|
|
488
488
|
images: [{
|
|
489
489
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
490
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
491
|
-
theme: {
|
|
492
|
-
primary_color_hex: '#040404'
|
|
493
|
-
}
|
|
490
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
494
491
|
}],
|
|
495
492
|
socials: {
|
|
496
493
|
website: 'https://scrt.network/',
|
|
@@ -1038,10 +1035,7 @@ const assets = {
|
|
|
1038
1035
|
coingecko_id: 'secret',
|
|
1039
1036
|
images: [{
|
|
1040
1037
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1041
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1042
|
-
theme: {
|
|
1043
|
-
primary_color_hex: '#040404'
|
|
1044
|
-
}
|
|
1038
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1045
1039
|
}],
|
|
1046
1040
|
socials: {
|
|
1047
1041
|
website: 'https://scrt.network/',
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -1431,10 +1431,7 @@ const assets = {
|
|
|
1431
1431
|
coingecko_id: 'secret',
|
|
1432
1432
|
images: [{
|
|
1433
1433
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1434
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1435
|
-
theme: {
|
|
1436
|
-
primary_color_hex: '#040404'
|
|
1437
|
-
}
|
|
1434
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1438
1435
|
}],
|
|
1439
1436
|
socials: {
|
|
1440
1437
|
website: 'https://scrt.network/',
|
|
@@ -2883,10 +2880,7 @@ const assets = {
|
|
|
2883
2880
|
coingecko_id: 'secret',
|
|
2884
2881
|
images: [{
|
|
2885
2882
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2886
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2887
|
-
theme: {
|
|
2888
|
-
primary_color_hex: '#040404'
|
|
2889
|
-
}
|
|
2883
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2890
2884
|
}],
|
|
2891
2885
|
socials: {
|
|
2892
2886
|
website: 'https://scrt.network/',
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -4565,10 +4565,7 @@ const assets = {
|
|
|
4565
4565
|
coingecko_id: 'secret',
|
|
4566
4566
|
images: [{
|
|
4567
4567
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4568
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4569
|
-
theme: {
|
|
4570
|
-
primary_color_hex: '#040404'
|
|
4571
|
-
}
|
|
4568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4572
4569
|
}],
|
|
4573
4570
|
socials: {
|
|
4574
4571
|
website: 'https://scrt.network/',
|
|
@@ -9325,10 +9322,7 @@ const assets = {
|
|
|
9325
9322
|
coingecko_id: 'secret',
|
|
9326
9323
|
images: [{
|
|
9327
9324
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
9328
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
9329
|
-
theme: {
|
|
9330
|
-
primary_color_hex: '#040404'
|
|
9331
|
-
}
|
|
9325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
9332
9326
|
}],
|
|
9333
9327
|
socials: {
|
|
9334
9328
|
website: 'https://scrt.network/',
|
package/esm/mainnet/teritori.js
CHANGED
|
@@ -315,10 +315,7 @@ const assets = {
|
|
|
315
315
|
coingecko_id: 'secret',
|
|
316
316
|
images: [{
|
|
317
317
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
318
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
319
|
-
theme: {
|
|
320
|
-
primary_color_hex: '#040404'
|
|
321
|
-
}
|
|
318
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
322
319
|
}],
|
|
323
320
|
socials: {
|
|
324
321
|
website: 'https://scrt.network/',
|
|
@@ -651,10 +648,7 @@ const assets = {
|
|
|
651
648
|
coingecko_id: 'secret',
|
|
652
649
|
images: [{
|
|
653
650
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
655
|
-
theme: {
|
|
656
|
-
primary_color_hex: '#040404'
|
|
657
|
-
}
|
|
651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
658
652
|
}],
|
|
659
653
|
socials: {
|
|
660
654
|
website: 'https://scrt.network/',
|
package/esm/mainnet/terra.js
CHANGED
|
@@ -353,10 +353,7 @@ const assets = {
|
|
|
353
353
|
coingecko_id: 'secret',
|
|
354
354
|
images: [{
|
|
355
355
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
356
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
357
|
-
theme: {
|
|
358
|
-
primary_color_hex: '#040404'
|
|
359
|
-
}
|
|
356
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
360
357
|
}],
|
|
361
358
|
socials: {
|
|
362
359
|
website: 'https://scrt.network/',
|
|
@@ -727,10 +724,7 @@ const assets = {
|
|
|
727
724
|
coingecko_id: 'secret',
|
|
728
725
|
images: [{
|
|
729
726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
730
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
731
|
-
theme: {
|
|
732
|
-
primary_color_hex: '#040404'
|
|
733
|
-
}
|
|
727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
734
728
|
}],
|
|
735
729
|
socials: {
|
|
736
730
|
website: 'https://scrt.network/',
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -807,6 +807,47 @@ const assets = {
|
|
|
807
807
|
}
|
|
808
808
|
}]
|
|
809
809
|
},
|
|
810
|
+
{
|
|
811
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
812
|
+
denom_units: [{
|
|
813
|
+
denom: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
814
|
+
exponent: 0,
|
|
815
|
+
aliases: ['udgn']
|
|
816
|
+
}, {
|
|
817
|
+
denom: 'DGN',
|
|
818
|
+
exponent: 6
|
|
819
|
+
}],
|
|
820
|
+
base: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
821
|
+
name: 'Dragon',
|
|
822
|
+
display: 'DGN',
|
|
823
|
+
coingecko_id: 'dragon-coin-2',
|
|
824
|
+
symbol: 'DGN',
|
|
825
|
+
logo_URIs: {
|
|
826
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
827
|
+
},
|
|
828
|
+
socials: {
|
|
829
|
+
website: 'https://www.cryptodungeon.org',
|
|
830
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
831
|
+
},
|
|
832
|
+
images: [{
|
|
833
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
834
|
+
theme: {
|
|
835
|
+
circle: true
|
|
836
|
+
}
|
|
837
|
+
}],
|
|
838
|
+
type_asset: 'sdk.coin',
|
|
839
|
+
traces: [{
|
|
840
|
+
type: 'ibc',
|
|
841
|
+
counterparty: {
|
|
842
|
+
channel_id: 'channel-7',
|
|
843
|
+
base_denom: 'udgn',
|
|
844
|
+
chain_name: 'dungeon'
|
|
845
|
+
},
|
|
846
|
+
chain: {
|
|
847
|
+
channel_id: 'channel-582'
|
|
848
|
+
}
|
|
849
|
+
}]
|
|
850
|
+
},
|
|
810
851
|
{
|
|
811
852
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
812
853
|
denom_units: [{
|
|
@@ -4656,10 +4697,7 @@ const assets = {
|
|
|
4656
4697
|
coingecko_id: 'secret',
|
|
4657
4698
|
images: [{
|
|
4658
4699
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4659
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4660
|
-
theme: {
|
|
4661
|
-
primary_color_hex: '#040404'
|
|
4662
|
-
}
|
|
4700
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4663
4701
|
}],
|
|
4664
4702
|
socials: {
|
|
4665
4703
|
website: 'https://scrt.network/',
|
|
@@ -6687,6 +6725,47 @@ const assets = {
|
|
|
6687
6725
|
}
|
|
6688
6726
|
}]
|
|
6689
6727
|
},
|
|
6728
|
+
{
|
|
6729
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
6730
|
+
denom_units: [{
|
|
6731
|
+
denom: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
6732
|
+
exponent: 0,
|
|
6733
|
+
aliases: ['udgn']
|
|
6734
|
+
}, {
|
|
6735
|
+
denom: 'DGN',
|
|
6736
|
+
exponent: 6
|
|
6737
|
+
}],
|
|
6738
|
+
base: 'ibc/B2AA4C3CD19954859C3B537EC0705640AFC01075F52993D9AC5E73F07F0386CC',
|
|
6739
|
+
name: 'Dragon',
|
|
6740
|
+
display: 'DGN',
|
|
6741
|
+
coingecko_id: 'dragon-coin-2',
|
|
6742
|
+
symbol: 'DGN',
|
|
6743
|
+
logo_URIs: {
|
|
6744
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
6745
|
+
},
|
|
6746
|
+
socials: {
|
|
6747
|
+
website: 'https://www.cryptodungeon.org',
|
|
6748
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
6749
|
+
},
|
|
6750
|
+
images: [{
|
|
6751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
6752
|
+
theme: {
|
|
6753
|
+
circle: true
|
|
6754
|
+
}
|
|
6755
|
+
}],
|
|
6756
|
+
type_asset: 'sdk.coin',
|
|
6757
|
+
traces: [{
|
|
6758
|
+
type: 'ibc',
|
|
6759
|
+
counterparty: {
|
|
6760
|
+
channel_id: 'channel-7',
|
|
6761
|
+
base_denom: 'udgn',
|
|
6762
|
+
chain_name: 'dungeon'
|
|
6763
|
+
},
|
|
6764
|
+
chain: {
|
|
6765
|
+
channel_id: 'channel-582'
|
|
6766
|
+
}
|
|
6767
|
+
}]
|
|
6768
|
+
},
|
|
6690
6769
|
{
|
|
6691
6770
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
6692
6771
|
denom_units: [{
|
|
@@ -10536,10 +10615,7 @@ const assets = {
|
|
|
10536
10615
|
coingecko_id: 'secret',
|
|
10537
10616
|
images: [{
|
|
10538
10617
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
10539
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10540
|
-
theme: {
|
|
10541
|
-
primary_color_hex: '#040404'
|
|
10542
|
-
}
|
|
10618
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10543
10619
|
}],
|
|
10544
10620
|
socials: {
|
|
10545
10621
|
website: 'https://scrt.network/',
|
package/esm/mainnet/umee.js
CHANGED
|
@@ -1341,10 +1341,7 @@ const assets = {
|
|
|
1341
1341
|
coingecko_id: 'secret',
|
|
1342
1342
|
images: [{
|
|
1343
1343
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1344
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1345
|
-
theme: {
|
|
1346
|
-
primary_color_hex: '#040404'
|
|
1347
|
-
}
|
|
1344
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1348
1345
|
}],
|
|
1349
1346
|
socials: {
|
|
1350
1347
|
website: 'https://scrt.network/',
|
|
@@ -2746,10 +2743,7 @@ const assets = {
|
|
|
2746
2743
|
coingecko_id: 'secret',
|
|
2747
2744
|
images: [{
|
|
2748
2745
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2749
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2750
|
-
theme: {
|
|
2751
|
-
primary_color_hex: '#040404'
|
|
2752
|
-
}
|
|
2746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2753
2747
|
}],
|
|
2754
2748
|
socials: {
|
|
2755
2749
|
website: 'https://scrt.network/',
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists: AssetList[];
|
|
7
|
+
asset_lists: import("@chain-registry/types").AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/agoric.js
CHANGED
|
@@ -1019,10 +1019,7 @@ const assets = {
|
|
|
1019
1019
|
coingecko_id: 'secret',
|
|
1020
1020
|
images: [{
|
|
1021
1021
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1022
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1023
|
-
theme: {
|
|
1024
|
-
primary_color_hex: '#040404'
|
|
1025
|
-
}
|
|
1022
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1026
1023
|
}],
|
|
1027
1024
|
socials: {
|
|
1028
1025
|
website: 'https://scrt.network/',
|
|
@@ -2139,10 +2136,7 @@ const assets = {
|
|
|
2139
2136
|
coingecko_id: 'secret',
|
|
2140
2137
|
images: [{
|
|
2141
2138
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2142
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2143
|
-
theme: {
|
|
2144
|
-
primary_color_hex: '#040404'
|
|
2145
|
-
}
|
|
2139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2146
2140
|
}],
|
|
2147
2141
|
socials: {
|
|
2148
2142
|
website: 'https://scrt.network/',
|
package/mainnet/akash.js
CHANGED
|
@@ -692,10 +692,7 @@ const assets = {
|
|
|
692
692
|
coingecko_id: 'secret',
|
|
693
693
|
images: [{
|
|
694
694
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
695
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
696
|
-
theme: {
|
|
697
|
-
primary_color_hex: '#040404'
|
|
698
|
-
}
|
|
695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
699
696
|
}],
|
|
700
697
|
socials: {
|
|
701
698
|
website: 'https://scrt.network/',
|
|
@@ -1571,10 +1568,7 @@ const assets = {
|
|
|
1571
1568
|
coingecko_id: 'secret',
|
|
1572
1569
|
images: [{
|
|
1573
1570
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1574
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1575
|
-
theme: {
|
|
1576
|
-
primary_color_hex: '#040404'
|
|
1577
|
-
}
|
|
1571
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1578
1572
|
}],
|
|
1579
1573
|
socials: {
|
|
1580
1574
|
website: 'https://scrt.network/',
|
package/mainnet/andromeda.js
CHANGED
|
@@ -562,10 +562,7 @@ const assets = {
|
|
|
562
562
|
coingecko_id: 'secret',
|
|
563
563
|
images: [{
|
|
564
564
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
565
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
566
|
-
theme: {
|
|
567
|
-
primary_color_hex: '#040404'
|
|
568
|
-
}
|
|
565
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
569
566
|
}],
|
|
570
567
|
socials: {
|
|
571
568
|
website: 'https://scrt.network/',
|
|
@@ -1186,10 +1183,7 @@ const assets = {
|
|
|
1186
1183
|
coingecko_id: 'secret',
|
|
1187
1184
|
images: [{
|
|
1188
1185
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1189
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1190
|
-
theme: {
|
|
1191
|
-
primary_color_hex: '#040404'
|
|
1192
|
-
}
|
|
1186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1193
1187
|
}],
|
|
1194
1188
|
socials: {
|
|
1195
1189
|
website: 'https://scrt.network/',
|
package/mainnet/archway.js
CHANGED
|
@@ -1464,10 +1464,7 @@ const assets = {
|
|
|
1464
1464
|
coingecko_id: 'secret',
|
|
1465
1465
|
images: [{
|
|
1466
1466
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1467
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1468
|
-
theme: {
|
|
1469
|
-
primary_color_hex: '#040404'
|
|
1470
|
-
}
|
|
1467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1471
1468
|
}],
|
|
1472
1469
|
socials: {
|
|
1473
1470
|
website: 'https://scrt.network/',
|
|
@@ -2705,10 +2702,7 @@ const assets = {
|
|
|
2705
2702
|
coingecko_id: 'secret',
|
|
2706
2703
|
images: [{
|
|
2707
2704
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
2708
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2709
|
-
theme: {
|
|
2710
|
-
primary_color_hex: '#040404'
|
|
2711
|
-
}
|
|
2705
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
2712
2706
|
}],
|
|
2713
2707
|
socials: {
|
|
2714
2708
|
website: 'https://scrt.network/',
|
package/mainnet/axelar.js
CHANGED
|
@@ -5443,10 +5443,7 @@ const assets = {
|
|
|
5443
5443
|
coingecko_id: 'secret',
|
|
5444
5444
|
images: [{
|
|
5445
5445
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
5446
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5447
|
-
theme: {
|
|
5448
|
-
primary_color_hex: '#040404'
|
|
5449
|
-
}
|
|
5446
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
5450
5447
|
}],
|
|
5451
5448
|
socials: {
|
|
5452
5449
|
website: 'https://scrt.network/',
|
|
@@ -10632,10 +10629,7 @@ const assets = {
|
|
|
10632
10629
|
coingecko_id: 'secret',
|
|
10633
10630
|
images: [{
|
|
10634
10631
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
10635
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10636
|
-
theme: {
|
|
10637
|
-
primary_color_hex: '#040404'
|
|
10638
|
-
}
|
|
10632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
10639
10633
|
}],
|
|
10640
10634
|
socials: {
|
|
10641
10635
|
website: 'https://scrt.network/',
|
package/mainnet/celestia.js
CHANGED
|
@@ -3809,10 +3809,7 @@ const assets = {
|
|
|
3809
3809
|
coingecko_id: 'secret',
|
|
3810
3810
|
images: [{
|
|
3811
3811
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3812
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3813
|
-
theme: {
|
|
3814
|
-
primary_color_hex: '#040404'
|
|
3815
|
-
}
|
|
3812
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3816
3813
|
}],
|
|
3817
3814
|
socials: {
|
|
3818
3815
|
website: 'https://scrt.network/',
|
|
@@ -7719,10 +7716,7 @@ const assets = {
|
|
|
7719
7716
|
coingecko_id: 'secret',
|
|
7720
7717
|
images: [{
|
|
7721
7718
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
7722
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7723
|
-
theme: {
|
|
7724
|
-
primary_color_hex: '#040404'
|
|
7725
|
-
}
|
|
7719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7726
7720
|
}],
|
|
7727
7721
|
socials: {
|
|
7728
7722
|
website: 'https://scrt.network/',
|
package/mainnet/cheqd.js
CHANGED
|
@@ -155,10 +155,7 @@ const assets = {
|
|
|
155
155
|
coingecko_id: 'secret',
|
|
156
156
|
images: [{
|
|
157
157
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
158
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
159
|
-
theme: {
|
|
160
|
-
primary_color_hex: '#040404'
|
|
161
|
-
}
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
162
159
|
}],
|
|
163
160
|
socials: {
|
|
164
161
|
website: 'https://scrt.network/',
|
|
@@ -372,10 +369,7 @@ const assets = {
|
|
|
372
369
|
coingecko_id: 'secret',
|
|
373
370
|
images: [{
|
|
374
371
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
375
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
376
|
-
theme: {
|
|
377
|
-
primary_color_hex: '#040404'
|
|
378
|
-
}
|
|
372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
379
373
|
}],
|
|
380
374
|
socials: {
|
|
381
375
|
website: 'https://scrt.network/',
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -429,10 +429,7 @@ const assets = {
|
|
|
429
429
|
coingecko_id: 'secret',
|
|
430
430
|
images: [{
|
|
431
431
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
432
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
433
|
-
theme: {
|
|
434
|
-
primary_color_hex: '#040404'
|
|
435
|
-
}
|
|
432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
436
433
|
}],
|
|
437
434
|
socials: {
|
|
438
435
|
website: 'https://scrt.network/',
|
|
@@ -911,10 +908,7 @@ const assets = {
|
|
|
911
908
|
coingecko_id: 'secret',
|
|
912
909
|
images: [{
|
|
913
910
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
914
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
915
|
-
theme: {
|
|
916
|
-
primary_color_hex: '#040404'
|
|
917
|
-
}
|
|
911
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
918
912
|
}],
|
|
919
913
|
socials: {
|
|
920
914
|
website: 'https://scrt.network/',
|
package/mainnet/comdex.js
CHANGED
|
@@ -359,10 +359,7 @@ const assets = {
|
|
|
359
359
|
coingecko_id: 'secret',
|
|
360
360
|
images: [{
|
|
361
361
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
362
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
363
|
-
theme: {
|
|
364
|
-
primary_color_hex: '#040404'
|
|
365
|
-
}
|
|
362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
366
363
|
}],
|
|
367
364
|
socials: {
|
|
368
365
|
website: 'https://scrt.network/',
|
|
@@ -823,10 +820,7 @@ const assets = {
|
|
|
823
820
|
coingecko_id: 'secret',
|
|
824
821
|
images: [{
|
|
825
822
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
826
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
827
|
-
theme: {
|
|
828
|
-
primary_color_hex: '#040404'
|
|
829
|
-
}
|
|
823
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
830
824
|
}],
|
|
831
825
|
socials: {
|
|
832
826
|
website: 'https://scrt.network/',
|
package/mainnet/composable.js
CHANGED
|
@@ -3500,10 +3500,7 @@ const assets = {
|
|
|
3500
3500
|
coingecko_id: 'secret',
|
|
3501
3501
|
images: [{
|
|
3502
3502
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3503
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3504
|
-
theme: {
|
|
3505
|
-
primary_color_hex: '#040404'
|
|
3506
|
-
}
|
|
3503
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3507
3504
|
}],
|
|
3508
3505
|
socials: {
|
|
3509
3506
|
website: 'https://scrt.network/',
|
|
@@ -4891,10 +4888,7 @@ const assets = {
|
|
|
4891
4888
|
coingecko_id: 'secret',
|
|
4892
4889
|
images: [{
|
|
4893
4890
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
4894
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4895
|
-
theme: {
|
|
4896
|
-
primary_color_hex: '#040404'
|
|
4897
|
-
}
|
|
4891
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
4898
4892
|
}],
|
|
4899
4893
|
socials: {
|
|
4900
4894
|
website: 'https://scrt.network/',
|
package/mainnet/coreum.js
CHANGED
|
@@ -985,10 +985,7 @@ const assets = {
|
|
|
985
985
|
coingecko_id: 'secret',
|
|
986
986
|
images: [{
|
|
987
987
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
988
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
989
|
-
theme: {
|
|
990
|
-
primary_color_hex: '#040404'
|
|
991
|
-
}
|
|
988
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
992
989
|
}],
|
|
993
990
|
socials: {
|
|
994
991
|
website: 'https://scrt.network/',
|
|
@@ -1817,10 +1814,7 @@ const assets = {
|
|
|
1817
1814
|
coingecko_id: 'secret',
|
|
1818
1815
|
images: [{
|
|
1819
1816
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1820
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1821
|
-
theme: {
|
|
1822
|
-
primary_color_hex: '#040404'
|
|
1823
|
-
}
|
|
1817
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1824
1818
|
}],
|
|
1825
1819
|
socials: {
|
|
1826
1820
|
website: 'https://scrt.network/',
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -7256,10 +7256,7 @@ const assets = {
|
|
|
7256
7256
|
coingecko_id: 'secret',
|
|
7257
7257
|
images: [{
|
|
7258
7258
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
7259
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7260
|
-
theme: {
|
|
7261
|
-
primary_color_hex: '#040404'
|
|
7262
|
-
}
|
|
7259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
7263
7260
|
}],
|
|
7264
7261
|
socials: {
|
|
7265
7262
|
website: 'https://scrt.network/',
|
|
@@ -13164,10 +13161,7 @@ const assets = {
|
|
|
13164
13161
|
coingecko_id: 'secret',
|
|
13165
13162
|
images: [{
|
|
13166
13163
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
13167
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
13168
|
-
theme: {
|
|
13169
|
-
primary_color_hex: '#040404'
|
|
13170
|
-
}
|
|
13164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
13171
13165
|
}],
|
|
13172
13166
|
socials: {
|
|
13173
13167
|
website: 'https://scrt.network/',
|
package/mainnet/crescent.js
CHANGED
|
@@ -1660,10 +1660,7 @@ const assets = {
|
|
|
1660
1660
|
coingecko_id: 'secret',
|
|
1661
1661
|
images: [{
|
|
1662
1662
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
1663
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1664
|
-
theme: {
|
|
1665
|
-
primary_color_hex: '#040404'
|
|
1666
|
-
}
|
|
1663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
1667
1664
|
}],
|
|
1668
1665
|
socials: {
|
|
1669
1666
|
website: 'https://scrt.network/',
|
|
@@ -3936,10 +3933,7 @@ const assets = {
|
|
|
3936
3933
|
coingecko_id: 'secret',
|
|
3937
3934
|
images: [{
|
|
3938
3935
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
3939
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3940
|
-
theme: {
|
|
3941
|
-
primary_color_hex: '#040404'
|
|
3942
|
-
}
|
|
3936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
3943
3937
|
}],
|
|
3944
3938
|
socials: {
|
|
3945
3939
|
website: 'https://scrt.network/',
|