@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/mainnet/osmosis.js
CHANGED
|
@@ -21036,6 +21036,123 @@ const assets = {
|
|
|
21036
21036
|
}
|
|
21037
21037
|
}]
|
|
21038
21038
|
},
|
|
21039
|
+
{
|
|
21040
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
21041
|
+
denom_units: [{
|
|
21042
|
+
denom: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
21043
|
+
exponent: 0,
|
|
21044
|
+
aliases: ['uvrise']
|
|
21045
|
+
}, {
|
|
21046
|
+
denom: 'vrise',
|
|
21047
|
+
exponent: 6
|
|
21048
|
+
}],
|
|
21049
|
+
base: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
21050
|
+
name: 'Sunrise vRISE',
|
|
21051
|
+
display: 'vrise',
|
|
21052
|
+
symbol: 'vRISE',
|
|
21053
|
+
logo_URIs: {
|
|
21054
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
21055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
21056
|
+
},
|
|
21057
|
+
images: [{
|
|
21058
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
21059
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
21060
|
+
}],
|
|
21061
|
+
socials: {
|
|
21062
|
+
website: 'https://sunriselayer.io/',
|
|
21063
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21064
|
+
},
|
|
21065
|
+
type_asset: 'sdk.coin',
|
|
21066
|
+
traces: [{
|
|
21067
|
+
type: 'ibc',
|
|
21068
|
+
counterparty: {
|
|
21069
|
+
channel_id: 'channel-3',
|
|
21070
|
+
base_denom: 'uvrise',
|
|
21071
|
+
chain_name: 'sunrise'
|
|
21072
|
+
},
|
|
21073
|
+
chain: {
|
|
21074
|
+
channel_id: 'channel-106275'
|
|
21075
|
+
}
|
|
21076
|
+
}]
|
|
21077
|
+
},
|
|
21078
|
+
{
|
|
21079
|
+
description: 'The native token of the Sunrise network.',
|
|
21080
|
+
denom_units: [{
|
|
21081
|
+
denom: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
21082
|
+
exponent: 0,
|
|
21083
|
+
aliases: ['urise']
|
|
21084
|
+
}, {
|
|
21085
|
+
denom: 'rise',
|
|
21086
|
+
exponent: 6
|
|
21087
|
+
}],
|
|
21088
|
+
base: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
21089
|
+
name: 'Sunrise RISE',
|
|
21090
|
+
display: 'rise',
|
|
21091
|
+
symbol: 'RISE',
|
|
21092
|
+
logo_URIs: {
|
|
21093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
21094
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
21095
|
+
},
|
|
21096
|
+
images: [{
|
|
21097
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
21098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
21099
|
+
}],
|
|
21100
|
+
socials: {
|
|
21101
|
+
website: 'https://sunriselayer.io/',
|
|
21102
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21103
|
+
},
|
|
21104
|
+
type_asset: 'sdk.coin',
|
|
21105
|
+
traces: [{
|
|
21106
|
+
type: 'ibc',
|
|
21107
|
+
counterparty: {
|
|
21108
|
+
channel_id: 'channel-3',
|
|
21109
|
+
base_denom: 'urise',
|
|
21110
|
+
chain_name: 'sunrise'
|
|
21111
|
+
},
|
|
21112
|
+
chain: {
|
|
21113
|
+
channel_id: 'channel-106275'
|
|
21114
|
+
}
|
|
21115
|
+
}]
|
|
21116
|
+
},
|
|
21117
|
+
{
|
|
21118
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
21119
|
+
denom_units: [{
|
|
21120
|
+
denom: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
21121
|
+
exponent: 0,
|
|
21122
|
+
aliases: ['uusdrise']
|
|
21123
|
+
}, {
|
|
21124
|
+
denom: 'usdrise',
|
|
21125
|
+
exponent: 6
|
|
21126
|
+
}],
|
|
21127
|
+
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
21128
|
+
name: 'Sunrise USDrise',
|
|
21129
|
+
display: 'usdrise',
|
|
21130
|
+
symbol: 'USDRISE',
|
|
21131
|
+
logo_URIs: {
|
|
21132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
21133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
21134
|
+
},
|
|
21135
|
+
images: [{
|
|
21136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
21137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
21138
|
+
}],
|
|
21139
|
+
socials: {
|
|
21140
|
+
website: 'https://sunriselayer.io/',
|
|
21141
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
21142
|
+
},
|
|
21143
|
+
type_asset: 'sdk.coin',
|
|
21144
|
+
traces: [{
|
|
21145
|
+
type: 'ibc',
|
|
21146
|
+
counterparty: {
|
|
21147
|
+
channel_id: 'channel-3',
|
|
21148
|
+
base_denom: 'uusdrise',
|
|
21149
|
+
chain_name: 'sunrise'
|
|
21150
|
+
},
|
|
21151
|
+
chain: {
|
|
21152
|
+
channel_id: 'channel-106275'
|
|
21153
|
+
}
|
|
21154
|
+
}]
|
|
21155
|
+
},
|
|
21039
21156
|
{
|
|
21040
21157
|
description: 'The native coin of Symphony',
|
|
21041
21158
|
socials: {
|
|
@@ -30960,6 +31077,123 @@ const assets = {
|
|
|
30960
31077
|
}
|
|
30961
31078
|
}]
|
|
30962
31079
|
},
|
|
31080
|
+
{
|
|
31081
|
+
description: 'The native token of the Sunrise network for staking. This token is non transferrable. This token can be retrieved by providing liquidity.',
|
|
31082
|
+
denom_units: [{
|
|
31083
|
+
denom: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
31084
|
+
exponent: 0,
|
|
31085
|
+
aliases: ['uvrise']
|
|
31086
|
+
}, {
|
|
31087
|
+
denom: 'vrise',
|
|
31088
|
+
exponent: 6
|
|
31089
|
+
}],
|
|
31090
|
+
base: 'ibc/92BE0ABD01850CD92E1A9FF93AB15EB96D3C691884850ECA171697F1E3C70CF4',
|
|
31091
|
+
name: 'Sunrise vRISE',
|
|
31092
|
+
display: 'vrise',
|
|
31093
|
+
symbol: 'vRISE',
|
|
31094
|
+
logo_URIs: {
|
|
31095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png',
|
|
31096
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg'
|
|
31097
|
+
},
|
|
31098
|
+
images: [{
|
|
31099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.svg',
|
|
31100
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/vrise.png'
|
|
31101
|
+
}],
|
|
31102
|
+
socials: {
|
|
31103
|
+
website: 'https://sunriselayer.io/',
|
|
31104
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
31105
|
+
},
|
|
31106
|
+
type_asset: 'sdk.coin',
|
|
31107
|
+
traces: [{
|
|
31108
|
+
type: 'ibc',
|
|
31109
|
+
counterparty: {
|
|
31110
|
+
channel_id: 'channel-3',
|
|
31111
|
+
base_denom: 'uvrise',
|
|
31112
|
+
chain_name: 'sunrise'
|
|
31113
|
+
},
|
|
31114
|
+
chain: {
|
|
31115
|
+
channel_id: 'channel-106275'
|
|
31116
|
+
}
|
|
31117
|
+
}]
|
|
31118
|
+
},
|
|
31119
|
+
{
|
|
31120
|
+
description: 'The native token of the Sunrise network.',
|
|
31121
|
+
denom_units: [{
|
|
31122
|
+
denom: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
31123
|
+
exponent: 0,
|
|
31124
|
+
aliases: ['urise']
|
|
31125
|
+
}, {
|
|
31126
|
+
denom: 'rise',
|
|
31127
|
+
exponent: 6
|
|
31128
|
+
}],
|
|
31129
|
+
base: 'ibc/5DD535CC5244A556F78ACAFD1067D93C0FB335E69600343840D66E76CE46B30B',
|
|
31130
|
+
name: 'Sunrise RISE',
|
|
31131
|
+
display: 'rise',
|
|
31132
|
+
symbol: 'RISE',
|
|
31133
|
+
logo_URIs: {
|
|
31134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png',
|
|
31135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg'
|
|
31136
|
+
},
|
|
31137
|
+
images: [{
|
|
31138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.svg',
|
|
31139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/sunrise.png'
|
|
31140
|
+
}],
|
|
31141
|
+
socials: {
|
|
31142
|
+
website: 'https://sunriselayer.io/',
|
|
31143
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
31144
|
+
},
|
|
31145
|
+
type_asset: 'sdk.coin',
|
|
31146
|
+
traces: [{
|
|
31147
|
+
type: 'ibc',
|
|
31148
|
+
counterparty: {
|
|
31149
|
+
channel_id: 'channel-3',
|
|
31150
|
+
base_denom: 'urise',
|
|
31151
|
+
chain_name: 'sunrise'
|
|
31152
|
+
},
|
|
31153
|
+
chain: {
|
|
31154
|
+
channel_id: 'channel-106275'
|
|
31155
|
+
}
|
|
31156
|
+
}]
|
|
31157
|
+
},
|
|
31158
|
+
{
|
|
31159
|
+
description: 'The USD stable coin of the Sunrise network for fees.',
|
|
31160
|
+
denom_units: [{
|
|
31161
|
+
denom: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
31162
|
+
exponent: 0,
|
|
31163
|
+
aliases: ['uusdrise']
|
|
31164
|
+
}, {
|
|
31165
|
+
denom: 'usdrise',
|
|
31166
|
+
exponent: 6
|
|
31167
|
+
}],
|
|
31168
|
+
base: 'ibc/2B46DD47EBAA57FB76436A1E5758BDE6356A8CE04D9FE879F95F838FAAD231B6',
|
|
31169
|
+
name: 'Sunrise USDrise',
|
|
31170
|
+
display: 'usdrise',
|
|
31171
|
+
symbol: 'USDRISE',
|
|
31172
|
+
logo_URIs: {
|
|
31173
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png',
|
|
31174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg'
|
|
31175
|
+
},
|
|
31176
|
+
images: [{
|
|
31177
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.svg',
|
|
31178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sunrise/images/usdrise.png'
|
|
31179
|
+
}],
|
|
31180
|
+
socials: {
|
|
31181
|
+
website: 'https://sunriselayer.io/',
|
|
31182
|
+
twitter: 'https://twitter.com/SunriseLayer'
|
|
31183
|
+
},
|
|
31184
|
+
type_asset: 'sdk.coin',
|
|
31185
|
+
traces: [{
|
|
31186
|
+
type: 'ibc',
|
|
31187
|
+
counterparty: {
|
|
31188
|
+
channel_id: 'channel-3',
|
|
31189
|
+
base_denom: 'uusdrise',
|
|
31190
|
+
chain_name: 'sunrise'
|
|
31191
|
+
},
|
|
31192
|
+
chain: {
|
|
31193
|
+
channel_id: 'channel-106275'
|
|
31194
|
+
}
|
|
31195
|
+
}]
|
|
31196
|
+
},
|
|
30963
31197
|
{
|
|
30964
31198
|
description: 'The native coin of Symphony',
|
|
30965
31199
|
socials: {
|
|
@@ -46605,6 +46839,7 @@ const assets = {
|
|
|
46605
46839
|
name: 'ERIS Amplified LUNA',
|
|
46606
46840
|
display: 'ampluna',
|
|
46607
46841
|
symbol: 'ampLUNA',
|
|
46842
|
+
coingecko_id: 'eris-amplified-luna',
|
|
46608
46843
|
logo_URIs: {
|
|
46609
46844
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
46610
46845
|
},
|
|
@@ -47435,6 +47670,7 @@ const assets = {
|
|
|
47435
47670
|
name: 'Solid',
|
|
47436
47671
|
display: 'solid',
|
|
47437
47672
|
symbol: 'SOLID',
|
|
47673
|
+
coingecko_id: 'solid-2',
|
|
47438
47674
|
logo_URIs: {
|
|
47439
47675
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
47440
47676
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -47473,6 +47709,7 @@ const assets = {
|
|
|
47473
47709
|
name: 'Capa',
|
|
47474
47710
|
display: 'capa',
|
|
47475
47711
|
symbol: 'CAPA',
|
|
47712
|
+
coingecko_id: 'capapult',
|
|
47476
47713
|
logo_URIs: {
|
|
47477
47714
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
47478
47715
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -55063,6 +55300,7 @@ const assets = {
|
|
|
55063
55300
|
name: 'ERIS Amplified LUNA',
|
|
55064
55301
|
display: 'ampluna',
|
|
55065
55302
|
symbol: 'ampLUNA',
|
|
55303
|
+
coingecko_id: 'eris-amplified-luna',
|
|
55066
55304
|
logo_URIs: {
|
|
55067
55305
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
55068
55306
|
},
|
|
@@ -55893,6 +56131,7 @@ const assets = {
|
|
|
55893
56131
|
name: 'Solid',
|
|
55894
56132
|
display: 'solid',
|
|
55895
56133
|
symbol: 'SOLID',
|
|
56134
|
+
coingecko_id: 'solid-2',
|
|
55896
56135
|
logo_URIs: {
|
|
55897
56136
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
55898
56137
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -55931,6 +56170,7 @@ const assets = {
|
|
|
55931
56170
|
name: 'Capa',
|
|
55932
56171
|
display: 'capa',
|
|
55933
56172
|
symbol: 'CAPA',
|
|
56173
|
+
coingecko_id: 'capapult',
|
|
55934
56174
|
logo_URIs: {
|
|
55935
56175
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
55936
56176
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -13600,6 +13600,7 @@ const assets = {
|
|
|
13600
13600
|
name: 'ERIS Amplified LUNA',
|
|
13601
13601
|
display: 'ampluna',
|
|
13602
13602
|
symbol: 'ampLUNA',
|
|
13603
|
+
coingecko_id: 'eris-amplified-luna',
|
|
13603
13604
|
logo_URIs: {
|
|
13604
13605
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
13605
13606
|
},
|
|
@@ -14430,6 +14431,7 @@ const assets = {
|
|
|
14430
14431
|
name: 'Solid',
|
|
14431
14432
|
display: 'solid',
|
|
14432
14433
|
symbol: 'SOLID',
|
|
14434
|
+
coingecko_id: 'solid-2',
|
|
14433
14435
|
logo_URIs: {
|
|
14434
14436
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
14435
14437
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -14468,6 +14470,7 @@ const assets = {
|
|
|
14468
14470
|
name: 'Capa',
|
|
14469
14471
|
display: 'capa',
|
|
14470
14472
|
symbol: 'CAPA',
|
|
14473
|
+
coingecko_id: 'capapult',
|
|
14471
14474
|
logo_URIs: {
|
|
14472
14475
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
14473
14476
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
|
@@ -14911,6 +14914,7 @@ const assets = {
|
|
|
14911
14914
|
name: 'ERIS Amplified LUNA',
|
|
14912
14915
|
display: 'ampluna',
|
|
14913
14916
|
symbol: 'ampLUNA',
|
|
14917
|
+
coingecko_id: 'eris-amplified-luna',
|
|
14914
14918
|
logo_URIs: {
|
|
14915
14919
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ampluna.svg'
|
|
14916
14920
|
},
|
|
@@ -15741,6 +15745,7 @@ const assets = {
|
|
|
15741
15745
|
name: 'Solid',
|
|
15742
15746
|
display: 'solid',
|
|
15743
15747
|
symbol: 'SOLID',
|
|
15748
|
+
coingecko_id: 'solid-2',
|
|
15744
15749
|
logo_URIs: {
|
|
15745
15750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
15746
15751
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
@@ -15779,6 +15784,7 @@ const assets = {
|
|
|
15779
15784
|
name: 'Capa',
|
|
15780
15785
|
display: 'capa',
|
|
15781
15786
|
symbol: 'CAPA',
|
|
15787
|
+
coingecko_id: 'capapult',
|
|
15782
15788
|
logo_URIs: {
|
|
15783
15789
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.png',
|
|
15784
15790
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/Capapult.svg'
|
package/mainnet/sunrise.js
CHANGED
|
@@ -189,6 +189,88 @@ const assets = {
|
|
|
189
189
|
}
|
|
190
190
|
}]
|
|
191
191
|
},
|
|
192
|
+
{
|
|
193
|
+
description: 'The native token of Osmosis',
|
|
194
|
+
denom_units: [{
|
|
195
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
196
|
+
exponent: 0,
|
|
197
|
+
aliases: ['uosmo']
|
|
198
|
+
}, {
|
|
199
|
+
denom: 'osmo',
|
|
200
|
+
exponent: 6
|
|
201
|
+
}],
|
|
202
|
+
type_asset: 'sdk.coin',
|
|
203
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
204
|
+
name: 'Osmosis',
|
|
205
|
+
display: 'osmo',
|
|
206
|
+
symbol: 'OSMO',
|
|
207
|
+
logo_URIs: {
|
|
208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
210
|
+
},
|
|
211
|
+
images: [{
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
214
|
+
}],
|
|
215
|
+
coingecko_id: 'osmosis',
|
|
216
|
+
keywords: ['dex', 'staking'],
|
|
217
|
+
socials: {
|
|
218
|
+
website: 'https://osmosis.zone',
|
|
219
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
220
|
+
},
|
|
221
|
+
traces: [{
|
|
222
|
+
type: 'ibc',
|
|
223
|
+
counterparty: {
|
|
224
|
+
channel_id: 'channel-106275',
|
|
225
|
+
base_denom: 'uosmo',
|
|
226
|
+
chain_name: 'osmosis'
|
|
227
|
+
},
|
|
228
|
+
chain: {
|
|
229
|
+
channel_id: 'channel-3'
|
|
230
|
+
}
|
|
231
|
+
}]
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
description: 'ION is the second native token of Osmosis.',
|
|
235
|
+
denom_units: [{
|
|
236
|
+
denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
237
|
+
exponent: 0,
|
|
238
|
+
aliases: ['uion']
|
|
239
|
+
}, {
|
|
240
|
+
denom: 'ion',
|
|
241
|
+
exponent: 6
|
|
242
|
+
}],
|
|
243
|
+
type_asset: 'sdk.coin',
|
|
244
|
+
base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
245
|
+
name: 'Ion DAO',
|
|
246
|
+
display: 'ion',
|
|
247
|
+
symbol: 'ION',
|
|
248
|
+
logo_URIs: {
|
|
249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
251
|
+
},
|
|
252
|
+
images: [{
|
|
253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
255
|
+
}],
|
|
256
|
+
coingecko_id: 'ion',
|
|
257
|
+
keywords: ['memecoin', 'defi'],
|
|
258
|
+
socials: {
|
|
259
|
+
website: 'https://ion.wtf',
|
|
260
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
261
|
+
},
|
|
262
|
+
traces: [{
|
|
263
|
+
type: 'ibc',
|
|
264
|
+
counterparty: {
|
|
265
|
+
channel_id: 'channel-106275',
|
|
266
|
+
base_denom: 'uion',
|
|
267
|
+
chain_name: 'osmosis'
|
|
268
|
+
},
|
|
269
|
+
chain: {
|
|
270
|
+
channel_id: 'channel-3'
|
|
271
|
+
}
|
|
272
|
+
}]
|
|
273
|
+
},
|
|
192
274
|
{
|
|
193
275
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
194
276
|
denom_units: [{
|
|
@@ -374,6 +456,88 @@ const assets = {
|
|
|
374
456
|
channel_id: 'channel-0'
|
|
375
457
|
}
|
|
376
458
|
}]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
description: 'The native token of Osmosis',
|
|
462
|
+
denom_units: [{
|
|
463
|
+
denom: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
464
|
+
exponent: 0,
|
|
465
|
+
aliases: ['uosmo']
|
|
466
|
+
}, {
|
|
467
|
+
denom: 'osmo',
|
|
468
|
+
exponent: 6
|
|
469
|
+
}],
|
|
470
|
+
type_asset: 'sdk.coin',
|
|
471
|
+
base: 'ibc/47BD209179859CDE4A2806763D7189B6E6FE13A17880FE2B42DE1E6C1E329E23',
|
|
472
|
+
name: 'Osmosis',
|
|
473
|
+
display: 'osmo',
|
|
474
|
+
symbol: 'OSMO',
|
|
475
|
+
logo_URIs: {
|
|
476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
477
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
478
|
+
},
|
|
479
|
+
images: [{
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
482
|
+
}],
|
|
483
|
+
coingecko_id: 'osmosis',
|
|
484
|
+
keywords: ['dex', 'staking'],
|
|
485
|
+
socials: {
|
|
486
|
+
website: 'https://osmosis.zone',
|
|
487
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
488
|
+
},
|
|
489
|
+
traces: [{
|
|
490
|
+
type: 'ibc',
|
|
491
|
+
counterparty: {
|
|
492
|
+
channel_id: 'channel-106275',
|
|
493
|
+
base_denom: 'uosmo',
|
|
494
|
+
chain_name: 'osmosis'
|
|
495
|
+
},
|
|
496
|
+
chain: {
|
|
497
|
+
channel_id: 'channel-3'
|
|
498
|
+
}
|
|
499
|
+
}]
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
description: 'ION is the second native token of Osmosis.',
|
|
503
|
+
denom_units: [{
|
|
504
|
+
denom: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
505
|
+
exponent: 0,
|
|
506
|
+
aliases: ['uion']
|
|
507
|
+
}, {
|
|
508
|
+
denom: 'ion',
|
|
509
|
+
exponent: 6
|
|
510
|
+
}],
|
|
511
|
+
type_asset: 'sdk.coin',
|
|
512
|
+
base: 'ibc/6CDA7F7E4DDB86FD275A986E78F13DF2FC500E3FEC2149E2215061FA51BB8C5D',
|
|
513
|
+
name: 'Ion DAO',
|
|
514
|
+
display: 'ion',
|
|
515
|
+
symbol: 'ION',
|
|
516
|
+
logo_URIs: {
|
|
517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
519
|
+
},
|
|
520
|
+
images: [{
|
|
521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
523
|
+
}],
|
|
524
|
+
coingecko_id: 'ion',
|
|
525
|
+
keywords: ['memecoin', 'defi'],
|
|
526
|
+
socials: {
|
|
527
|
+
website: 'https://ion.wtf',
|
|
528
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
529
|
+
},
|
|
530
|
+
traces: [{
|
|
531
|
+
type: 'ibc',
|
|
532
|
+
counterparty: {
|
|
533
|
+
channel_id: 'channel-106275',
|
|
534
|
+
base_denom: 'uion',
|
|
535
|
+
chain_name: 'osmosis'
|
|
536
|
+
},
|
|
537
|
+
chain: {
|
|
538
|
+
channel_id: 'channel-3'
|
|
539
|
+
}
|
|
540
|
+
}]
|
|
377
541
|
}
|
|
378
542
|
]
|
|
379
543
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.331",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.205",
|
|
33
|
+
"chain-registry": "^1.69.331"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.205"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bafae478b99bb518bdc803378fce8b2e91c820df"
|
|
47
47
|
}
|