@chain-registry/osmosis 1.67.252 → 1.67.254
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/assets.js +21 -0
- package/esm/assets.js +21 -0
- package/package.json +3 -3
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/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.254",
|
|
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.254"
|
|
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": "1e0e63625b8f6053bbe52f2fb3b7fbbbffa48a7a"
|
|
42
42
|
}
|