@chain-registry/osmosis 1.67.251 → 1.67.253
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 +12 -8
- package/assets.js +21 -0
- package/esm/asset_list.js +12 -8
- package/esm/assets.js +21 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -4420,14 +4420,16 @@ const asset_list = {
|
|
|
4420
4420
|
name: 'KIMA',
|
|
4421
4421
|
display: 'KIMA',
|
|
4422
4422
|
symbol: 'KIMA',
|
|
4423
|
-
logo_URIs: {
|
|
4424
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4425
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4426
|
-
},
|
|
4427
4423
|
images: [{
|
|
4428
4424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4429
4425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4430
4426
|
}],
|
|
4427
|
+
logo_URIs: {
|
|
4428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4430
|
+
},
|
|
4431
|
+
coingecko_id: 'kima',
|
|
4432
|
+
keywords: ['interoperability'],
|
|
4431
4433
|
socials: {
|
|
4432
4434
|
github: 'https://github.com/kima-finance',
|
|
4433
4435
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -10709,14 +10711,16 @@ const asset_list = {
|
|
|
10709
10711
|
name: 'KIMA',
|
|
10710
10712
|
display: 'KIMA',
|
|
10711
10713
|
symbol: 'KIMA',
|
|
10712
|
-
logo_URIs: {
|
|
10713
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10714
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10715
|
-
},
|
|
10716
10714
|
images: [{
|
|
10717
10715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10718
10716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10719
10717
|
}],
|
|
10718
|
+
logo_URIs: {
|
|
10719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10721
|
+
},
|
|
10722
|
+
coingecko_id: 'kima',
|
|
10723
|
+
keywords: ['interoperability'],
|
|
10720
10724
|
socials: {
|
|
10721
10725
|
github: 'https://github.com/kima-finance',
|
|
10722
10726
|
medium: 'https://medium.com/@kima_finance',
|
package/assets.js
CHANGED
|
@@ -16220,6 +16220,27 @@ const assets = {
|
|
|
16220
16220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
16221
16221
|
}]
|
|
16222
16222
|
},
|
|
16223
|
+
{
|
|
16224
|
+
description: 'Leg token',
|
|
16225
|
+
denom_units: [{
|
|
16226
|
+
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16227
|
+
exponent: 0
|
|
16228
|
+
}, {
|
|
16229
|
+
denom: 'LEG',
|
|
16230
|
+
exponent: 6
|
|
16231
|
+
}],
|
|
16232
|
+
type_asset: 'sdk.coin',
|
|
16233
|
+
base: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16234
|
+
name: 'LEG',
|
|
16235
|
+
display: 'LEG',
|
|
16236
|
+
symbol: 'LEG',
|
|
16237
|
+
logo_URIs: {
|
|
16238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16239
|
+
},
|
|
16240
|
+
images: [{
|
|
16241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16242
|
+
}]
|
|
16243
|
+
},
|
|
16223
16244
|
{
|
|
16224
16245
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
16225
16246
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -4418,14 +4418,16 @@ const asset_list = {
|
|
|
4418
4418
|
name: 'KIMA',
|
|
4419
4419
|
display: 'KIMA',
|
|
4420
4420
|
symbol: 'KIMA',
|
|
4421
|
-
logo_URIs: {
|
|
4422
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4423
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4424
|
-
},
|
|
4425
4421
|
images: [{
|
|
4426
4422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4427
4423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4428
4424
|
}],
|
|
4425
|
+
logo_URIs: {
|
|
4426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4428
|
+
},
|
|
4429
|
+
coingecko_id: 'kima',
|
|
4430
|
+
keywords: ['interoperability'],
|
|
4429
4431
|
socials: {
|
|
4430
4432
|
github: 'https://github.com/kima-finance',
|
|
4431
4433
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -10707,14 +10709,16 @@ const asset_list = {
|
|
|
10707
10709
|
name: 'KIMA',
|
|
10708
10710
|
display: 'KIMA',
|
|
10709
10711
|
symbol: 'KIMA',
|
|
10710
|
-
logo_URIs: {
|
|
10711
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10712
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10713
|
-
},
|
|
10714
10712
|
images: [{
|
|
10715
10713
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10716
10714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10717
10715
|
}],
|
|
10716
|
+
logo_URIs: {
|
|
10717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10719
|
+
},
|
|
10720
|
+
coingecko_id: 'kima',
|
|
10721
|
+
keywords: ['interoperability'],
|
|
10718
10722
|
socials: {
|
|
10719
10723
|
github: 'https://github.com/kima-finance',
|
|
10720
10724
|
medium: 'https://medium.com/@kima_finance',
|
package/esm/assets.js
CHANGED
|
@@ -16218,6 +16218,27 @@ const assets = {
|
|
|
16218
16218
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
16219
16219
|
}]
|
|
16220
16220
|
},
|
|
16221
|
+
{
|
|
16222
|
+
description: 'Leg token',
|
|
16223
|
+
denom_units: [{
|
|
16224
|
+
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16225
|
+
exponent: 0
|
|
16226
|
+
}, {
|
|
16227
|
+
denom: 'LEG',
|
|
16228
|
+
exponent: 6
|
|
16229
|
+
}],
|
|
16230
|
+
type_asset: 'sdk.coin',
|
|
16231
|
+
base: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16232
|
+
name: 'LEG',
|
|
16233
|
+
display: 'LEG',
|
|
16234
|
+
symbol: 'LEG',
|
|
16235
|
+
logo_URIs: {
|
|
16236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16237
|
+
},
|
|
16238
|
+
images: [{
|
|
16239
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16240
|
+
}]
|
|
16241
|
+
},
|
|
16221
16242
|
{
|
|
16222
16243
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
16223
16244
|
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.253",
|
|
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.253"
|
|
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": "b8ce413f9769d92ca059ae60c624dba25715b118"
|
|
42
42
|
}
|