@chain-registry/osmosis 1.67.376 → 1.67.378
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/asset_list.js +20 -352
- package/assets.js +53 -9
- package/esm/asset_list.js +20 -352
- package/esm/assets.js +53 -9
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -5860,42 +5860,6 @@ const asset_list = {
|
|
|
5860
5860
|
}
|
|
5861
5861
|
}]
|
|
5862
5862
|
},
|
|
5863
|
-
{
|
|
5864
|
-
description: 'NIL - the native token of Nillion',
|
|
5865
|
-
denom_units: [{
|
|
5866
|
-
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5867
|
-
exponent: 0,
|
|
5868
|
-
aliases: ['unil']
|
|
5869
|
-
}, {
|
|
5870
|
-
denom: 'nil',
|
|
5871
|
-
exponent: 6
|
|
5872
|
-
}],
|
|
5873
|
-
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5874
|
-
name: 'Nillion',
|
|
5875
|
-
display: 'nil',
|
|
5876
|
-
symbol: 'NIL',
|
|
5877
|
-
images: [{
|
|
5878
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
5879
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
5880
|
-
}],
|
|
5881
|
-
type_asset: 'sdk.coin',
|
|
5882
|
-
socials: {
|
|
5883
|
-
website: 'https://nillion.com',
|
|
5884
|
-
x: 'https://x.com/nillionnetwork'
|
|
5885
|
-
},
|
|
5886
|
-
coingecko_id: 'nillion',
|
|
5887
|
-
traces: [{
|
|
5888
|
-
type: 'ibc',
|
|
5889
|
-
counterparty: {
|
|
5890
|
-
channel_id: 'channel-2',
|
|
5891
|
-
base_denom: 'unil',
|
|
5892
|
-
chain_name: 'nillion'
|
|
5893
|
-
},
|
|
5894
|
-
chain: {
|
|
5895
|
-
channel_id: 'channel-98416'
|
|
5896
|
-
}
|
|
5897
|
-
}]
|
|
5898
|
-
},
|
|
5899
5863
|
{
|
|
5900
5864
|
description: 'The permissioned staking asset for Noble Chain',
|
|
5901
5865
|
denom_units: [{
|
|
@@ -12405,42 +12369,6 @@ const asset_list = {
|
|
|
12405
12369
|
}
|
|
12406
12370
|
}]
|
|
12407
12371
|
},
|
|
12408
|
-
{
|
|
12409
|
-
description: 'NIL - the native token of Nillion',
|
|
12410
|
-
denom_units: [{
|
|
12411
|
-
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
12412
|
-
exponent: 0,
|
|
12413
|
-
aliases: ['unil']
|
|
12414
|
-
}, {
|
|
12415
|
-
denom: 'nil',
|
|
12416
|
-
exponent: 6
|
|
12417
|
-
}],
|
|
12418
|
-
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
12419
|
-
name: 'Nillion',
|
|
12420
|
-
display: 'nil',
|
|
12421
|
-
symbol: 'NIL',
|
|
12422
|
-
images: [{
|
|
12423
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
12424
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
12425
|
-
}],
|
|
12426
|
-
type_asset: 'sdk.coin',
|
|
12427
|
-
socials: {
|
|
12428
|
-
website: 'https://nillion.com',
|
|
12429
|
-
x: 'https://x.com/nillionnetwork'
|
|
12430
|
-
},
|
|
12431
|
-
coingecko_id: 'nillion',
|
|
12432
|
-
traces: [{
|
|
12433
|
-
type: 'ibc',
|
|
12434
|
-
counterparty: {
|
|
12435
|
-
channel_id: 'channel-2',
|
|
12436
|
-
base_denom: 'unil',
|
|
12437
|
-
chain_name: 'nillion'
|
|
12438
|
-
},
|
|
12439
|
-
chain: {
|
|
12440
|
-
channel_id: 'channel-98416'
|
|
12441
|
-
}
|
|
12442
|
-
}]
|
|
12443
|
-
},
|
|
12444
12372
|
{
|
|
12445
12373
|
description: 'The permissioned staking asset for Noble Chain',
|
|
12446
12374
|
denom_units: [{
|
|
@@ -14811,85 +14739,6 @@ const asset_list = {
|
|
|
14811
14739
|
}
|
|
14812
14740
|
}]
|
|
14813
14741
|
},
|
|
14814
|
-
{
|
|
14815
|
-
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
14816
|
-
denom_units: [{
|
|
14817
|
-
denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
14818
|
-
exponent: 0,
|
|
14819
|
-
aliases: ['ustars']
|
|
14820
|
-
}, {
|
|
14821
|
-
denom: 'stars',
|
|
14822
|
-
exponent: 6
|
|
14823
|
-
}],
|
|
14824
|
-
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
14825
|
-
name: 'Stargaze',
|
|
14826
|
-
display: 'stars',
|
|
14827
|
-
symbol: 'STARS',
|
|
14828
|
-
logo_URIs: {
|
|
14829
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14830
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
14831
|
-
},
|
|
14832
|
-
coingecko_id: 'stargaze',
|
|
14833
|
-
images: [{
|
|
14834
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14835
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
14836
|
-
}],
|
|
14837
|
-
socials: {
|
|
14838
|
-
website: 'https://www.stargaze.zone/',
|
|
14839
|
-
x: 'https://x.com/StargazeZone'
|
|
14840
|
-
},
|
|
14841
|
-
type_asset: 'sdk.coin',
|
|
14842
|
-
traces: [{
|
|
14843
|
-
type: 'ibc',
|
|
14844
|
-
counterparty: {
|
|
14845
|
-
channel_id: 'channel-0',
|
|
14846
|
-
base_denom: 'ustars',
|
|
14847
|
-
chain_name: 'stargaze'
|
|
14848
|
-
},
|
|
14849
|
-
chain: {
|
|
14850
|
-
channel_id: 'channel-75'
|
|
14851
|
-
}
|
|
14852
|
-
}]
|
|
14853
|
-
},
|
|
14854
|
-
{
|
|
14855
|
-
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
14856
|
-
denom_units: [{
|
|
14857
|
-
denom: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
14858
|
-
exponent: 0,
|
|
14859
|
-
aliases: ['uiov']
|
|
14860
|
-
}, {
|
|
14861
|
-
denom: 'iov',
|
|
14862
|
-
exponent: 6
|
|
14863
|
-
}],
|
|
14864
|
-
base: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
14865
|
-
name: 'Starname',
|
|
14866
|
-
display: 'iov',
|
|
14867
|
-
symbol: 'IOV',
|
|
14868
|
-
logo_URIs: {
|
|
14869
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
14870
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
14871
|
-
},
|
|
14872
|
-
images: [{
|
|
14873
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
14874
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
14875
|
-
}],
|
|
14876
|
-
socials: {
|
|
14877
|
-
website: 'https://app.starname.me/',
|
|
14878
|
-
x: 'https://x.com/starname_me'
|
|
14879
|
-
},
|
|
14880
|
-
type_asset: 'sdk.coin',
|
|
14881
|
-
traces: [{
|
|
14882
|
-
type: 'ibc',
|
|
14883
|
-
counterparty: {
|
|
14884
|
-
channel_id: 'channel-2',
|
|
14885
|
-
base_denom: 'uiov',
|
|
14886
|
-
chain_name: 'starname'
|
|
14887
|
-
},
|
|
14888
|
-
chain: {
|
|
14889
|
-
channel_id: 'channel-15'
|
|
14890
|
-
}
|
|
14891
|
-
}]
|
|
14892
|
-
},
|
|
14893
14742
|
{
|
|
14894
14743
|
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
14895
14744
|
denom_units: [
|
|
@@ -16402,59 +16251,6 @@ const asset_list = {
|
|
|
16402
16251
|
}
|
|
16403
16252
|
}]
|
|
16404
16253
|
},
|
|
16405
|
-
{
|
|
16406
|
-
description: 'The native token of Tgrade',
|
|
16407
|
-
denom_units: [{
|
|
16408
|
-
denom: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
16409
|
-
exponent: 0,
|
|
16410
|
-
aliases: ['utgd']
|
|
16411
|
-
}, {
|
|
16412
|
-
denom: 'tgd',
|
|
16413
|
-
exponent: 6
|
|
16414
|
-
}],
|
|
16415
|
-
base: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
16416
|
-
name: 'Tgrade',
|
|
16417
|
-
display: 'tgd',
|
|
16418
|
-
symbol: 'TGD',
|
|
16419
|
-
logo_URIs: {
|
|
16420
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
16421
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
16422
|
-
},
|
|
16423
|
-
images: [
|
|
16424
|
-
{
|
|
16425
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
16426
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
16427
|
-
},
|
|
16428
|
-
{
|
|
16429
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
16430
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
16431
|
-
},
|
|
16432
|
-
{
|
|
16433
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
16434
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
16435
|
-
},
|
|
16436
|
-
{
|
|
16437
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
16438
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
16439
|
-
},
|
|
16440
|
-
{
|
|
16441
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
16442
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
16443
|
-
}
|
|
16444
|
-
],
|
|
16445
|
-
type_asset: 'sdk.coin',
|
|
16446
|
-
traces: [{
|
|
16447
|
-
type: 'ibc',
|
|
16448
|
-
counterparty: {
|
|
16449
|
-
channel_id: 'channel-0',
|
|
16450
|
-
base_denom: 'utgd',
|
|
16451
|
-
chain_name: 'tgrade'
|
|
16452
|
-
},
|
|
16453
|
-
chain: {
|
|
16454
|
-
channel_id: 'channel-263'
|
|
16455
|
-
}
|
|
16456
|
-
}]
|
|
16457
|
-
},
|
|
16458
16254
|
{
|
|
16459
16255
|
description: 'Native token of Turkchain',
|
|
16460
16256
|
denom_units: [{
|
|
@@ -16603,7 +16399,7 @@ const asset_list = {
|
|
|
16603
16399
|
}]
|
|
16604
16400
|
},
|
|
16605
16401
|
{
|
|
16606
|
-
description: '
|
|
16402
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
16607
16403
|
denom_units: [{
|
|
16608
16404
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
16609
16405
|
exponent: 0,
|
|
@@ -16611,25 +16407,27 @@ const asset_list = {
|
|
|
16611
16407
|
}, {
|
|
16612
16408
|
denom: 'XION',
|
|
16613
16409
|
exponent: 6,
|
|
16614
|
-
aliases: ['xion']
|
|
16410
|
+
aliases: ['xion', 'VERONA']
|
|
16615
16411
|
}],
|
|
16616
16412
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
16617
|
-
display: '
|
|
16618
|
-
name: '
|
|
16619
|
-
symbol: '
|
|
16413
|
+
display: 'VERONA',
|
|
16414
|
+
name: 'Verona',
|
|
16415
|
+
symbol: 'VERONA',
|
|
16620
16416
|
coingecko_id: 'xion-2',
|
|
16621
16417
|
type_asset: 'sdk.coin',
|
|
16622
16418
|
logo_URIs: {
|
|
16623
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
16419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
16420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
16624
16421
|
},
|
|
16625
16422
|
images: [{
|
|
16626
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
16423
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
16424
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
16627
16425
|
}],
|
|
16628
16426
|
socials: {
|
|
16629
16427
|
discord: 'https://discord.com/invite/burnt',
|
|
16630
16428
|
github: 'https://github.com/burnt-labs',
|
|
16631
16429
|
telegram: 'https://t.me/xion_announcements',
|
|
16632
|
-
website: 'https://
|
|
16430
|
+
website: 'https://verona.dev',
|
|
16633
16431
|
x: 'https://x.com/burnt_xion'
|
|
16634
16432
|
},
|
|
16635
16433
|
traces: [{
|
|
@@ -18322,85 +18120,6 @@ const asset_list = {
|
|
|
18322
18120
|
}
|
|
18323
18121
|
}]
|
|
18324
18122
|
},
|
|
18325
|
-
{
|
|
18326
|
-
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
18327
|
-
denom_units: [{
|
|
18328
|
-
denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
18329
|
-
exponent: 0,
|
|
18330
|
-
aliases: ['ustars']
|
|
18331
|
-
}, {
|
|
18332
|
-
denom: 'stars',
|
|
18333
|
-
exponent: 6
|
|
18334
|
-
}],
|
|
18335
|
-
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
18336
|
-
name: 'Stargaze',
|
|
18337
|
-
display: 'stars',
|
|
18338
|
-
symbol: 'STARS',
|
|
18339
|
-
logo_URIs: {
|
|
18340
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
18341
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
18342
|
-
},
|
|
18343
|
-
coingecko_id: 'stargaze',
|
|
18344
|
-
images: [{
|
|
18345
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
18346
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
18347
|
-
}],
|
|
18348
|
-
socials: {
|
|
18349
|
-
website: 'https://www.stargaze.zone/',
|
|
18350
|
-
x: 'https://x.com/StargazeZone'
|
|
18351
|
-
},
|
|
18352
|
-
type_asset: 'sdk.coin',
|
|
18353
|
-
traces: [{
|
|
18354
|
-
type: 'ibc',
|
|
18355
|
-
counterparty: {
|
|
18356
|
-
channel_id: 'channel-0',
|
|
18357
|
-
base_denom: 'ustars',
|
|
18358
|
-
chain_name: 'stargaze'
|
|
18359
|
-
},
|
|
18360
|
-
chain: {
|
|
18361
|
-
channel_id: 'channel-75'
|
|
18362
|
-
}
|
|
18363
|
-
}]
|
|
18364
|
-
},
|
|
18365
|
-
{
|
|
18366
|
-
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
18367
|
-
denom_units: [{
|
|
18368
|
-
denom: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
18369
|
-
exponent: 0,
|
|
18370
|
-
aliases: ['uiov']
|
|
18371
|
-
}, {
|
|
18372
|
-
denom: 'iov',
|
|
18373
|
-
exponent: 6
|
|
18374
|
-
}],
|
|
18375
|
-
base: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
18376
|
-
name: 'Starname',
|
|
18377
|
-
display: 'iov',
|
|
18378
|
-
symbol: 'IOV',
|
|
18379
|
-
logo_URIs: {
|
|
18380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
18381
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
18382
|
-
},
|
|
18383
|
-
images: [{
|
|
18384
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
18385
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
18386
|
-
}],
|
|
18387
|
-
socials: {
|
|
18388
|
-
website: 'https://app.starname.me/',
|
|
18389
|
-
x: 'https://x.com/starname_me'
|
|
18390
|
-
},
|
|
18391
|
-
type_asset: 'sdk.coin',
|
|
18392
|
-
traces: [{
|
|
18393
|
-
type: 'ibc',
|
|
18394
|
-
counterparty: {
|
|
18395
|
-
channel_id: 'channel-2',
|
|
18396
|
-
base_denom: 'uiov',
|
|
18397
|
-
chain_name: 'starname'
|
|
18398
|
-
},
|
|
18399
|
-
chain: {
|
|
18400
|
-
channel_id: 'channel-15'
|
|
18401
|
-
}
|
|
18402
|
-
}]
|
|
18403
|
-
},
|
|
18404
18123
|
{
|
|
18405
18124
|
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
18406
18125
|
denom_units: [
|
|
@@ -19913,59 +19632,6 @@ const asset_list = {
|
|
|
19913
19632
|
}
|
|
19914
19633
|
}]
|
|
19915
19634
|
},
|
|
19916
|
-
{
|
|
19917
|
-
description: 'The native token of Tgrade',
|
|
19918
|
-
denom_units: [{
|
|
19919
|
-
denom: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
19920
|
-
exponent: 0,
|
|
19921
|
-
aliases: ['utgd']
|
|
19922
|
-
}, {
|
|
19923
|
-
denom: 'tgd',
|
|
19924
|
-
exponent: 6
|
|
19925
|
-
}],
|
|
19926
|
-
base: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
19927
|
-
name: 'Tgrade',
|
|
19928
|
-
display: 'tgd',
|
|
19929
|
-
symbol: 'TGD',
|
|
19930
|
-
logo_URIs: {
|
|
19931
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
19932
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
19933
|
-
},
|
|
19934
|
-
images: [
|
|
19935
|
-
{
|
|
19936
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
19937
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
19938
|
-
},
|
|
19939
|
-
{
|
|
19940
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
19941
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
19942
|
-
},
|
|
19943
|
-
{
|
|
19944
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
19945
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
19946
|
-
},
|
|
19947
|
-
{
|
|
19948
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
19949
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
19950
|
-
},
|
|
19951
|
-
{
|
|
19952
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
19953
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
19954
|
-
}
|
|
19955
|
-
],
|
|
19956
|
-
type_asset: 'sdk.coin',
|
|
19957
|
-
traces: [{
|
|
19958
|
-
type: 'ibc',
|
|
19959
|
-
counterparty: {
|
|
19960
|
-
channel_id: 'channel-0',
|
|
19961
|
-
base_denom: 'utgd',
|
|
19962
|
-
chain_name: 'tgrade'
|
|
19963
|
-
},
|
|
19964
|
-
chain: {
|
|
19965
|
-
channel_id: 'channel-263'
|
|
19966
|
-
}
|
|
19967
|
-
}]
|
|
19968
|
-
},
|
|
19969
19635
|
{
|
|
19970
19636
|
description: 'Native token of Turkchain',
|
|
19971
19637
|
denom_units: [{
|
|
@@ -20114,7 +19780,7 @@ const asset_list = {
|
|
|
20114
19780
|
}]
|
|
20115
19781
|
},
|
|
20116
19782
|
{
|
|
20117
|
-
description: '
|
|
19783
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
20118
19784
|
denom_units: [{
|
|
20119
19785
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
20120
19786
|
exponent: 0,
|
|
@@ -20122,25 +19788,27 @@ const asset_list = {
|
|
|
20122
19788
|
}, {
|
|
20123
19789
|
denom: 'XION',
|
|
20124
19790
|
exponent: 6,
|
|
20125
|
-
aliases: ['xion']
|
|
19791
|
+
aliases: ['xion', 'VERONA']
|
|
20126
19792
|
}],
|
|
20127
19793
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
20128
|
-
display: '
|
|
20129
|
-
name: '
|
|
20130
|
-
symbol: '
|
|
19794
|
+
display: 'VERONA',
|
|
19795
|
+
name: 'Verona',
|
|
19796
|
+
symbol: 'VERONA',
|
|
20131
19797
|
coingecko_id: 'xion-2',
|
|
20132
19798
|
type_asset: 'sdk.coin',
|
|
20133
19799
|
logo_URIs: {
|
|
20134
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
19800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
19801
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
20135
19802
|
},
|
|
20136
19803
|
images: [{
|
|
20137
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
19804
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
19805
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
20138
19806
|
}],
|
|
20139
19807
|
socials: {
|
|
20140
19808
|
discord: 'https://discord.com/invite/burnt',
|
|
20141
19809
|
github: 'https://github.com/burnt-labs',
|
|
20142
19810
|
telegram: 'https://t.me/xion_announcements',
|
|
20143
|
-
website: 'https://
|
|
19811
|
+
website: 'https://verona.dev',
|
|
20144
19812
|
x: 'https://x.com/burnt_xion'
|
|
20145
19813
|
},
|
|
20146
19814
|
traces: [{
|
package/assets.js
CHANGED
|
@@ -859,7 +859,8 @@ const assets = {
|
|
|
859
859
|
coingecko_id: 'terrausd'
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
description: '
|
|
862
|
+
description: '(Deprecated) STARS bridged from legacy Stargaze. STARS has migrated to the Cosmos Hub.',
|
|
863
|
+
deprecated: true,
|
|
863
864
|
denom_units: [{
|
|
864
865
|
denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
865
866
|
exponent: 0,
|
|
@@ -872,7 +873,7 @@ const assets = {
|
|
|
872
873
|
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
873
874
|
name: 'Stargaze',
|
|
874
875
|
display: 'stars',
|
|
875
|
-
symbol: 'STARS',
|
|
876
|
+
symbol: 'STARS.legacy',
|
|
876
877
|
traces: [{
|
|
877
878
|
type: 'ibc',
|
|
878
879
|
counterparty: {
|
|
@@ -896,6 +897,46 @@ const assets = {
|
|
|
896
897
|
},
|
|
897
898
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
898
899
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
900
|
+
}]
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
description: 'The native STARS token, migrated from Stargaze to the Cosmos Hub.',
|
|
904
|
+
denom_units: [{
|
|
905
|
+
denom: 'ibc/68BAF19F76BAC04C4CEA06325EF91D43E8637AE43EAC7887CE6211B4B99E1EC0',
|
|
906
|
+
exponent: 0,
|
|
907
|
+
aliases: ['factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars']
|
|
908
|
+
}, {
|
|
909
|
+
denom: 'stars',
|
|
910
|
+
exponent: 6
|
|
911
|
+
}],
|
|
912
|
+
type_asset: 'ics20',
|
|
913
|
+
base: 'ibc/68BAF19F76BAC04C4CEA06325EF91D43E8637AE43EAC7887CE6211B4B99E1EC0',
|
|
914
|
+
name: 'Stargaze',
|
|
915
|
+
display: 'stars',
|
|
916
|
+
symbol: 'STARS',
|
|
917
|
+
traces: [{
|
|
918
|
+
type: 'ibc',
|
|
919
|
+
counterparty: {
|
|
920
|
+
chain_name: 'cosmoshub',
|
|
921
|
+
base_denom: 'factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars',
|
|
922
|
+
channel_id: 'channel-141'
|
|
923
|
+
},
|
|
924
|
+
chain: {
|
|
925
|
+
channel_id: 'channel-0',
|
|
926
|
+
path: 'transfer/channel-0/factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars'
|
|
927
|
+
}
|
|
928
|
+
}],
|
|
929
|
+
logo_URIs: {
|
|
930
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.png',
|
|
931
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.svg'
|
|
932
|
+
},
|
|
933
|
+
images: [{
|
|
934
|
+
image_sync: {
|
|
935
|
+
chain_name: 'cosmoshub',
|
|
936
|
+
base_denom: 'factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars'
|
|
937
|
+
},
|
|
938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.png',
|
|
939
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.svg'
|
|
899
940
|
}],
|
|
900
941
|
coingecko_id: 'stargaze'
|
|
901
942
|
},
|
|
@@ -18356,7 +18397,8 @@ const assets = {
|
|
|
18356
18397
|
}]
|
|
18357
18398
|
},
|
|
18358
18399
|
{
|
|
18359
|
-
description: '
|
|
18400
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
18401
|
+
extended_description: 'Verona is the intelligence layer for AI. It makes user-verified data portable, private, and programmable, so agents can transact on information the user actually owns.',
|
|
18360
18402
|
denom_units: [{
|
|
18361
18403
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18362
18404
|
exponent: 0,
|
|
@@ -18364,13 +18406,13 @@ const assets = {
|
|
|
18364
18406
|
}, {
|
|
18365
18407
|
denom: 'XION',
|
|
18366
18408
|
exponent: 6,
|
|
18367
|
-
aliases: ['xion']
|
|
18409
|
+
aliases: ['xion', 'VERONA']
|
|
18368
18410
|
}],
|
|
18369
18411
|
type_asset: 'ics20',
|
|
18370
18412
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18371
|
-
name: '
|
|
18372
|
-
display: '
|
|
18373
|
-
symbol: '
|
|
18413
|
+
name: 'Verona',
|
|
18414
|
+
display: 'VERONA',
|
|
18415
|
+
symbol: 'VERONA',
|
|
18374
18416
|
traces: [{
|
|
18375
18417
|
type: 'ibc',
|
|
18376
18418
|
counterparty: {
|
|
@@ -18384,14 +18426,16 @@ const assets = {
|
|
|
18384
18426
|
}
|
|
18385
18427
|
}],
|
|
18386
18428
|
logo_URIs: {
|
|
18387
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18429
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18430
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18388
18431
|
},
|
|
18389
18432
|
images: [{
|
|
18390
18433
|
image_sync: {
|
|
18391
18434
|
chain_name: 'xion',
|
|
18392
18435
|
base_denom: 'uxion'
|
|
18393
18436
|
},
|
|
18394
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18437
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18438
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18395
18439
|
}],
|
|
18396
18440
|
coingecko_id: 'xion-2'
|
|
18397
18441
|
},
|
package/esm/asset_list.js
CHANGED
|
@@ -5858,42 +5858,6 @@ const asset_list = {
|
|
|
5858
5858
|
}
|
|
5859
5859
|
}]
|
|
5860
5860
|
},
|
|
5861
|
-
{
|
|
5862
|
-
description: 'NIL - the native token of Nillion',
|
|
5863
|
-
denom_units: [{
|
|
5864
|
-
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5865
|
-
exponent: 0,
|
|
5866
|
-
aliases: ['unil']
|
|
5867
|
-
}, {
|
|
5868
|
-
denom: 'nil',
|
|
5869
|
-
exponent: 6
|
|
5870
|
-
}],
|
|
5871
|
-
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
5872
|
-
name: 'Nillion',
|
|
5873
|
-
display: 'nil',
|
|
5874
|
-
symbol: 'NIL',
|
|
5875
|
-
images: [{
|
|
5876
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
5877
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
5878
|
-
}],
|
|
5879
|
-
type_asset: 'sdk.coin',
|
|
5880
|
-
socials: {
|
|
5881
|
-
website: 'https://nillion.com',
|
|
5882
|
-
x: 'https://x.com/nillionnetwork'
|
|
5883
|
-
},
|
|
5884
|
-
coingecko_id: 'nillion',
|
|
5885
|
-
traces: [{
|
|
5886
|
-
type: 'ibc',
|
|
5887
|
-
counterparty: {
|
|
5888
|
-
channel_id: 'channel-2',
|
|
5889
|
-
base_denom: 'unil',
|
|
5890
|
-
chain_name: 'nillion'
|
|
5891
|
-
},
|
|
5892
|
-
chain: {
|
|
5893
|
-
channel_id: 'channel-98416'
|
|
5894
|
-
}
|
|
5895
|
-
}]
|
|
5896
|
-
},
|
|
5897
5861
|
{
|
|
5898
5862
|
description: 'The permissioned staking asset for Noble Chain',
|
|
5899
5863
|
denom_units: [{
|
|
@@ -12403,42 +12367,6 @@ const asset_list = {
|
|
|
12403
12367
|
}
|
|
12404
12368
|
}]
|
|
12405
12369
|
},
|
|
12406
|
-
{
|
|
12407
|
-
description: 'NIL - the native token of Nillion',
|
|
12408
|
-
denom_units: [{
|
|
12409
|
-
denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
12410
|
-
exponent: 0,
|
|
12411
|
-
aliases: ['unil']
|
|
12412
|
-
}, {
|
|
12413
|
-
denom: 'nil',
|
|
12414
|
-
exponent: 6
|
|
12415
|
-
}],
|
|
12416
|
-
base: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
12417
|
-
name: 'Nillion',
|
|
12418
|
-
display: 'nil',
|
|
12419
|
-
symbol: 'NIL',
|
|
12420
|
-
images: [{
|
|
12421
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
12422
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
12423
|
-
}],
|
|
12424
|
-
type_asset: 'sdk.coin',
|
|
12425
|
-
socials: {
|
|
12426
|
-
website: 'https://nillion.com',
|
|
12427
|
-
x: 'https://x.com/nillionnetwork'
|
|
12428
|
-
},
|
|
12429
|
-
coingecko_id: 'nillion',
|
|
12430
|
-
traces: [{
|
|
12431
|
-
type: 'ibc',
|
|
12432
|
-
counterparty: {
|
|
12433
|
-
channel_id: 'channel-2',
|
|
12434
|
-
base_denom: 'unil',
|
|
12435
|
-
chain_name: 'nillion'
|
|
12436
|
-
},
|
|
12437
|
-
chain: {
|
|
12438
|
-
channel_id: 'channel-98416'
|
|
12439
|
-
}
|
|
12440
|
-
}]
|
|
12441
|
-
},
|
|
12442
12370
|
{
|
|
12443
12371
|
description: 'The permissioned staking asset for Noble Chain',
|
|
12444
12372
|
denom_units: [{
|
|
@@ -14809,85 +14737,6 @@ const asset_list = {
|
|
|
14809
14737
|
}
|
|
14810
14738
|
}]
|
|
14811
14739
|
},
|
|
14812
|
-
{
|
|
14813
|
-
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
14814
|
-
denom_units: [{
|
|
14815
|
-
denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
14816
|
-
exponent: 0,
|
|
14817
|
-
aliases: ['ustars']
|
|
14818
|
-
}, {
|
|
14819
|
-
denom: 'stars',
|
|
14820
|
-
exponent: 6
|
|
14821
|
-
}],
|
|
14822
|
-
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
14823
|
-
name: 'Stargaze',
|
|
14824
|
-
display: 'stars',
|
|
14825
|
-
symbol: 'STARS',
|
|
14826
|
-
logo_URIs: {
|
|
14827
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14828
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
14829
|
-
},
|
|
14830
|
-
coingecko_id: 'stargaze',
|
|
14831
|
-
images: [{
|
|
14832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
14833
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
14834
|
-
}],
|
|
14835
|
-
socials: {
|
|
14836
|
-
website: 'https://www.stargaze.zone/',
|
|
14837
|
-
x: 'https://x.com/StargazeZone'
|
|
14838
|
-
},
|
|
14839
|
-
type_asset: 'sdk.coin',
|
|
14840
|
-
traces: [{
|
|
14841
|
-
type: 'ibc',
|
|
14842
|
-
counterparty: {
|
|
14843
|
-
channel_id: 'channel-0',
|
|
14844
|
-
base_denom: 'ustars',
|
|
14845
|
-
chain_name: 'stargaze'
|
|
14846
|
-
},
|
|
14847
|
-
chain: {
|
|
14848
|
-
channel_id: 'channel-75'
|
|
14849
|
-
}
|
|
14850
|
-
}]
|
|
14851
|
-
},
|
|
14852
|
-
{
|
|
14853
|
-
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
14854
|
-
denom_units: [{
|
|
14855
|
-
denom: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
14856
|
-
exponent: 0,
|
|
14857
|
-
aliases: ['uiov']
|
|
14858
|
-
}, {
|
|
14859
|
-
denom: 'iov',
|
|
14860
|
-
exponent: 6
|
|
14861
|
-
}],
|
|
14862
|
-
base: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
14863
|
-
name: 'Starname',
|
|
14864
|
-
display: 'iov',
|
|
14865
|
-
symbol: 'IOV',
|
|
14866
|
-
logo_URIs: {
|
|
14867
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
14868
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
14869
|
-
},
|
|
14870
|
-
images: [{
|
|
14871
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
14872
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
14873
|
-
}],
|
|
14874
|
-
socials: {
|
|
14875
|
-
website: 'https://app.starname.me/',
|
|
14876
|
-
x: 'https://x.com/starname_me'
|
|
14877
|
-
},
|
|
14878
|
-
type_asset: 'sdk.coin',
|
|
14879
|
-
traces: [{
|
|
14880
|
-
type: 'ibc',
|
|
14881
|
-
counterparty: {
|
|
14882
|
-
channel_id: 'channel-2',
|
|
14883
|
-
base_denom: 'uiov',
|
|
14884
|
-
chain_name: 'starname'
|
|
14885
|
-
},
|
|
14886
|
-
chain: {
|
|
14887
|
-
channel_id: 'channel-15'
|
|
14888
|
-
}
|
|
14889
|
-
}]
|
|
14890
|
-
},
|
|
14891
14740
|
{
|
|
14892
14741
|
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
14893
14742
|
denom_units: [
|
|
@@ -16400,59 +16249,6 @@ const asset_list = {
|
|
|
16400
16249
|
}
|
|
16401
16250
|
}]
|
|
16402
16251
|
},
|
|
16403
|
-
{
|
|
16404
|
-
description: 'The native token of Tgrade',
|
|
16405
|
-
denom_units: [{
|
|
16406
|
-
denom: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
16407
|
-
exponent: 0,
|
|
16408
|
-
aliases: ['utgd']
|
|
16409
|
-
}, {
|
|
16410
|
-
denom: 'tgd',
|
|
16411
|
-
exponent: 6
|
|
16412
|
-
}],
|
|
16413
|
-
base: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
16414
|
-
name: 'Tgrade',
|
|
16415
|
-
display: 'tgd',
|
|
16416
|
-
symbol: 'TGD',
|
|
16417
|
-
logo_URIs: {
|
|
16418
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
16419
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
16420
|
-
},
|
|
16421
|
-
images: [
|
|
16422
|
-
{
|
|
16423
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
16424
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
16425
|
-
},
|
|
16426
|
-
{
|
|
16427
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
16428
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
16429
|
-
},
|
|
16430
|
-
{
|
|
16431
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
16432
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
16433
|
-
},
|
|
16434
|
-
{
|
|
16435
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
16436
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
16437
|
-
},
|
|
16438
|
-
{
|
|
16439
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
16440
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
16441
|
-
}
|
|
16442
|
-
],
|
|
16443
|
-
type_asset: 'sdk.coin',
|
|
16444
|
-
traces: [{
|
|
16445
|
-
type: 'ibc',
|
|
16446
|
-
counterparty: {
|
|
16447
|
-
channel_id: 'channel-0',
|
|
16448
|
-
base_denom: 'utgd',
|
|
16449
|
-
chain_name: 'tgrade'
|
|
16450
|
-
},
|
|
16451
|
-
chain: {
|
|
16452
|
-
channel_id: 'channel-263'
|
|
16453
|
-
}
|
|
16454
|
-
}]
|
|
16455
|
-
},
|
|
16456
16252
|
{
|
|
16457
16253
|
description: 'Native token of Turkchain',
|
|
16458
16254
|
denom_units: [{
|
|
@@ -16601,7 +16397,7 @@ const asset_list = {
|
|
|
16601
16397
|
}]
|
|
16602
16398
|
},
|
|
16603
16399
|
{
|
|
16604
|
-
description: '
|
|
16400
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
16605
16401
|
denom_units: [{
|
|
16606
16402
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
16607
16403
|
exponent: 0,
|
|
@@ -16609,25 +16405,27 @@ const asset_list = {
|
|
|
16609
16405
|
}, {
|
|
16610
16406
|
denom: 'XION',
|
|
16611
16407
|
exponent: 6,
|
|
16612
|
-
aliases: ['xion']
|
|
16408
|
+
aliases: ['xion', 'VERONA']
|
|
16613
16409
|
}],
|
|
16614
16410
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
16615
|
-
display: '
|
|
16616
|
-
name: '
|
|
16617
|
-
symbol: '
|
|
16411
|
+
display: 'VERONA',
|
|
16412
|
+
name: 'Verona',
|
|
16413
|
+
symbol: 'VERONA',
|
|
16618
16414
|
coingecko_id: 'xion-2',
|
|
16619
16415
|
type_asset: 'sdk.coin',
|
|
16620
16416
|
logo_URIs: {
|
|
16621
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
16417
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
16418
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
16622
16419
|
},
|
|
16623
16420
|
images: [{
|
|
16624
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
16421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
16422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
16625
16423
|
}],
|
|
16626
16424
|
socials: {
|
|
16627
16425
|
discord: 'https://discord.com/invite/burnt',
|
|
16628
16426
|
github: 'https://github.com/burnt-labs',
|
|
16629
16427
|
telegram: 'https://t.me/xion_announcements',
|
|
16630
|
-
website: 'https://
|
|
16428
|
+
website: 'https://verona.dev',
|
|
16631
16429
|
x: 'https://x.com/burnt_xion'
|
|
16632
16430
|
},
|
|
16633
16431
|
traces: [{
|
|
@@ -18320,85 +18118,6 @@ const asset_list = {
|
|
|
18320
18118
|
}
|
|
18321
18119
|
}]
|
|
18322
18120
|
},
|
|
18323
|
-
{
|
|
18324
|
-
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
18325
|
-
denom_units: [{
|
|
18326
|
-
denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
18327
|
-
exponent: 0,
|
|
18328
|
-
aliases: ['ustars']
|
|
18329
|
-
}, {
|
|
18330
|
-
denom: 'stars',
|
|
18331
|
-
exponent: 6
|
|
18332
|
-
}],
|
|
18333
|
-
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
18334
|
-
name: 'Stargaze',
|
|
18335
|
-
display: 'stars',
|
|
18336
|
-
symbol: 'STARS',
|
|
18337
|
-
logo_URIs: {
|
|
18338
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
18339
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
18340
|
-
},
|
|
18341
|
-
coingecko_id: 'stargaze',
|
|
18342
|
-
images: [{
|
|
18343
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
18344
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
18345
|
-
}],
|
|
18346
|
-
socials: {
|
|
18347
|
-
website: 'https://www.stargaze.zone/',
|
|
18348
|
-
x: 'https://x.com/StargazeZone'
|
|
18349
|
-
},
|
|
18350
|
-
type_asset: 'sdk.coin',
|
|
18351
|
-
traces: [{
|
|
18352
|
-
type: 'ibc',
|
|
18353
|
-
counterparty: {
|
|
18354
|
-
channel_id: 'channel-0',
|
|
18355
|
-
base_denom: 'ustars',
|
|
18356
|
-
chain_name: 'stargaze'
|
|
18357
|
-
},
|
|
18358
|
-
chain: {
|
|
18359
|
-
channel_id: 'channel-75'
|
|
18360
|
-
}
|
|
18361
|
-
}]
|
|
18362
|
-
},
|
|
18363
|
-
{
|
|
18364
|
-
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
18365
|
-
denom_units: [{
|
|
18366
|
-
denom: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
18367
|
-
exponent: 0,
|
|
18368
|
-
aliases: ['uiov']
|
|
18369
|
-
}, {
|
|
18370
|
-
denom: 'iov',
|
|
18371
|
-
exponent: 6
|
|
18372
|
-
}],
|
|
18373
|
-
base: 'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC',
|
|
18374
|
-
name: 'Starname',
|
|
18375
|
-
display: 'iov',
|
|
18376
|
-
symbol: 'IOV',
|
|
18377
|
-
logo_URIs: {
|
|
18378
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
18379
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
18380
|
-
},
|
|
18381
|
-
images: [{
|
|
18382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png',
|
|
18383
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg'
|
|
18384
|
-
}],
|
|
18385
|
-
socials: {
|
|
18386
|
-
website: 'https://app.starname.me/',
|
|
18387
|
-
x: 'https://x.com/starname_me'
|
|
18388
|
-
},
|
|
18389
|
-
type_asset: 'sdk.coin',
|
|
18390
|
-
traces: [{
|
|
18391
|
-
type: 'ibc',
|
|
18392
|
-
counterparty: {
|
|
18393
|
-
channel_id: 'channel-2',
|
|
18394
|
-
base_denom: 'uiov',
|
|
18395
|
-
chain_name: 'starname'
|
|
18396
|
-
},
|
|
18397
|
-
chain: {
|
|
18398
|
-
channel_id: 'channel-15'
|
|
18399
|
-
}
|
|
18400
|
-
}]
|
|
18401
|
-
},
|
|
18402
18121
|
{
|
|
18403
18122
|
description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developers and dApps through our scalable, reliable, and high-performance networks.',
|
|
18404
18123
|
denom_units: [
|
|
@@ -19911,59 +19630,6 @@ const asset_list = {
|
|
|
19911
19630
|
}
|
|
19912
19631
|
}]
|
|
19913
19632
|
},
|
|
19914
|
-
{
|
|
19915
|
-
description: 'The native token of Tgrade',
|
|
19916
|
-
denom_units: [{
|
|
19917
|
-
denom: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
19918
|
-
exponent: 0,
|
|
19919
|
-
aliases: ['utgd']
|
|
19920
|
-
}, {
|
|
19921
|
-
denom: 'tgd',
|
|
19922
|
-
exponent: 6
|
|
19923
|
-
}],
|
|
19924
|
-
base: 'ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C',
|
|
19925
|
-
name: 'Tgrade',
|
|
19926
|
-
display: 'tgd',
|
|
19927
|
-
symbol: 'TGD',
|
|
19928
|
-
logo_URIs: {
|
|
19929
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
19930
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
19931
|
-
},
|
|
19932
|
-
images: [
|
|
19933
|
-
{
|
|
19934
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
19935
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
19936
|
-
},
|
|
19937
|
-
{
|
|
19938
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
19939
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
19940
|
-
},
|
|
19941
|
-
{
|
|
19942
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
19943
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
19944
|
-
},
|
|
19945
|
-
{
|
|
19946
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
19947
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
19948
|
-
},
|
|
19949
|
-
{
|
|
19950
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
19951
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
19952
|
-
}
|
|
19953
|
-
],
|
|
19954
|
-
type_asset: 'sdk.coin',
|
|
19955
|
-
traces: [{
|
|
19956
|
-
type: 'ibc',
|
|
19957
|
-
counterparty: {
|
|
19958
|
-
channel_id: 'channel-0',
|
|
19959
|
-
base_denom: 'utgd',
|
|
19960
|
-
chain_name: 'tgrade'
|
|
19961
|
-
},
|
|
19962
|
-
chain: {
|
|
19963
|
-
channel_id: 'channel-263'
|
|
19964
|
-
}
|
|
19965
|
-
}]
|
|
19966
|
-
},
|
|
19967
19633
|
{
|
|
19968
19634
|
description: 'Native token of Turkchain',
|
|
19969
19635
|
denom_units: [{
|
|
@@ -20112,7 +19778,7 @@ const asset_list = {
|
|
|
20112
19778
|
}]
|
|
20113
19779
|
},
|
|
20114
19780
|
{
|
|
20115
|
-
description: '
|
|
19781
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
20116
19782
|
denom_units: [{
|
|
20117
19783
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
20118
19784
|
exponent: 0,
|
|
@@ -20120,25 +19786,27 @@ const asset_list = {
|
|
|
20120
19786
|
}, {
|
|
20121
19787
|
denom: 'XION',
|
|
20122
19788
|
exponent: 6,
|
|
20123
|
-
aliases: ['xion']
|
|
19789
|
+
aliases: ['xion', 'VERONA']
|
|
20124
19790
|
}],
|
|
20125
19791
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
20126
|
-
display: '
|
|
20127
|
-
name: '
|
|
20128
|
-
symbol: '
|
|
19792
|
+
display: 'VERONA',
|
|
19793
|
+
name: 'Verona',
|
|
19794
|
+
symbol: 'VERONA',
|
|
20129
19795
|
coingecko_id: 'xion-2',
|
|
20130
19796
|
type_asset: 'sdk.coin',
|
|
20131
19797
|
logo_URIs: {
|
|
20132
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
19798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
19799
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
20133
19800
|
},
|
|
20134
19801
|
images: [{
|
|
20135
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
19802
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
19803
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
20136
19804
|
}],
|
|
20137
19805
|
socials: {
|
|
20138
19806
|
discord: 'https://discord.com/invite/burnt',
|
|
20139
19807
|
github: 'https://github.com/burnt-labs',
|
|
20140
19808
|
telegram: 'https://t.me/xion_announcements',
|
|
20141
|
-
website: 'https://
|
|
19809
|
+
website: 'https://verona.dev',
|
|
20142
19810
|
x: 'https://x.com/burnt_xion'
|
|
20143
19811
|
},
|
|
20144
19812
|
traces: [{
|
package/esm/assets.js
CHANGED
|
@@ -857,7 +857,8 @@ const assets = {
|
|
|
857
857
|
coingecko_id: 'terrausd'
|
|
858
858
|
},
|
|
859
859
|
{
|
|
860
|
-
description: '
|
|
860
|
+
description: '(Deprecated) STARS bridged from legacy Stargaze. STARS has migrated to the Cosmos Hub.',
|
|
861
|
+
deprecated: true,
|
|
861
862
|
denom_units: [{
|
|
862
863
|
denom: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
863
864
|
exponent: 0,
|
|
@@ -870,7 +871,7 @@ const assets = {
|
|
|
870
871
|
base: 'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4',
|
|
871
872
|
name: 'Stargaze',
|
|
872
873
|
display: 'stars',
|
|
873
|
-
symbol: 'STARS',
|
|
874
|
+
symbol: 'STARS.legacy',
|
|
874
875
|
traces: [{
|
|
875
876
|
type: 'ibc',
|
|
876
877
|
counterparty: {
|
|
@@ -894,6 +895,46 @@ const assets = {
|
|
|
894
895
|
},
|
|
895
896
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
896
897
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
898
|
+
}]
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
description: 'The native STARS token, migrated from Stargaze to the Cosmos Hub.',
|
|
902
|
+
denom_units: [{
|
|
903
|
+
denom: 'ibc/68BAF19F76BAC04C4CEA06325EF91D43E8637AE43EAC7887CE6211B4B99E1EC0',
|
|
904
|
+
exponent: 0,
|
|
905
|
+
aliases: ['factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars']
|
|
906
|
+
}, {
|
|
907
|
+
denom: 'stars',
|
|
908
|
+
exponent: 6
|
|
909
|
+
}],
|
|
910
|
+
type_asset: 'ics20',
|
|
911
|
+
base: 'ibc/68BAF19F76BAC04C4CEA06325EF91D43E8637AE43EAC7887CE6211B4B99E1EC0',
|
|
912
|
+
name: 'Stargaze',
|
|
913
|
+
display: 'stars',
|
|
914
|
+
symbol: 'STARS',
|
|
915
|
+
traces: [{
|
|
916
|
+
type: 'ibc',
|
|
917
|
+
counterparty: {
|
|
918
|
+
chain_name: 'cosmoshub',
|
|
919
|
+
base_denom: 'factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars',
|
|
920
|
+
channel_id: 'channel-141'
|
|
921
|
+
},
|
|
922
|
+
chain: {
|
|
923
|
+
channel_id: 'channel-0',
|
|
924
|
+
path: 'transfer/channel-0/factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars'
|
|
925
|
+
}
|
|
926
|
+
}],
|
|
927
|
+
logo_URIs: {
|
|
928
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.png',
|
|
929
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.svg'
|
|
930
|
+
},
|
|
931
|
+
images: [{
|
|
932
|
+
image_sync: {
|
|
933
|
+
chain_name: 'cosmoshub',
|
|
934
|
+
base_denom: 'factory/cosmos1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn6226hkvrq/ustars'
|
|
935
|
+
},
|
|
936
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.png',
|
|
937
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/stars.svg'
|
|
897
938
|
}],
|
|
898
939
|
coingecko_id: 'stargaze'
|
|
899
940
|
},
|
|
@@ -18354,7 +18395,8 @@ const assets = {
|
|
|
18354
18395
|
}]
|
|
18355
18396
|
},
|
|
18356
18397
|
{
|
|
18357
|
-
description: '
|
|
18398
|
+
description: 'Verona is the intelligence layer for AI.',
|
|
18399
|
+
extended_description: 'Verona is the intelligence layer for AI. It makes user-verified data portable, private, and programmable, so agents can transact on information the user actually owns.',
|
|
18358
18400
|
denom_units: [{
|
|
18359
18401
|
denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18360
18402
|
exponent: 0,
|
|
@@ -18362,13 +18404,13 @@ const assets = {
|
|
|
18362
18404
|
}, {
|
|
18363
18405
|
denom: 'XION',
|
|
18364
18406
|
exponent: 6,
|
|
18365
|
-
aliases: ['xion']
|
|
18407
|
+
aliases: ['xion', 'VERONA']
|
|
18366
18408
|
}],
|
|
18367
18409
|
type_asset: 'ics20',
|
|
18368
18410
|
base: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
18369
|
-
name: '
|
|
18370
|
-
display: '
|
|
18371
|
-
symbol: '
|
|
18411
|
+
name: 'Verona',
|
|
18412
|
+
display: 'VERONA',
|
|
18413
|
+
symbol: 'VERONA',
|
|
18372
18414
|
traces: [{
|
|
18373
18415
|
type: 'ibc',
|
|
18374
18416
|
counterparty: {
|
|
@@ -18382,14 +18424,16 @@ const assets = {
|
|
|
18382
18424
|
}
|
|
18383
18425
|
}],
|
|
18384
18426
|
logo_URIs: {
|
|
18385
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18386
18429
|
},
|
|
18387
18430
|
images: [{
|
|
18388
18431
|
image_sync: {
|
|
18389
18432
|
chain_name: 'xion',
|
|
18390
18433
|
base_denom: 'uxion'
|
|
18391
18434
|
},
|
|
18392
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/
|
|
18435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.png',
|
|
18436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/verona-main.svg'
|
|
18393
18437
|
}],
|
|
18394
18438
|
coingecko_id: 'xion-2'
|
|
18395
18439
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.378",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.378"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "a6ebcb1dd997abd2144007cf4690644cd9309ea5"
|
|
42
42
|
}
|