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