@chain-registry/assets 1.70.31 → 1.70.33
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/dungeon.js +392 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kimanetwork.js +16 -16
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +8 -472
- package/esm/mainnet/stride.js +72 -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/dungeon.js +392 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/juno.js +0 -72
- package/mainnet/kimanetwork.js +16 -16
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +8 -472
- package/mainnet/stride.js +72 -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/osmosis.js
CHANGED
|
@@ -3,44 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'osmosis',
|
|
5
5
|
assets: [
|
|
6
|
-
{
|
|
7
|
-
description: 'The native staking token of 8ball.',
|
|
8
|
-
denom_units: [{
|
|
9
|
-
denom: 'ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F',
|
|
10
|
-
exponent: 0,
|
|
11
|
-
aliases: ['uebl']
|
|
12
|
-
}, {
|
|
13
|
-
denom: 'ebl',
|
|
14
|
-
exponent: 6
|
|
15
|
-
}],
|
|
16
|
-
base: 'ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F',
|
|
17
|
-
name: '8ball',
|
|
18
|
-
display: 'ebl',
|
|
19
|
-
symbol: 'EBL',
|
|
20
|
-
logo_URIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
23
|
-
},
|
|
24
|
-
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
26
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg',
|
|
27
|
-
theme: {
|
|
28
|
-
primary_color_hex: '#dbdbdb'
|
|
29
|
-
}
|
|
30
|
-
}],
|
|
31
|
-
type_asset: 'sdk.coin',
|
|
32
|
-
traces: [{
|
|
33
|
-
type: 'ibc',
|
|
34
|
-
counterparty: {
|
|
35
|
-
channel_id: 'channel-16',
|
|
36
|
-
base_denom: 'uebl',
|
|
37
|
-
chain_name: '8ball'
|
|
38
|
-
},
|
|
39
|
-
chain: {
|
|
40
|
-
channel_id: 'channel-641'
|
|
41
|
-
}
|
|
42
|
-
}]
|
|
43
|
-
},
|
|
44
6
|
{
|
|
45
7
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
46
8
|
denom_units: [{
|
|
@@ -1346,45 +1308,6 @@ const assets = {
|
|
|
1346
1308
|
}
|
|
1347
1309
|
}]
|
|
1348
1310
|
},
|
|
1349
|
-
{
|
|
1350
|
-
description: 'The native token of Cerberus Chain',
|
|
1351
|
-
denom_units: [{
|
|
1352
|
-
denom: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
1353
|
-
exponent: 0,
|
|
1354
|
-
aliases: ['ucrbrus']
|
|
1355
|
-
}, {
|
|
1356
|
-
denom: 'crbrus',
|
|
1357
|
-
exponent: 6
|
|
1358
|
-
}],
|
|
1359
|
-
base: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
1360
|
-
name: 'Cerberus',
|
|
1361
|
-
display: 'crbrus',
|
|
1362
|
-
symbol: 'CRBRUS',
|
|
1363
|
-
logo_URIs: {
|
|
1364
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
1365
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
1366
|
-
},
|
|
1367
|
-
coingecko_id: 'cerberus-2',
|
|
1368
|
-
images: [{
|
|
1369
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
1370
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg',
|
|
1371
|
-
theme: {
|
|
1372
|
-
primary_color_hex: '#c6c6c9'
|
|
1373
|
-
}
|
|
1374
|
-
}],
|
|
1375
|
-
type_asset: 'sdk.coin',
|
|
1376
|
-
traces: [{
|
|
1377
|
-
type: 'ibc',
|
|
1378
|
-
counterparty: {
|
|
1379
|
-
channel_id: 'channel-1',
|
|
1380
|
-
base_denom: 'ucrbrus',
|
|
1381
|
-
chain_name: 'cerberus'
|
|
1382
|
-
},
|
|
1383
|
-
chain: {
|
|
1384
|
-
channel_id: 'channel-212'
|
|
1385
|
-
}
|
|
1386
|
-
}]
|
|
1387
|
-
},
|
|
1388
1311
|
{
|
|
1389
1312
|
description: 'The native token of Chain4Energy',
|
|
1390
1313
|
denom_units: [{
|
|
@@ -1919,49 +1842,6 @@ const assets = {
|
|
|
1919
1842
|
}
|
|
1920
1843
|
}]
|
|
1921
1844
|
},
|
|
1922
|
-
{
|
|
1923
|
-
description: 'The native token of the Cudos blockchain',
|
|
1924
|
-
denom_units: [{
|
|
1925
|
-
denom: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
1926
|
-
exponent: 0,
|
|
1927
|
-
aliases: ['acudos']
|
|
1928
|
-
}, {
|
|
1929
|
-
denom: 'cudos',
|
|
1930
|
-
exponent: 18
|
|
1931
|
-
}],
|
|
1932
|
-
base: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
1933
|
-
name: 'Cudos',
|
|
1934
|
-
display: 'cudos',
|
|
1935
|
-
symbol: 'CUDOS',
|
|
1936
|
-
logo_URIs: {
|
|
1937
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
1938
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
1939
|
-
},
|
|
1940
|
-
coingecko_id: 'cudos',
|
|
1941
|
-
images: [{
|
|
1942
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
1943
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg',
|
|
1944
|
-
theme: {
|
|
1945
|
-
primary_color_hex: '#5d95ec'
|
|
1946
|
-
}
|
|
1947
|
-
}],
|
|
1948
|
-
socials: {
|
|
1949
|
-
website: 'http://www.cudos.org',
|
|
1950
|
-
twitter: 'https://twitter.com/CUDOS_'
|
|
1951
|
-
},
|
|
1952
|
-
type_asset: 'sdk.coin',
|
|
1953
|
-
traces: [{
|
|
1954
|
-
type: 'ibc',
|
|
1955
|
-
counterparty: {
|
|
1956
|
-
channel_id: 'channel-1',
|
|
1957
|
-
base_denom: 'acudos',
|
|
1958
|
-
chain_name: 'cudos'
|
|
1959
|
-
},
|
|
1960
|
-
chain: {
|
|
1961
|
-
channel_id: 'channel-298'
|
|
1962
|
-
}
|
|
1963
|
-
}]
|
|
1964
|
-
},
|
|
1965
1845
|
{
|
|
1966
1846
|
description: 'The native token of Decentr',
|
|
1967
1847
|
denom_units: [{
|
|
@@ -2083,42 +1963,6 @@ const assets = {
|
|
|
2083
1963
|
}
|
|
2084
1964
|
}]
|
|
2085
1965
|
},
|
|
2086
|
-
{
|
|
2087
|
-
description: 'Native token of Dig Chain',
|
|
2088
|
-
denom_units: [{
|
|
2089
|
-
denom: 'ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D',
|
|
2090
|
-
exponent: 0,
|
|
2091
|
-
aliases: ['udig']
|
|
2092
|
-
}, {
|
|
2093
|
-
denom: 'dig',
|
|
2094
|
-
exponent: 6
|
|
2095
|
-
}],
|
|
2096
|
-
base: 'ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D',
|
|
2097
|
-
name: 'Dig Chain',
|
|
2098
|
-
display: 'dig',
|
|
2099
|
-
symbol: 'DIG',
|
|
2100
|
-
logo_URIs: {
|
|
2101
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
2102
|
-
},
|
|
2103
|
-
images: [{
|
|
2104
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
2105
|
-
theme: {
|
|
2106
|
-
primary_color_hex: '#1b1433'
|
|
2107
|
-
}
|
|
2108
|
-
}],
|
|
2109
|
-
type_asset: 'sdk.coin',
|
|
2110
|
-
traces: [{
|
|
2111
|
-
type: 'ibc',
|
|
2112
|
-
counterparty: {
|
|
2113
|
-
channel_id: 'channel-1',
|
|
2114
|
-
base_denom: 'udig',
|
|
2115
|
-
chain_name: 'dig'
|
|
2116
|
-
},
|
|
2117
|
-
chain: {
|
|
2118
|
-
channel_id: 'channel-128'
|
|
2119
|
-
}
|
|
2120
|
-
}]
|
|
2121
|
-
},
|
|
2122
1966
|
{
|
|
2123
1967
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
2124
1968
|
denom_units: [{
|
|
@@ -4109,14 +3953,14 @@ const assets = {
|
|
|
4109
3953
|
{
|
|
4110
3954
|
description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
|
|
4111
3955
|
denom_units: [{
|
|
4112
|
-
denom: 'ibc/
|
|
3956
|
+
denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
4113
3957
|
exponent: 0,
|
|
4114
3958
|
aliases: ['uKIMA']
|
|
4115
3959
|
}, {
|
|
4116
3960
|
denom: 'KIMA',
|
|
4117
3961
|
exponent: 6
|
|
4118
3962
|
}],
|
|
4119
|
-
base: 'ibc/
|
|
3963
|
+
base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
4120
3964
|
name: 'KIMA',
|
|
4121
3965
|
display: 'KIMA',
|
|
4122
3966
|
symbol: 'KIMA',
|
|
@@ -4139,12 +3983,12 @@ const assets = {
|
|
|
4139
3983
|
traces: [{
|
|
4140
3984
|
type: 'ibc',
|
|
4141
3985
|
counterparty: {
|
|
4142
|
-
channel_id: 'channel-
|
|
3986
|
+
channel_id: 'channel-4',
|
|
4143
3987
|
base_denom: 'uKIMA',
|
|
4144
3988
|
chain_name: 'kimanetwork'
|
|
4145
3989
|
},
|
|
4146
3990
|
chain: {
|
|
4147
|
-
channel_id: 'channel-
|
|
3991
|
+
channel_id: 'channel-86496'
|
|
4148
3992
|
}
|
|
4149
3993
|
}]
|
|
4150
3994
|
},
|
|
@@ -4444,44 +4288,6 @@ const assets = {
|
|
|
4444
4288
|
}
|
|
4445
4289
|
}]
|
|
4446
4290
|
},
|
|
4447
|
-
{
|
|
4448
|
-
description: 'The native token of LumenX Network',
|
|
4449
|
-
denom_units: [{
|
|
4450
|
-
denom: 'ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7',
|
|
4451
|
-
exponent: 0,
|
|
4452
|
-
aliases: ['ulumen']
|
|
4453
|
-
}, {
|
|
4454
|
-
denom: 'lumen',
|
|
4455
|
-
exponent: 6
|
|
4456
|
-
}],
|
|
4457
|
-
base: 'ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7',
|
|
4458
|
-
name: 'LUMEN',
|
|
4459
|
-
display: 'lumen',
|
|
4460
|
-
symbol: 'LUMEN',
|
|
4461
|
-
logo_URIs: {
|
|
4462
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
4463
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
4464
|
-
},
|
|
4465
|
-
images: [{
|
|
4466
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
4467
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg',
|
|
4468
|
-
theme: {
|
|
4469
|
-
primary_color_hex: '#cb8b40'
|
|
4470
|
-
}
|
|
4471
|
-
}],
|
|
4472
|
-
type_asset: 'sdk.coin',
|
|
4473
|
-
traces: [{
|
|
4474
|
-
type: 'ibc',
|
|
4475
|
-
counterparty: {
|
|
4476
|
-
channel_id: 'channel-3',
|
|
4477
|
-
base_denom: 'ulumen',
|
|
4478
|
-
chain_name: 'lumenx'
|
|
4479
|
-
},
|
|
4480
|
-
chain: {
|
|
4481
|
-
channel_id: 'channel-286'
|
|
4482
|
-
}
|
|
4483
|
-
}]
|
|
4484
|
-
},
|
|
4485
4291
|
{
|
|
4486
4292
|
description: 'Native token of the Lum Network',
|
|
4487
4293
|
denom_units: [{
|
|
@@ -4664,44 +4470,6 @@ const assets = {
|
|
|
4664
4470
|
}
|
|
4665
4471
|
}]
|
|
4666
4472
|
},
|
|
4667
|
-
{
|
|
4668
|
-
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
4669
|
-
denom_units: [{
|
|
4670
|
-
denom: 'ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8',
|
|
4671
|
-
exponent: 0,
|
|
4672
|
-
aliases: ['utick']
|
|
4673
|
-
}, {
|
|
4674
|
-
denom: 'tick',
|
|
4675
|
-
exponent: 6
|
|
4676
|
-
}],
|
|
4677
|
-
base: 'ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8',
|
|
4678
|
-
display: 'tick',
|
|
4679
|
-
name: 'Microtick',
|
|
4680
|
-
symbol: 'TICK',
|
|
4681
|
-
logo_URIs: {
|
|
4682
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
4683
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
4684
|
-
},
|
|
4685
|
-
images: [{
|
|
4686
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
4687
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg',
|
|
4688
|
-
theme: {
|
|
4689
|
-
primary_color_hex: '#6bab14'
|
|
4690
|
-
}
|
|
4691
|
-
}],
|
|
4692
|
-
type_asset: 'sdk.coin',
|
|
4693
|
-
traces: [{
|
|
4694
|
-
type: 'ibc',
|
|
4695
|
-
counterparty: {
|
|
4696
|
-
channel_id: 'channel-16',
|
|
4697
|
-
base_denom: 'utick',
|
|
4698
|
-
chain_name: 'microtick'
|
|
4699
|
-
},
|
|
4700
|
-
chain: {
|
|
4701
|
-
channel_id: 'channel-39'
|
|
4702
|
-
}
|
|
4703
|
-
}]
|
|
4704
|
-
},
|
|
4705
4473
|
{
|
|
4706
4474
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
4707
4475
|
denom_units: [{
|
|
@@ -5777,44 +5545,6 @@ const assets = {
|
|
|
5777
5545
|
}
|
|
5778
5546
|
}]
|
|
5779
5547
|
},
|
|
5780
|
-
{
|
|
5781
|
-
description: 'The native staking token of 8ball.',
|
|
5782
|
-
denom_units: [{
|
|
5783
|
-
denom: 'ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F',
|
|
5784
|
-
exponent: 0,
|
|
5785
|
-
aliases: ['uebl']
|
|
5786
|
-
}, {
|
|
5787
|
-
denom: 'ebl',
|
|
5788
|
-
exponent: 6
|
|
5789
|
-
}],
|
|
5790
|
-
base: 'ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F',
|
|
5791
|
-
name: '8ball',
|
|
5792
|
-
display: 'ebl',
|
|
5793
|
-
symbol: 'EBL',
|
|
5794
|
-
logo_URIs: {
|
|
5795
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
5796
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
5797
|
-
},
|
|
5798
|
-
images: [{
|
|
5799
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
5800
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg',
|
|
5801
|
-
theme: {
|
|
5802
|
-
primary_color_hex: '#dbdbdb'
|
|
5803
|
-
}
|
|
5804
|
-
}],
|
|
5805
|
-
type_asset: 'sdk.coin',
|
|
5806
|
-
traces: [{
|
|
5807
|
-
type: 'ibc',
|
|
5808
|
-
counterparty: {
|
|
5809
|
-
channel_id: 'channel-16',
|
|
5810
|
-
base_denom: 'uebl',
|
|
5811
|
-
chain_name: '8ball'
|
|
5812
|
-
},
|
|
5813
|
-
chain: {
|
|
5814
|
-
channel_id: 'channel-641'
|
|
5815
|
-
}
|
|
5816
|
-
}]
|
|
5817
|
-
},
|
|
5818
5548
|
{
|
|
5819
5549
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
5820
5550
|
denom_units: [{
|
|
@@ -7120,45 +6850,6 @@ const assets = {
|
|
|
7120
6850
|
}
|
|
7121
6851
|
}]
|
|
7122
6852
|
},
|
|
7123
|
-
{
|
|
7124
|
-
description: 'The native token of Cerberus Chain',
|
|
7125
|
-
denom_units: [{
|
|
7126
|
-
denom: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
7127
|
-
exponent: 0,
|
|
7128
|
-
aliases: ['ucrbrus']
|
|
7129
|
-
}, {
|
|
7130
|
-
denom: 'crbrus',
|
|
7131
|
-
exponent: 6
|
|
7132
|
-
}],
|
|
7133
|
-
base: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
7134
|
-
name: 'Cerberus',
|
|
7135
|
-
display: 'crbrus',
|
|
7136
|
-
symbol: 'CRBRUS',
|
|
7137
|
-
logo_URIs: {
|
|
7138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
7139
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
7140
|
-
},
|
|
7141
|
-
coingecko_id: 'cerberus-2',
|
|
7142
|
-
images: [{
|
|
7143
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
7144
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg',
|
|
7145
|
-
theme: {
|
|
7146
|
-
primary_color_hex: '#c6c6c9'
|
|
7147
|
-
}
|
|
7148
|
-
}],
|
|
7149
|
-
type_asset: 'sdk.coin',
|
|
7150
|
-
traces: [{
|
|
7151
|
-
type: 'ibc',
|
|
7152
|
-
counterparty: {
|
|
7153
|
-
channel_id: 'channel-1',
|
|
7154
|
-
base_denom: 'ucrbrus',
|
|
7155
|
-
chain_name: 'cerberus'
|
|
7156
|
-
},
|
|
7157
|
-
chain: {
|
|
7158
|
-
channel_id: 'channel-212'
|
|
7159
|
-
}
|
|
7160
|
-
}]
|
|
7161
|
-
},
|
|
7162
6853
|
{
|
|
7163
6854
|
description: 'The native token of Chain4Energy',
|
|
7164
6855
|
denom_units: [{
|
|
@@ -7693,49 +7384,6 @@ const assets = {
|
|
|
7693
7384
|
}
|
|
7694
7385
|
}]
|
|
7695
7386
|
},
|
|
7696
|
-
{
|
|
7697
|
-
description: 'The native token of the Cudos blockchain',
|
|
7698
|
-
denom_units: [{
|
|
7699
|
-
denom: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
7700
|
-
exponent: 0,
|
|
7701
|
-
aliases: ['acudos']
|
|
7702
|
-
}, {
|
|
7703
|
-
denom: 'cudos',
|
|
7704
|
-
exponent: 18
|
|
7705
|
-
}],
|
|
7706
|
-
base: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
7707
|
-
name: 'Cudos',
|
|
7708
|
-
display: 'cudos',
|
|
7709
|
-
symbol: 'CUDOS',
|
|
7710
|
-
logo_URIs: {
|
|
7711
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
7712
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
7713
|
-
},
|
|
7714
|
-
coingecko_id: 'cudos',
|
|
7715
|
-
images: [{
|
|
7716
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
7717
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg',
|
|
7718
|
-
theme: {
|
|
7719
|
-
primary_color_hex: '#5d95ec'
|
|
7720
|
-
}
|
|
7721
|
-
}],
|
|
7722
|
-
socials: {
|
|
7723
|
-
website: 'http://www.cudos.org',
|
|
7724
|
-
twitter: 'https://twitter.com/CUDOS_'
|
|
7725
|
-
},
|
|
7726
|
-
type_asset: 'sdk.coin',
|
|
7727
|
-
traces: [{
|
|
7728
|
-
type: 'ibc',
|
|
7729
|
-
counterparty: {
|
|
7730
|
-
channel_id: 'channel-1',
|
|
7731
|
-
base_denom: 'acudos',
|
|
7732
|
-
chain_name: 'cudos'
|
|
7733
|
-
},
|
|
7734
|
-
chain: {
|
|
7735
|
-
channel_id: 'channel-298'
|
|
7736
|
-
}
|
|
7737
|
-
}]
|
|
7738
|
-
},
|
|
7739
7387
|
{
|
|
7740
7388
|
description: 'The native token of Decentr',
|
|
7741
7389
|
denom_units: [{
|
|
@@ -7857,42 +7505,6 @@ const assets = {
|
|
|
7857
7505
|
}
|
|
7858
7506
|
}]
|
|
7859
7507
|
},
|
|
7860
|
-
{
|
|
7861
|
-
description: 'Native token of Dig Chain',
|
|
7862
|
-
denom_units: [{
|
|
7863
|
-
denom: 'ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D',
|
|
7864
|
-
exponent: 0,
|
|
7865
|
-
aliases: ['udig']
|
|
7866
|
-
}, {
|
|
7867
|
-
denom: 'dig',
|
|
7868
|
-
exponent: 6
|
|
7869
|
-
}],
|
|
7870
|
-
base: 'ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D',
|
|
7871
|
-
name: 'Dig Chain',
|
|
7872
|
-
display: 'dig',
|
|
7873
|
-
symbol: 'DIG',
|
|
7874
|
-
logo_URIs: {
|
|
7875
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
7876
|
-
},
|
|
7877
|
-
images: [{
|
|
7878
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
7879
|
-
theme: {
|
|
7880
|
-
primary_color_hex: '#1b1433'
|
|
7881
|
-
}
|
|
7882
|
-
}],
|
|
7883
|
-
type_asset: 'sdk.coin',
|
|
7884
|
-
traces: [{
|
|
7885
|
-
type: 'ibc',
|
|
7886
|
-
counterparty: {
|
|
7887
|
-
channel_id: 'channel-1',
|
|
7888
|
-
base_denom: 'udig',
|
|
7889
|
-
chain_name: 'dig'
|
|
7890
|
-
},
|
|
7891
|
-
chain: {
|
|
7892
|
-
channel_id: 'channel-128'
|
|
7893
|
-
}
|
|
7894
|
-
}]
|
|
7895
|
-
},
|
|
7896
7508
|
{
|
|
7897
7509
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
7898
7510
|
denom_units: [{
|
|
@@ -9883,14 +9495,14 @@ const assets = {
|
|
|
9883
9495
|
{
|
|
9884
9496
|
description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
|
|
9885
9497
|
denom_units: [{
|
|
9886
|
-
denom: 'ibc/
|
|
9498
|
+
denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
9887
9499
|
exponent: 0,
|
|
9888
9500
|
aliases: ['uKIMA']
|
|
9889
9501
|
}, {
|
|
9890
9502
|
denom: 'KIMA',
|
|
9891
9503
|
exponent: 6
|
|
9892
9504
|
}],
|
|
9893
|
-
base: 'ibc/
|
|
9505
|
+
base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
|
|
9894
9506
|
name: 'KIMA',
|
|
9895
9507
|
display: 'KIMA',
|
|
9896
9508
|
symbol: 'KIMA',
|
|
@@ -9913,12 +9525,12 @@ const assets = {
|
|
|
9913
9525
|
traces: [{
|
|
9914
9526
|
type: 'ibc',
|
|
9915
9527
|
counterparty: {
|
|
9916
|
-
channel_id: 'channel-
|
|
9528
|
+
channel_id: 'channel-4',
|
|
9917
9529
|
base_denom: 'uKIMA',
|
|
9918
9530
|
chain_name: 'kimanetwork'
|
|
9919
9531
|
},
|
|
9920
9532
|
chain: {
|
|
9921
|
-
channel_id: 'channel-
|
|
9533
|
+
channel_id: 'channel-86496'
|
|
9922
9534
|
}
|
|
9923
9535
|
}]
|
|
9924
9536
|
},
|
|
@@ -10218,44 +9830,6 @@ const assets = {
|
|
|
10218
9830
|
}
|
|
10219
9831
|
}]
|
|
10220
9832
|
},
|
|
10221
|
-
{
|
|
10222
|
-
description: 'The native token of LumenX Network',
|
|
10223
|
-
denom_units: [{
|
|
10224
|
-
denom: 'ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7',
|
|
10225
|
-
exponent: 0,
|
|
10226
|
-
aliases: ['ulumen']
|
|
10227
|
-
}, {
|
|
10228
|
-
denom: 'lumen',
|
|
10229
|
-
exponent: 6
|
|
10230
|
-
}],
|
|
10231
|
-
base: 'ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7',
|
|
10232
|
-
name: 'LUMEN',
|
|
10233
|
-
display: 'lumen',
|
|
10234
|
-
symbol: 'LUMEN',
|
|
10235
|
-
logo_URIs: {
|
|
10236
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
10237
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
10238
|
-
},
|
|
10239
|
-
images: [{
|
|
10240
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
10241
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg',
|
|
10242
|
-
theme: {
|
|
10243
|
-
primary_color_hex: '#cb8b40'
|
|
10244
|
-
}
|
|
10245
|
-
}],
|
|
10246
|
-
type_asset: 'sdk.coin',
|
|
10247
|
-
traces: [{
|
|
10248
|
-
type: 'ibc',
|
|
10249
|
-
counterparty: {
|
|
10250
|
-
channel_id: 'channel-3',
|
|
10251
|
-
base_denom: 'ulumen',
|
|
10252
|
-
chain_name: 'lumenx'
|
|
10253
|
-
},
|
|
10254
|
-
chain: {
|
|
10255
|
-
channel_id: 'channel-286'
|
|
10256
|
-
}
|
|
10257
|
-
}]
|
|
10258
|
-
},
|
|
10259
9833
|
{
|
|
10260
9834
|
description: 'Native token of the Lum Network',
|
|
10261
9835
|
denom_units: [{
|
|
@@ -10438,44 +10012,6 @@ const assets = {
|
|
|
10438
10012
|
}
|
|
10439
10013
|
}]
|
|
10440
10014
|
},
|
|
10441
|
-
{
|
|
10442
|
-
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
10443
|
-
denom_units: [{
|
|
10444
|
-
denom: 'ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8',
|
|
10445
|
-
exponent: 0,
|
|
10446
|
-
aliases: ['utick']
|
|
10447
|
-
}, {
|
|
10448
|
-
denom: 'tick',
|
|
10449
|
-
exponent: 6
|
|
10450
|
-
}],
|
|
10451
|
-
base: 'ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8',
|
|
10452
|
-
display: 'tick',
|
|
10453
|
-
name: 'Microtick',
|
|
10454
|
-
symbol: 'TICK',
|
|
10455
|
-
logo_URIs: {
|
|
10456
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
10457
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
10458
|
-
},
|
|
10459
|
-
images: [{
|
|
10460
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
10461
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg',
|
|
10462
|
-
theme: {
|
|
10463
|
-
primary_color_hex: '#6bab14'
|
|
10464
|
-
}
|
|
10465
|
-
}],
|
|
10466
|
-
type_asset: 'sdk.coin',
|
|
10467
|
-
traces: [{
|
|
10468
|
-
type: 'ibc',
|
|
10469
|
-
counterparty: {
|
|
10470
|
-
channel_id: 'channel-16',
|
|
10471
|
-
base_denom: 'utick',
|
|
10472
|
-
chain_name: 'microtick'
|
|
10473
|
-
},
|
|
10474
|
-
chain: {
|
|
10475
|
-
channel_id: 'channel-39'
|
|
10476
|
-
}
|
|
10477
|
-
}]
|
|
10478
|
-
},
|
|
10479
10015
|
{
|
|
10480
10016
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
10481
10017
|
denom_units: [{
|