@chain-registry/assets 1.70.30 → 1.70.31
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/axelar.js +178 -26
- package/esm/mainnet/chihuahua.js +164 -0
- package/esm/mainnet/injective.js +178 -26
- package/esm/mainnet/kujira.js +178 -26
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +178 -26
- package/esm/mainnet/secretnetwork.js +164 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/terra2.js +164 -0
- package/mainnet/axelar.js +178 -26
- package/mainnet/chihuahua.js +164 -0
- package/mainnet/injective.js +178 -26
- package/mainnet/kujira.js +178 -26
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +178 -26
- package/mainnet/secretnetwork.js +164 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/terra2.js +164 -0
- package/package.json +5 -5
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -5387,7 +5387,7 @@ const assets = {
|
|
|
5387
5387
|
}]
|
|
5388
5388
|
},
|
|
5389
5389
|
{
|
|
5390
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
5390
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
5391
5391
|
denom_units: [{
|
|
5392
5392
|
denom: 'ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B',
|
|
5393
5393
|
exponent: 0,
|
|
@@ -5406,13 +5406,13 @@ const assets = {
|
|
|
5406
5406
|
},
|
|
5407
5407
|
coingecko_id: 'odin-protocol',
|
|
5408
5408
|
images: [{
|
|
5409
|
-
image_sync: {
|
|
5410
|
-
chain_name: 'odin',
|
|
5411
|
-
base_denom: 'loki'
|
|
5412
|
-
},
|
|
5413
5409
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5414
5410
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
5415
5411
|
}],
|
|
5412
|
+
socials: {
|
|
5413
|
+
website: 'https://odinprotocol.io/',
|
|
5414
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
5415
|
+
},
|
|
5416
5416
|
type_asset: 'sdk.coin',
|
|
5417
5417
|
traces: [{
|
|
5418
5418
|
type: 'ibc',
|
|
@@ -5445,10 +5445,6 @@ const assets = {
|
|
|
5445
5445
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
5446
5446
|
},
|
|
5447
5447
|
images: [{
|
|
5448
|
-
image_sync: {
|
|
5449
|
-
chain_name: 'odin',
|
|
5450
|
-
base_denom: 'mGeo'
|
|
5451
|
-
},
|
|
5452
5448
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
5453
5449
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
5454
5450
|
theme: {
|
|
@@ -5468,6 +5464,86 @@ const assets = {
|
|
|
5468
5464
|
}
|
|
5469
5465
|
}]
|
|
5470
5466
|
},
|
|
5467
|
+
{
|
|
5468
|
+
description: 'DOKI the last Dragon',
|
|
5469
|
+
denom_units: [{
|
|
5470
|
+
denom: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
5471
|
+
exponent: 0,
|
|
5472
|
+
aliases: ['udoki']
|
|
5473
|
+
}, {
|
|
5474
|
+
denom: 'doki',
|
|
5475
|
+
exponent: 6
|
|
5476
|
+
}],
|
|
5477
|
+
base: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
5478
|
+
name: 'DOKI',
|
|
5479
|
+
display: 'doki',
|
|
5480
|
+
symbol: 'DOKI',
|
|
5481
|
+
logo_URIs: {
|
|
5482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
5483
|
+
},
|
|
5484
|
+
coingecko_id: 'doki',
|
|
5485
|
+
images: [{
|
|
5486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
5487
|
+
theme: {
|
|
5488
|
+
primary_color_hex: '#2e2d2a'
|
|
5489
|
+
}
|
|
5490
|
+
}],
|
|
5491
|
+
socials: {
|
|
5492
|
+
website: 'https://dokicoin.io/',
|
|
5493
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
5494
|
+
},
|
|
5495
|
+
type_asset: 'sdk.coin',
|
|
5496
|
+
traces: [{
|
|
5497
|
+
type: 'ibc',
|
|
5498
|
+
counterparty: {
|
|
5499
|
+
channel_id: 'channel-3',
|
|
5500
|
+
base_denom: 'udoki',
|
|
5501
|
+
chain_name: 'odin'
|
|
5502
|
+
},
|
|
5503
|
+
chain: {
|
|
5504
|
+
channel_id: 'channel-258'
|
|
5505
|
+
}
|
|
5506
|
+
}]
|
|
5507
|
+
},
|
|
5508
|
+
{
|
|
5509
|
+
description: 'Myrkur the leader of OLD Order',
|
|
5510
|
+
denom_units: [{
|
|
5511
|
+
denom: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
5512
|
+
exponent: 0,
|
|
5513
|
+
aliases: ['umyrk']
|
|
5514
|
+
}, {
|
|
5515
|
+
denom: 'myrk',
|
|
5516
|
+
exponent: 6
|
|
5517
|
+
}],
|
|
5518
|
+
base: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
5519
|
+
name: 'MYRK',
|
|
5520
|
+
display: 'myrk',
|
|
5521
|
+
symbol: 'MYRK',
|
|
5522
|
+
logo_URIs: {
|
|
5523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
5524
|
+
},
|
|
5525
|
+
images: [{
|
|
5526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
5527
|
+
theme: {
|
|
5528
|
+
primary_color_hex: '#0a0707'
|
|
5529
|
+
}
|
|
5530
|
+
}],
|
|
5531
|
+
socials: {
|
|
5532
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
5533
|
+
},
|
|
5534
|
+
type_asset: 'sdk.coin',
|
|
5535
|
+
traces: [{
|
|
5536
|
+
type: 'ibc',
|
|
5537
|
+
counterparty: {
|
|
5538
|
+
channel_id: 'channel-3',
|
|
5539
|
+
base_denom: 'umyrk',
|
|
5540
|
+
chain_name: 'odin'
|
|
5541
|
+
},
|
|
5542
|
+
chain: {
|
|
5543
|
+
channel_id: 'channel-258'
|
|
5544
|
+
}
|
|
5545
|
+
}]
|
|
5546
|
+
},
|
|
5471
5547
|
{
|
|
5472
5548
|
description: 'O9W token for ODIN Protocol',
|
|
5473
5549
|
denom_units: [{
|
|
@@ -5487,16 +5563,16 @@ const assets = {
|
|
|
5487
5563
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
5488
5564
|
},
|
|
5489
5565
|
images: [{
|
|
5490
|
-
image_sync: {
|
|
5491
|
-
chain_name: 'odin',
|
|
5492
|
-
base_denom: 'mO9W'
|
|
5493
|
-
},
|
|
5494
5566
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
5495
5567
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
5496
5568
|
theme: {
|
|
5497
5569
|
primary_color_hex: '#040404'
|
|
5498
5570
|
}
|
|
5499
5571
|
}],
|
|
5572
|
+
socials: {
|
|
5573
|
+
website: 'https://www.odin9worlds.io/',
|
|
5574
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
5575
|
+
},
|
|
5500
5576
|
type_asset: 'sdk.coin',
|
|
5501
5577
|
traces: [{
|
|
5502
5578
|
type: 'ibc',
|
|
@@ -11085,7 +11161,7 @@ const assets = {
|
|
|
11085
11161
|
}]
|
|
11086
11162
|
},
|
|
11087
11163
|
{
|
|
11088
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
11164
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
11089
11165
|
denom_units: [{
|
|
11090
11166
|
denom: 'ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B',
|
|
11091
11167
|
exponent: 0,
|
|
@@ -11104,13 +11180,13 @@ const assets = {
|
|
|
11104
11180
|
},
|
|
11105
11181
|
coingecko_id: 'odin-protocol',
|
|
11106
11182
|
images: [{
|
|
11107
|
-
image_sync: {
|
|
11108
|
-
chain_name: 'odin',
|
|
11109
|
-
base_denom: 'loki'
|
|
11110
|
-
},
|
|
11111
11183
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
11112
11184
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
11113
11185
|
}],
|
|
11186
|
+
socials: {
|
|
11187
|
+
website: 'https://odinprotocol.io/',
|
|
11188
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
11189
|
+
},
|
|
11114
11190
|
type_asset: 'sdk.coin',
|
|
11115
11191
|
traces: [{
|
|
11116
11192
|
type: 'ibc',
|
|
@@ -11143,10 +11219,6 @@ const assets = {
|
|
|
11143
11219
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
11144
11220
|
},
|
|
11145
11221
|
images: [{
|
|
11146
|
-
image_sync: {
|
|
11147
|
-
chain_name: 'odin',
|
|
11148
|
-
base_denom: 'mGeo'
|
|
11149
|
-
},
|
|
11150
11222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
11151
11223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
11152
11224
|
theme: {
|
|
@@ -11166,6 +11238,86 @@ const assets = {
|
|
|
11166
11238
|
}
|
|
11167
11239
|
}]
|
|
11168
11240
|
},
|
|
11241
|
+
{
|
|
11242
|
+
description: 'DOKI the last Dragon',
|
|
11243
|
+
denom_units: [{
|
|
11244
|
+
denom: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
11245
|
+
exponent: 0,
|
|
11246
|
+
aliases: ['udoki']
|
|
11247
|
+
}, {
|
|
11248
|
+
denom: 'doki',
|
|
11249
|
+
exponent: 6
|
|
11250
|
+
}],
|
|
11251
|
+
base: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
11252
|
+
name: 'DOKI',
|
|
11253
|
+
display: 'doki',
|
|
11254
|
+
symbol: 'DOKI',
|
|
11255
|
+
logo_URIs: {
|
|
11256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
11257
|
+
},
|
|
11258
|
+
coingecko_id: 'doki',
|
|
11259
|
+
images: [{
|
|
11260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
11261
|
+
theme: {
|
|
11262
|
+
primary_color_hex: '#2e2d2a'
|
|
11263
|
+
}
|
|
11264
|
+
}],
|
|
11265
|
+
socials: {
|
|
11266
|
+
website: 'https://dokicoin.io/',
|
|
11267
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
11268
|
+
},
|
|
11269
|
+
type_asset: 'sdk.coin',
|
|
11270
|
+
traces: [{
|
|
11271
|
+
type: 'ibc',
|
|
11272
|
+
counterparty: {
|
|
11273
|
+
channel_id: 'channel-3',
|
|
11274
|
+
base_denom: 'udoki',
|
|
11275
|
+
chain_name: 'odin'
|
|
11276
|
+
},
|
|
11277
|
+
chain: {
|
|
11278
|
+
channel_id: 'channel-258'
|
|
11279
|
+
}
|
|
11280
|
+
}]
|
|
11281
|
+
},
|
|
11282
|
+
{
|
|
11283
|
+
description: 'Myrkur the leader of OLD Order',
|
|
11284
|
+
denom_units: [{
|
|
11285
|
+
denom: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
11286
|
+
exponent: 0,
|
|
11287
|
+
aliases: ['umyrk']
|
|
11288
|
+
}, {
|
|
11289
|
+
denom: 'myrk',
|
|
11290
|
+
exponent: 6
|
|
11291
|
+
}],
|
|
11292
|
+
base: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
11293
|
+
name: 'MYRK',
|
|
11294
|
+
display: 'myrk',
|
|
11295
|
+
symbol: 'MYRK',
|
|
11296
|
+
logo_URIs: {
|
|
11297
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
11298
|
+
},
|
|
11299
|
+
images: [{
|
|
11300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
11301
|
+
theme: {
|
|
11302
|
+
primary_color_hex: '#0a0707'
|
|
11303
|
+
}
|
|
11304
|
+
}],
|
|
11305
|
+
socials: {
|
|
11306
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
11307
|
+
},
|
|
11308
|
+
type_asset: 'sdk.coin',
|
|
11309
|
+
traces: [{
|
|
11310
|
+
type: 'ibc',
|
|
11311
|
+
counterparty: {
|
|
11312
|
+
channel_id: 'channel-3',
|
|
11313
|
+
base_denom: 'umyrk',
|
|
11314
|
+
chain_name: 'odin'
|
|
11315
|
+
},
|
|
11316
|
+
chain: {
|
|
11317
|
+
channel_id: 'channel-258'
|
|
11318
|
+
}
|
|
11319
|
+
}]
|
|
11320
|
+
},
|
|
11169
11321
|
{
|
|
11170
11322
|
description: 'O9W token for ODIN Protocol',
|
|
11171
11323
|
denom_units: [{
|
|
@@ -11185,16 +11337,16 @@ const assets = {
|
|
|
11185
11337
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
11186
11338
|
},
|
|
11187
11339
|
images: [{
|
|
11188
|
-
image_sync: {
|
|
11189
|
-
chain_name: 'odin',
|
|
11190
|
-
base_denom: 'mO9W'
|
|
11191
|
-
},
|
|
11192
11340
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
11193
11341
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
11194
11342
|
theme: {
|
|
11195
11343
|
primary_color_hex: '#040404'
|
|
11196
11344
|
}
|
|
11197
11345
|
}],
|
|
11346
|
+
socials: {
|
|
11347
|
+
website: 'https://www.odin9worlds.io/',
|
|
11348
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
11349
|
+
},
|
|
11198
11350
|
type_asset: 'sdk.coin',
|
|
11199
11351
|
traces: [{
|
|
11200
11352
|
type: 'ibc',
|
|
@@ -9552,6 +9552,88 @@ const assets = {
|
|
|
9552
9552
|
}
|
|
9553
9553
|
}]
|
|
9554
9554
|
},
|
|
9555
|
+
{
|
|
9556
|
+
description: 'Astrovault AXV',
|
|
9557
|
+
denom_units: [{
|
|
9558
|
+
denom: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
9559
|
+
exponent: 0,
|
|
9560
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
9561
|
+
}, {
|
|
9562
|
+
denom: 'AXV',
|
|
9563
|
+
exponent: 6
|
|
9564
|
+
}],
|
|
9565
|
+
type_asset: 'cw20',
|
|
9566
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
9567
|
+
base: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
9568
|
+
name: 'Astrovault AXV (Neutron)',
|
|
9569
|
+
display: 'AXV',
|
|
9570
|
+
symbol: 'AXV',
|
|
9571
|
+
logo_URIs: {
|
|
9572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
9573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
9574
|
+
},
|
|
9575
|
+
images: [{
|
|
9576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
9577
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
9578
|
+
}],
|
|
9579
|
+
socials: {
|
|
9580
|
+
website: 'https://astrovault.io/',
|
|
9581
|
+
twitter: 'https://x.com/axvdex'
|
|
9582
|
+
},
|
|
9583
|
+
coingecko_id: 'astrovault',
|
|
9584
|
+
traces: [{
|
|
9585
|
+
type: 'ibc-cw20',
|
|
9586
|
+
counterparty: {
|
|
9587
|
+
port: 'transfer',
|
|
9588
|
+
channel_id: 'channel-1950',
|
|
9589
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
9590
|
+
chain_name: 'neutron'
|
|
9591
|
+
},
|
|
9592
|
+
chain: {
|
|
9593
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9594
|
+
channel_id: 'channel-151'
|
|
9595
|
+
}
|
|
9596
|
+
}]
|
|
9597
|
+
},
|
|
9598
|
+
{
|
|
9599
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
9600
|
+
denom_units: [{
|
|
9601
|
+
denom: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
9602
|
+
exponent: 0,
|
|
9603
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
9604
|
+
}, {
|
|
9605
|
+
denom: 'xATOM',
|
|
9606
|
+
exponent: 6
|
|
9607
|
+
}],
|
|
9608
|
+
type_asset: 'cw20',
|
|
9609
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
9610
|
+
base: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
9611
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
9612
|
+
display: 'xATOM',
|
|
9613
|
+
symbol: 'xATOM',
|
|
9614
|
+
traces: [{
|
|
9615
|
+
type: 'ibc-cw20',
|
|
9616
|
+
counterparty: {
|
|
9617
|
+
port: 'transfer',
|
|
9618
|
+
channel_id: 'channel-1950',
|
|
9619
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
9620
|
+
chain_name: 'neutron'
|
|
9621
|
+
},
|
|
9622
|
+
chain: {
|
|
9623
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9624
|
+
channel_id: 'channel-151'
|
|
9625
|
+
}
|
|
9626
|
+
}],
|
|
9627
|
+
logo_URIs: {
|
|
9628
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
9629
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
9630
|
+
},
|
|
9631
|
+
images: [{
|
|
9632
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
9633
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
9634
|
+
}],
|
|
9635
|
+
coingecko_id: 'astrovault-xatom'
|
|
9636
|
+
},
|
|
9555
9637
|
{
|
|
9556
9638
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
9557
9639
|
type_asset: 'cw20',
|
|
@@ -12940,6 +13022,88 @@ const assets = {
|
|
|
12940
13022
|
}
|
|
12941
13023
|
}]
|
|
12942
13024
|
},
|
|
13025
|
+
{
|
|
13026
|
+
description: 'Astrovault AXV',
|
|
13027
|
+
denom_units: [{
|
|
13028
|
+
denom: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
13029
|
+
exponent: 0,
|
|
13030
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
13031
|
+
}, {
|
|
13032
|
+
denom: 'AXV',
|
|
13033
|
+
exponent: 6
|
|
13034
|
+
}],
|
|
13035
|
+
type_asset: 'cw20',
|
|
13036
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
13037
|
+
base: 'ibc/0E9D95B87EC0B34B0689B3E1BB9A31376BD380F22E357D21D5D6ED72B1DA7A4A',
|
|
13038
|
+
name: 'Astrovault AXV (Neutron)',
|
|
13039
|
+
display: 'AXV',
|
|
13040
|
+
symbol: 'AXV',
|
|
13041
|
+
logo_URIs: {
|
|
13042
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
13043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
13044
|
+
},
|
|
13045
|
+
images: [{
|
|
13046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
13047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
13048
|
+
}],
|
|
13049
|
+
socials: {
|
|
13050
|
+
website: 'https://astrovault.io/',
|
|
13051
|
+
twitter: 'https://x.com/axvdex'
|
|
13052
|
+
},
|
|
13053
|
+
coingecko_id: 'astrovault',
|
|
13054
|
+
traces: [{
|
|
13055
|
+
type: 'ibc-cw20',
|
|
13056
|
+
counterparty: {
|
|
13057
|
+
port: 'transfer',
|
|
13058
|
+
channel_id: 'channel-1950',
|
|
13059
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
13060
|
+
chain_name: 'neutron'
|
|
13061
|
+
},
|
|
13062
|
+
chain: {
|
|
13063
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13064
|
+
channel_id: 'channel-151'
|
|
13065
|
+
}
|
|
13066
|
+
}]
|
|
13067
|
+
},
|
|
13068
|
+
{
|
|
13069
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
13070
|
+
denom_units: [{
|
|
13071
|
+
denom: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
13072
|
+
exponent: 0,
|
|
13073
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
13074
|
+
}, {
|
|
13075
|
+
denom: 'xATOM',
|
|
13076
|
+
exponent: 6
|
|
13077
|
+
}],
|
|
13078
|
+
type_asset: 'cw20',
|
|
13079
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
13080
|
+
base: 'ibc/93CDA629E04C7E55B2A4BA99C244E0E2C3E0EB8B958FB417D07C002EFA655A9F',
|
|
13081
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
13082
|
+
display: 'xATOM',
|
|
13083
|
+
symbol: 'xATOM',
|
|
13084
|
+
traces: [{
|
|
13085
|
+
type: 'ibc-cw20',
|
|
13086
|
+
counterparty: {
|
|
13087
|
+
port: 'transfer',
|
|
13088
|
+
channel_id: 'channel-1950',
|
|
13089
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
13090
|
+
chain_name: 'neutron'
|
|
13091
|
+
},
|
|
13092
|
+
chain: {
|
|
13093
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
13094
|
+
channel_id: 'channel-151'
|
|
13095
|
+
}
|
|
13096
|
+
}],
|
|
13097
|
+
logo_URIs: {
|
|
13098
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
13099
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
13100
|
+
},
|
|
13101
|
+
images: [{
|
|
13102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
13103
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
13104
|
+
}],
|
|
13105
|
+
coingecko_id: 'astrovault-xatom'
|
|
13106
|
+
},
|
|
12943
13107
|
{
|
|
12944
13108
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
12945
13109
|
type_asset: 'cw20',
|
package/esm/mainnet/stargaze.js
CHANGED
|
@@ -1192,6 +1192,49 @@ const assets = {
|
|
|
1192
1192
|
}
|
|
1193
1193
|
}]
|
|
1194
1194
|
},
|
|
1195
|
+
{
|
|
1196
|
+
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
1197
|
+
denom_units: [{
|
|
1198
|
+
denom: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
1199
|
+
exponent: 0,
|
|
1200
|
+
aliases: ['uflix']
|
|
1201
|
+
}, {
|
|
1202
|
+
denom: 'flix',
|
|
1203
|
+
exponent: 6
|
|
1204
|
+
}],
|
|
1205
|
+
base: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
1206
|
+
name: 'Flix',
|
|
1207
|
+
display: 'flix',
|
|
1208
|
+
symbol: 'FLIX',
|
|
1209
|
+
logo_URIs: {
|
|
1210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
1211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
1212
|
+
},
|
|
1213
|
+
coingecko_id: 'omniflix-network',
|
|
1214
|
+
images: [{
|
|
1215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
1216
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
|
|
1217
|
+
theme: {
|
|
1218
|
+
primary_color_hex: '#c33635'
|
|
1219
|
+
}
|
|
1220
|
+
}],
|
|
1221
|
+
socials: {
|
|
1222
|
+
website: 'https://omniflix.network/',
|
|
1223
|
+
twitter: 'https://twitter.com/OmniFlixNetwork'
|
|
1224
|
+
},
|
|
1225
|
+
type_asset: 'sdk.coin',
|
|
1226
|
+
traces: [{
|
|
1227
|
+
type: 'ibc',
|
|
1228
|
+
counterparty: {
|
|
1229
|
+
channel_id: 'channel-49',
|
|
1230
|
+
base_denom: 'uflix',
|
|
1231
|
+
chain_name: 'omniflixhub'
|
|
1232
|
+
},
|
|
1233
|
+
chain: {
|
|
1234
|
+
channel_id: 'channel-398'
|
|
1235
|
+
}
|
|
1236
|
+
}]
|
|
1237
|
+
},
|
|
1195
1238
|
{
|
|
1196
1239
|
description: 'The native token of Osmosis',
|
|
1197
1240
|
denom_units: [{
|
|
@@ -2601,6 +2644,49 @@ const assets = {
|
|
|
2601
2644
|
}
|
|
2602
2645
|
}]
|
|
2603
2646
|
},
|
|
2647
|
+
{
|
|
2648
|
+
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
2649
|
+
denom_units: [{
|
|
2650
|
+
denom: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
2651
|
+
exponent: 0,
|
|
2652
|
+
aliases: ['uflix']
|
|
2653
|
+
}, {
|
|
2654
|
+
denom: 'flix',
|
|
2655
|
+
exponent: 6
|
|
2656
|
+
}],
|
|
2657
|
+
base: 'ibc/FF10A7DB6B25599B134B3700159ED3C38149448E3564B362F77C4D50D744182E',
|
|
2658
|
+
name: 'Flix',
|
|
2659
|
+
display: 'flix',
|
|
2660
|
+
symbol: 'FLIX',
|
|
2661
|
+
logo_URIs: {
|
|
2662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
2663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
2664
|
+
},
|
|
2665
|
+
coingecko_id: 'omniflix-network',
|
|
2666
|
+
images: [{
|
|
2667
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
2668
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
|
|
2669
|
+
theme: {
|
|
2670
|
+
primary_color_hex: '#c33635'
|
|
2671
|
+
}
|
|
2672
|
+
}],
|
|
2673
|
+
socials: {
|
|
2674
|
+
website: 'https://omniflix.network/',
|
|
2675
|
+
twitter: 'https://twitter.com/OmniFlixNetwork'
|
|
2676
|
+
},
|
|
2677
|
+
type_asset: 'sdk.coin',
|
|
2678
|
+
traces: [{
|
|
2679
|
+
type: 'ibc',
|
|
2680
|
+
counterparty: {
|
|
2681
|
+
channel_id: 'channel-49',
|
|
2682
|
+
base_denom: 'uflix',
|
|
2683
|
+
chain_name: 'omniflixhub'
|
|
2684
|
+
},
|
|
2685
|
+
chain: {
|
|
2686
|
+
channel_id: 'channel-398'
|
|
2687
|
+
}
|
|
2688
|
+
}]
|
|
2689
|
+
},
|
|
2604
2690
|
{
|
|
2605
2691
|
description: 'The native token of Osmosis',
|
|
2606
2692
|
denom_units: [{
|