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