@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/kujira.js
CHANGED
|
@@ -3993,7 +3993,7 @@ const assets = {
|
|
|
3993
3993
|
}]
|
|
3994
3994
|
},
|
|
3995
3995
|
{
|
|
3996
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
3996
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
3997
3997
|
denom_units: [{
|
|
3998
3998
|
denom: 'ibc/4EFD563C64F84F60AFB4BB7A8473AAA632CF5817FDF2CF51E68E4E3EDAE66430',
|
|
3999
3999
|
exponent: 0,
|
|
@@ -4012,13 +4012,13 @@ const assets = {
|
|
|
4012
4012
|
},
|
|
4013
4013
|
coingecko_id: 'odin-protocol',
|
|
4014
4014
|
images: [{
|
|
4015
|
-
image_sync: {
|
|
4016
|
-
chain_name: 'odin',
|
|
4017
|
-
base_denom: 'loki'
|
|
4018
|
-
},
|
|
4019
4015
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
4020
4016
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
4021
4017
|
}],
|
|
4018
|
+
socials: {
|
|
4019
|
+
website: 'https://odinprotocol.io/',
|
|
4020
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
4021
|
+
},
|
|
4022
4022
|
type_asset: 'sdk.coin',
|
|
4023
4023
|
traces: [{
|
|
4024
4024
|
type: 'ibc',
|
|
@@ -4051,10 +4051,6 @@ const assets = {
|
|
|
4051
4051
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
4052
4052
|
},
|
|
4053
4053
|
images: [{
|
|
4054
|
-
image_sync: {
|
|
4055
|
-
chain_name: 'odin',
|
|
4056
|
-
base_denom: 'mGeo'
|
|
4057
|
-
},
|
|
4058
4054
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
4059
4055
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
4060
4056
|
theme: {
|
|
@@ -4074,6 +4070,86 @@ const assets = {
|
|
|
4074
4070
|
}
|
|
4075
4071
|
}]
|
|
4076
4072
|
},
|
|
4073
|
+
{
|
|
4074
|
+
description: 'DOKI the last Dragon',
|
|
4075
|
+
denom_units: [{
|
|
4076
|
+
denom: 'ibc/DBE837E151E982B03AD5C311C7EF617FE69A435CE36DA3E93CC7BA5F5BC428B0',
|
|
4077
|
+
exponent: 0,
|
|
4078
|
+
aliases: ['udoki']
|
|
4079
|
+
}, {
|
|
4080
|
+
denom: 'doki',
|
|
4081
|
+
exponent: 6
|
|
4082
|
+
}],
|
|
4083
|
+
base: 'ibc/DBE837E151E982B03AD5C311C7EF617FE69A435CE36DA3E93CC7BA5F5BC428B0',
|
|
4084
|
+
name: 'DOKI',
|
|
4085
|
+
display: 'doki',
|
|
4086
|
+
symbol: 'DOKI',
|
|
4087
|
+
logo_URIs: {
|
|
4088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
4089
|
+
},
|
|
4090
|
+
coingecko_id: 'doki',
|
|
4091
|
+
images: [{
|
|
4092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
4093
|
+
theme: {
|
|
4094
|
+
primary_color_hex: '#2e2d2a'
|
|
4095
|
+
}
|
|
4096
|
+
}],
|
|
4097
|
+
socials: {
|
|
4098
|
+
website: 'https://dokicoin.io/',
|
|
4099
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
4100
|
+
},
|
|
4101
|
+
type_asset: 'sdk.coin',
|
|
4102
|
+
traces: [{
|
|
4103
|
+
type: 'ibc',
|
|
4104
|
+
counterparty: {
|
|
4105
|
+
channel_id: 'channel-63',
|
|
4106
|
+
base_denom: 'udoki',
|
|
4107
|
+
chain_name: 'odin'
|
|
4108
|
+
},
|
|
4109
|
+
chain: {
|
|
4110
|
+
channel_id: 'channel-157'
|
|
4111
|
+
}
|
|
4112
|
+
}]
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
description: 'Myrkur the leader of OLD Order',
|
|
4116
|
+
denom_units: [{
|
|
4117
|
+
denom: 'ibc/BF843A6CD41D816EEFDEFEDBDFABE40743F6CD6AAD698FCF315D24D8D9EFB6E9',
|
|
4118
|
+
exponent: 0,
|
|
4119
|
+
aliases: ['umyrk']
|
|
4120
|
+
}, {
|
|
4121
|
+
denom: 'myrk',
|
|
4122
|
+
exponent: 6
|
|
4123
|
+
}],
|
|
4124
|
+
base: 'ibc/BF843A6CD41D816EEFDEFEDBDFABE40743F6CD6AAD698FCF315D24D8D9EFB6E9',
|
|
4125
|
+
name: 'MYRK',
|
|
4126
|
+
display: 'myrk',
|
|
4127
|
+
symbol: 'MYRK',
|
|
4128
|
+
logo_URIs: {
|
|
4129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
4130
|
+
},
|
|
4131
|
+
images: [{
|
|
4132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
4133
|
+
theme: {
|
|
4134
|
+
primary_color_hex: '#0a0707'
|
|
4135
|
+
}
|
|
4136
|
+
}],
|
|
4137
|
+
socials: {
|
|
4138
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
4139
|
+
},
|
|
4140
|
+
type_asset: 'sdk.coin',
|
|
4141
|
+
traces: [{
|
|
4142
|
+
type: 'ibc',
|
|
4143
|
+
counterparty: {
|
|
4144
|
+
channel_id: 'channel-63',
|
|
4145
|
+
base_denom: 'umyrk',
|
|
4146
|
+
chain_name: 'odin'
|
|
4147
|
+
},
|
|
4148
|
+
chain: {
|
|
4149
|
+
channel_id: 'channel-157'
|
|
4150
|
+
}
|
|
4151
|
+
}]
|
|
4152
|
+
},
|
|
4077
4153
|
{
|
|
4078
4154
|
description: 'O9W token for ODIN Protocol',
|
|
4079
4155
|
denom_units: [{
|
|
@@ -4093,16 +4169,16 @@ const assets = {
|
|
|
4093
4169
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
4094
4170
|
},
|
|
4095
4171
|
images: [{
|
|
4096
|
-
image_sync: {
|
|
4097
|
-
chain_name: 'odin',
|
|
4098
|
-
base_denom: 'mO9W'
|
|
4099
|
-
},
|
|
4100
4172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
4101
4173
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
4102
4174
|
theme: {
|
|
4103
4175
|
primary_color_hex: '#040404'
|
|
4104
4176
|
}
|
|
4105
4177
|
}],
|
|
4178
|
+
socials: {
|
|
4179
|
+
website: 'https://www.odin9worlds.io/',
|
|
4180
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
4181
|
+
},
|
|
4106
4182
|
type_asset: 'sdk.coin',
|
|
4107
4183
|
traces: [{
|
|
4108
4184
|
type: 'ibc',
|
|
@@ -5184,7 +5260,7 @@ const assets = {
|
|
|
5184
5260
|
}]
|
|
5185
5261
|
},
|
|
5186
5262
|
{
|
|
5187
|
-
description: 'Staking and governance token for ODIN Protocol',
|
|
5263
|
+
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
5188
5264
|
denom_units: [{
|
|
5189
5265
|
denom: 'ibc/4EFD563C64F84F60AFB4BB7A8473AAA632CF5817FDF2CF51E68E4E3EDAE66430',
|
|
5190
5266
|
exponent: 0,
|
|
@@ -5203,13 +5279,13 @@ const assets = {
|
|
|
5203
5279
|
},
|
|
5204
5280
|
coingecko_id: 'odin-protocol',
|
|
5205
5281
|
images: [{
|
|
5206
|
-
image_sync: {
|
|
5207
|
-
chain_name: 'odin',
|
|
5208
|
-
base_denom: 'loki'
|
|
5209
|
-
},
|
|
5210
5282
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
|
|
5211
5283
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
|
|
5212
5284
|
}],
|
|
5285
|
+
socials: {
|
|
5286
|
+
website: 'https://odinprotocol.io/',
|
|
5287
|
+
twitter: 'https://twitter.com/odinprotocol'
|
|
5288
|
+
},
|
|
5213
5289
|
type_asset: 'sdk.coin',
|
|
5214
5290
|
traces: [{
|
|
5215
5291
|
type: 'ibc',
|
|
@@ -5242,10 +5318,6 @@ const assets = {
|
|
|
5242
5318
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg'
|
|
5243
5319
|
},
|
|
5244
5320
|
images: [{
|
|
5245
|
-
image_sync: {
|
|
5246
|
-
chain_name: 'odin',
|
|
5247
|
-
base_denom: 'mGeo'
|
|
5248
|
-
},
|
|
5249
5321
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.png',
|
|
5250
5322
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/geo.svg',
|
|
5251
5323
|
theme: {
|
|
@@ -5265,6 +5337,86 @@ const assets = {
|
|
|
5265
5337
|
}
|
|
5266
5338
|
}]
|
|
5267
5339
|
},
|
|
5340
|
+
{
|
|
5341
|
+
description: 'DOKI the last Dragon',
|
|
5342
|
+
denom_units: [{
|
|
5343
|
+
denom: 'ibc/DBE837E151E982B03AD5C311C7EF617FE69A435CE36DA3E93CC7BA5F5BC428B0',
|
|
5344
|
+
exponent: 0,
|
|
5345
|
+
aliases: ['udoki']
|
|
5346
|
+
}, {
|
|
5347
|
+
denom: 'doki',
|
|
5348
|
+
exponent: 6
|
|
5349
|
+
}],
|
|
5350
|
+
base: 'ibc/DBE837E151E982B03AD5C311C7EF617FE69A435CE36DA3E93CC7BA5F5BC428B0',
|
|
5351
|
+
name: 'DOKI',
|
|
5352
|
+
display: 'doki',
|
|
5353
|
+
symbol: 'DOKI',
|
|
5354
|
+
logo_URIs: {
|
|
5355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png'
|
|
5356
|
+
},
|
|
5357
|
+
coingecko_id: 'doki',
|
|
5358
|
+
images: [{
|
|
5359
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/doki_Logo.png',
|
|
5360
|
+
theme: {
|
|
5361
|
+
primary_color_hex: '#2e2d2a'
|
|
5362
|
+
}
|
|
5363
|
+
}],
|
|
5364
|
+
socials: {
|
|
5365
|
+
website: 'https://dokicoin.io/',
|
|
5366
|
+
twitter: 'https://twitter.com/doki_coin'
|
|
5367
|
+
},
|
|
5368
|
+
type_asset: 'sdk.coin',
|
|
5369
|
+
traces: [{
|
|
5370
|
+
type: 'ibc',
|
|
5371
|
+
counterparty: {
|
|
5372
|
+
channel_id: 'channel-63',
|
|
5373
|
+
base_denom: 'udoki',
|
|
5374
|
+
chain_name: 'odin'
|
|
5375
|
+
},
|
|
5376
|
+
chain: {
|
|
5377
|
+
channel_id: 'channel-157'
|
|
5378
|
+
}
|
|
5379
|
+
}]
|
|
5380
|
+
},
|
|
5381
|
+
{
|
|
5382
|
+
description: 'Myrkur the leader of OLD Order',
|
|
5383
|
+
denom_units: [{
|
|
5384
|
+
denom: 'ibc/BF843A6CD41D816EEFDEFEDBDFABE40743F6CD6AAD698FCF315D24D8D9EFB6E9',
|
|
5385
|
+
exponent: 0,
|
|
5386
|
+
aliases: ['umyrk']
|
|
5387
|
+
}, {
|
|
5388
|
+
denom: 'myrk',
|
|
5389
|
+
exponent: 6
|
|
5390
|
+
}],
|
|
5391
|
+
base: 'ibc/BF843A6CD41D816EEFDEFEDBDFABE40743F6CD6AAD698FCF315D24D8D9EFB6E9',
|
|
5392
|
+
name: 'MYRK',
|
|
5393
|
+
display: 'myrk',
|
|
5394
|
+
symbol: 'MYRK',
|
|
5395
|
+
logo_URIs: {
|
|
5396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png'
|
|
5397
|
+
},
|
|
5398
|
+
images: [{
|
|
5399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/MYRK_Logo.png',
|
|
5400
|
+
theme: {
|
|
5401
|
+
primary_color_hex: '#0a0707'
|
|
5402
|
+
}
|
|
5403
|
+
}],
|
|
5404
|
+
socials: {
|
|
5405
|
+
twitter: 'https://twitter.com/myrkweilds'
|
|
5406
|
+
},
|
|
5407
|
+
type_asset: 'sdk.coin',
|
|
5408
|
+
traces: [{
|
|
5409
|
+
type: 'ibc',
|
|
5410
|
+
counterparty: {
|
|
5411
|
+
channel_id: 'channel-63',
|
|
5412
|
+
base_denom: 'umyrk',
|
|
5413
|
+
chain_name: 'odin'
|
|
5414
|
+
},
|
|
5415
|
+
chain: {
|
|
5416
|
+
channel_id: 'channel-157'
|
|
5417
|
+
}
|
|
5418
|
+
}]
|
|
5419
|
+
},
|
|
5268
5420
|
{
|
|
5269
5421
|
description: 'O9W token for ODIN Protocol',
|
|
5270
5422
|
denom_units: [{
|
|
@@ -5284,16 +5436,16 @@ const assets = {
|
|
|
5284
5436
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg'
|
|
5285
5437
|
},
|
|
5286
5438
|
images: [{
|
|
5287
|
-
image_sync: {
|
|
5288
|
-
chain_name: 'odin',
|
|
5289
|
-
base_denom: 'mO9W'
|
|
5290
|
-
},
|
|
5291
5439
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.png',
|
|
5292
5440
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/o9w.svg',
|
|
5293
5441
|
theme: {
|
|
5294
5442
|
primary_color_hex: '#040404'
|
|
5295
5443
|
}
|
|
5296
5444
|
}],
|
|
5445
|
+
socials: {
|
|
5446
|
+
website: 'https://www.odin9worlds.io/',
|
|
5447
|
+
twitter: 'https://twitter.com/odin9worlds'
|
|
5448
|
+
},
|
|
5297
5449
|
type_asset: 'sdk.coin',
|
|
5298
5450
|
traces: [{
|
|
5299
5451
|
type: 'ibc',
|
|
@@ -1003,6 +1003,49 @@ const assets = {
|
|
|
1003
1003
|
}
|
|
1004
1004
|
}]
|
|
1005
1005
|
},
|
|
1006
|
+
{
|
|
1007
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1008
|
+
denom_units: [{
|
|
1009
|
+
denom: 'ibc/A80A8B10804E70D5FE5DA300C43FBC39ED8CF4F0E5BC5CDC1EE894132CEEB844',
|
|
1010
|
+
exponent: 0,
|
|
1011
|
+
aliases: ['ustars']
|
|
1012
|
+
}, {
|
|
1013
|
+
denom: 'stars',
|
|
1014
|
+
exponent: 6
|
|
1015
|
+
}],
|
|
1016
|
+
base: 'ibc/A80A8B10804E70D5FE5DA300C43FBC39ED8CF4F0E5BC5CDC1EE894132CEEB844',
|
|
1017
|
+
name: 'Stargaze',
|
|
1018
|
+
display: 'stars',
|
|
1019
|
+
symbol: 'STARS',
|
|
1020
|
+
logo_URIs: {
|
|
1021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1022
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1023
|
+
},
|
|
1024
|
+
coingecko_id: 'stargaze',
|
|
1025
|
+
images: [{
|
|
1026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1028
|
+
theme: {
|
|
1029
|
+
primary_color_hex: '#db2777'
|
|
1030
|
+
}
|
|
1031
|
+
}],
|
|
1032
|
+
socials: {
|
|
1033
|
+
website: 'https://www.stargaze.zone/',
|
|
1034
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1035
|
+
},
|
|
1036
|
+
type_asset: 'sdk.coin',
|
|
1037
|
+
traces: [{
|
|
1038
|
+
type: 'ibc',
|
|
1039
|
+
counterparty: {
|
|
1040
|
+
channel_id: 'channel-398',
|
|
1041
|
+
base_denom: 'ustars',
|
|
1042
|
+
chain_name: 'stargaze'
|
|
1043
|
+
},
|
|
1044
|
+
chain: {
|
|
1045
|
+
channel_id: 'channel-49'
|
|
1046
|
+
}
|
|
1047
|
+
}]
|
|
1048
|
+
},
|
|
1006
1049
|
{
|
|
1007
1050
|
description: 'The native token of Osmosis',
|
|
1008
1051
|
denom_units: [{
|
|
@@ -1090,6 +1133,49 @@ const assets = {
|
|
|
1090
1133
|
channel_id: 'channel-1'
|
|
1091
1134
|
}
|
|
1092
1135
|
}]
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1139
|
+
denom_units: [{
|
|
1140
|
+
denom: 'ibc/A80A8B10804E70D5FE5DA300C43FBC39ED8CF4F0E5BC5CDC1EE894132CEEB844',
|
|
1141
|
+
exponent: 0,
|
|
1142
|
+
aliases: ['ustars']
|
|
1143
|
+
}, {
|
|
1144
|
+
denom: 'stars',
|
|
1145
|
+
exponent: 6
|
|
1146
|
+
}],
|
|
1147
|
+
base: 'ibc/A80A8B10804E70D5FE5DA300C43FBC39ED8CF4F0E5BC5CDC1EE894132CEEB844',
|
|
1148
|
+
name: 'Stargaze',
|
|
1149
|
+
display: 'stars',
|
|
1150
|
+
symbol: 'STARS',
|
|
1151
|
+
logo_URIs: {
|
|
1152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1154
|
+
},
|
|
1155
|
+
coingecko_id: 'stargaze',
|
|
1156
|
+
images: [{
|
|
1157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1159
|
+
theme: {
|
|
1160
|
+
primary_color_hex: '#db2777'
|
|
1161
|
+
}
|
|
1162
|
+
}],
|
|
1163
|
+
socials: {
|
|
1164
|
+
website: 'https://www.stargaze.zone/',
|
|
1165
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1166
|
+
},
|
|
1167
|
+
type_asset: 'sdk.coin',
|
|
1168
|
+
traces: [{
|
|
1169
|
+
type: 'ibc',
|
|
1170
|
+
counterparty: {
|
|
1171
|
+
channel_id: 'channel-398',
|
|
1172
|
+
base_denom: 'ustars',
|
|
1173
|
+
chain_name: 'stargaze'
|
|
1174
|
+
},
|
|
1175
|
+
chain: {
|
|
1176
|
+
channel_id: 'channel-49'
|
|
1177
|
+
}
|
|
1178
|
+
}]
|
|
1093
1179
|
}
|
|
1094
1180
|
]
|
|
1095
1181
|
};
|