@chain-registry/assets 1.70.329 → 1.70.331
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/carbon.js +6 -0
- package/esm/mainnet/kujira.js +6 -0
- package/esm/mainnet/migaloo.js +6 -0
- package/esm/mainnet/neutron.js +6 -0
- package/esm/mainnet/osmosis.js +240 -0
- package/esm/mainnet/secretnetwork.js +6 -0
- package/esm/mainnet/sunrise.js +164 -0
- package/index.d.ts +1 -1
- package/mainnet/carbon.js +6 -0
- package/mainnet/kujira.js +6 -0
- package/mainnet/migaloo.js +6 -0
- package/mainnet/neutron.js +6 -0
- package/mainnet/osmosis.js +240 -0
- package/mainnet/secretnetwork.js +6 -0
- package/mainnet/sunrise.js +164 -0
- package/package.json +5 -5
package/esm/mainnet/carbon.js
CHANGED
|
@@ -1440,6 +1440,7 @@ const assets = {
|
|
|
1440
1440
|
name: 'ERIS Amplified LUNA',
|
|
1441
1441
|
display: 'ampluna',
|
|
1442
1442
|
symbol: 'ampLUNA',
|
|
1443
|
+
coingecko_id: 'eris-amplified-luna',
|
|
1443
1444
|
logo_URIs: {
|
|
1444
1445
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
1445
1446
|
},
|
|
@@ -2270,6 +2271,7 @@ const assets = {
|
|
|
2270
2271
|
name: 'Solid',
|
|
2271
2272
|
display: 'solid',
|
|
2272
2273
|
symbol: 'SOLID',
|
|
2274
|
+
coingecko_id: 'solid-2',
|
|
2273
2275
|
logo_URIs: {
|
|
2274
2276
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
2275
2277
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -2308,6 +2310,7 @@ const assets = {
|
|
|
2308
2310
|
name: 'Capa',
|
|
2309
2311
|
display: 'capa',
|
|
2310
2312
|
symbol: 'CAPA',
|
|
2313
|
+
coingecko_id: 'capapult',
|
|
2311
2314
|
logo_URIs: {
|
|
2312
2315
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
2313
2316
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -2751,6 +2754,7 @@ const assets = {
|
|
|
2751
2754
|
name: 'ERIS Amplified LUNA',
|
|
2752
2755
|
display: 'ampluna',
|
|
2753
2756
|
symbol: 'ampLUNA',
|
|
2757
|
+
coingecko_id: 'eris-amplified-luna',
|
|
2754
2758
|
logo_URIs: {
|
|
2755
2759
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
2756
2760
|
},
|
|
@@ -3581,6 +3585,7 @@ const assets = {
|
|
|
3581
3585
|
name: 'Solid',
|
|
3582
3586
|
display: 'solid',
|
|
3583
3587
|
symbol: 'SOLID',
|
|
3588
|
+
coingecko_id: 'solid-2',
|
|
3584
3589
|
logo_URIs: {
|
|
3585
3590
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
3586
3591
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -3619,6 +3624,7 @@ const assets = {
|
|
|
3619
3624
|
name: 'Capa',
|
|
3620
3625
|
display: 'capa',
|
|
3621
3626
|
symbol: 'CAPA',
|
|
3627
|
+
coingecko_id: 'capapult',
|
|
3622
3628
|
logo_URIs: {
|
|
3623
3629
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
3624
3630
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -7292,6 +7292,7 @@ const assets = {
|
|
|
7292
7292
|
name: 'ERIS Amplified LUNA',
|
|
7293
7293
|
display: 'ampluna',
|
|
7294
7294
|
symbol: 'ampLUNA',
|
|
7295
|
+
coingecko_id: 'eris-amplified-luna',
|
|
7295
7296
|
logo_URIs: {
|
|
7296
7297
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
7297
7298
|
},
|
|
@@ -8122,6 +8123,7 @@ const assets = {
|
|
|
8122
8123
|
name: 'Solid',
|
|
8123
8124
|
display: 'solid',
|
|
8124
8125
|
symbol: 'SOLID',
|
|
8126
|
+
coingecko_id: 'solid-2',
|
|
8125
8127
|
logo_URIs: {
|
|
8126
8128
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
8127
8129
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -8160,6 +8162,7 @@ const assets = {
|
|
|
8160
8162
|
name: 'Capa',
|
|
8161
8163
|
display: 'capa',
|
|
8162
8164
|
symbol: 'CAPA',
|
|
8165
|
+
coingecko_id: 'capapult',
|
|
8163
8166
|
logo_URIs: {
|
|
8164
8167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
8165
8168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -9031,6 +9034,7 @@ const assets = {
|
|
|
9031
9034
|
name: 'ERIS Amplified LUNA',
|
|
9032
9035
|
display: 'ampluna',
|
|
9033
9036
|
symbol: 'ampLUNA',
|
|
9037
|
+
coingecko_id: 'eris-amplified-luna',
|
|
9034
9038
|
logo_URIs: {
|
|
9035
9039
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
9036
9040
|
},
|
|
@@ -9861,6 +9865,7 @@ const assets = {
|
|
|
9861
9865
|
name: 'Solid',
|
|
9862
9866
|
display: 'solid',
|
|
9863
9867
|
symbol: 'SOLID',
|
|
9868
|
+
coingecko_id: 'solid-2',
|
|
9864
9869
|
logo_URIs: {
|
|
9865
9870
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
9866
9871
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -9899,6 +9904,7 @@ const assets = {
|
|
|
9899
9904
|
name: 'Capa',
|
|
9900
9905
|
display: 'capa',
|
|
9901
9906
|
symbol: 'CAPA',
|
|
9907
|
+
coingecko_id: 'capapult',
|
|
9902
9908
|
logo_URIs: {
|
|
9903
9909
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
9904
9910
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -10065,6 +10065,7 @@ const assets = {
|
|
|
10065
10065
|
name: 'ERIS Amplified LUNA',
|
|
10066
10066
|
display: 'ampluna',
|
|
10067
10067
|
symbol: 'ampLUNA',
|
|
10068
|
+
coingecko_id: 'eris-amplified-luna',
|
|
10068
10069
|
logo_URIs: {
|
|
10069
10070
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
10070
10071
|
},
|
|
@@ -10895,6 +10896,7 @@ const assets = {
|
|
|
10895
10896
|
name: 'Solid',
|
|
10896
10897
|
display: 'solid',
|
|
10897
10898
|
symbol: 'SOLID',
|
|
10899
|
+
coingecko_id: 'solid-2',
|
|
10898
10900
|
logo_URIs: {
|
|
10899
10901
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
10900
10902
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -10933,6 +10935,7 @@ const assets = {
|
|
|
10933
10935
|
name: 'Capa',
|
|
10934
10936
|
display: 'capa',
|
|
10935
10937
|
symbol: 'CAPA',
|
|
10938
|
+
coingecko_id: 'capapult',
|
|
10936
10939
|
logo_URIs: {
|
|
10937
10940
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
10938
10941
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -18523,6 +18526,7 @@ const assets = {
|
|
|
18523
18526
|
name: 'ERIS Amplified LUNA',
|
|
18524
18527
|
display: 'ampluna',
|
|
18525
18528
|
symbol: 'ampLUNA',
|
|
18529
|
+
coingecko_id: 'eris-amplified-luna',
|
|
18526
18530
|
logo_URIs: {
|
|
18527
18531
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
18528
18532
|
},
|
|
@@ -19353,6 +19357,7 @@ const assets = {
|
|
|
19353
19357
|
name: 'Solid',
|
|
19354
19358
|
display: 'solid',
|
|
19355
19359
|
symbol: 'SOLID',
|
|
19360
|
+
coingecko_id: 'solid-2',
|
|
19356
19361
|
logo_URIs: {
|
|
19357
19362
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
19358
19363
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -19391,6 +19396,7 @@ const assets = {
|
|
|
19391
19396
|
name: 'Capa',
|
|
19392
19397
|
display: 'capa',
|
|
19393
19398
|
symbol: 'CAPA',
|
|
19399
|
+
coingecko_id: 'capapult',
|
|
19394
19400
|
logo_URIs: {
|
|
19395
19401
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
19396
19402
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -18392,6 +18392,7 @@ const assets = {
|
|
|
18392
18392
|
name: 'ERIS Amplified LUNA',
|
|
18393
18393
|
display: 'ampluna',
|
|
18394
18394
|
symbol: 'ampLUNA',
|
|
18395
|
+
coingecko_id: 'eris-amplified-luna',
|
|
18395
18396
|
logo_URIs: {
|
|
18396
18397
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
18397
18398
|
},
|
|
@@ -19222,6 +19223,7 @@ const assets = {
|
|
|
19222
19223
|
name: 'Solid',
|
|
19223
19224
|
display: 'solid',
|
|
19224
19225
|
symbol: 'SOLID',
|
|
19226
|
+
coingecko_id: 'solid-2',
|
|
19225
19227
|
logo_URIs: {
|
|
19226
19228
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
19227
19229
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -19260,6 +19262,7 @@ const assets = {
|
|
|
19260
19262
|
name: 'Capa',
|
|
19261
19263
|
display: 'capa',
|
|
19262
19264
|
symbol: 'CAPA',
|
|
19265
|
+
coingecko_id: 'capapult',
|
|
19263
19266
|
logo_URIs: {
|
|
19264
19267
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
19265
19268
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -20131,6 +20134,7 @@ const assets = {
|
|
|
20131
20134
|
name: 'ERIS Amplified LUNA',
|
|
20132
20135
|
display: 'ampluna',
|
|
20133
20136
|
symbol: 'ampLUNA',
|
|
20137
|
+
coingecko_id: 'eris-amplified-luna',
|
|
20134
20138
|
logo_URIs: {
|
|
20135
20139
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
20136
20140
|
},
|
|
@@ -20961,6 +20965,7 @@ const assets = {
|
|
|
20961
20965
|
name: 'Solid',
|
|
20962
20966
|
display: 'solid',
|
|
20963
20967
|
symbol: 'SOLID',
|
|
20968
|
+
coingecko_id: 'solid-2',
|
|
20964
20969
|
logo_URIs: {
|
|
20965
20970
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
20966
20971
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -20999,6 +21004,7 @@ const assets = {
|
|
|
20999
21004
|
name: 'Capa',
|
|
21000
21005
|
display: 'capa',
|
|
21001
21006
|
symbol: 'CAPA',
|
|
21007
|
+
coingecko_id: 'capapult',
|
|
21002
21008
|
logo_URIs: {
|
|
21003
21009
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
21004
21010
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -21034,6 +21034,123 @@ const assets = {
|
|
|
21034
21034
|
}
|
|
21035
21035
|
}]
|
|
21036
21036
|
},
|
|
21037
|
+
{
|
|
21038
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
21039
|
+
denom_units: [{
|
|
21040
|
+
denom: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
21041
|
+
exponent: 0,
|
|
21042
|
+
aliases: ['uvrise']
|
|
21043
|
+
}, {
|
|
21044
|
+
denom: 'vrise',
|
|
21045
|
+
exponent: 6
|
|
21046
|
+
}],
|
|
21047
|
+
base: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
21048
|
+
name: 'Sunrise vRISE',
|
|
21049
|
+
display: 'vrise',
|
|
21050
|
+
symbol: 'vRISE',
|
|
21051
|
+
logo_URIs: {
|
|
21052
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
21053
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
21054
|
+
},
|
|
21055
|
+
images: [{
|
|
21056
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
21057
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
21058
|
+
}],
|
|
21059
|
+
socials: {
|
|
21060
|
+
website: 'https://sunriselayer.io/',
|
|
21061
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21062
|
+
},
|
|
21063
|
+
type_asset: 'sdk.coin',
|
|
21064
|
+
traces: [{
|
|
21065
|
+
type: 'ibc',
|
|
21066
|
+
counterparty: {
|
|
21067
|
+
channel_id: 'channel-3',
|
|
21068
|
+
base_denom: 'uvrise',
|
|
21069
|
+
chain_name: 'sunrise'
|
|
21070
|
+
},
|
|
21071
|
+
chain: {
|
|
21072
|
+
channel_id: 'channel-106275'
|
|
21073
|
+
}
|
|
21074
|
+
}]
|
|
21075
|
+
},
|
|
21076
|
+
{
|
|
21077
|
+
description: 'The native token of the Sunrise network.',
|
|
21078
|
+
denom_units: [{
|
|
21079
|
+
denom: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
21080
|
+
exponent: 0,
|
|
21081
|
+
aliases: ['urise']
|
|
21082
|
+
}, {
|
|
21083
|
+
denom: 'rise',
|
|
21084
|
+
exponent: 6
|
|
21085
|
+
}],
|
|
21086
|
+
base: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
21087
|
+
name: 'Sunrise RISE',
|
|
21088
|
+
display: 'rise',
|
|
21089
|
+
symbol: 'RISE',
|
|
21090
|
+
logo_URIs: {
|
|
21091
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
21092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
21093
|
+
},
|
|
21094
|
+
images: [{
|
|
21095
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
21096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
21097
|
+
}],
|
|
21098
|
+
socials: {
|
|
21099
|
+
website: 'https://sunriselayer.io/',
|
|
21100
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21101
|
+
},
|
|
21102
|
+
type_asset: 'sdk.coin',
|
|
21103
|
+
traces: [{
|
|
21104
|
+
type: 'ibc',
|
|
21105
|
+
counterparty: {
|
|
21106
|
+
channel_id: 'channel-3',
|
|
21107
|
+
base_denom: 'urise',
|
|
21108
|
+
chain_name: 'sunrise'
|
|
21109
|
+
},
|
|
21110
|
+
chain: {
|
|
21111
|
+
channel_id: 'channel-106275'
|
|
21112
|
+
}
|
|
21113
|
+
}]
|
|
21114
|
+
},
|
|
21115
|
+
{
|
|
21116
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
21117
|
+
denom_units: [{
|
|
21118
|
+
denom: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
21119
|
+
exponent: 0,
|
|
21120
|
+
aliases: ['uusdrise']
|
|
21121
|
+
}, {
|
|
21122
|
+
denom: 'usdrise',
|
|
21123
|
+
exponent: 6
|
|
21124
|
+
}],
|
|
21125
|
+
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
21126
|
+
name: 'Sunrise USDrise',
|
|
21127
|
+
display: 'usdrise',
|
|
21128
|
+
symbol: 'USDRISE',
|
|
21129
|
+
logo_URIs: {
|
|
21130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
21132
|
+
},
|
|
21133
|
+
images: [{
|
|
21134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
21135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
21136
|
+
}],
|
|
21137
|
+
socials: {
|
|
21138
|
+
website: 'https://sunriselayer.io/',
|
|
21139
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21140
|
+
},
|
|
21141
|
+
type_asset: 'sdk.coin',
|
|
21142
|
+
traces: [{
|
|
21143
|
+
type: 'ibc',
|
|
21144
|
+
counterparty: {
|
|
21145
|
+
channel_id: 'channel-3',
|
|
21146
|
+
base_denom: 'uusdrise',
|
|
21147
|
+
chain_name: 'sunrise'
|
|
21148
|
+
},
|
|
21149
|
+
chain: {
|
|
21150
|
+
channel_id: 'channel-106275'
|
|
21151
|
+
}
|
|
21152
|
+
}]
|
|
21153
|
+
},
|
|
21037
21154
|
{
|
|
21038
21155
|
description: 'The native coin of Symphony',
|
|
21039
21156
|
socials: {
|
|
@@ -30958,6 +31075,123 @@ const assets = {
|
|
|
30958
31075
|
}
|
|
30959
31076
|
}]
|
|
30960
31077
|
},
|
|
31078
|
+
{
|
|
31079
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
31080
|
+
denom_units: [{
|
|
31081
|
+
denom: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
31082
|
+
exponent: 0,
|
|
31083
|
+
aliases: ['uvrise']
|
|
31084
|
+
}, {
|
|
31085
|
+
denom: 'vrise',
|
|
31086
|
+
exponent: 6
|
|
31087
|
+
}],
|
|
31088
|
+
base: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
31089
|
+
name: 'Sunrise vRISE',
|
|
31090
|
+
display: 'vrise',
|
|
31091
|
+
symbol: 'vRISE',
|
|
31092
|
+
logo_URIs: {
|
|
31093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
31094
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
31095
|
+
},
|
|
31096
|
+
images: [{
|
|
31097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
31098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
31099
|
+
}],
|
|
31100
|
+
socials: {
|
|
31101
|
+
website: 'https://sunriselayer.io/',
|
|
31102
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
31103
|
+
},
|
|
31104
|
+
type_asset: 'sdk.coin',
|
|
31105
|
+
traces: [{
|
|
31106
|
+
type: 'ibc',
|
|
31107
|
+
counterparty: {
|
|
31108
|
+
channel_id: 'channel-3',
|
|
31109
|
+
base_denom: 'uvrise',
|
|
31110
|
+
chain_name: 'sunrise'
|
|
31111
|
+
},
|
|
31112
|
+
chain: {
|
|
31113
|
+
channel_id: 'channel-106275'
|
|
31114
|
+
}
|
|
31115
|
+
}]
|
|
31116
|
+
},
|
|
31117
|
+
{
|
|
31118
|
+
description: 'The native token of the Sunrise network.',
|
|
31119
|
+
denom_units: [{
|
|
31120
|
+
denom: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
31121
|
+
exponent: 0,
|
|
31122
|
+
aliases: ['urise']
|
|
31123
|
+
}, {
|
|
31124
|
+
denom: 'rise',
|
|
31125
|
+
exponent: 6
|
|
31126
|
+
}],
|
|
31127
|
+
base: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
31128
|
+
name: 'Sunrise RISE',
|
|
31129
|
+
display: 'rise',
|
|
31130
|
+
symbol: 'RISE',
|
|
31131
|
+
logo_URIs: {
|
|
31132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
31133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
31134
|
+
},
|
|
31135
|
+
images: [{
|
|
31136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
31137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
31138
|
+
}],
|
|
31139
|
+
socials: {
|
|
31140
|
+
website: 'https://sunriselayer.io/',
|
|
31141
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
31142
|
+
},
|
|
31143
|
+
type_asset: 'sdk.coin',
|
|
31144
|
+
traces: [{
|
|
31145
|
+
type: 'ibc',
|
|
31146
|
+
counterparty: {
|
|
31147
|
+
channel_id: 'channel-3',
|
|
31148
|
+
base_denom: 'urise',
|
|
31149
|
+
chain_name: 'sunrise'
|
|
31150
|
+
},
|
|
31151
|
+
chain: {
|
|
31152
|
+
channel_id: 'channel-106275'
|
|
31153
|
+
}
|
|
31154
|
+
}]
|
|
31155
|
+
},
|
|
31156
|
+
{
|
|
31157
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
31158
|
+
denom_units: [{
|
|
31159
|
+
denom: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
31160
|
+
exponent: 0,
|
|
31161
|
+
aliases: ['uusdrise']
|
|
31162
|
+
}, {
|
|
31163
|
+
denom: 'usdrise',
|
|
31164
|
+
exponent: 6
|
|
31165
|
+
}],
|
|
31166
|
+
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
31167
|
+
name: 'Sunrise USDrise',
|
|
31168
|
+
display: 'usdrise',
|
|
31169
|
+
symbol: 'USDRISE',
|
|
31170
|
+
logo_URIs: {
|
|
31171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
31172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
31173
|
+
},
|
|
31174
|
+
images: [{
|
|
31175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
31176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
31177
|
+
}],
|
|
31178
|
+
socials: {
|
|
31179
|
+
website: 'https://sunriselayer.io/',
|
|
31180
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
31181
|
+
},
|
|
31182
|
+
type_asset: 'sdk.coin',
|
|
31183
|
+
traces: [{
|
|
31184
|
+
type: 'ibc',
|
|
31185
|
+
counterparty: {
|
|
31186
|
+
channel_id: 'channel-3',
|
|
31187
|
+
base_denom: 'uusdrise',
|
|
31188
|
+
chain_name: 'sunrise'
|
|
31189
|
+
},
|
|
31190
|
+
chain: {
|
|
31191
|
+
channel_id: 'channel-106275'
|
|
31192
|
+
}
|
|
31193
|
+
}]
|
|
31194
|
+
},
|
|
30961
31195
|
{
|
|
30962
31196
|
description: 'The native coin of Symphony',
|
|
30963
31197
|
socials: {
|
|
@@ -46603,6 +46837,7 @@ const assets = {
|
|
|
46603
46837
|
name: 'ERIS Amplified LUNA',
|
|
46604
46838
|
display: 'ampluna',
|
|
46605
46839
|
symbol: 'ampLUNA',
|
|
46840
|
+
coingecko_id: 'eris-amplified-luna',
|
|
46606
46841
|
logo_URIs: {
|
|
46607
46842
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
46608
46843
|
},
|
|
@@ -47433,6 +47668,7 @@ const assets = {
|
|
|
47433
47668
|
name: 'Solid',
|
|
47434
47669
|
display: 'solid',
|
|
47435
47670
|
symbol: 'SOLID',
|
|
47671
|
+
coingecko_id: 'solid-2',
|
|
47436
47672
|
logo_URIs: {
|
|
47437
47673
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
47438
47674
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -47471,6 +47707,7 @@ const assets = {
|
|
|
47471
47707
|
name: 'Capa',
|
|
47472
47708
|
display: 'capa',
|
|
47473
47709
|
symbol: 'CAPA',
|
|
47710
|
+
coingecko_id: 'capapult',
|
|
47474
47711
|
logo_URIs: {
|
|
47475
47712
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
47476
47713
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -55061,6 +55298,7 @@ const assets = {
|
|
|
55061
55298
|
name: 'ERIS Amplified LUNA',
|
|
55062
55299
|
display: 'ampluna',
|
|
55063
55300
|
symbol: 'ampLUNA',
|
|
55301
|
+
coingecko_id: 'eris-amplified-luna',
|
|
55064
55302
|
logo_URIs: {
|
|
55065
55303
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
55066
55304
|
},
|
|
@@ -55891,6 +56129,7 @@ const assets = {
|
|
|
55891
56129
|
name: 'Solid',
|
|
55892
56130
|
display: 'solid',
|
|
55893
56131
|
symbol: 'SOLID',
|
|
56132
|
+
coingecko_id: 'solid-2',
|
|
55894
56133
|
logo_URIs: {
|
|
55895
56134
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
55896
56135
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -55929,6 +56168,7 @@ const assets = {
|
|
|
55929
56168
|
name: 'Capa',
|
|
55930
56169
|
display: 'capa',
|
|
55931
56170
|
symbol: 'CAPA',
|
|
56171
|
+
coingecko_id: 'capapult',
|
|
55932
56172
|
logo_URIs: {
|
|
55933
56173
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
55934
56174
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -13598,6 +13598,7 @@ const assets = {
|
|
|
13598
13598
|
name: 'ERIS Amplified LUNA',
|
|
13599
13599
|
display: 'ampluna',
|
|
13600
13600
|
symbol: 'ampLUNA',
|
|
13601
|
+
coingecko_id: 'eris-amplified-luna',
|
|
13601
13602
|
logo_URIs: {
|
|
13602
13603
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
13603
13604
|
},
|
|
@@ -14428,6 +14429,7 @@ const assets = {
|
|
|
14428
14429
|
name: 'Solid',
|
|
14429
14430
|
display: 'solid',
|
|
14430
14431
|
symbol: 'SOLID',
|
|
14432
|
+
coingecko_id: 'solid-2',
|
|
14431
14433
|
logo_URIs: {
|
|
14432
14434
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
14433
14435
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -14466,6 +14468,7 @@ const assets = {
|
|
|
14466
14468
|
name: 'Capa',
|
|
14467
14469
|
display: 'capa',
|
|
14468
14470
|
symbol: 'CAPA',
|
|
14471
|
+
coingecko_id: 'capapult',
|
|
14469
14472
|
logo_URIs: {
|
|
14470
14473
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
14471
14474
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -14909,6 +14912,7 @@ const assets = {
|
|
|
14909
14912
|
name: 'ERIS Amplified LUNA',
|
|
14910
14913
|
display: 'ampluna',
|
|
14911
14914
|
symbol: 'ampLUNA',
|
|
14915
|
+
coingecko_id: 'eris-amplified-luna',
|
|
14912
14916
|
logo_URIs: {
|
|
14913
14917
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
14914
14918
|
},
|
|
@@ -15739,6 +15743,7 @@ const assets = {
|
|
|
15739
15743
|
name: 'Solid',
|
|
15740
15744
|
display: 'solid',
|
|
15741
15745
|
symbol: 'SOLID',
|
|
15746
|
+
coingecko_id: 'solid-2',
|
|
15742
15747
|
logo_URIs: {
|
|
15743
15748
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
15744
15749
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -15777,6 +15782,7 @@ const assets = {
|
|
|
15777
15782
|
name: 'Capa',
|
|
15778
15783
|
display: 'capa',
|
|
15779
15784
|
symbol: 'CAPA',
|
|
15785
|
+
coingecko_id: 'capapult',
|
|
15780
15786
|
logo_URIs: {
|
|
15781
15787
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
15782
15788
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|