@chain-registry/assets 1.70.615 → 1.70.617
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 +0 -78
- package/esm/mainnet/akash.js +0 -78
- package/esm/mainnet/archway.js +0 -78
- package/esm/mainnet/assets.js +1 -9
- package/esm/mainnet/axelar.js +0 -236
- package/esm/mainnet/babylon.js +0 -80
- package/esm/mainnet/beezee.js +0 -78
- package/esm/mainnet/celestia.js +0 -80
- package/esm/mainnet/cosmoshub.js +0 -236
- package/esm/mainnet/crescent.js +0 -2
- package/esm/mainnet/index.js +0 -8
- package/esm/mainnet/initia.js +0 -80
- package/esm/mainnet/juno.js +0 -2
- package/esm/mainnet/kava.js +0 -72
- package/esm/mainnet/kujira.js +0 -80
- package/esm/mainnet/migaloo.js +0 -2
- package/esm/mainnet/noble.js +0 -230
- package/esm/mainnet/osmosis.js +0 -714
- package/esm/mainnet/persistence.js +0 -2
- package/esm/mainnet/pundix.js +0 -158
- package/esm/mainnet/quicksilver.js +0 -78
- package/esm/mainnet/secretnetwork.js +0 -2
- package/esm/mainnet/self.js +0 -80
- package/esm/mainnet/stride.js +0 -2
- package/esm/mainnet/terra2.js +0 -2
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +0 -78
- package/mainnet/akash.js +0 -78
- package/mainnet/archway.js +0 -78
- package/mainnet/assets.js +1 -9
- package/mainnet/axelar.js +0 -236
- package/mainnet/babylon.js +0 -80
- package/mainnet/beezee.js +0 -78
- package/mainnet/celestia.js +0 -80
- package/mainnet/cosmoshub.js +0 -236
- package/mainnet/crescent.js +0 -2
- package/mainnet/index.d.ts +0 -8
- package/mainnet/index.js +4 -12
- package/mainnet/initia.js +0 -80
- package/mainnet/juno.js +0 -2
- package/mainnet/kava.js +0 -72
- package/mainnet/kujira.js +0 -80
- package/mainnet/migaloo.js +0 -2
- package/mainnet/noble.js +0 -230
- package/mainnet/osmosis.js +0 -714
- package/mainnet/persistence.js +0 -2
- package/mainnet/pundix.js +0 -158
- package/mainnet/quicksilver.js +0 -78
- package/mainnet/secretnetwork.js +0 -2
- package/mainnet/self.js +0 -80
- package/mainnet/stride.js +0 -2
- package/mainnet/terra2.js +0 -2
- package/package.json +5 -5
- package/esm/mainnet/dhealth.js +0 -170
- package/esm/mainnet/fxcore.js +0 -330
- package/esm/mainnet/lambda.js +0 -170
- package/esm/mainnet/milkyway.js +0 -404
- package/esm/mainnet/omniflixhub.js +0 -1336
- package/esm/mainnet/onex.js +0 -916
- package/esm/mainnet/onomy.js +0 -242
- package/esm/mainnet/routerchain.js +0 -532
- package/mainnet/dhealth.d.ts +0 -3
- package/mainnet/dhealth.js +0 -172
- package/mainnet/fxcore.d.ts +0 -3
- package/mainnet/fxcore.js +0 -332
- package/mainnet/lambda.d.ts +0 -3
- package/mainnet/lambda.js +0 -172
- package/mainnet/milkyway.d.ts +0 -3
- package/mainnet/milkyway.js +0 -406
- package/mainnet/omniflixhub.d.ts +0 -3
- package/mainnet/omniflixhub.js +0 -1338
- package/mainnet/onex.d.ts +0 -3
- package/mainnet/onex.js +0 -918
- package/mainnet/onomy.d.ts +0 -3
- package/mainnet/onomy.js +0 -244
- package/mainnet/routerchain.d.ts +0 -3
- package/mainnet/routerchain.js +0 -534
package/esm/mainnet/babylon.js
CHANGED
|
@@ -247,46 +247,6 @@ const assets = {
|
|
|
247
247
|
}
|
|
248
248
|
}]
|
|
249
249
|
},
|
|
250
|
-
{
|
|
251
|
-
description: 'The native token of MilkyWay',
|
|
252
|
-
denom_units: [{
|
|
253
|
-
denom: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
|
|
254
|
-
exponent: 0,
|
|
255
|
-
aliases: ['umilk']
|
|
256
|
-
}, {
|
|
257
|
-
denom: 'milk',
|
|
258
|
-
exponent: 6
|
|
259
|
-
}],
|
|
260
|
-
type_asset: 'sdk.coin',
|
|
261
|
-
base: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
|
|
262
|
-
name: 'Milk',
|
|
263
|
-
display: 'milk',
|
|
264
|
-
symbol: 'MILK',
|
|
265
|
-
logo_URIs: {
|
|
266
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
267
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
268
|
-
},
|
|
269
|
-
images: [{
|
|
270
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
271
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
272
|
-
}],
|
|
273
|
-
keywords: ['liquid staking', 'restaking'],
|
|
274
|
-
socials: {
|
|
275
|
-
website: 'https://milkyway.zone',
|
|
276
|
-
x: 'https://x.com/milky_way_zone'
|
|
277
|
-
},
|
|
278
|
-
traces: [{
|
|
279
|
-
type: 'ibc',
|
|
280
|
-
counterparty: {
|
|
281
|
-
channel_id: 'channel-4',
|
|
282
|
-
base_denom: 'umilk',
|
|
283
|
-
chain_name: 'milkyway'
|
|
284
|
-
},
|
|
285
|
-
chain: {
|
|
286
|
-
channel_id: 'channel-4'
|
|
287
|
-
}
|
|
288
|
-
}]
|
|
289
|
-
},
|
|
290
250
|
{
|
|
291
251
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
292
252
|
denom_units: [{
|
|
@@ -820,46 +780,6 @@ const assets = {
|
|
|
820
780
|
}
|
|
821
781
|
}]
|
|
822
782
|
},
|
|
823
|
-
{
|
|
824
|
-
description: 'The native token of MilkyWay',
|
|
825
|
-
denom_units: [{
|
|
826
|
-
denom: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
|
|
827
|
-
exponent: 0,
|
|
828
|
-
aliases: ['umilk']
|
|
829
|
-
}, {
|
|
830
|
-
denom: 'milk',
|
|
831
|
-
exponent: 6
|
|
832
|
-
}],
|
|
833
|
-
type_asset: 'sdk.coin',
|
|
834
|
-
base: 'ibc/CC1095A93E3C2DF5630EC4F6A994647E58C33FCB94F4810DE6126EF4A8A9E060',
|
|
835
|
-
name: 'Milk',
|
|
836
|
-
display: 'milk',
|
|
837
|
-
symbol: 'MILK',
|
|
838
|
-
logo_URIs: {
|
|
839
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
840
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
841
|
-
},
|
|
842
|
-
images: [{
|
|
843
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
844
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
845
|
-
}],
|
|
846
|
-
keywords: ['liquid staking', 'restaking'],
|
|
847
|
-
socials: {
|
|
848
|
-
website: 'https://milkyway.zone',
|
|
849
|
-
x: 'https://x.com/milky_way_zone'
|
|
850
|
-
},
|
|
851
|
-
traces: [{
|
|
852
|
-
type: 'ibc',
|
|
853
|
-
counterparty: {
|
|
854
|
-
channel_id: 'channel-4',
|
|
855
|
-
base_denom: 'umilk',
|
|
856
|
-
chain_name: 'milkyway'
|
|
857
|
-
},
|
|
858
|
-
chain: {
|
|
859
|
-
channel_id: 'channel-4'
|
|
860
|
-
}
|
|
861
|
-
}]
|
|
862
|
-
},
|
|
863
783
|
{
|
|
864
784
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
865
785
|
denom_units: [{
|
package/esm/mainnet/beezee.js
CHANGED
|
@@ -539,45 +539,6 @@ const assets = {
|
|
|
539
539
|
}
|
|
540
540
|
}]
|
|
541
541
|
},
|
|
542
|
-
{
|
|
543
|
-
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
544
|
-
denom_units: [{
|
|
545
|
-
denom: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
546
|
-
exponent: 0,
|
|
547
|
-
aliases: ['uflix']
|
|
548
|
-
}, {
|
|
549
|
-
denom: 'flix',
|
|
550
|
-
exponent: 6
|
|
551
|
-
}],
|
|
552
|
-
base: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
553
|
-
name: 'Flix',
|
|
554
|
-
display: 'flix',
|
|
555
|
-
symbol: 'FLIX',
|
|
556
|
-
logo_URIs: {
|
|
557
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
558
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
559
|
-
},
|
|
560
|
-
images: [{
|
|
561
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
562
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
563
|
-
}],
|
|
564
|
-
socials: {
|
|
565
|
-
website: 'https://omniflix.network/',
|
|
566
|
-
x: 'https://x.com/OmniFlixNetwork'
|
|
567
|
-
},
|
|
568
|
-
type_asset: 'sdk.coin',
|
|
569
|
-
traces: [{
|
|
570
|
-
type: 'ibc',
|
|
571
|
-
counterparty: {
|
|
572
|
-
channel_id: 'channel-50',
|
|
573
|
-
base_denom: 'uflix',
|
|
574
|
-
chain_name: 'omniflixhub'
|
|
575
|
-
},
|
|
576
|
-
chain: {
|
|
577
|
-
channel_id: 'channel-5'
|
|
578
|
-
}
|
|
579
|
-
}]
|
|
580
|
-
},
|
|
581
542
|
{
|
|
582
543
|
description: 'The native token of Osmosis',
|
|
583
544
|
denom_units: [{
|
|
@@ -876,45 +837,6 @@ const assets = {
|
|
|
876
837
|
}
|
|
877
838
|
}]
|
|
878
839
|
},
|
|
879
|
-
{
|
|
880
|
-
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
881
|
-
denom_units: [{
|
|
882
|
-
denom: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
883
|
-
exponent: 0,
|
|
884
|
-
aliases: ['uflix']
|
|
885
|
-
}, {
|
|
886
|
-
denom: 'flix',
|
|
887
|
-
exponent: 6
|
|
888
|
-
}],
|
|
889
|
-
base: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
890
|
-
name: 'Flix',
|
|
891
|
-
display: 'flix',
|
|
892
|
-
symbol: 'FLIX',
|
|
893
|
-
logo_URIs: {
|
|
894
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
895
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
896
|
-
},
|
|
897
|
-
images: [{
|
|
898
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
899
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
900
|
-
}],
|
|
901
|
-
socials: {
|
|
902
|
-
website: 'https://omniflix.network/',
|
|
903
|
-
x: 'https://x.com/OmniFlixNetwork'
|
|
904
|
-
},
|
|
905
|
-
type_asset: 'sdk.coin',
|
|
906
|
-
traces: [{
|
|
907
|
-
type: 'ibc',
|
|
908
|
-
counterparty: {
|
|
909
|
-
channel_id: 'channel-50',
|
|
910
|
-
base_denom: 'uflix',
|
|
911
|
-
chain_name: 'omniflixhub'
|
|
912
|
-
},
|
|
913
|
-
chain: {
|
|
914
|
-
channel_id: 'channel-5'
|
|
915
|
-
}
|
|
916
|
-
}]
|
|
917
|
-
},
|
|
918
840
|
{
|
|
919
841
|
description: 'The native token of Osmosis',
|
|
920
842
|
denom_units: [{
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -770,46 +770,6 @@ const assets = {
|
|
|
770
770
|
},
|
|
771
771
|
type_asset: 'sdk.coin'
|
|
772
772
|
},
|
|
773
|
-
{
|
|
774
|
-
description: 'The native token of MilkyWay',
|
|
775
|
-
denom_units: [{
|
|
776
|
-
denom: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
|
|
777
|
-
exponent: 0,
|
|
778
|
-
aliases: ['umilk']
|
|
779
|
-
}, {
|
|
780
|
-
denom: 'milk',
|
|
781
|
-
exponent: 6
|
|
782
|
-
}],
|
|
783
|
-
type_asset: 'sdk.coin',
|
|
784
|
-
base: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
|
|
785
|
-
name: 'Milk',
|
|
786
|
-
display: 'milk',
|
|
787
|
-
symbol: 'MILK',
|
|
788
|
-
logo_URIs: {
|
|
789
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
790
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
791
|
-
},
|
|
792
|
-
images: [{
|
|
793
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
794
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
795
|
-
}],
|
|
796
|
-
keywords: ['liquid staking', 'restaking'],
|
|
797
|
-
socials: {
|
|
798
|
-
website: 'https://milkyway.zone',
|
|
799
|
-
x: 'https://x.com/milky_way_zone'
|
|
800
|
-
},
|
|
801
|
-
traces: [{
|
|
802
|
-
type: 'ibc',
|
|
803
|
-
counterparty: {
|
|
804
|
-
channel_id: 'channel-1',
|
|
805
|
-
base_denom: 'umilk',
|
|
806
|
-
chain_name: 'milkyway'
|
|
807
|
-
},
|
|
808
|
-
chain: {
|
|
809
|
-
channel_id: 'channel-49'
|
|
810
|
-
}
|
|
811
|
-
}]
|
|
812
|
-
},
|
|
813
773
|
{
|
|
814
774
|
description: 'The native token of Namada.',
|
|
815
775
|
denom_units: [{
|
|
@@ -1950,46 +1910,6 @@ const assets = {
|
|
|
1950
1910
|
},
|
|
1951
1911
|
type_asset: 'sdk.coin'
|
|
1952
1912
|
},
|
|
1953
|
-
{
|
|
1954
|
-
description: 'The native token of MilkyWay',
|
|
1955
|
-
denom_units: [{
|
|
1956
|
-
denom: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
|
|
1957
|
-
exponent: 0,
|
|
1958
|
-
aliases: ['umilk']
|
|
1959
|
-
}, {
|
|
1960
|
-
denom: 'milk',
|
|
1961
|
-
exponent: 6
|
|
1962
|
-
}],
|
|
1963
|
-
type_asset: 'sdk.coin',
|
|
1964
|
-
base: 'ibc/240AC0896FEBBE3E063DD1BF21698A8767001D7BAE6F9FB0FA34448E9F663327',
|
|
1965
|
-
name: 'Milk',
|
|
1966
|
-
display: 'milk',
|
|
1967
|
-
symbol: 'MILK',
|
|
1968
|
-
logo_URIs: {
|
|
1969
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
1970
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
1971
|
-
},
|
|
1972
|
-
images: [{
|
|
1973
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
1974
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
1975
|
-
}],
|
|
1976
|
-
keywords: ['liquid staking', 'restaking'],
|
|
1977
|
-
socials: {
|
|
1978
|
-
website: 'https://milkyway.zone',
|
|
1979
|
-
x: 'https://x.com/milky_way_zone'
|
|
1980
|
-
},
|
|
1981
|
-
traces: [{
|
|
1982
|
-
type: 'ibc',
|
|
1983
|
-
counterparty: {
|
|
1984
|
-
channel_id: 'channel-1',
|
|
1985
|
-
base_denom: 'umilk',
|
|
1986
|
-
chain_name: 'milkyway'
|
|
1987
|
-
},
|
|
1988
|
-
chain: {
|
|
1989
|
-
channel_id: 'channel-49'
|
|
1990
|
-
}
|
|
1991
|
-
}]
|
|
1992
|
-
},
|
|
1993
1913
|
{
|
|
1994
1914
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1995
1915
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3314,85 +3314,6 @@ const assets = {
|
|
|
3314
3314
|
}
|
|
3315
3315
|
}]
|
|
3316
3316
|
},
|
|
3317
|
-
{
|
|
3318
|
-
description: 'PUNDIAI is an ERC-20 utility and governance token of Pundi AI ecosystem, including Pundi AI Data Platform, Pundi AI Marketplace, Pundi AIFX Omni Layer and Pundi MM AI Agent Launcher.',
|
|
3319
|
-
denom_units: [{
|
|
3320
|
-
denom: 'ibc/19EAFC8147E47371620ED2C8EC90B3612C19408FC59A89AAD79033A88ABBF078',
|
|
3321
|
-
exponent: 0,
|
|
3322
|
-
aliases: ['apundiai']
|
|
3323
|
-
}, {
|
|
3324
|
-
denom: 'pundiai',
|
|
3325
|
-
exponent: 18
|
|
3326
|
-
}],
|
|
3327
|
-
base: 'ibc/19EAFC8147E47371620ED2C8EC90B3612C19408FC59A89AAD79033A88ABBF078',
|
|
3328
|
-
name: 'Pundi AI',
|
|
3329
|
-
display: 'pundiai',
|
|
3330
|
-
symbol: 'PUNDIAI',
|
|
3331
|
-
logo_URIs: {
|
|
3332
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
3333
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg'
|
|
3334
|
-
},
|
|
3335
|
-
coingecko_id: 'pundi-aifx',
|
|
3336
|
-
images: [{
|
|
3337
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
3338
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg'
|
|
3339
|
-
}],
|
|
3340
|
-
socials: {
|
|
3341
|
-
website: 'https://fx.pundi.ai',
|
|
3342
|
-
x: 'https://x.com/PundiAI'
|
|
3343
|
-
},
|
|
3344
|
-
type_asset: 'sdk.coin',
|
|
3345
|
-
traces: [{
|
|
3346
|
-
type: 'ibc',
|
|
3347
|
-
counterparty: {
|
|
3348
|
-
channel_id: 'channel-10',
|
|
3349
|
-
base_denom: 'apundiai',
|
|
3350
|
-
chain_name: 'fxcore'
|
|
3351
|
-
},
|
|
3352
|
-
chain: {
|
|
3353
|
-
channel_id: 'channel-585'
|
|
3354
|
-
}
|
|
3355
|
-
}]
|
|
3356
|
-
},
|
|
3357
|
-
{
|
|
3358
|
-
description: 'The native staking token of the Function X',
|
|
3359
|
-
denom_units: [{
|
|
3360
|
-
denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
|
|
3361
|
-
exponent: 0,
|
|
3362
|
-
aliases: ['FX']
|
|
3363
|
-
}, {
|
|
3364
|
-
denom: 'WFX',
|
|
3365
|
-
exponent: 18
|
|
3366
|
-
}],
|
|
3367
|
-
base: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
|
|
3368
|
-
name: 'Function X',
|
|
3369
|
-
display: 'WFX',
|
|
3370
|
-
symbol: 'FX',
|
|
3371
|
-
logo_URIs: {
|
|
3372
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
3373
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
3374
|
-
},
|
|
3375
|
-
images: [{
|
|
3376
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
3377
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
3378
|
-
}],
|
|
3379
|
-
socials: {
|
|
3380
|
-
website: 'https://fx.pundi.ai',
|
|
3381
|
-
x: 'https://x.com/PundiAI'
|
|
3382
|
-
},
|
|
3383
|
-
type_asset: 'sdk.coin',
|
|
3384
|
-
traces: [{
|
|
3385
|
-
type: 'ibc',
|
|
3386
|
-
counterparty: {
|
|
3387
|
-
channel_id: 'channel-10',
|
|
3388
|
-
base_denom: 'FX',
|
|
3389
|
-
chain_name: 'fxcore'
|
|
3390
|
-
},
|
|
3391
|
-
chain: {
|
|
3392
|
-
channel_id: 'channel-585'
|
|
3393
|
-
}
|
|
3394
|
-
}]
|
|
3395
|
-
},
|
|
3396
3317
|
{
|
|
3397
3318
|
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
3398
3319
|
denom_units: [{
|
|
@@ -4998,45 +4919,6 @@ const assets = {
|
|
|
4998
4919
|
}
|
|
4999
4920
|
}]
|
|
5000
4921
|
},
|
|
5001
|
-
{
|
|
5002
|
-
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
5003
|
-
denom_units: [{
|
|
5004
|
-
denom: 'ibc/15B4D31D457B80DD46CA46F6B89FD6BB15CB92FE7BBF8763947417537C3A4C2E',
|
|
5005
|
-
exponent: 0,
|
|
5006
|
-
aliases: ['uflix']
|
|
5007
|
-
}, {
|
|
5008
|
-
denom: 'flix',
|
|
5009
|
-
exponent: 6
|
|
5010
|
-
}],
|
|
5011
|
-
base: 'ibc/15B4D31D457B80DD46CA46F6B89FD6BB15CB92FE7BBF8763947417537C3A4C2E',
|
|
5012
|
-
name: 'Flix',
|
|
5013
|
-
display: 'flix',
|
|
5014
|
-
symbol: 'FLIX',
|
|
5015
|
-
logo_URIs: {
|
|
5016
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
5017
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
5018
|
-
},
|
|
5019
|
-
images: [{
|
|
5020
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
5021
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
5022
|
-
}],
|
|
5023
|
-
socials: {
|
|
5024
|
-
website: 'https://omniflix.network/',
|
|
5025
|
-
x: 'https://x.com/OmniFlixNetwork'
|
|
5026
|
-
},
|
|
5027
|
-
type_asset: 'sdk.coin',
|
|
5028
|
-
traces: [{
|
|
5029
|
-
type: 'ibc',
|
|
5030
|
-
counterparty: {
|
|
5031
|
-
channel_id: 'channel-12',
|
|
5032
|
-
base_denom: 'uflix',
|
|
5033
|
-
chain_name: 'omniflixhub'
|
|
5034
|
-
},
|
|
5035
|
-
chain: {
|
|
5036
|
-
channel_id: 'channel-306'
|
|
5037
|
-
}
|
|
5038
|
-
}]
|
|
5039
|
-
},
|
|
5040
4922
|
{
|
|
5041
4923
|
description: 'The native token of Oraichain',
|
|
5042
4924
|
denom_units: [{
|
|
@@ -7108,85 +6990,6 @@ const assets = {
|
|
|
7108
6990
|
}
|
|
7109
6991
|
}]
|
|
7110
6992
|
},
|
|
7111
|
-
{
|
|
7112
|
-
description: 'PUNDIAI is an ERC-20 utility and governance token of Pundi AI ecosystem, including Pundi AI Data Platform, Pundi AI Marketplace, Pundi AIFX Omni Layer and Pundi MM AI Agent Launcher.',
|
|
7113
|
-
denom_units: [{
|
|
7114
|
-
denom: 'ibc/19EAFC8147E47371620ED2C8EC90B3612C19408FC59A89AAD79033A88ABBF078',
|
|
7115
|
-
exponent: 0,
|
|
7116
|
-
aliases: ['apundiai']
|
|
7117
|
-
}, {
|
|
7118
|
-
denom: 'pundiai',
|
|
7119
|
-
exponent: 18
|
|
7120
|
-
}],
|
|
7121
|
-
base: 'ibc/19EAFC8147E47371620ED2C8EC90B3612C19408FC59A89AAD79033A88ABBF078',
|
|
7122
|
-
name: 'Pundi AI',
|
|
7123
|
-
display: 'pundiai',
|
|
7124
|
-
symbol: 'PUNDIAI',
|
|
7125
|
-
logo_URIs: {
|
|
7126
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
7127
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg'
|
|
7128
|
-
},
|
|
7129
|
-
coingecko_id: 'pundi-aifx',
|
|
7130
|
-
images: [{
|
|
7131
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.png',
|
|
7132
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/PUNDIAI.svg'
|
|
7133
|
-
}],
|
|
7134
|
-
socials: {
|
|
7135
|
-
website: 'https://fx.pundi.ai',
|
|
7136
|
-
x: 'https://x.com/PundiAI'
|
|
7137
|
-
},
|
|
7138
|
-
type_asset: 'sdk.coin',
|
|
7139
|
-
traces: [{
|
|
7140
|
-
type: 'ibc',
|
|
7141
|
-
counterparty: {
|
|
7142
|
-
channel_id: 'channel-10',
|
|
7143
|
-
base_denom: 'apundiai',
|
|
7144
|
-
chain_name: 'fxcore'
|
|
7145
|
-
},
|
|
7146
|
-
chain: {
|
|
7147
|
-
channel_id: 'channel-585'
|
|
7148
|
-
}
|
|
7149
|
-
}]
|
|
7150
|
-
},
|
|
7151
|
-
{
|
|
7152
|
-
description: 'The native staking token of the Function X',
|
|
7153
|
-
denom_units: [{
|
|
7154
|
-
denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
|
|
7155
|
-
exponent: 0,
|
|
7156
|
-
aliases: ['FX']
|
|
7157
|
-
}, {
|
|
7158
|
-
denom: 'WFX',
|
|
7159
|
-
exponent: 18
|
|
7160
|
-
}],
|
|
7161
|
-
base: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
|
|
7162
|
-
name: 'Function X',
|
|
7163
|
-
display: 'WFX',
|
|
7164
|
-
symbol: 'FX',
|
|
7165
|
-
logo_URIs: {
|
|
7166
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
7167
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
7168
|
-
},
|
|
7169
|
-
images: [{
|
|
7170
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
|
|
7171
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
|
|
7172
|
-
}],
|
|
7173
|
-
socials: {
|
|
7174
|
-
website: 'https://fx.pundi.ai',
|
|
7175
|
-
x: 'https://x.com/PundiAI'
|
|
7176
|
-
},
|
|
7177
|
-
type_asset: 'sdk.coin',
|
|
7178
|
-
traces: [{
|
|
7179
|
-
type: 'ibc',
|
|
7180
|
-
counterparty: {
|
|
7181
|
-
channel_id: 'channel-10',
|
|
7182
|
-
base_denom: 'FX',
|
|
7183
|
-
chain_name: 'fxcore'
|
|
7184
|
-
},
|
|
7185
|
-
chain: {
|
|
7186
|
-
channel_id: 'channel-585'
|
|
7187
|
-
}
|
|
7188
|
-
}]
|
|
7189
|
-
},
|
|
7190
6993
|
{
|
|
7191
6994
|
description: 'The native EVM, governance and staking token of the Haqq Network',
|
|
7192
6995
|
denom_units: [{
|
|
@@ -8754,45 +8557,6 @@ const assets = {
|
|
|
8754
8557
|
}
|
|
8755
8558
|
}]
|
|
8756
8559
|
},
|
|
8757
|
-
{
|
|
8758
|
-
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
8759
|
-
denom_units: [{
|
|
8760
|
-
denom: 'ibc/15B4D31D457B80DD46CA46F6B89FD6BB15CB92FE7BBF8763947417537C3A4C2E',
|
|
8761
|
-
exponent: 0,
|
|
8762
|
-
aliases: ['uflix']
|
|
8763
|
-
}, {
|
|
8764
|
-
denom: 'flix',
|
|
8765
|
-
exponent: 6
|
|
8766
|
-
}],
|
|
8767
|
-
base: 'ibc/15B4D31D457B80DD46CA46F6B89FD6BB15CB92FE7BBF8763947417537C3A4C2E',
|
|
8768
|
-
name: 'Flix',
|
|
8769
|
-
display: 'flix',
|
|
8770
|
-
symbol: 'FLIX',
|
|
8771
|
-
logo_URIs: {
|
|
8772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
8773
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
8774
|
-
},
|
|
8775
|
-
images: [{
|
|
8776
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
8777
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
8778
|
-
}],
|
|
8779
|
-
socials: {
|
|
8780
|
-
website: 'https://omniflix.network/',
|
|
8781
|
-
x: 'https://x.com/OmniFlixNetwork'
|
|
8782
|
-
},
|
|
8783
|
-
type_asset: 'sdk.coin',
|
|
8784
|
-
traces: [{
|
|
8785
|
-
type: 'ibc',
|
|
8786
|
-
counterparty: {
|
|
8787
|
-
channel_id: 'channel-12',
|
|
8788
|
-
base_denom: 'uflix',
|
|
8789
|
-
chain_name: 'omniflixhub'
|
|
8790
|
-
},
|
|
8791
|
-
chain: {
|
|
8792
|
-
channel_id: 'channel-306'
|
|
8793
|
-
}
|
|
8794
|
-
}]
|
|
8795
|
-
},
|
|
8796
8560
|
{
|
|
8797
8561
|
description: 'The native token of Oraichain',
|
|
8798
8562
|
denom_units: [{
|
package/esm/mainnet/crescent.js
CHANGED
|
@@ -221,7 +221,6 @@ const assets = {
|
|
|
221
221
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
222
222
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
223
223
|
},
|
|
224
|
-
coingecko_id: 'comdex',
|
|
225
224
|
images: [{
|
|
226
225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
227
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
@@ -570,7 +569,6 @@ const assets = {
|
|
|
570
569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
571
570
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
|
572
571
|
},
|
|
573
|
-
coingecko_id: 'comdex',
|
|
574
572
|
images: [{
|
|
575
573
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
|
|
576
574
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
|
package/esm/mainnet/index.js
CHANGED
|
@@ -43,7 +43,6 @@ export * as cronos from './cronos';
|
|
|
43
43
|
export * as cryptoorgchain from './cryptoorgchain';
|
|
44
44
|
export * as decentr from './decentr';
|
|
45
45
|
export * as desmos from './desmos';
|
|
46
|
-
export * as dhealth from './dhealth';
|
|
47
46
|
export * as divine from './divine';
|
|
48
47
|
export * as doravota from './doravota';
|
|
49
48
|
export * as dungeon from './dungeon';
|
|
@@ -59,7 +58,6 @@ export * as fandomchain from './fandomchain';
|
|
|
59
58
|
export * as fetchhub from './fetchhub';
|
|
60
59
|
export * as firmachain from './firmachain';
|
|
61
60
|
export * as furya from './furya';
|
|
62
|
-
export * as fxcore from './fxcore';
|
|
63
61
|
export * as galaxy from './galaxy';
|
|
64
62
|
export * as gateway from './gateway';
|
|
65
63
|
export * as genesisl1 from './genesisl1';
|
|
@@ -87,7 +85,6 @@ export * as konstellation from './konstellation';
|
|
|
87
85
|
export * as kopi from './kopi';
|
|
88
86
|
export * as kujira from './kujira';
|
|
89
87
|
export * as kyve from './kyve';
|
|
90
|
-
export * as lambda from './lambda';
|
|
91
88
|
export * as lava from './lava';
|
|
92
89
|
export * as likecoin from './likecoin';
|
|
93
90
|
export * as lombardledger from './lombardledger';
|
|
@@ -101,7 +98,6 @@ export * as mantrachain from './mantrachain';
|
|
|
101
98
|
export * as medasdigital from './medasdigital';
|
|
102
99
|
export * as meme from './meme';
|
|
103
100
|
export * as migaloo from './migaloo';
|
|
104
|
-
export * as milkyway from './milkyway';
|
|
105
101
|
export * as mirage from './mirage';
|
|
106
102
|
export * as mtgbp from './mtgbp';
|
|
107
103
|
export * as neutaro from './neutaro';
|
|
@@ -114,9 +110,6 @@ export * as nomic from './nomic';
|
|
|
114
110
|
export * as nyx from './nyx';
|
|
115
111
|
export * as odin from './odin';
|
|
116
112
|
export * as okexchain from './okexchain';
|
|
117
|
-
export * as omniflixhub from './omniflixhub';
|
|
118
|
-
export * as onex from './onex';
|
|
119
|
-
export * as onomy from './onomy';
|
|
120
113
|
export * as optio from './optio';
|
|
121
114
|
export * as oraichain from './oraichain';
|
|
122
115
|
export * as osmosis from './osmosis';
|
|
@@ -138,7 +131,6 @@ export * as realio from './realio';
|
|
|
138
131
|
export * as rebus from './rebus';
|
|
139
132
|
export * as regen from './regen';
|
|
140
133
|
export * as rizon from './rizon';
|
|
141
|
-
export * as routerchain from './routerchain';
|
|
142
134
|
export * as saga from './saga';
|
|
143
135
|
export * as scorum from './scorum';
|
|
144
136
|
export * as secretnetwork from './secretnetwork';
|