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