@chain-registry/osmosis 1.67.393 → 1.67.395
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 +96 -0
- package/esm/asset_list.js +96 -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: [{
|
|
@@ -9269,6 +9317,54 @@ const asset_list = {
|
|
|
9269
9317
|
}
|
|
9270
9318
|
}]
|
|
9271
9319
|
},
|
|
9320
|
+
{
|
|
9321
|
+
description: 'Coins for the Gonka network.',
|
|
9322
|
+
denom_units: [
|
|
9323
|
+
{
|
|
9324
|
+
denom: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9325
|
+
exponent: 0,
|
|
9326
|
+
aliases: ['ngonka']
|
|
9327
|
+
},
|
|
9328
|
+
{
|
|
9329
|
+
denom: 'ugonka',
|
|
9330
|
+
exponent: 3,
|
|
9331
|
+
aliases: ['microgonka']
|
|
9332
|
+
},
|
|
9333
|
+
{
|
|
9334
|
+
denom: 'mgonka',
|
|
9335
|
+
exponent: 6,
|
|
9336
|
+
aliases: ['milligonka']
|
|
9337
|
+
},
|
|
9338
|
+
{
|
|
9339
|
+
denom: 'gonka',
|
|
9340
|
+
exponent: 9
|
|
9341
|
+
}
|
|
9342
|
+
],
|
|
9343
|
+
base: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9344
|
+
name: 'Gonka',
|
|
9345
|
+
display: 'gonka',
|
|
9346
|
+
symbol: 'GNK',
|
|
9347
|
+
type_asset: 'sdk.coin',
|
|
9348
|
+
images: [{
|
|
9349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
9350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
9351
|
+
}],
|
|
9352
|
+
socials: {
|
|
9353
|
+
x: 'https://x.com/gonka_ai',
|
|
9354
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
9355
|
+
},
|
|
9356
|
+
traces: [{
|
|
9357
|
+
type: 'ibc',
|
|
9358
|
+
counterparty: {
|
|
9359
|
+
channel_id: 'channel-1',
|
|
9360
|
+
base_denom: 'ngonka',
|
|
9361
|
+
chain_name: 'gonka'
|
|
9362
|
+
},
|
|
9363
|
+
chain: {
|
|
9364
|
+
channel_id: 'channel-108157'
|
|
9365
|
+
}
|
|
9366
|
+
}]
|
|
9367
|
+
},
|
|
9272
9368
|
{
|
|
9273
9369
|
description: 'The native token of Gravity Bridge',
|
|
9274
9370
|
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: [{
|
|
@@ -9267,6 +9315,54 @@ const asset_list = {
|
|
|
9267
9315
|
}
|
|
9268
9316
|
}]
|
|
9269
9317
|
},
|
|
9318
|
+
{
|
|
9319
|
+
description: 'Coins for the Gonka network.',
|
|
9320
|
+
denom_units: [
|
|
9321
|
+
{
|
|
9322
|
+
denom: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9323
|
+
exponent: 0,
|
|
9324
|
+
aliases: ['ngonka']
|
|
9325
|
+
},
|
|
9326
|
+
{
|
|
9327
|
+
denom: 'ugonka',
|
|
9328
|
+
exponent: 3,
|
|
9329
|
+
aliases: ['microgonka']
|
|
9330
|
+
},
|
|
9331
|
+
{
|
|
9332
|
+
denom: 'mgonka',
|
|
9333
|
+
exponent: 6,
|
|
9334
|
+
aliases: ['milligonka']
|
|
9335
|
+
},
|
|
9336
|
+
{
|
|
9337
|
+
denom: 'gonka',
|
|
9338
|
+
exponent: 9
|
|
9339
|
+
}
|
|
9340
|
+
],
|
|
9341
|
+
base: 'ibc/C9FADE15CBFACDF6A5B762100EDD999835CDBACD16D4BD2127ACC4EA40D0B276',
|
|
9342
|
+
name: 'Gonka',
|
|
9343
|
+
display: 'gonka',
|
|
9344
|
+
symbol: 'GNK',
|
|
9345
|
+
type_asset: 'sdk.coin',
|
|
9346
|
+
images: [{
|
|
9347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.png',
|
|
9348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/gonka/images/gonka_logo.svg'
|
|
9349
|
+
}],
|
|
9350
|
+
socials: {
|
|
9351
|
+
x: 'https://x.com/gonka_ai',
|
|
9352
|
+
discord: 'https://discord.com/invite/RADwCT2U6R'
|
|
9353
|
+
},
|
|
9354
|
+
traces: [{
|
|
9355
|
+
type: 'ibc',
|
|
9356
|
+
counterparty: {
|
|
9357
|
+
channel_id: 'channel-1',
|
|
9358
|
+
base_denom: 'ngonka',
|
|
9359
|
+
chain_name: 'gonka'
|
|
9360
|
+
},
|
|
9361
|
+
chain: {
|
|
9362
|
+
channel_id: 'channel-108157'
|
|
9363
|
+
}
|
|
9364
|
+
}]
|
|
9365
|
+
},
|
|
9270
9366
|
{
|
|
9271
9367
|
description: 'The native token of Gravity Bridge',
|
|
9272
9368
|
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.395",
|
|
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.395"
|
|
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": "0cf9d05130921040ca1c00ddf65e9413cf345598"
|
|
42
42
|
}
|