@chain-registry/assets 1.70.30 → 1.70.32
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/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/axelar.js +178 -26
- package/esm/mainnet/chihuahua.js +164 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/injective.js +178 -26
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kujira.js +178 -26
- package/esm/mainnet/omniflixhub.js +86 -0
- package/esm/mainnet/osmosis.js +178 -490
- package/esm/mainnet/secretnetwork.js +164 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/terra2.js +164 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/axelar.js +178 -26
- package/mainnet/chihuahua.js +164 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/injective.js +178 -26
- package/mainnet/juno.js +0 -72
- package/mainnet/kujira.js +178 -26
- package/mainnet/omniflixhub.js +86 -0
- package/mainnet/osmosis.js +178 -490
- package/mainnet/secretnetwork.js +164 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/terra2.js +164 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
package/mainnet/axelar.js
CHANGED
|
@@ -2235,7 +2235,7 @@ const assets = {
|
|
|
2235
2235
|
}]
|
|
2236
2236
|
},
|
|
2237
2237
|
{
|
|
2238
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
2238
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
2239
2239
|
denom_units: [{
|
|
2240
2240
|
denom: 'ibc/8D58BF228C8B8930F5D8D45ED617FFC34CA2AA397288495444FD822201A315DF',
|
|
2241
2241
|
exponent: 0,
|
|
@@ -2254,13 +2254,13 @@ const assets = {
|
|
|
2254
2254
|
},
|
|
2255
2255
|
coingecko_id: 'odin-protocol',
|
|
2256
2256
|
images: [{
|
|
2257
|
-
image_sync: {
|
|
2258
|
-
chain_name: 'odin',
|
|
2259
|
-
base_denom: 'loki'
|
|
2260
|
-
},
|
|
2261
2257
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
2262
2258
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
2263
2259
|
}],
|
|
2260
|
+
socials: {
|
|
2261
|
+
website: 'https://odinprotocol.io/',
|
|
2262
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
2263
|
+
},
|
|
2264
2264
|
type_asset: 'sdk.coin',
|
|
2265
2265
|
traces: [{
|
|
2266
2266
|
type: 'ibc',
|
|
@@ -2293,10 +2293,6 @@ const assets = {
|
|
|
2293
2293
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
2294
2294
|
},
|
|
2295
2295
|
images: [{
|
|
2296
|
-
image_sync: {
|
|
2297
|
-
chain_name: 'odin',
|
|
2298
|
-
base_denom: 'mGeo'
|
|
2299
|
-
},
|
|
2300
2296
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
2301
2297
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
2302
2298
|
theme: {
|
|
@@ -2316,6 +2312,86 @@ const assets = {
|
|
|
2316
2312
|
}
|
|
2317
2313
|
}]
|
|
2318
2314
|
},
|
|
2315
|
+
{
|
|
2316
|
+
description: 'DOKI the last Dragon',
|
|
2317
|
+
denom_units: [{
|
|
2318
|
+
denom: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
2319
|
+
exponent: 0,
|
|
2320
|
+
aliases: ['udoki']
|
|
2321
|
+
}, {
|
|
2322
|
+
denom: 'doki',
|
|
2323
|
+
exponent: 6
|
|
2324
|
+
}],
|
|
2325
|
+
base: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
2326
|
+
name: 'DOKI',
|
|
2327
|
+
display: 'doki',
|
|
2328
|
+
symbol: 'DOKI',
|
|
2329
|
+
logo_URIs: {
|
|
2330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
2331
|
+
},
|
|
2332
|
+
coingecko_id: 'doki',
|
|
2333
|
+
images: [{
|
|
2334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
2335
|
+
theme: {
|
|
2336
|
+
primary_color_hex: '#2e2d2a'
|
|
2337
|
+
}
|
|
2338
|
+
}],
|
|
2339
|
+
socials: {
|
|
2340
|
+
website: 'https://dokicoin.io/',
|
|
2341
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
2342
|
+
},
|
|
2343
|
+
type_asset: 'sdk.coin',
|
|
2344
|
+
traces: [{
|
|
2345
|
+
type: 'ibc',
|
|
2346
|
+
counterparty: {
|
|
2347
|
+
channel_id: 'channel-37',
|
|
2348
|
+
base_denom: 'udoki',
|
|
2349
|
+
chain_name: 'odin'
|
|
2350
|
+
},
|
|
2351
|
+
chain: {
|
|
2352
|
+
channel_id: 'channel-102'
|
|
2353
|
+
}
|
|
2354
|
+
}]
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
description: 'Myrkur the leader of OLD Order',
|
|
2358
|
+
denom_units: [{
|
|
2359
|
+
denom: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
2360
|
+
exponent: 0,
|
|
2361
|
+
aliases: ['umyrk']
|
|
2362
|
+
}, {
|
|
2363
|
+
denom: 'myrk',
|
|
2364
|
+
exponent: 6
|
|
2365
|
+
}],
|
|
2366
|
+
base: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
2367
|
+
name: 'MYRK',
|
|
2368
|
+
display: 'myrk',
|
|
2369
|
+
symbol: 'MYRK',
|
|
2370
|
+
logo_URIs: {
|
|
2371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
2372
|
+
},
|
|
2373
|
+
images: [{
|
|
2374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
2375
|
+
theme: {
|
|
2376
|
+
primary_color_hex: '#0a0707'
|
|
2377
|
+
}
|
|
2378
|
+
}],
|
|
2379
|
+
socials: {
|
|
2380
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
2381
|
+
},
|
|
2382
|
+
type_asset: 'sdk.coin',
|
|
2383
|
+
traces: [{
|
|
2384
|
+
type: 'ibc',
|
|
2385
|
+
counterparty: {
|
|
2386
|
+
channel_id: 'channel-37',
|
|
2387
|
+
base_denom: 'umyrk',
|
|
2388
|
+
chain_name: 'odin'
|
|
2389
|
+
},
|
|
2390
|
+
chain: {
|
|
2391
|
+
channel_id: 'channel-102'
|
|
2392
|
+
}
|
|
2393
|
+
}]
|
|
2394
|
+
},
|
|
2319
2395
|
{
|
|
2320
2396
|
description: 'O9W token for ODIN Protocol',
|
|
2321
2397
|
denom_units: [{
|
|
@@ -2335,16 +2411,16 @@ const assets = {
|
|
|
2335
2411
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
2336
2412
|
},
|
|
2337
2413
|
images: [{
|
|
2338
|
-
image_sync: {
|
|
2339
|
-
chain_name: 'odin',
|
|
2340
|
-
base_denom: 'mO9W'
|
|
2341
|
-
},
|
|
2342
2414
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
2343
2415
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
2344
2416
|
theme: {
|
|
2345
2417
|
primary_color_hex: '#040404'
|
|
2346
2418
|
}
|
|
2347
2419
|
}],
|
|
2420
|
+
socials: {
|
|
2421
|
+
website: 'https://www.odin9worlds.io/',
|
|
2422
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
2423
|
+
},
|
|
2348
2424
|
type_asset: 'sdk.coin',
|
|
2349
2425
|
traces: [{
|
|
2350
2426
|
type: 'ibc',
|
|
@@ -7348,7 +7424,7 @@ const assets = {
|
|
|
7348
7424
|
}]
|
|
7349
7425
|
},
|
|
7350
7426
|
{
|
|
7351
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
7427
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
7352
7428
|
denom_units: [{
|
|
7353
7429
|
denom: 'ibc/8D58BF228C8B8930F5D8D45ED617FFC34CA2AA397288495444FD822201A315DF',
|
|
7354
7430
|
exponent: 0,
|
|
@@ -7367,13 +7443,13 @@ const assets = {
|
|
|
7367
7443
|
},
|
|
7368
7444
|
coingecko_id: 'odin-protocol',
|
|
7369
7445
|
images: [{
|
|
7370
|
-
image_sync: {
|
|
7371
|
-
chain_name: 'odin',
|
|
7372
|
-
base_denom: 'loki'
|
|
7373
|
-
},
|
|
7374
7446
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
7375
7447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
7376
7448
|
}],
|
|
7449
|
+
socials: {
|
|
7450
|
+
website: 'https://odinprotocol.io/',
|
|
7451
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
7452
|
+
},
|
|
7377
7453
|
type_asset: 'sdk.coin',
|
|
7378
7454
|
traces: [{
|
|
7379
7455
|
type: 'ibc',
|
|
@@ -7406,10 +7482,6 @@ const assets = {
|
|
|
7406
7482
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
7407
7483
|
},
|
|
7408
7484
|
images: [{
|
|
7409
|
-
image_sync: {
|
|
7410
|
-
chain_name: 'odin',
|
|
7411
|
-
base_denom: 'mGeo'
|
|
7412
|
-
},
|
|
7413
7485
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
7414
7486
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
7415
7487
|
theme: {
|
|
@@ -7429,6 +7501,86 @@ const assets = {
|
|
|
7429
7501
|
}
|
|
7430
7502
|
}]
|
|
7431
7503
|
},
|
|
7504
|
+
{
|
|
7505
|
+
description: 'DOKI the last Dragon',
|
|
7506
|
+
denom_units: [{
|
|
7507
|
+
denom: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
7508
|
+
exponent: 0,
|
|
7509
|
+
aliases: ['udoki']
|
|
7510
|
+
}, {
|
|
7511
|
+
denom: 'doki',
|
|
7512
|
+
exponent: 6
|
|
7513
|
+
}],
|
|
7514
|
+
base: 'ibc/2CD69A93A9FB69F6E3E1029021822E19D11C3942108A066234B8715D98B1596B',
|
|
7515
|
+
name: 'DOKI',
|
|
7516
|
+
display: 'doki',
|
|
7517
|
+
symbol: 'DOKI',
|
|
7518
|
+
logo_URIs: {
|
|
7519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
7520
|
+
},
|
|
7521
|
+
coingecko_id: 'doki',
|
|
7522
|
+
images: [{
|
|
7523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
7524
|
+
theme: {
|
|
7525
|
+
primary_color_hex: '#2e2d2a'
|
|
7526
|
+
}
|
|
7527
|
+
}],
|
|
7528
|
+
socials: {
|
|
7529
|
+
website: 'https://dokicoin.io/',
|
|
7530
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
7531
|
+
},
|
|
7532
|
+
type_asset: 'sdk.coin',
|
|
7533
|
+
traces: [{
|
|
7534
|
+
type: 'ibc',
|
|
7535
|
+
counterparty: {
|
|
7536
|
+
channel_id: 'channel-37',
|
|
7537
|
+
base_denom: 'udoki',
|
|
7538
|
+
chain_name: 'odin'
|
|
7539
|
+
},
|
|
7540
|
+
chain: {
|
|
7541
|
+
channel_id: 'channel-102'
|
|
7542
|
+
}
|
|
7543
|
+
}]
|
|
7544
|
+
},
|
|
7545
|
+
{
|
|
7546
|
+
description: 'Myrkur the leader of OLD Order',
|
|
7547
|
+
denom_units: [{
|
|
7548
|
+
denom: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
7549
|
+
exponent: 0,
|
|
7550
|
+
aliases: ['umyrk']
|
|
7551
|
+
}, {
|
|
7552
|
+
denom: 'myrk',
|
|
7553
|
+
exponent: 6
|
|
7554
|
+
}],
|
|
7555
|
+
base: 'ibc/083B5AA8C6C2A17AD00A9275DAA79EA92F511D5F7CE4B30321C2605CB5F754A9',
|
|
7556
|
+
name: 'MYRK',
|
|
7557
|
+
display: 'myrk',
|
|
7558
|
+
symbol: 'MYRK',
|
|
7559
|
+
logo_URIs: {
|
|
7560
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
7561
|
+
},
|
|
7562
|
+
images: [{
|
|
7563
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
7564
|
+
theme: {
|
|
7565
|
+
primary_color_hex: '#0a0707'
|
|
7566
|
+
}
|
|
7567
|
+
}],
|
|
7568
|
+
socials: {
|
|
7569
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
7570
|
+
},
|
|
7571
|
+
type_asset: 'sdk.coin',
|
|
7572
|
+
traces: [{
|
|
7573
|
+
type: 'ibc',
|
|
7574
|
+
counterparty: {
|
|
7575
|
+
channel_id: 'channel-37',
|
|
7576
|
+
base_denom: 'umyrk',
|
|
7577
|
+
chain_name: 'odin'
|
|
7578
|
+
},
|
|
7579
|
+
chain: {
|
|
7580
|
+
channel_id: 'channel-102'
|
|
7581
|
+
}
|
|
7582
|
+
}]
|
|
7583
|
+
},
|
|
7432
7584
|
{
|
|
7433
7585
|
description: 'O9W token for ODIN Protocol',
|
|
7434
7586
|
denom_units: [{
|
|
@@ -7448,16 +7600,16 @@ const assets = {
|
|
|
7448
7600
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
7449
7601
|
},
|
|
7450
7602
|
images: [{
|
|
7451
|
-
image_sync: {
|
|
7452
|
-
chain_name: 'odin',
|
|
7453
|
-
base_denom: 'mO9W'
|
|
7454
|
-
},
|
|
7455
7603
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
7456
7604
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
7457
7605
|
theme: {
|
|
7458
7606
|
primary_color_hex: '#040404'
|
|
7459
7607
|
}
|
|
7460
7608
|
}],
|
|
7609
|
+
socials: {
|
|
7610
|
+
website: 'https://www.odin9worlds.io/',
|
|
7611
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
7612
|
+
},
|
|
7461
7613
|
type_asset: 'sdk.coin',
|
|
7462
7614
|
traces: [{
|
|
7463
7615
|
type: 'ibc',
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -966,6 +966,170 @@ const assets = {
|
|
|
966
966
|
channel_id: 'channel-25'
|
|
967
967
|
}
|
|
968
968
|
}]
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
description: 'Astrovault AXV',
|
|
972
|
+
denom_units: [{
|
|
973
|
+
denom: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
974
|
+
exponent: 0,
|
|
975
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
976
|
+
}, {
|
|
977
|
+
denom: 'AXV',
|
|
978
|
+
exponent: 6
|
|
979
|
+
}],
|
|
980
|
+
type_asset: 'cw20',
|
|
981
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
982
|
+
base: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
983
|
+
name: 'Astrovault AXV (Neutron)',
|
|
984
|
+
display: 'AXV',
|
|
985
|
+
symbol: 'AXV',
|
|
986
|
+
logo_URIs: {
|
|
987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
988
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
989
|
+
},
|
|
990
|
+
images: [{
|
|
991
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
992
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
993
|
+
}],
|
|
994
|
+
socials: {
|
|
995
|
+
website: 'https://astrovault.io/',
|
|
996
|
+
twitter: 'https://x.com/axvdex'
|
|
997
|
+
},
|
|
998
|
+
coingecko_id: 'astrovault',
|
|
999
|
+
traces: [{
|
|
1000
|
+
type: 'ibc-cw20',
|
|
1001
|
+
counterparty: {
|
|
1002
|
+
port: 'transfer',
|
|
1003
|
+
channel_id: 'channel-52',
|
|
1004
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1005
|
+
chain_name: 'neutron'
|
|
1006
|
+
},
|
|
1007
|
+
chain: {
|
|
1008
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1009
|
+
channel_id: 'channel-77'
|
|
1010
|
+
}
|
|
1011
|
+
}]
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
1015
|
+
denom_units: [{
|
|
1016
|
+
denom: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1017
|
+
exponent: 0,
|
|
1018
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
1019
|
+
}, {
|
|
1020
|
+
denom: 'xATOM',
|
|
1021
|
+
exponent: 6
|
|
1022
|
+
}],
|
|
1023
|
+
type_asset: 'cw20',
|
|
1024
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1025
|
+
base: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1026
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
1027
|
+
display: 'xATOM',
|
|
1028
|
+
symbol: 'xATOM',
|
|
1029
|
+
traces: [{
|
|
1030
|
+
type: 'ibc-cw20',
|
|
1031
|
+
counterparty: {
|
|
1032
|
+
port: 'transfer',
|
|
1033
|
+
channel_id: 'channel-52',
|
|
1034
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1035
|
+
chain_name: 'neutron'
|
|
1036
|
+
},
|
|
1037
|
+
chain: {
|
|
1038
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1039
|
+
channel_id: 'channel-77'
|
|
1040
|
+
}
|
|
1041
|
+
}],
|
|
1042
|
+
logo_URIs: {
|
|
1043
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1044
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1045
|
+
},
|
|
1046
|
+
images: [{
|
|
1047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1048
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1049
|
+
}],
|
|
1050
|
+
coingecko_id: 'astrovault-xatom'
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
description: 'Astrovault AXV',
|
|
1054
|
+
denom_units: [{
|
|
1055
|
+
denom: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
1056
|
+
exponent: 0,
|
|
1057
|
+
aliases: ['cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af']
|
|
1058
|
+
}, {
|
|
1059
|
+
denom: 'AXV',
|
|
1060
|
+
exponent: 6
|
|
1061
|
+
}],
|
|
1062
|
+
type_asset: 'cw20',
|
|
1063
|
+
address: 'neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1064
|
+
base: 'ibc/805F86B82C5782CB7F963CCE012D5C427E2B64A7374F5E277C24A5FD3266FE75',
|
|
1065
|
+
name: 'Astrovault AXV (Neutron)',
|
|
1066
|
+
display: 'AXV',
|
|
1067
|
+
symbol: 'AXV',
|
|
1068
|
+
logo_URIs: {
|
|
1069
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
1070
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
1071
|
+
},
|
|
1072
|
+
images: [{
|
|
1073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
1074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
1075
|
+
}],
|
|
1076
|
+
socials: {
|
|
1077
|
+
website: 'https://astrovault.io/',
|
|
1078
|
+
twitter: 'https://x.com/axvdex'
|
|
1079
|
+
},
|
|
1080
|
+
coingecko_id: 'astrovault',
|
|
1081
|
+
traces: [{
|
|
1082
|
+
type: 'ibc-cw20',
|
|
1083
|
+
counterparty: {
|
|
1084
|
+
port: 'transfer',
|
|
1085
|
+
channel_id: 'channel-52',
|
|
1086
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af',
|
|
1087
|
+
chain_name: 'neutron'
|
|
1088
|
+
},
|
|
1089
|
+
chain: {
|
|
1090
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1091
|
+
channel_id: 'channel-77'
|
|
1092
|
+
}
|
|
1093
|
+
}]
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
description: 'Astrovault xATOM on Neutron Chain',
|
|
1097
|
+
denom_units: [{
|
|
1098
|
+
denom: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1099
|
+
exponent: 0,
|
|
1100
|
+
aliases: ['cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj']
|
|
1101
|
+
}, {
|
|
1102
|
+
denom: 'xATOM',
|
|
1103
|
+
exponent: 6
|
|
1104
|
+
}],
|
|
1105
|
+
type_asset: 'cw20',
|
|
1106
|
+
address: 'neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1107
|
+
base: 'ibc/1860BA72ADAB5D2061234A0745D990C4018D1339281B2E603AD0B66884463B38',
|
|
1108
|
+
name: 'Astrovault xATOM (Neutron)',
|
|
1109
|
+
display: 'xATOM',
|
|
1110
|
+
symbol: 'xATOM',
|
|
1111
|
+
traces: [{
|
|
1112
|
+
type: 'ibc-cw20',
|
|
1113
|
+
counterparty: {
|
|
1114
|
+
port: 'transfer',
|
|
1115
|
+
channel_id: 'channel-52',
|
|
1116
|
+
base_denom: 'cw20:neutron1vjl4ze7gr32lar5s4fj776v70j4ml7mlt4aqln2hwgfhqjck8xwqfhx8vj',
|
|
1117
|
+
chain_name: 'neutron'
|
|
1118
|
+
},
|
|
1119
|
+
chain: {
|
|
1120
|
+
port: 'wasm.chihuahua1jwkag4yvhyj9fuddtkygvavya8hmdjuzmgxwg9vp3lw9twv6lrcq9mgl52',
|
|
1121
|
+
channel_id: 'channel-77'
|
|
1122
|
+
}
|
|
1123
|
+
}],
|
|
1124
|
+
logo_URIs: {
|
|
1125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1127
|
+
},
|
|
1128
|
+
images: [{
|
|
1129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.png',
|
|
1130
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
|
|
1131
|
+
}],
|
|
1132
|
+
coingecko_id: 'astrovault-xatom'
|
|
969
1133
|
}
|
|
970
1134
|
]
|
|
971
1135
|
};
|
package/mainnet/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * as ethereum from './ethereum';
|
|
2
2
|
export * as solana from './solana';
|
|
3
|
-
export * as _8ball from './8ball';
|
|
4
3
|
export * as acrechain from './acrechain';
|
|
5
4
|
export * as agoric from './agoric';
|
|
6
5
|
export * as aioz from './aioz';
|
|
@@ -21,7 +20,6 @@ export * as bostrom from './bostrom';
|
|
|
21
20
|
export * as canto from './canto';
|
|
22
21
|
export * as carbon from './carbon';
|
|
23
22
|
export * as celestia from './celestia';
|
|
24
|
-
export * as cerberus from './cerberus';
|
|
25
23
|
export * as chain4energy from './chain4energy';
|
|
26
24
|
export * as cheqd from './cheqd';
|
|
27
25
|
export * as chihuahua from './chihuahua';
|
|
@@ -34,11 +32,9 @@ export * as cosmoshub from './cosmoshub';
|
|
|
34
32
|
export * as crescent from './crescent';
|
|
35
33
|
export * as cronos from './cronos';
|
|
36
34
|
export * as cryptoorgchain from './cryptoorgchain';
|
|
37
|
-
export * as cudos from './cudos';
|
|
38
35
|
export * as decentr from './decentr';
|
|
39
36
|
export * as desmos from './desmos';
|
|
40
37
|
export * as dhealth from './dhealth';
|
|
41
|
-
export * as dig from './dig';
|
|
42
38
|
export * as doravota from './doravota';
|
|
43
39
|
export * as dungeon from './dungeon';
|
|
44
40
|
export * as dydx from './dydx';
|
|
@@ -77,14 +73,12 @@ export * as lambda from './lambda';
|
|
|
77
73
|
export * as lava from './lava';
|
|
78
74
|
export * as likecoin from './likecoin';
|
|
79
75
|
export * as lorenzo from './lorenzo';
|
|
80
|
-
export * as lumenx from './lumenx';
|
|
81
76
|
export * as lumnetwork from './lumnetwork';
|
|
82
77
|
export * as mande from './mande';
|
|
83
78
|
export * as mantrachain from './mantrachain';
|
|
84
79
|
export * as mars from './mars';
|
|
85
80
|
export * as medasdigital from './medasdigital';
|
|
86
81
|
export * as meme from './meme';
|
|
87
|
-
export * as microtick from './microtick';
|
|
88
82
|
export * as migaloo from './migaloo';
|
|
89
83
|
export * as neutaro from './neutaro';
|
|
90
84
|
export * as neutron from './neutron';
|
|
@@ -147,5 +141,4 @@ export * as titan from './titan';
|
|
|
147
141
|
export * as umee from './umee';
|
|
148
142
|
export * as unification from './unification';
|
|
149
143
|
export * as uptick from './uptick';
|
|
150
|
-
export * as vidulum from './vidulum';
|
|
151
144
|
export * as xpla from './xpla';
|
package/mainnet/index.js
CHANGED
|
@@ -23,13 +23,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.
|
|
27
|
-
exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.xpla = void 0;
|
|
26
|
+
exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.solana = exports.ethereum = void 0;
|
|
27
|
+
exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.migaloo = exports.meme = exports.medasdigital = exports.mars = exports.mantrachain = exports.mande = exports.lumnetwork = exports.lorenzo = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = void 0;
|
|
28
|
+
exports.xpla = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = void 0;
|
|
30
29
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
30
|
exports.solana = __importStar(require("./solana"));
|
|
32
|
-
exports._8ball = __importStar(require("./8ball"));
|
|
33
31
|
exports.acrechain = __importStar(require("./acrechain"));
|
|
34
32
|
exports.agoric = __importStar(require("./agoric"));
|
|
35
33
|
exports.aioz = __importStar(require("./aioz"));
|
|
@@ -50,7 +48,6 @@ exports.bostrom = __importStar(require("./bostrom"));
|
|
|
50
48
|
exports.canto = __importStar(require("./canto"));
|
|
51
49
|
exports.carbon = __importStar(require("./carbon"));
|
|
52
50
|
exports.celestia = __importStar(require("./celestia"));
|
|
53
|
-
exports.cerberus = __importStar(require("./cerberus"));
|
|
54
51
|
exports.chain4energy = __importStar(require("./chain4energy"));
|
|
55
52
|
exports.cheqd = __importStar(require("./cheqd"));
|
|
56
53
|
exports.chihuahua = __importStar(require("./chihuahua"));
|
|
@@ -63,11 +60,9 @@ exports.cosmoshub = __importStar(require("./cosmoshub"));
|
|
|
63
60
|
exports.crescent = __importStar(require("./crescent"));
|
|
64
61
|
exports.cronos = __importStar(require("./cronos"));
|
|
65
62
|
exports.cryptoorgchain = __importStar(require("./cryptoorgchain"));
|
|
66
|
-
exports.cudos = __importStar(require("./cudos"));
|
|
67
63
|
exports.decentr = __importStar(require("./decentr"));
|
|
68
64
|
exports.desmos = __importStar(require("./desmos"));
|
|
69
65
|
exports.dhealth = __importStar(require("./dhealth"));
|
|
70
|
-
exports.dig = __importStar(require("./dig"));
|
|
71
66
|
exports.doravota = __importStar(require("./doravota"));
|
|
72
67
|
exports.dungeon = __importStar(require("./dungeon"));
|
|
73
68
|
exports.dydx = __importStar(require("./dydx"));
|
|
@@ -106,14 +101,12 @@ exports.lambda = __importStar(require("./lambda"));
|
|
|
106
101
|
exports.lava = __importStar(require("./lava"));
|
|
107
102
|
exports.likecoin = __importStar(require("./likecoin"));
|
|
108
103
|
exports.lorenzo = __importStar(require("./lorenzo"));
|
|
109
|
-
exports.lumenx = __importStar(require("./lumenx"));
|
|
110
104
|
exports.lumnetwork = __importStar(require("./lumnetwork"));
|
|
111
105
|
exports.mande = __importStar(require("./mande"));
|
|
112
106
|
exports.mantrachain = __importStar(require("./mantrachain"));
|
|
113
107
|
exports.mars = __importStar(require("./mars"));
|
|
114
108
|
exports.medasdigital = __importStar(require("./medasdigital"));
|
|
115
109
|
exports.meme = __importStar(require("./meme"));
|
|
116
|
-
exports.microtick = __importStar(require("./microtick"));
|
|
117
110
|
exports.migaloo = __importStar(require("./migaloo"));
|
|
118
111
|
exports.neutaro = __importStar(require("./neutaro"));
|
|
119
112
|
exports.neutron = __importStar(require("./neutron"));
|
|
@@ -176,5 +169,4 @@ exports.titan = __importStar(require("./titan"));
|
|
|
176
169
|
exports.umee = __importStar(require("./umee"));
|
|
177
170
|
exports.unification = __importStar(require("./unification"));
|
|
178
171
|
exports.uptick = __importStar(require("./uptick"));
|
|
179
|
-
exports.vidulum = __importStar(require("./vidulum"));
|
|
180
172
|
exports.xpla = __importStar(require("./xpla"));
|