@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/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: [{
|
|
@@ -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: [{
|
|
@@ -5389,7 +5157,7 @@ const assets = {
|
|
|
5389
5157
|
}]
|
|
5390
5158
|
},
|
|
5391
5159
|
{
|
|
5392
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
5160
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
5393
5161
|
denom_units: [{
|
|
5394
5162
|
denom: 'ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B',
|
|
5395
5163
|
exponent: 0,
|
|
@@ -5408,13 +5176,13 @@ const assets = {
|
|
|
5408
5176
|
},
|
|
5409
5177
|
coingecko_id: 'odin-protocol',
|
|
5410
5178
|
images: [{
|
|
5411
|
-
image_sync: {
|
|
5412
|
-
chain_name: 'odin',
|
|
5413
|
-
base_denom: 'loki'
|
|
5414
|
-
},
|
|
5415
5179
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5416
5180
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
5417
5181
|
}],
|
|
5182
|
+
socials: {
|
|
5183
|
+
website: 'https://odinprotocol.io/',
|
|
5184
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
5185
|
+
},
|
|
5418
5186
|
type_asset: 'sdk.coin',
|
|
5419
5187
|
traces: [{
|
|
5420
5188
|
type: 'ibc',
|
|
@@ -5447,10 +5215,6 @@ const assets = {
|
|
|
5447
5215
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
5448
5216
|
},
|
|
5449
5217
|
images: [{
|
|
5450
|
-
image_sync: {
|
|
5451
|
-
chain_name: 'odin',
|
|
5452
|
-
base_denom: 'mGeo'
|
|
5453
|
-
},
|
|
5454
5218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
5455
5219
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
5456
5220
|
theme: {
|
|
@@ -5470,6 +5234,86 @@ const assets = {
|
|
|
5470
5234
|
}
|
|
5471
5235
|
}]
|
|
5472
5236
|
},
|
|
5237
|
+
{
|
|
5238
|
+
description: 'DOKI the last Dragon',
|
|
5239
|
+
denom_units: [{
|
|
5240
|
+
denom: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
5241
|
+
exponent: 0,
|
|
5242
|
+
aliases: ['udoki']
|
|
5243
|
+
}, {
|
|
5244
|
+
denom: 'doki',
|
|
5245
|
+
exponent: 6
|
|
5246
|
+
}],
|
|
5247
|
+
base: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
5248
|
+
name: 'DOKI',
|
|
5249
|
+
display: 'doki',
|
|
5250
|
+
symbol: 'DOKI',
|
|
5251
|
+
logo_URIs: {
|
|
5252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
5253
|
+
},
|
|
5254
|
+
coingecko_id: 'doki',
|
|
5255
|
+
images: [{
|
|
5256
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
5257
|
+
theme: {
|
|
5258
|
+
primary_color_hex: '#2e2d2a'
|
|
5259
|
+
}
|
|
5260
|
+
}],
|
|
5261
|
+
socials: {
|
|
5262
|
+
website: 'https://dokicoin.io/',
|
|
5263
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
5264
|
+
},
|
|
5265
|
+
type_asset: 'sdk.coin',
|
|
5266
|
+
traces: [{
|
|
5267
|
+
type: 'ibc',
|
|
5268
|
+
counterparty: {
|
|
5269
|
+
channel_id: 'channel-3',
|
|
5270
|
+
base_denom: 'udoki',
|
|
5271
|
+
chain_name: 'odin'
|
|
5272
|
+
},
|
|
5273
|
+
chain: {
|
|
5274
|
+
channel_id: 'channel-258'
|
|
5275
|
+
}
|
|
5276
|
+
}]
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
description: 'Myrkur the leader of OLD Order',
|
|
5280
|
+
denom_units: [{
|
|
5281
|
+
denom: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
5282
|
+
exponent: 0,
|
|
5283
|
+
aliases: ['umyrk']
|
|
5284
|
+
}, {
|
|
5285
|
+
denom: 'myrk',
|
|
5286
|
+
exponent: 6
|
|
5287
|
+
}],
|
|
5288
|
+
base: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
5289
|
+
name: 'MYRK',
|
|
5290
|
+
display: 'myrk',
|
|
5291
|
+
symbol: 'MYRK',
|
|
5292
|
+
logo_URIs: {
|
|
5293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
5294
|
+
},
|
|
5295
|
+
images: [{
|
|
5296
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
5297
|
+
theme: {
|
|
5298
|
+
primary_color_hex: '#0a0707'
|
|
5299
|
+
}
|
|
5300
|
+
}],
|
|
5301
|
+
socials: {
|
|
5302
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
5303
|
+
},
|
|
5304
|
+
type_asset: 'sdk.coin',
|
|
5305
|
+
traces: [{
|
|
5306
|
+
type: 'ibc',
|
|
5307
|
+
counterparty: {
|
|
5308
|
+
channel_id: 'channel-3',
|
|
5309
|
+
base_denom: 'umyrk',
|
|
5310
|
+
chain_name: 'odin'
|
|
5311
|
+
},
|
|
5312
|
+
chain: {
|
|
5313
|
+
channel_id: 'channel-258'
|
|
5314
|
+
}
|
|
5315
|
+
}]
|
|
5316
|
+
},
|
|
5473
5317
|
{
|
|
5474
5318
|
description: 'O9W token for ODIN Protocol',
|
|
5475
5319
|
denom_units: [{
|
|
@@ -5489,16 +5333,16 @@ const assets = {
|
|
|
5489
5333
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
5490
5334
|
},
|
|
5491
5335
|
images: [{
|
|
5492
|
-
image_sync: {
|
|
5493
|
-
chain_name: 'odin',
|
|
5494
|
-
base_denom: 'mO9W'
|
|
5495
|
-
},
|
|
5496
5336
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
5497
5337
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
5498
5338
|
theme: {
|
|
5499
5339
|
primary_color_hex: '#040404'
|
|
5500
5340
|
}
|
|
5501
5341
|
}],
|
|
5342
|
+
socials: {
|
|
5343
|
+
website: 'https://www.odin9worlds.io/',
|
|
5344
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
5345
|
+
},
|
|
5502
5346
|
type_asset: 'sdk.coin',
|
|
5503
5347
|
traces: [{
|
|
5504
5348
|
type: 'ibc',
|
|
@@ -5701,44 +5545,6 @@ const assets = {
|
|
|
5701
5545
|
}
|
|
5702
5546
|
}]
|
|
5703
5547
|
},
|
|
5704
|
-
{
|
|
5705
|
-
description: 'The native staking token of 8ball.',
|
|
5706
|
-
denom_units: [{
|
|
5707
|
-
denom: 'ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F',
|
|
5708
|
-
exponent: 0,
|
|
5709
|
-
aliases: ['uebl']
|
|
5710
|
-
}, {
|
|
5711
|
-
denom: 'ebl',
|
|
5712
|
-
exponent: 6
|
|
5713
|
-
}],
|
|
5714
|
-
base: 'ibc/8BE73A810E22F80E5E850531A688600D63AE7392E7C2770AE758CAA4FD921B7F',
|
|
5715
|
-
name: '8ball',
|
|
5716
|
-
display: 'ebl',
|
|
5717
|
-
symbol: 'EBL',
|
|
5718
|
-
logo_URIs: {
|
|
5719
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
5720
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg'
|
|
5721
|
-
},
|
|
5722
|
-
images: [{
|
|
5723
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png',
|
|
5724
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg',
|
|
5725
|
-
theme: {
|
|
5726
|
-
primary_color_hex: '#dbdbdb'
|
|
5727
|
-
}
|
|
5728
|
-
}],
|
|
5729
|
-
type_asset: 'sdk.coin',
|
|
5730
|
-
traces: [{
|
|
5731
|
-
type: 'ibc',
|
|
5732
|
-
counterparty: {
|
|
5733
|
-
channel_id: 'channel-16',
|
|
5734
|
-
base_denom: 'uebl',
|
|
5735
|
-
chain_name: '8ball'
|
|
5736
|
-
},
|
|
5737
|
-
chain: {
|
|
5738
|
-
channel_id: 'channel-641'
|
|
5739
|
-
}
|
|
5740
|
-
}]
|
|
5741
|
-
},
|
|
5742
5548
|
{
|
|
5743
5549
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
5744
5550
|
denom_units: [{
|
|
@@ -7044,45 +6850,6 @@ const assets = {
|
|
|
7044
6850
|
}
|
|
7045
6851
|
}]
|
|
7046
6852
|
},
|
|
7047
|
-
{
|
|
7048
|
-
description: 'The native token of Cerberus Chain',
|
|
7049
|
-
denom_units: [{
|
|
7050
|
-
denom: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
7051
|
-
exponent: 0,
|
|
7052
|
-
aliases: ['ucrbrus']
|
|
7053
|
-
}, {
|
|
7054
|
-
denom: 'crbrus',
|
|
7055
|
-
exponent: 6
|
|
7056
|
-
}],
|
|
7057
|
-
base: 'ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7',
|
|
7058
|
-
name: 'Cerberus',
|
|
7059
|
-
display: 'crbrus',
|
|
7060
|
-
symbol: 'CRBRUS',
|
|
7061
|
-
logo_URIs: {
|
|
7062
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
7063
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg'
|
|
7064
|
-
},
|
|
7065
|
-
coingecko_id: 'cerberus-2',
|
|
7066
|
-
images: [{
|
|
7067
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png',
|
|
7068
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.svg',
|
|
7069
|
-
theme: {
|
|
7070
|
-
primary_color_hex: '#c6c6c9'
|
|
7071
|
-
}
|
|
7072
|
-
}],
|
|
7073
|
-
type_asset: 'sdk.coin',
|
|
7074
|
-
traces: [{
|
|
7075
|
-
type: 'ibc',
|
|
7076
|
-
counterparty: {
|
|
7077
|
-
channel_id: 'channel-1',
|
|
7078
|
-
base_denom: 'ucrbrus',
|
|
7079
|
-
chain_name: 'cerberus'
|
|
7080
|
-
},
|
|
7081
|
-
chain: {
|
|
7082
|
-
channel_id: 'channel-212'
|
|
7083
|
-
}
|
|
7084
|
-
}]
|
|
7085
|
-
},
|
|
7086
6853
|
{
|
|
7087
6854
|
description: 'The native token of Chain4Energy',
|
|
7088
6855
|
denom_units: [{
|
|
@@ -7617,49 +7384,6 @@ const assets = {
|
|
|
7617
7384
|
}
|
|
7618
7385
|
}]
|
|
7619
7386
|
},
|
|
7620
|
-
{
|
|
7621
|
-
description: 'The native token of the Cudos blockchain',
|
|
7622
|
-
denom_units: [{
|
|
7623
|
-
denom: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
7624
|
-
exponent: 0,
|
|
7625
|
-
aliases: ['acudos']
|
|
7626
|
-
}, {
|
|
7627
|
-
denom: 'cudos',
|
|
7628
|
-
exponent: 18
|
|
7629
|
-
}],
|
|
7630
|
-
base: 'ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B',
|
|
7631
|
-
name: 'Cudos',
|
|
7632
|
-
display: 'cudos',
|
|
7633
|
-
symbol: 'CUDOS',
|
|
7634
|
-
logo_URIs: {
|
|
7635
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
7636
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg'
|
|
7637
|
-
},
|
|
7638
|
-
coingecko_id: 'cudos',
|
|
7639
|
-
images: [{
|
|
7640
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.png',
|
|
7641
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cudos/images/cudos.svg',
|
|
7642
|
-
theme: {
|
|
7643
|
-
primary_color_hex: '#5d95ec'
|
|
7644
|
-
}
|
|
7645
|
-
}],
|
|
7646
|
-
socials: {
|
|
7647
|
-
website: 'http://www.cudos.org',
|
|
7648
|
-
twitter: 'https://twitter.com/CUDOS_'
|
|
7649
|
-
},
|
|
7650
|
-
type_asset: 'sdk.coin',
|
|
7651
|
-
traces: [{
|
|
7652
|
-
type: 'ibc',
|
|
7653
|
-
counterparty: {
|
|
7654
|
-
channel_id: 'channel-1',
|
|
7655
|
-
base_denom: 'acudos',
|
|
7656
|
-
chain_name: 'cudos'
|
|
7657
|
-
},
|
|
7658
|
-
chain: {
|
|
7659
|
-
channel_id: 'channel-298'
|
|
7660
|
-
}
|
|
7661
|
-
}]
|
|
7662
|
-
},
|
|
7663
7387
|
{
|
|
7664
7388
|
description: 'The native token of Decentr',
|
|
7665
7389
|
denom_units: [{
|
|
@@ -7781,42 +7505,6 @@ const assets = {
|
|
|
7781
7505
|
}
|
|
7782
7506
|
}]
|
|
7783
7507
|
},
|
|
7784
|
-
{
|
|
7785
|
-
description: 'Native token of Dig Chain',
|
|
7786
|
-
denom_units: [{
|
|
7787
|
-
denom: 'ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D',
|
|
7788
|
-
exponent: 0,
|
|
7789
|
-
aliases: ['udig']
|
|
7790
|
-
}, {
|
|
7791
|
-
denom: 'dig',
|
|
7792
|
-
exponent: 6
|
|
7793
|
-
}],
|
|
7794
|
-
base: 'ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D',
|
|
7795
|
-
name: 'Dig Chain',
|
|
7796
|
-
display: 'dig',
|
|
7797
|
-
symbol: 'DIG',
|
|
7798
|
-
logo_URIs: {
|
|
7799
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
7800
|
-
},
|
|
7801
|
-
images: [{
|
|
7802
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
7803
|
-
theme: {
|
|
7804
|
-
primary_color_hex: '#1b1433'
|
|
7805
|
-
}
|
|
7806
|
-
}],
|
|
7807
|
-
type_asset: 'sdk.coin',
|
|
7808
|
-
traces: [{
|
|
7809
|
-
type: 'ibc',
|
|
7810
|
-
counterparty: {
|
|
7811
|
-
channel_id: 'channel-1',
|
|
7812
|
-
base_denom: 'udig',
|
|
7813
|
-
chain_name: 'dig'
|
|
7814
|
-
},
|
|
7815
|
-
chain: {
|
|
7816
|
-
channel_id: 'channel-128'
|
|
7817
|
-
}
|
|
7818
|
-
}]
|
|
7819
|
-
},
|
|
7820
7508
|
{
|
|
7821
7509
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
7822
7510
|
denom_units: [{
|
|
@@ -10142,44 +9830,6 @@ const assets = {
|
|
|
10142
9830
|
}
|
|
10143
9831
|
}]
|
|
10144
9832
|
},
|
|
10145
|
-
{
|
|
10146
|
-
description: 'The native token of LumenX Network',
|
|
10147
|
-
denom_units: [{
|
|
10148
|
-
denom: 'ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7',
|
|
10149
|
-
exponent: 0,
|
|
10150
|
-
aliases: ['ulumen']
|
|
10151
|
-
}, {
|
|
10152
|
-
denom: 'lumen',
|
|
10153
|
-
exponent: 6
|
|
10154
|
-
}],
|
|
10155
|
-
base: 'ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7',
|
|
10156
|
-
name: 'LUMEN',
|
|
10157
|
-
display: 'lumen',
|
|
10158
|
-
symbol: 'LUMEN',
|
|
10159
|
-
logo_URIs: {
|
|
10160
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
10161
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
10162
|
-
},
|
|
10163
|
-
images: [{
|
|
10164
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
10165
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg',
|
|
10166
|
-
theme: {
|
|
10167
|
-
primary_color_hex: '#cb8b40'
|
|
10168
|
-
}
|
|
10169
|
-
}],
|
|
10170
|
-
type_asset: 'sdk.coin',
|
|
10171
|
-
traces: [{
|
|
10172
|
-
type: 'ibc',
|
|
10173
|
-
counterparty: {
|
|
10174
|
-
channel_id: 'channel-3',
|
|
10175
|
-
base_denom: 'ulumen',
|
|
10176
|
-
chain_name: 'lumenx'
|
|
10177
|
-
},
|
|
10178
|
-
chain: {
|
|
10179
|
-
channel_id: 'channel-286'
|
|
10180
|
-
}
|
|
10181
|
-
}]
|
|
10182
|
-
},
|
|
10183
9833
|
{
|
|
10184
9834
|
description: 'Native token of the Lum Network',
|
|
10185
9835
|
denom_units: [{
|
|
@@ -10362,44 +10012,6 @@ const assets = {
|
|
|
10362
10012
|
}
|
|
10363
10013
|
}]
|
|
10364
10014
|
},
|
|
10365
|
-
{
|
|
10366
|
-
description: 'TICK coin is the token for the Microtick Price Discovery & Oracle App',
|
|
10367
|
-
denom_units: [{
|
|
10368
|
-
denom: 'ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8',
|
|
10369
|
-
exponent: 0,
|
|
10370
|
-
aliases: ['utick']
|
|
10371
|
-
}, {
|
|
10372
|
-
denom: 'tick',
|
|
10373
|
-
exponent: 6
|
|
10374
|
-
}],
|
|
10375
|
-
base: 'ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8',
|
|
10376
|
-
display: 'tick',
|
|
10377
|
-
name: 'Microtick',
|
|
10378
|
-
symbol: 'TICK',
|
|
10379
|
-
logo_URIs: {
|
|
10380
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
10381
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg'
|
|
10382
|
-
},
|
|
10383
|
-
images: [{
|
|
10384
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png',
|
|
10385
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg',
|
|
10386
|
-
theme: {
|
|
10387
|
-
primary_color_hex: '#6bab14'
|
|
10388
|
-
}
|
|
10389
|
-
}],
|
|
10390
|
-
type_asset: 'sdk.coin',
|
|
10391
|
-
traces: [{
|
|
10392
|
-
type: 'ibc',
|
|
10393
|
-
counterparty: {
|
|
10394
|
-
channel_id: 'channel-16',
|
|
10395
|
-
base_denom: 'utick',
|
|
10396
|
-
chain_name: 'microtick'
|
|
10397
|
-
},
|
|
10398
|
-
chain: {
|
|
10399
|
-
channel_id: 'channel-39'
|
|
10400
|
-
}
|
|
10401
|
-
}]
|
|
10402
|
-
},
|
|
10403
10015
|
{
|
|
10404
10016
|
description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
|
|
10405
10017
|
denom_units: [{
|
|
@@ -11087,7 +10699,7 @@ const assets = {
|
|
|
11087
10699
|
}]
|
|
11088
10700
|
},
|
|
11089
10701
|
{
|
|
11090
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
10702
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
11091
10703
|
denom_units: [{
|
|
11092
10704
|
denom: 'ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B',
|
|
11093
10705
|
exponent: 0,
|
|
@@ -11106,13 +10718,13 @@ const assets = {
|
|
|
11106
10718
|
},
|
|
11107
10719
|
coingecko_id: 'odin-protocol',
|
|
11108
10720
|
images: [{
|
|
11109
|
-
image_sync: {
|
|
11110
|
-
chain_name: 'odin',
|
|
11111
|
-
base_denom: 'loki'
|
|
11112
|
-
},
|
|
11113
10721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
11114
10722
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
11115
10723
|
}],
|
|
10724
|
+
socials: {
|
|
10725
|
+
website: 'https://odinprotocol.io/',
|
|
10726
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
10727
|
+
},
|
|
11116
10728
|
type_asset: 'sdk.coin',
|
|
11117
10729
|
traces: [{
|
|
11118
10730
|
type: 'ibc',
|
|
@@ -11145,10 +10757,6 @@ const assets = {
|
|
|
11145
10757
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
11146
10758
|
},
|
|
11147
10759
|
images: [{
|
|
11148
|
-
image_sync: {
|
|
11149
|
-
chain_name: 'odin',
|
|
11150
|
-
base_denom: 'mGeo'
|
|
11151
|
-
},
|
|
11152
10760
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
11153
10761
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
11154
10762
|
theme: {
|
|
@@ -11168,6 +10776,86 @@ const assets = {
|
|
|
11168
10776
|
}
|
|
11169
10777
|
}]
|
|
11170
10778
|
},
|
|
10779
|
+
{
|
|
10780
|
+
description: 'DOKI the last Dragon',
|
|
10781
|
+
denom_units: [{
|
|
10782
|
+
denom: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
10783
|
+
exponent: 0,
|
|
10784
|
+
aliases: ['udoki']
|
|
10785
|
+
}, {
|
|
10786
|
+
denom: 'doki',
|
|
10787
|
+
exponent: 6
|
|
10788
|
+
}],
|
|
10789
|
+
base: 'ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B',
|
|
10790
|
+
name: 'DOKI',
|
|
10791
|
+
display: 'doki',
|
|
10792
|
+
symbol: 'DOKI',
|
|
10793
|
+
logo_URIs: {
|
|
10794
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
10795
|
+
},
|
|
10796
|
+
coingecko_id: 'doki',
|
|
10797
|
+
images: [{
|
|
10798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
10799
|
+
theme: {
|
|
10800
|
+
primary_color_hex: '#2e2d2a'
|
|
10801
|
+
}
|
|
10802
|
+
}],
|
|
10803
|
+
socials: {
|
|
10804
|
+
website: 'https://dokicoin.io/',
|
|
10805
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
10806
|
+
},
|
|
10807
|
+
type_asset: 'sdk.coin',
|
|
10808
|
+
traces: [{
|
|
10809
|
+
type: 'ibc',
|
|
10810
|
+
counterparty: {
|
|
10811
|
+
channel_id: 'channel-3',
|
|
10812
|
+
base_denom: 'udoki',
|
|
10813
|
+
chain_name: 'odin'
|
|
10814
|
+
},
|
|
10815
|
+
chain: {
|
|
10816
|
+
channel_id: 'channel-258'
|
|
10817
|
+
}
|
|
10818
|
+
}]
|
|
10819
|
+
},
|
|
10820
|
+
{
|
|
10821
|
+
description: 'Myrkur the leader of OLD Order',
|
|
10822
|
+
denom_units: [{
|
|
10823
|
+
denom: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
10824
|
+
exponent: 0,
|
|
10825
|
+
aliases: ['umyrk']
|
|
10826
|
+
}, {
|
|
10827
|
+
denom: 'myrk',
|
|
10828
|
+
exponent: 6
|
|
10829
|
+
}],
|
|
10830
|
+
base: 'ibc/B9CBF51BD026FDB9F6D0623130E5242512CCE6147978C90A3B00C57F797AF752',
|
|
10831
|
+
name: 'MYRK',
|
|
10832
|
+
display: 'myrk',
|
|
10833
|
+
symbol: 'MYRK',
|
|
10834
|
+
logo_URIs: {
|
|
10835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
10836
|
+
},
|
|
10837
|
+
images: [{
|
|
10838
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
10839
|
+
theme: {
|
|
10840
|
+
primary_color_hex: '#0a0707'
|
|
10841
|
+
}
|
|
10842
|
+
}],
|
|
10843
|
+
socials: {
|
|
10844
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
10845
|
+
},
|
|
10846
|
+
type_asset: 'sdk.coin',
|
|
10847
|
+
traces: [{
|
|
10848
|
+
type: 'ibc',
|
|
10849
|
+
counterparty: {
|
|
10850
|
+
channel_id: 'channel-3',
|
|
10851
|
+
base_denom: 'umyrk',
|
|
10852
|
+
chain_name: 'odin'
|
|
10853
|
+
},
|
|
10854
|
+
chain: {
|
|
10855
|
+
channel_id: 'channel-258'
|
|
10856
|
+
}
|
|
10857
|
+
}]
|
|
10858
|
+
},
|
|
11171
10859
|
{
|
|
11172
10860
|
description: 'O9W token for ODIN Protocol',
|
|
11173
10861
|
denom_units: [{
|
|
@@ -11187,16 +10875,16 @@ const assets = {
|
|
|
11187
10875
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
11188
10876
|
},
|
|
11189
10877
|
images: [{
|
|
11190
|
-
image_sync: {
|
|
11191
|
-
chain_name: 'odin',
|
|
11192
|
-
base_denom: 'mO9W'
|
|
11193
|
-
},
|
|
11194
10878
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
11195
10879
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
11196
10880
|
theme: {
|
|
11197
10881
|
primary_color_hex: '#040404'
|
|
11198
10882
|
}
|
|
11199
10883
|
}],
|
|
10884
|
+
socials: {
|
|
10885
|
+
website: 'https://www.odin9worlds.io/',
|
|
10886
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
10887
|
+
},
|
|
11200
10888
|
type_asset: 'sdk.coin',
|
|
11201
10889
|
traces: [{
|
|
11202
10890
|
type: 'ibc',
|