@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/axelar.js
CHANGED
|
@@ -2233,7 +2233,7 @@ const assets = {
|
|
|
2233
2233
|
}]
|
|
2234
2234
|
},
|
|
2235
2235
|
{
|
|
2236
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
2236
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
2237
2237
|
denom_units: [{
|
|
2238
2238
|
denom: 'ibc/8D58BF228C8B8930F5D8D45ED617FFC34CA2AA397288495444FD822201A315DF',
|
|
2239
2239
|
exponent: 0,
|
|
@@ -2252,13 +2252,13 @@ const assets = {
|
|
|
2252
2252
|
},
|
|
2253
2253
|
coingecko_id: 'odin-protocol',
|
|
2254
2254
|
images: [{
|
|
2255
|
-
image_sync: {
|
|
2256
|
-
chain_name: 'odin',
|
|
2257
|
-
base_denom: 'loki'
|
|
2258
|
-
},
|
|
2259
2255
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
2260
2256
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
2261
2257
|
}],
|
|
2258
|
+
socials: {
|
|
2259
|
+
website: 'https://odinprotocol.io/',
|
|
2260
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
2261
|
+
},
|
|
2262
2262
|
type_asset: 'sdk.coin',
|
|
2263
2263
|
traces: [{
|
|
2264
2264
|
type: 'ibc',
|
|
@@ -2291,10 +2291,6 @@ const assets = {
|
|
|
2291
2291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
2292
2292
|
},
|
|
2293
2293
|
images: [{
|
|
2294
|
-
image_sync: {
|
|
2295
|
-
chain_name: 'odin',
|
|
2296
|
-
base_denom: 'mGeo'
|
|
2297
|
-
},
|
|
2298
2294
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
2299
2295
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
2300
2296
|
theme: {
|
|
@@ -2314,6 +2310,86 @@ const assets = {
|
|
|
2314
2310
|
}
|
|
2315
2311
|
}]
|
|
2316
2312
|
},
|
|
2313
|
+
{
|
|
2314
|
+
description: 'DOKI the last Dragon',
|
|
2315
|
+
denom_units: [{
|
|
2316
|
+
denom: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
2317
|
+
exponent: 0,
|
|
2318
|
+
aliases: ['udoki']
|
|
2319
|
+
}, {
|
|
2320
|
+
denom: 'doki',
|
|
2321
|
+
exponent: 6
|
|
2322
|
+
}],
|
|
2323
|
+
base: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
2324
|
+
name: 'DOKI',
|
|
2325
|
+
display: 'doki',
|
|
2326
|
+
symbol: 'DOKI',
|
|
2327
|
+
logo_URIs: {
|
|
2328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
2329
|
+
},
|
|
2330
|
+
coingecko_id: 'doki',
|
|
2331
|
+
images: [{
|
|
2332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
2333
|
+
theme: {
|
|
2334
|
+
primary_color_hex: '#2e2d2a'
|
|
2335
|
+
}
|
|
2336
|
+
}],
|
|
2337
|
+
socials: {
|
|
2338
|
+
website: 'https://dokicoin.io/',
|
|
2339
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
2340
|
+
},
|
|
2341
|
+
type_asset: 'sdk.coin',
|
|
2342
|
+
traces: [{
|
|
2343
|
+
type: 'ibc',
|
|
2344
|
+
counterparty: {
|
|
2345
|
+
channel_id: 'channel-37',
|
|
2346
|
+
base_denom: 'udoki',
|
|
2347
|
+
chain_name: 'odin'
|
|
2348
|
+
},
|
|
2349
|
+
chain: {
|
|
2350
|
+
channel_id: 'channel-102'
|
|
2351
|
+
}
|
|
2352
|
+
}]
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
description: 'Myrkur the leader of OLD Order',
|
|
2356
|
+
denom_units: [{
|
|
2357
|
+
denom: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
2358
|
+
exponent: 0,
|
|
2359
|
+
aliases: ['umyrk']
|
|
2360
|
+
}, {
|
|
2361
|
+
denom: 'myrk',
|
|
2362
|
+
exponent: 6
|
|
2363
|
+
}],
|
|
2364
|
+
base: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
2365
|
+
name: 'MYRK',
|
|
2366
|
+
display: 'myrk',
|
|
2367
|
+
symbol: 'MYRK',
|
|
2368
|
+
logo_URIs: {
|
|
2369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
2370
|
+
},
|
|
2371
|
+
images: [{
|
|
2372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
2373
|
+
theme: {
|
|
2374
|
+
primary_color_hex: '#0a0707'
|
|
2375
|
+
}
|
|
2376
|
+
}],
|
|
2377
|
+
socials: {
|
|
2378
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
2379
|
+
},
|
|
2380
|
+
type_asset: 'sdk.coin',
|
|
2381
|
+
traces: [{
|
|
2382
|
+
type: 'ibc',
|
|
2383
|
+
counterparty: {
|
|
2384
|
+
channel_id: 'channel-37',
|
|
2385
|
+
base_denom: 'umyrk',
|
|
2386
|
+
chain_name: 'odin'
|
|
2387
|
+
},
|
|
2388
|
+
chain: {
|
|
2389
|
+
channel_id: 'channel-102'
|
|
2390
|
+
}
|
|
2391
|
+
}]
|
|
2392
|
+
},
|
|
2317
2393
|
{
|
|
2318
2394
|
description: 'O9W token for ODIN Protocol',
|
|
2319
2395
|
denom_units: [{
|
|
@@ -2333,16 +2409,16 @@ const assets = {
|
|
|
2333
2409
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
2334
2410
|
},
|
|
2335
2411
|
images: [{
|
|
2336
|
-
image_sync: {
|
|
2337
|
-
chain_name: 'odin',
|
|
2338
|
-
base_denom: 'mO9W'
|
|
2339
|
-
},
|
|
2340
2412
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
2341
2413
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
2342
2414
|
theme: {
|
|
2343
2415
|
primary_color_hex: '#040404'
|
|
2344
2416
|
}
|
|
2345
2417
|
}],
|
|
2418
|
+
socials: {
|
|
2419
|
+
website: 'https://www.odin9worlds.io/',
|
|
2420
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
2421
|
+
},
|
|
2346
2422
|
type_asset: 'sdk.coin',
|
|
2347
2423
|
traces: [{
|
|
2348
2424
|
type: 'ibc',
|
|
@@ -7346,7 +7422,7 @@ const assets = {
|
|
|
7346
7422
|
}]
|
|
7347
7423
|
},
|
|
7348
7424
|
{
|
|
7349
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
7425
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
7350
7426
|
denom_units: [{
|
|
7351
7427
|
denom: 'ibc/8D58BF228C8B8930F5D8D45ED617FFC34CA2AA397288495444FD822201A315DF',
|
|
7352
7428
|
exponent: 0,
|
|
@@ -7365,13 +7441,13 @@ const assets = {
|
|
|
7365
7441
|
},
|
|
7366
7442
|
coingecko_id: 'odin-protocol',
|
|
7367
7443
|
images: [{
|
|
7368
|
-
image_sync: {
|
|
7369
|
-
chain_name: 'odin',
|
|
7370
|
-
base_denom: 'loki'
|
|
7371
|
-
},
|
|
7372
7444
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
7373
7445
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
7374
7446
|
}],
|
|
7447
|
+
socials: {
|
|
7448
|
+
website: 'https://odinprotocol.io/',
|
|
7449
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
7450
|
+
},
|
|
7375
7451
|
type_asset: 'sdk.coin',
|
|
7376
7452
|
traces: [{
|
|
7377
7453
|
type: 'ibc',
|
|
@@ -7404,10 +7480,6 @@ const assets = {
|
|
|
7404
7480
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
7405
7481
|
},
|
|
7406
7482
|
images: [{
|
|
7407
|
-
image_sync: {
|
|
7408
|
-
chain_name: 'odin',
|
|
7409
|
-
base_denom: 'mGeo'
|
|
7410
|
-
},
|
|
7411
7483
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
7412
7484
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
7413
7485
|
theme: {
|
|
@@ -7427,6 +7499,86 @@ const assets = {
|
|
|
7427
7499
|
}
|
|
7428
7500
|
}]
|
|
7429
7501
|
},
|
|
7502
|
+
{
|
|
7503
|
+
description: 'DOKI the last Dragon',
|
|
7504
|
+
denom_units: [{
|
|
7505
|
+
denom: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
7506
|
+
exponent: 0,
|
|
7507
|
+
aliases: ['udoki']
|
|
7508
|
+
}, {
|
|
7509
|
+
denom: 'doki',
|
|
7510
|
+
exponent: 6
|
|
7511
|
+
}],
|
|
7512
|
+
base: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
7513
|
+
name: 'DOKI',
|
|
7514
|
+
display: 'doki',
|
|
7515
|
+
symbol: 'DOKI',
|
|
7516
|
+
logo_URIs: {
|
|
7517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
7518
|
+
},
|
|
7519
|
+
coingecko_id: 'doki',
|
|
7520
|
+
images: [{
|
|
7521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
7522
|
+
theme: {
|
|
7523
|
+
primary_color_hex: '#2e2d2a'
|
|
7524
|
+
}
|
|
7525
|
+
}],
|
|
7526
|
+
socials: {
|
|
7527
|
+
website: 'https://dokicoin.io/',
|
|
7528
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
7529
|
+
},
|
|
7530
|
+
type_asset: 'sdk.coin',
|
|
7531
|
+
traces: [{
|
|
7532
|
+
type: 'ibc',
|
|
7533
|
+
counterparty: {
|
|
7534
|
+
channel_id: 'channel-37',
|
|
7535
|
+
base_denom: 'udoki',
|
|
7536
|
+
chain_name: 'odin'
|
|
7537
|
+
},
|
|
7538
|
+
chain: {
|
|
7539
|
+
channel_id: 'channel-102'
|
|
7540
|
+
}
|
|
7541
|
+
}]
|
|
7542
|
+
},
|
|
7543
|
+
{
|
|
7544
|
+
description: 'Myrkur the leader of OLD Order',
|
|
7545
|
+
denom_units: [{
|
|
7546
|
+
denom: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
7547
|
+
exponent: 0,
|
|
7548
|
+
aliases: ['umyrk']
|
|
7549
|
+
}, {
|
|
7550
|
+
denom: 'myrk',
|
|
7551
|
+
exponent: 6
|
|
7552
|
+
}],
|
|
7553
|
+
base: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
7554
|
+
name: 'MYRK',
|
|
7555
|
+
display: 'myrk',
|
|
7556
|
+
symbol: 'MYRK',
|
|
7557
|
+
logo_URIs: {
|
|
7558
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
7559
|
+
},
|
|
7560
|
+
images: [{
|
|
7561
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
7562
|
+
theme: {
|
|
7563
|
+
primary_color_hex: '#0a0707'
|
|
7564
|
+
}
|
|
7565
|
+
}],
|
|
7566
|
+
socials: {
|
|
7567
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
7568
|
+
},
|
|
7569
|
+
type_asset: 'sdk.coin',
|
|
7570
|
+
traces: [{
|
|
7571
|
+
type: 'ibc',
|
|
7572
|
+
counterparty: {
|
|
7573
|
+
channel_id: 'channel-37',
|
|
7574
|
+
base_denom: 'umyrk',
|
|
7575
|
+
chain_name: 'odin'
|
|
7576
|
+
},
|
|
7577
|
+
chain: {
|
|
7578
|
+
channel_id: 'channel-102'
|
|
7579
|
+
}
|
|
7580
|
+
}]
|
|
7581
|
+
},
|
|
7430
7582
|
{
|
|
7431
7583
|
description: 'O9W token for ODIN Protocol',
|
|
7432
7584
|
denom_units: [{
|
|
@@ -7446,16 +7598,16 @@ const assets = {
|
|
|
7446
7598
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
7447
7599
|
},
|
|
7448
7600
|
images: [{
|
|
7449
|
-
image_sync: {
|
|
7450
|
-
chain_name: 'odin',
|
|
7451
|
-
base_denom: 'mO9W'
|
|
7452
|
-
},
|
|
7453
7601
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
7454
7602
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
7455
7603
|
theme: {
|
|
7456
7604
|
primary_color_hex: '#040404'
|
|
7457
7605
|
}
|
|
7458
7606
|
}],
|
|
7607
|
+
socials: {
|
|
7608
|
+
website: 'https://www.odin9worlds.io/',
|
|
7609
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
7610
|
+
},
|
|
7459
7611
|
type_asset: 'sdk.coin',
|
|
7460
7612
|
traces: [{
|
|
7461
7613
|
type: 'ibc',
|
package/esm/mainnet/chihuahua.js
CHANGED
|
@@ -964,6 +964,170 @@ const assets = {
|
|
|
964
964
|
channel_id: 'channel-25'
|
|
965
965
|
}
|
|
966
966
|
}]
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
description: 'Astrovault AXV',
|
|
970
|
+
denom_units: [{
|
|
971
|
+
denom: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
972
|
+
exponent: 0,
|
|
973
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
974
|
+
}, {
|
|
975
|
+
denom: 'AXV',
|
|
976
|
+
exponent: 6
|
|
977
|
+
}],
|
|
978
|
+
type_asset: 'cw20',
|
|
979
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
980
|
+
base: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
981
|
+
name: 'Astrovault AXV (Neutron)',
|
|
982
|
+
display: 'AXV',
|
|
983
|
+
symbol: 'AXV',
|
|
984
|
+
logo_URIs: {
|
|
985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
987
|
+
},
|
|
988
|
+
images: [{
|
|
989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
991
|
+
}],
|
|
992
|
+
socials: {
|
|
993
|
+
website: 'https://astrovault.io/',
|
|
994
|
+
twitter: 'https://x.com/axvdex'
|
|
995
|
+
},
|
|
996
|
+
coingecko_id: 'astrovault',
|
|
997
|
+
traces: [{
|
|
998
|
+
type: 'ibc-cw20',
|
|
999
|
+
counterparty: {
|
|
1000
|
+
port: 'transfer',
|
|
1001
|
+
channel_id: 'channel-52',
|
|
1002
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1003
|
+
chain_name: 'neutron'
|
|
1004
|
+
},
|
|
1005
|
+
chain: {
|
|
1006
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1007
|
+
channel_id: 'channel-77'
|
|
1008
|
+
}
|
|
1009
|
+
}]
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
1013
|
+
denom_units: [{
|
|
1014
|
+
denom: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1015
|
+
exponent: 0,
|
|
1016
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
1017
|
+
}, {
|
|
1018
|
+
denom: 'xATOM',
|
|
1019
|
+
exponent: 6
|
|
1020
|
+
}],
|
|
1021
|
+
type_asset: 'cw20',
|
|
1022
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1023
|
+
base: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1024
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
1025
|
+
display: 'xATOM',
|
|
1026
|
+
symbol: 'xATOM',
|
|
1027
|
+
traces: [{
|
|
1028
|
+
type: 'ibc-cw20',
|
|
1029
|
+
counterparty: {
|
|
1030
|
+
port: 'transfer',
|
|
1031
|
+
channel_id: 'channel-52',
|
|
1032
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1033
|
+
chain_name: 'neutron'
|
|
1034
|
+
},
|
|
1035
|
+
chain: {
|
|
1036
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1037
|
+
channel_id: 'channel-77'
|
|
1038
|
+
}
|
|
1039
|
+
}],
|
|
1040
|
+
logo_URIs: {
|
|
1041
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1042
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1043
|
+
},
|
|
1044
|
+
images: [{
|
|
1045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1047
|
+
}],
|
|
1048
|
+
coingecko_id: 'astrovault-xatom'
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
description: 'Astrovault AXV',
|
|
1052
|
+
denom_units: [{
|
|
1053
|
+
denom: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
1054
|
+
exponent: 0,
|
|
1055
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
1056
|
+
}, {
|
|
1057
|
+
denom: 'AXV',
|
|
1058
|
+
exponent: 6
|
|
1059
|
+
}],
|
|
1060
|
+
type_asset: 'cw20',
|
|
1061
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1062
|
+
base: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
1063
|
+
name: 'Astrovault AXV (Neutron)',
|
|
1064
|
+
display: 'AXV',
|
|
1065
|
+
symbol: 'AXV',
|
|
1066
|
+
logo_URIs: {
|
|
1067
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
1068
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
1069
|
+
},
|
|
1070
|
+
images: [{
|
|
1071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
1072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
1073
|
+
}],
|
|
1074
|
+
socials: {
|
|
1075
|
+
website: 'https://astrovault.io/',
|
|
1076
|
+
twitter: 'https://x.com/axvdex'
|
|
1077
|
+
},
|
|
1078
|
+
coingecko_id: 'astrovault',
|
|
1079
|
+
traces: [{
|
|
1080
|
+
type: 'ibc-cw20',
|
|
1081
|
+
counterparty: {
|
|
1082
|
+
port: 'transfer',
|
|
1083
|
+
channel_id: 'channel-52',
|
|
1084
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1085
|
+
chain_name: 'neutron'
|
|
1086
|
+
},
|
|
1087
|
+
chain: {
|
|
1088
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1089
|
+
channel_id: 'channel-77'
|
|
1090
|
+
}
|
|
1091
|
+
}]
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
1095
|
+
denom_units: [{
|
|
1096
|
+
denom: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1097
|
+
exponent: 0,
|
|
1098
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
1099
|
+
}, {
|
|
1100
|
+
denom: 'xATOM',
|
|
1101
|
+
exponent: 6
|
|
1102
|
+
}],
|
|
1103
|
+
type_asset: 'cw20',
|
|
1104
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1105
|
+
base: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1106
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
1107
|
+
display: 'xATOM',
|
|
1108
|
+
symbol: 'xATOM',
|
|
1109
|
+
traces: [{
|
|
1110
|
+
type: 'ibc-cw20',
|
|
1111
|
+
counterparty: {
|
|
1112
|
+
port: 'transfer',
|
|
1113
|
+
channel_id: 'channel-52',
|
|
1114
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1115
|
+
chain_name: 'neutron'
|
|
1116
|
+
},
|
|
1117
|
+
chain: {
|
|
1118
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1119
|
+
channel_id: 'channel-77'
|
|
1120
|
+
}
|
|
1121
|
+
}],
|
|
1122
|
+
logo_URIs: {
|
|
1123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1124
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1125
|
+
},
|
|
1126
|
+
images: [{
|
|
1127
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1129
|
+
}],
|
|
1130
|
+
coingecko_id: 'astrovault-xatom'
|
|
967
1131
|
}
|
|
968
1132
|
]
|
|
969
1133
|
};
|