@chain-registry/assets 1.70.190 → 1.70.192
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +0 -4
- package/esm/mainnet/celestia.js +8 -8
- package/esm/mainnet/composable.js +0 -2
- package/esm/mainnet/cosmoshub.js +0 -2
- package/esm/mainnet/gravitybridge.js +0 -4
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/initia.js +182 -0
- package/esm/mainnet/juno.js +0 -2
- package/esm/mainnet/kava.js +0 -2
- package/esm/mainnet/kujira.js +0 -2
- package/esm/mainnet/migaloo.js +0 -2
- package/esm/mainnet/neutron.js +0 -2
- package/esm/mainnet/noble.js +0 -2
- package/esm/mainnet/oraichain.js +0 -2
- package/esm/mainnet/osmosis.js +150 -12
- package/esm/mainnet/persistence.js +0 -2
- package/esm/mainnet/stride.js +0 -2
- package/esm/mainnet/terra2.js +0 -2
- package/index.d.ts +1 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +0 -4
- package/mainnet/celestia.js +8 -8
- package/mainnet/composable.js +0 -2
- package/mainnet/cosmoshub.js +0 -2
- package/mainnet/gravitybridge.js +0 -4
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/initia.d.ts +3 -0
- package/mainnet/initia.js +184 -0
- package/mainnet/juno.js +0 -2
- package/mainnet/kava.js +0 -2
- package/mainnet/kujira.js +0 -2
- package/mainnet/migaloo.js +0 -2
- package/mainnet/neutron.js +0 -2
- package/mainnet/noble.js +0 -2
- package/mainnet/oraichain.js +0 -2
- package/mainnet/osmosis.js +150 -12
- package/mainnet/persistence.js +0 -2
- package/mainnet/stride.js +0 -2
- package/mainnet/terra2.js +0 -2
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -3532,7 +3532,6 @@ const assets = {
|
|
|
3532
3532
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3533
3533
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
3534
3534
|
},
|
|
3535
|
-
coingecko_id: 'deenar-gold',
|
|
3536
3535
|
socials: {
|
|
3537
3536
|
website: 'https://deenar.com',
|
|
3538
3537
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -3667,6 +3666,45 @@ const assets = {
|
|
|
3667
3666
|
}
|
|
3668
3667
|
}]
|
|
3669
3668
|
},
|
|
3669
|
+
{
|
|
3670
|
+
description: 'The native token of Initia',
|
|
3671
|
+
denom_units: [{
|
|
3672
|
+
denom: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
3673
|
+
exponent: 0,
|
|
3674
|
+
aliases: ['uinit']
|
|
3675
|
+
}, {
|
|
3676
|
+
denom: 'INIT',
|
|
3677
|
+
exponent: 6
|
|
3678
|
+
}],
|
|
3679
|
+
base: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
3680
|
+
display: 'INIT',
|
|
3681
|
+
name: 'Initia',
|
|
3682
|
+
symbol: 'INIT',
|
|
3683
|
+
images: [{
|
|
3684
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
3685
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
3686
|
+
theme: {
|
|
3687
|
+
circle: true,
|
|
3688
|
+
primary_color_hex: '#040404'
|
|
3689
|
+
}
|
|
3690
|
+
}],
|
|
3691
|
+
socials: {
|
|
3692
|
+
website: 'https://initia.xyz/',
|
|
3693
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
3694
|
+
},
|
|
3695
|
+
type_asset: 'sdk.coin',
|
|
3696
|
+
traces: [{
|
|
3697
|
+
type: 'ibc',
|
|
3698
|
+
counterparty: {
|
|
3699
|
+
channel_id: 'channel-0',
|
|
3700
|
+
base_denom: 'uinit',
|
|
3701
|
+
chain_name: 'initia'
|
|
3702
|
+
},
|
|
3703
|
+
chain: {
|
|
3704
|
+
channel_id: 'channel-100108'
|
|
3705
|
+
}
|
|
3706
|
+
}]
|
|
3707
|
+
},
|
|
3670
3708
|
{
|
|
3671
3709
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
3672
3710
|
denom_units: [{
|
|
@@ -5217,12 +5255,12 @@ const assets = {
|
|
|
5217
5255
|
display: 'milk',
|
|
5218
5256
|
symbol: 'MILK',
|
|
5219
5257
|
logo_URIs: {
|
|
5220
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
5221
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
5258
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
5259
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
5222
5260
|
},
|
|
5223
5261
|
images: [{
|
|
5224
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
5225
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
5262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
5263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
|
|
5226
5264
|
theme: {
|
|
5227
5265
|
primary_color_hex: '#760dbb'
|
|
5228
5266
|
}
|
|
@@ -9884,7 +9922,6 @@ const assets = {
|
|
|
9884
9922
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
9885
9923
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
9886
9924
|
},
|
|
9887
|
-
coingecko_id: 'deenar-gold',
|
|
9888
9925
|
socials: {
|
|
9889
9926
|
website: 'https://deenar.com',
|
|
9890
9927
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -10019,6 +10056,45 @@ const assets = {
|
|
|
10019
10056
|
}
|
|
10020
10057
|
}]
|
|
10021
10058
|
},
|
|
10059
|
+
{
|
|
10060
|
+
description: 'The native token of Initia',
|
|
10061
|
+
denom_units: [{
|
|
10062
|
+
denom: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
10063
|
+
exponent: 0,
|
|
10064
|
+
aliases: ['uinit']
|
|
10065
|
+
}, {
|
|
10066
|
+
denom: 'INIT',
|
|
10067
|
+
exponent: 6
|
|
10068
|
+
}],
|
|
10069
|
+
base: 'ibc/70932FA3E9291DC51EE280CEEA490BDA58D927598BAEFED5947F99365EE97806',
|
|
10070
|
+
display: 'INIT',
|
|
10071
|
+
name: 'Initia',
|
|
10072
|
+
symbol: 'INIT',
|
|
10073
|
+
images: [{
|
|
10074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.png',
|
|
10075
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
|
|
10076
|
+
theme: {
|
|
10077
|
+
circle: true,
|
|
10078
|
+
primary_color_hex: '#040404'
|
|
10079
|
+
}
|
|
10080
|
+
}],
|
|
10081
|
+
socials: {
|
|
10082
|
+
website: 'https://initia.xyz/',
|
|
10083
|
+
twitter: 'https://twitter.com/initiaFDN'
|
|
10084
|
+
},
|
|
10085
|
+
type_asset: 'sdk.coin',
|
|
10086
|
+
traces: [{
|
|
10087
|
+
type: 'ibc',
|
|
10088
|
+
counterparty: {
|
|
10089
|
+
channel_id: 'channel-0',
|
|
10090
|
+
base_denom: 'uinit',
|
|
10091
|
+
chain_name: 'initia'
|
|
10092
|
+
},
|
|
10093
|
+
chain: {
|
|
10094
|
+
channel_id: 'channel-100108'
|
|
10095
|
+
}
|
|
10096
|
+
}]
|
|
10097
|
+
},
|
|
10022
10098
|
{
|
|
10023
10099
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
10024
10100
|
denom_units: [{
|
|
@@ -11569,12 +11645,12 @@ const assets = {
|
|
|
11569
11645
|
display: 'milk',
|
|
11570
11646
|
symbol: 'MILK',
|
|
11571
11647
|
logo_URIs: {
|
|
11572
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
11573
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
11648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
11649
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
11574
11650
|
},
|
|
11575
11651
|
images: [{
|
|
11576
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
11577
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
11652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
11653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
|
|
11578
11654
|
theme: {
|
|
11579
11655
|
primary_color_hex: '#760dbb'
|
|
11580
11656
|
}
|
|
@@ -28742,6 +28818,38 @@ const assets = {
|
|
|
28742
28818
|
}
|
|
28743
28819
|
}]
|
|
28744
28820
|
},
|
|
28821
|
+
{
|
|
28822
|
+
denom_units: [{
|
|
28823
|
+
denom: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28824
|
+
exponent: 0,
|
|
28825
|
+
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
28826
|
+
}, {
|
|
28827
|
+
denom: 'satUniBTC',
|
|
28828
|
+
exponent: 8
|
|
28829
|
+
}],
|
|
28830
|
+
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
28831
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28832
|
+
name: 'Satlayer uniBTC',
|
|
28833
|
+
display: 'satUniBTC',
|
|
28834
|
+
symbol: 'satUniBTC',
|
|
28835
|
+
logo_URIs: {
|
|
28836
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
28837
|
+
},
|
|
28838
|
+
type_asset: 'cw20',
|
|
28839
|
+
traces: [{
|
|
28840
|
+
type: 'ibc-cw20',
|
|
28841
|
+
counterparty: {
|
|
28842
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
28843
|
+
channel_id: 'channel-7',
|
|
28844
|
+
base_denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
28845
|
+
chain_name: 'babylon'
|
|
28846
|
+
},
|
|
28847
|
+
chain: {
|
|
28848
|
+
port: 'transfer',
|
|
28849
|
+
channel_id: 'channel-101979'
|
|
28850
|
+
}
|
|
28851
|
+
}]
|
|
28852
|
+
},
|
|
28745
28853
|
{
|
|
28746
28854
|
description: 'Puppy',
|
|
28747
28855
|
denom_units: [{
|
|
@@ -31908,6 +32016,38 @@ const assets = {
|
|
|
31908
32016
|
}
|
|
31909
32017
|
}]
|
|
31910
32018
|
},
|
|
32019
|
+
{
|
|
32020
|
+
denom_units: [{
|
|
32021
|
+
denom: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32022
|
+
exponent: 0,
|
|
32023
|
+
aliases: ['cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x']
|
|
32024
|
+
}, {
|
|
32025
|
+
denom: 'satUniBTC',
|
|
32026
|
+
exponent: 8
|
|
32027
|
+
}],
|
|
32028
|
+
base: 'ibc/F5F5B3929B2A955C4F901ADE7089A7711DA87C1B6B58056493C480A95BCBFD97',
|
|
32029
|
+
address: 'bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32030
|
+
name: 'Satlayer uniBTC',
|
|
32031
|
+
display: 'satUniBTC',
|
|
32032
|
+
symbol: 'satUniBTC',
|
|
32033
|
+
logo_URIs: {
|
|
32034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
32035
|
+
},
|
|
32036
|
+
type_asset: 'cw20',
|
|
32037
|
+
traces: [{
|
|
32038
|
+
type: 'ibc-cw20',
|
|
32039
|
+
counterparty: {
|
|
32040
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32041
|
+
channel_id: 'channel-7',
|
|
32042
|
+
base_denom: 'cw20:bbn1j2nchmpuhkq0yj93g84txe33j5lhw2y7p3anhqjhvamqxsev6rmsneu85x',
|
|
32043
|
+
chain_name: 'babylon'
|
|
32044
|
+
},
|
|
32045
|
+
chain: {
|
|
32046
|
+
port: 'transfer',
|
|
32047
|
+
channel_id: 'channel-101979'
|
|
32048
|
+
}
|
|
32049
|
+
}]
|
|
32050
|
+
},
|
|
31911
32051
|
{
|
|
31912
32052
|
description: 'Puppy',
|
|
31913
32053
|
denom_units: [{
|
|
@@ -35068,7 +35208,6 @@ const assets = {
|
|
|
35068
35208
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
35069
35209
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
35070
35210
|
},
|
|
35071
|
-
coingecko_id: 'alter',
|
|
35072
35211
|
images: [{
|
|
35073
35212
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
35074
35213
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -43946,7 +44085,6 @@ const assets = {
|
|
|
43946
44085
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
43947
44086
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
43948
44087
|
},
|
|
43949
|
-
coingecko_id: 'alter',
|
|
43950
44088
|
images: [{
|
|
43951
44089
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
43952
44090
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -4174,7 +4174,6 @@ const assets = {
|
|
|
4174
4174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4175
4175
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
4176
4176
|
},
|
|
4177
|
-
coingecko_id: 'alter',
|
|
4178
4177
|
images: [{
|
|
4179
4178
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4180
4179
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -4551,7 +4550,6 @@ const assets = {
|
|
|
4551
4550
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4552
4551
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
4553
4552
|
},
|
|
4554
|
-
coingecko_id: 'alter',
|
|
4555
4553
|
images: [{
|
|
4556
4554
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
4557
4555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
package/esm/mainnet/stride.js
CHANGED
|
@@ -1015,7 +1015,6 @@ const assets = {
|
|
|
1015
1015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1016
1016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1017
1017
|
},
|
|
1018
|
-
coingecko_id: 'deenar-gold',
|
|
1019
1018
|
socials: {
|
|
1020
1019
|
website: 'https://deenar.com',
|
|
1021
1020
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -7583,7 +7582,6 @@ const assets = {
|
|
|
7583
7582
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
7584
7583
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
7585
7584
|
},
|
|
7586
|
-
coingecko_id: 'deenar-gold',
|
|
7587
7585
|
socials: {
|
|
7588
7586
|
website: 'https://deenar.com',
|
|
7589
7587
|
twitter: 'https://x.com/DeenarGold'
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -16436,7 +16436,6 @@ const assets = {
|
|
|
16436
16436
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16437
16437
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
16438
16438
|
},
|
|
16439
|
-
coingecko_id: 'alter',
|
|
16440
16439
|
images: [{
|
|
16441
16440
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16442
16441
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -16931,7 +16930,6 @@ const assets = {
|
|
|
16931
16930
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16932
16931
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
16933
16932
|
},
|
|
16934
|
-
coingecko_id: 'alter',
|
|
16935
16933
|
images: [{
|
|
16936
16934
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16937
16935
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
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/assets.js
CHANGED
|
@@ -65,6 +65,7 @@ const haqq_1 = __importDefault(require("./haqq"));
|
|
|
65
65
|
const humans_1 = __importDefault(require("./humans"));
|
|
66
66
|
const impacthub_1 = __importDefault(require("./impacthub"));
|
|
67
67
|
const imversed_1 = __importDefault(require("./imversed"));
|
|
68
|
+
const initia_1 = __importDefault(require("./initia"));
|
|
68
69
|
const injective_1 = __importDefault(require("./injective"));
|
|
69
70
|
const int3face_1 = __importDefault(require("./int3face"));
|
|
70
71
|
const irisnet_1 = __importDefault(require("./irisnet"));
|
|
@@ -156,5 +157,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
156
157
|
const xion_1 = __importDefault(require("./xion"));
|
|
157
158
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
158
159
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
159
|
-
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
160
|
+
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
160
161
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -1668,7 +1668,6 @@ const assets = {
|
|
|
1668
1668
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1669
1669
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1670
1670
|
},
|
|
1671
|
-
coingecko_id: 'deenar-gold',
|
|
1672
1671
|
socials: {
|
|
1673
1672
|
website: 'https://deenar.com',
|
|
1674
1673
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -9289,7 +9288,6 @@ const assets = {
|
|
|
9289
9288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
9290
9289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
9291
9290
|
},
|
|
9292
|
-
coingecko_id: 'deenar-gold',
|
|
9293
9291
|
socials: {
|
|
9294
9292
|
website: 'https://deenar.com',
|
|
9295
9293
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -16164,7 +16162,6 @@ const assets = {
|
|
|
16164
16162
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16165
16163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
16166
16164
|
},
|
|
16167
|
-
coingecko_id: 'alter',
|
|
16168
16165
|
images: [{
|
|
16169
16166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16170
16167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -16541,7 +16538,6 @@ const assets = {
|
|
|
16541
16538
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16542
16539
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
16543
16540
|
},
|
|
16544
|
-
coingecko_id: 'alter',
|
|
16545
16541
|
images: [{
|
|
16546
16542
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
16547
16543
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
package/mainnet/celestia.js
CHANGED
|
@@ -922,12 +922,12 @@ const assets = {
|
|
|
922
922
|
display: 'milk',
|
|
923
923
|
symbol: 'MILK',
|
|
924
924
|
logo_URIs: {
|
|
925
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
926
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
925
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
926
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
927
927
|
},
|
|
928
928
|
images: [{
|
|
929
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
930
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
929
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
930
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
|
|
931
931
|
theme: {
|
|
932
932
|
primary_color_hex: '#760dbb'
|
|
933
933
|
}
|
|
@@ -6896,12 +6896,12 @@ const assets = {
|
|
|
6896
6896
|
display: 'milk',
|
|
6897
6897
|
symbol: 'MILK',
|
|
6898
6898
|
logo_URIs: {
|
|
6899
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
6900
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
6899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
6900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg'
|
|
6901
6901
|
},
|
|
6902
6902
|
images: [{
|
|
6903
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
6904
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/
|
|
6903
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.png',
|
|
6904
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/milkyway/images/milk.svg',
|
|
6905
6905
|
theme: {
|
|
6906
6906
|
primary_color_hex: '#760dbb'
|
|
6907
6907
|
}
|
package/mainnet/composable.js
CHANGED
|
@@ -5594,7 +5594,6 @@ const assets = {
|
|
|
5594
5594
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5595
5595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5596
5596
|
},
|
|
5597
|
-
coingecko_id: 'alter',
|
|
5598
5597
|
images: [{
|
|
5599
5598
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5600
5599
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -5971,7 +5970,6 @@ const assets = {
|
|
|
5971
5970
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5972
5971
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
5973
5972
|
},
|
|
5974
|
-
coingecko_id: 'alter',
|
|
5975
5973
|
images: [{
|
|
5976
5974
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
5977
5975
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3254,7 +3254,6 @@ const assets = {
|
|
|
3254
3254
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
3255
3255
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
3256
3256
|
},
|
|
3257
|
-
coingecko_id: 'deenar-gold',
|
|
3258
3257
|
socials: {
|
|
3259
3258
|
website: 'https://deenar.com',
|
|
3260
3259
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -11716,7 +11715,6 @@ const assets = {
|
|
|
11716
11715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
11717
11716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
11718
11717
|
},
|
|
11719
|
-
coingecko_id: 'deenar-gold',
|
|
11720
11718
|
socials: {
|
|
11721
11719
|
website: 'https://deenar.com',
|
|
11722
11720
|
twitter: 'https://x.com/DeenarGold'
|
package/mainnet/gravitybridge.js
CHANGED
|
@@ -1673,7 +1673,6 @@ const assets = {
|
|
|
1673
1673
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
1674
1674
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
1675
1675
|
},
|
|
1676
|
-
coingecko_id: 'deenar-gold',
|
|
1677
1676
|
socials: {
|
|
1678
1677
|
website: 'https://deenar.com',
|
|
1679
1678
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -2372,7 +2371,6 @@ const assets = {
|
|
|
2372
2371
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.png',
|
|
2373
2372
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/haqq/images/deen.svg'
|
|
2374
2373
|
},
|
|
2375
|
-
coingecko_id: 'deenar-gold',
|
|
2376
2374
|
socials: {
|
|
2377
2375
|
website: 'https://deenar.com',
|
|
2378
2376
|
twitter: 'https://x.com/DeenarGold'
|
|
@@ -3262,7 +3260,6 @@ const assets = {
|
|
|
3262
3260
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3263
3261
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
3264
3262
|
},
|
|
3265
|
-
coingecko_id: 'alter',
|
|
3266
3263
|
images: [{
|
|
3267
3264
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3268
3265
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
|
@@ -3639,7 +3636,6 @@ const assets = {
|
|
|
3639
3636
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3640
3637
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg'
|
|
3641
3638
|
},
|
|
3642
|
-
coingecko_id: 'alter',
|
|
3643
3639
|
images: [{
|
|
3644
3640
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.png',
|
|
3645
3641
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/alter.svg',
|
package/mainnet/index.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export * as haqq from './haqq';
|
|
|
60
60
|
export * as humans from './humans';
|
|
61
61
|
export * as impacthub from './impacthub';
|
|
62
62
|
export * as imversed from './imversed';
|
|
63
|
+
export * as initia from './initia';
|
|
63
64
|
export * as injective from './injective';
|
|
64
65
|
export * as int3face from './int3face';
|
|
65
66
|
export * as irisnet from './irisnet';
|
package/mainnet/index.js
CHANGED
|
@@ -24,9 +24,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = exports.xpla = exports.xion = void 0;
|
|
27
|
+
exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = void 0;
|
|
28
|
+
exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -89,6 +89,7 @@ exports.haqq = __importStar(require("./haqq"));
|
|
|
89
89
|
exports.humans = __importStar(require("./humans"));
|
|
90
90
|
exports.impacthub = __importStar(require("./impacthub"));
|
|
91
91
|
exports.imversed = __importStar(require("./imversed"));
|
|
92
|
+
exports.initia = __importStar(require("./initia"));
|
|
92
93
|
exports.injective = __importStar(require("./injective"));
|
|
93
94
|
exports.int3face = __importStar(require("./int3face"));
|
|
94
95
|
exports.irisnet = __importStar(require("./irisnet"));
|