@chain-registry/osmosis 1.67.394 → 1.67.396
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/asset_list.js +162 -0
- package/esm/asset_list.js +162 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -3244,6 +3244,54 @@ const asset_list = {
|
|
|
3244
3244
|
}
|
|
3245
3245
|
}]
|
|
3246
3246
|
},
|
|
3247
|
+
{
|
|
3248
|
+
description: 'Coins for the Gonka network.',
|
|
3249
|
+
denom_units: [
|
|
3250
|
+
{
|
|
3251
|
+
denom: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
3252
|
+
exponent: 0,
|
|
3253
|
+
aliases: ['ngonka']
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
denom: 'ugonka',
|
|
3257
|
+
exponent: 3,
|
|
3258
|
+
aliases: ['microgonka']
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3261
|
+
denom: 'mgonka',
|
|
3262
|
+
exponent: 6,
|
|
3263
|
+
aliases: ['milligonka']
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
denom: 'gonka',
|
|
3267
|
+
exponent: 9
|
|
3268
|
+
}
|
|
3269
|
+
],
|
|
3270
|
+
base: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
3271
|
+
name: 'Gonka',
|
|
3272
|
+
display: 'gonka',
|
|
3273
|
+
symbol: 'GNK',
|
|
3274
|
+
type_asset: 'sdk.coin',
|
|
3275
|
+
images: [{
|
|
3276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
3277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
3278
|
+
}],
|
|
3279
|
+
socials: {
|
|
3280
|
+
x: 'https://x.com/gonka_ai',
|
|
3281
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
3282
|
+
},
|
|
3283
|
+
traces: [{
|
|
3284
|
+
type: 'ibc',
|
|
3285
|
+
counterparty: {
|
|
3286
|
+
channel_id: 'channel-1',
|
|
3287
|
+
base_denom: 'ngonka',
|
|
3288
|
+
chain_name: 'gonka'
|
|
3289
|
+
},
|
|
3290
|
+
chain: {
|
|
3291
|
+
channel_id: 'channel-108157'
|
|
3292
|
+
}
|
|
3293
|
+
}]
|
|
3294
|
+
},
|
|
3247
3295
|
{
|
|
3248
3296
|
description: 'The native token of Gravity Bridge',
|
|
3249
3297
|
denom_units: [{
|
|
@@ -5228,6 +5276,39 @@ const asset_list = {
|
|
|
5228
5276
|
}
|
|
5229
5277
|
}]
|
|
5230
5278
|
},
|
|
5279
|
+
{
|
|
5280
|
+
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
|
|
5281
|
+
denom_units: [{
|
|
5282
|
+
denom: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
5283
|
+
exponent: 0,
|
|
5284
|
+
aliases: ['umuc']
|
|
5285
|
+
}, {
|
|
5286
|
+
denom: 'MUC',
|
|
5287
|
+
exponent: 6
|
|
5288
|
+
}],
|
|
5289
|
+
type_asset: 'sdk.coin',
|
|
5290
|
+
base: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
5291
|
+
name: 'MuCoin',
|
|
5292
|
+
display: 'MUC',
|
|
5293
|
+
symbol: 'MUC',
|
|
5294
|
+
images: [{
|
|
5295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
5296
|
+
}],
|
|
5297
|
+
socials: {
|
|
5298
|
+
website: 'https://mucoin.org'
|
|
5299
|
+
},
|
|
5300
|
+
traces: [{
|
|
5301
|
+
type: 'ibc',
|
|
5302
|
+
counterparty: {
|
|
5303
|
+
channel_id: 'channel-0',
|
|
5304
|
+
base_denom: 'umuc',
|
|
5305
|
+
chain_name: 'mucoin'
|
|
5306
|
+
},
|
|
5307
|
+
chain: {
|
|
5308
|
+
channel_id: 'channel-110556'
|
|
5309
|
+
}
|
|
5310
|
+
}]
|
|
5311
|
+
},
|
|
5231
5312
|
{
|
|
5232
5313
|
description: 'The native token of Neutaro',
|
|
5233
5314
|
denom_units: [{
|
|
@@ -9269,6 +9350,54 @@ const asset_list = {
|
|
|
9269
9350
|
}
|
|
9270
9351
|
}]
|
|
9271
9352
|
},
|
|
9353
|
+
{
|
|
9354
|
+
description: 'Coins for the Gonka network.',
|
|
9355
|
+
denom_units: [
|
|
9356
|
+
{
|
|
9357
|
+
denom: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9358
|
+
exponent: 0,
|
|
9359
|
+
aliases: ['ngonka']
|
|
9360
|
+
},
|
|
9361
|
+
{
|
|
9362
|
+
denom: 'ugonka',
|
|
9363
|
+
exponent: 3,
|
|
9364
|
+
aliases: ['microgonka']
|
|
9365
|
+
},
|
|
9366
|
+
{
|
|
9367
|
+
denom: 'mgonka',
|
|
9368
|
+
exponent: 6,
|
|
9369
|
+
aliases: ['milligonka']
|
|
9370
|
+
},
|
|
9371
|
+
{
|
|
9372
|
+
denom: 'gonka',
|
|
9373
|
+
exponent: 9
|
|
9374
|
+
}
|
|
9375
|
+
],
|
|
9376
|
+
base: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9377
|
+
name: 'Gonka',
|
|
9378
|
+
display: 'gonka',
|
|
9379
|
+
symbol: 'GNK',
|
|
9380
|
+
type_asset: 'sdk.coin',
|
|
9381
|
+
images: [{
|
|
9382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
9383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
9384
|
+
}],
|
|
9385
|
+
socials: {
|
|
9386
|
+
x: 'https://x.com/gonka_ai',
|
|
9387
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
9388
|
+
},
|
|
9389
|
+
traces: [{
|
|
9390
|
+
type: 'ibc',
|
|
9391
|
+
counterparty: {
|
|
9392
|
+
channel_id: 'channel-1',
|
|
9393
|
+
base_denom: 'ngonka',
|
|
9394
|
+
chain_name: 'gonka'
|
|
9395
|
+
},
|
|
9396
|
+
chain: {
|
|
9397
|
+
channel_id: 'channel-108157'
|
|
9398
|
+
}
|
|
9399
|
+
}]
|
|
9400
|
+
},
|
|
9272
9401
|
{
|
|
9273
9402
|
description: 'The native token of Gravity Bridge',
|
|
9274
9403
|
denom_units: [{
|
|
@@ -11253,6 +11382,39 @@ const asset_list = {
|
|
|
11253
11382
|
}
|
|
11254
11383
|
}]
|
|
11255
11384
|
},
|
|
11385
|
+
{
|
|
11386
|
+
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
|
|
11387
|
+
denom_units: [{
|
|
11388
|
+
denom: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
11389
|
+
exponent: 0,
|
|
11390
|
+
aliases: ['umuc']
|
|
11391
|
+
}, {
|
|
11392
|
+
denom: 'MUC',
|
|
11393
|
+
exponent: 6
|
|
11394
|
+
}],
|
|
11395
|
+
type_asset: 'sdk.coin',
|
|
11396
|
+
base: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
11397
|
+
name: 'MuCoin',
|
|
11398
|
+
display: 'MUC',
|
|
11399
|
+
symbol: 'MUC',
|
|
11400
|
+
images: [{
|
|
11401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
11402
|
+
}],
|
|
11403
|
+
socials: {
|
|
11404
|
+
website: 'https://mucoin.org'
|
|
11405
|
+
},
|
|
11406
|
+
traces: [{
|
|
11407
|
+
type: 'ibc',
|
|
11408
|
+
counterparty: {
|
|
11409
|
+
channel_id: 'channel-0',
|
|
11410
|
+
base_denom: 'umuc',
|
|
11411
|
+
chain_name: 'mucoin'
|
|
11412
|
+
},
|
|
11413
|
+
chain: {
|
|
11414
|
+
channel_id: 'channel-110556'
|
|
11415
|
+
}
|
|
11416
|
+
}]
|
|
11417
|
+
},
|
|
11256
11418
|
{
|
|
11257
11419
|
description: 'The native token of Namada.',
|
|
11258
11420
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -3242,6 +3242,54 @@ const asset_list = {
|
|
|
3242
3242
|
}
|
|
3243
3243
|
}]
|
|
3244
3244
|
},
|
|
3245
|
+
{
|
|
3246
|
+
description: 'Coins for the Gonka network.',
|
|
3247
|
+
denom_units: [
|
|
3248
|
+
{
|
|
3249
|
+
denom: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
3250
|
+
exponent: 0,
|
|
3251
|
+
aliases: ['ngonka']
|
|
3252
|
+
},
|
|
3253
|
+
{
|
|
3254
|
+
denom: 'ugonka',
|
|
3255
|
+
exponent: 3,
|
|
3256
|
+
aliases: ['microgonka']
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
denom: 'mgonka',
|
|
3260
|
+
exponent: 6,
|
|
3261
|
+
aliases: ['milligonka']
|
|
3262
|
+
},
|
|
3263
|
+
{
|
|
3264
|
+
denom: 'gonka',
|
|
3265
|
+
exponent: 9
|
|
3266
|
+
}
|
|
3267
|
+
],
|
|
3268
|
+
base: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
3269
|
+
name: 'Gonka',
|
|
3270
|
+
display: 'gonka',
|
|
3271
|
+
symbol: 'GNK',
|
|
3272
|
+
type_asset: 'sdk.coin',
|
|
3273
|
+
images: [{
|
|
3274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
3275
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
3276
|
+
}],
|
|
3277
|
+
socials: {
|
|
3278
|
+
x: 'https://x.com/gonka_ai',
|
|
3279
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
3280
|
+
},
|
|
3281
|
+
traces: [{
|
|
3282
|
+
type: 'ibc',
|
|
3283
|
+
counterparty: {
|
|
3284
|
+
channel_id: 'channel-1',
|
|
3285
|
+
base_denom: 'ngonka',
|
|
3286
|
+
chain_name: 'gonka'
|
|
3287
|
+
},
|
|
3288
|
+
chain: {
|
|
3289
|
+
channel_id: 'channel-108157'
|
|
3290
|
+
}
|
|
3291
|
+
}]
|
|
3292
|
+
},
|
|
3245
3293
|
{
|
|
3246
3294
|
description: 'The native token of Gravity Bridge',
|
|
3247
3295
|
denom_units: [{
|
|
@@ -5226,6 +5274,39 @@ const asset_list = {
|
|
|
5226
5274
|
}
|
|
5227
5275
|
}]
|
|
5228
5276
|
},
|
|
5277
|
+
{
|
|
5278
|
+
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
|
|
5279
|
+
denom_units: [{
|
|
5280
|
+
denom: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
5281
|
+
exponent: 0,
|
|
5282
|
+
aliases: ['umuc']
|
|
5283
|
+
}, {
|
|
5284
|
+
denom: 'MUC',
|
|
5285
|
+
exponent: 6
|
|
5286
|
+
}],
|
|
5287
|
+
type_asset: 'sdk.coin',
|
|
5288
|
+
base: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
5289
|
+
name: 'MuCoin',
|
|
5290
|
+
display: 'MUC',
|
|
5291
|
+
symbol: 'MUC',
|
|
5292
|
+
images: [{
|
|
5293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
5294
|
+
}],
|
|
5295
|
+
socials: {
|
|
5296
|
+
website: 'https://mucoin.org'
|
|
5297
|
+
},
|
|
5298
|
+
traces: [{
|
|
5299
|
+
type: 'ibc',
|
|
5300
|
+
counterparty: {
|
|
5301
|
+
channel_id: 'channel-0',
|
|
5302
|
+
base_denom: 'umuc',
|
|
5303
|
+
chain_name: 'mucoin'
|
|
5304
|
+
},
|
|
5305
|
+
chain: {
|
|
5306
|
+
channel_id: 'channel-110556'
|
|
5307
|
+
}
|
|
5308
|
+
}]
|
|
5309
|
+
},
|
|
5229
5310
|
{
|
|
5230
5311
|
description: 'The native token of Neutaro',
|
|
5231
5312
|
denom_units: [{
|
|
@@ -9267,6 +9348,54 @@ const asset_list = {
|
|
|
9267
9348
|
}
|
|
9268
9349
|
}]
|
|
9269
9350
|
},
|
|
9351
|
+
{
|
|
9352
|
+
description: 'Coins for the Gonka network.',
|
|
9353
|
+
denom_units: [
|
|
9354
|
+
{
|
|
9355
|
+
denom: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9356
|
+
exponent: 0,
|
|
9357
|
+
aliases: ['ngonka']
|
|
9358
|
+
},
|
|
9359
|
+
{
|
|
9360
|
+
denom: 'ugonka',
|
|
9361
|
+
exponent: 3,
|
|
9362
|
+
aliases: ['microgonka']
|
|
9363
|
+
},
|
|
9364
|
+
{
|
|
9365
|
+
denom: 'mgonka',
|
|
9366
|
+
exponent: 6,
|
|
9367
|
+
aliases: ['milligonka']
|
|
9368
|
+
},
|
|
9369
|
+
{
|
|
9370
|
+
denom: 'gonka',
|
|
9371
|
+
exponent: 9
|
|
9372
|
+
}
|
|
9373
|
+
],
|
|
9374
|
+
base: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9375
|
+
name: 'Gonka',
|
|
9376
|
+
display: 'gonka',
|
|
9377
|
+
symbol: 'GNK',
|
|
9378
|
+
type_asset: 'sdk.coin',
|
|
9379
|
+
images: [{
|
|
9380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
9381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
9382
|
+
}],
|
|
9383
|
+
socials: {
|
|
9384
|
+
x: 'https://x.com/gonka_ai',
|
|
9385
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
9386
|
+
},
|
|
9387
|
+
traces: [{
|
|
9388
|
+
type: 'ibc',
|
|
9389
|
+
counterparty: {
|
|
9390
|
+
channel_id: 'channel-1',
|
|
9391
|
+
base_denom: 'ngonka',
|
|
9392
|
+
chain_name: 'gonka'
|
|
9393
|
+
},
|
|
9394
|
+
chain: {
|
|
9395
|
+
channel_id: 'channel-108157'
|
|
9396
|
+
}
|
|
9397
|
+
}]
|
|
9398
|
+
},
|
|
9270
9399
|
{
|
|
9271
9400
|
description: 'The native token of Gravity Bridge',
|
|
9272
9401
|
denom_units: [{
|
|
@@ -11251,6 +11380,39 @@ const asset_list = {
|
|
|
11251
11380
|
}
|
|
11252
11381
|
}]
|
|
11253
11382
|
},
|
|
11383
|
+
{
|
|
11384
|
+
description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
|
|
11385
|
+
denom_units: [{
|
|
11386
|
+
denom: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
11387
|
+
exponent: 0,
|
|
11388
|
+
aliases: ['umuc']
|
|
11389
|
+
}, {
|
|
11390
|
+
denom: 'MUC',
|
|
11391
|
+
exponent: 6
|
|
11392
|
+
}],
|
|
11393
|
+
type_asset: 'sdk.coin',
|
|
11394
|
+
base: 'ibc/8B84D6340B0340917D3E2E3A17B4BE962F5593637AD7E42F6AE61D6A00ACE713',
|
|
11395
|
+
name: 'MuCoin',
|
|
11396
|
+
display: 'MUC',
|
|
11397
|
+
symbol: 'MUC',
|
|
11398
|
+
images: [{
|
|
11399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
|
|
11400
|
+
}],
|
|
11401
|
+
socials: {
|
|
11402
|
+
website: 'https://mucoin.org'
|
|
11403
|
+
},
|
|
11404
|
+
traces: [{
|
|
11405
|
+
type: 'ibc',
|
|
11406
|
+
counterparty: {
|
|
11407
|
+
channel_id: 'channel-0',
|
|
11408
|
+
base_denom: 'umuc',
|
|
11409
|
+
chain_name: 'mucoin'
|
|
11410
|
+
},
|
|
11411
|
+
chain: {
|
|
11412
|
+
channel_id: 'channel-110556'
|
|
11413
|
+
}
|
|
11414
|
+
}]
|
|
11415
|
+
},
|
|
11254
11416
|
{
|
|
11255
11417
|
description: 'The native token of Namada.',
|
|
11256
11418
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.396",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.396"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "251a51cfdee580cb7bf9fe2e4f0624b7b8a41727"
|
|
42
42
|
}
|