chain-registry 2.0.46 → 2.0.47
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.
|
@@ -22436,6 +22436,31 @@ const info = {
|
|
|
22436
22436
|
images: [{
|
|
22437
22437
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usd.svg'
|
|
22438
22438
|
}]
|
|
22439
|
+
},
|
|
22440
|
+
{
|
|
22441
|
+
description: 'Community-secured Meme token on Osmosis',
|
|
22442
|
+
denomUnits: [{
|
|
22443
|
+
denom: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
|
|
22444
|
+
exponent: 0
|
|
22445
|
+
}, {
|
|
22446
|
+
denom: 'labs',
|
|
22447
|
+
exponent: 6
|
|
22448
|
+
}],
|
|
22449
|
+
typeAsset: 'sdk.coin',
|
|
22450
|
+
base: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
|
|
22451
|
+
name: 'Labrador',
|
|
22452
|
+
display: 'labs',
|
|
22453
|
+
symbol: 'LABS',
|
|
22454
|
+
logoURIs: {
|
|
22455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
|
|
22456
|
+
},
|
|
22457
|
+
images: [{
|
|
22458
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
|
|
22459
|
+
}],
|
|
22460
|
+
keywords: ['meme'],
|
|
22461
|
+
socials: {
|
|
22462
|
+
website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
|
|
22463
|
+
}
|
|
22439
22464
|
}
|
|
22440
22465
|
]
|
|
22441
22466
|
};
|
|
@@ -22438,6 +22438,31 @@ const info = {
|
|
|
22438
22438
|
images: [{
|
|
22439
22439
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usd.svg'
|
|
22440
22440
|
}]
|
|
22441
|
+
},
|
|
22442
|
+
{
|
|
22443
|
+
description: 'Community-secured Meme token on Osmosis',
|
|
22444
|
+
denomUnits: [{
|
|
22445
|
+
denom: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
|
|
22446
|
+
exponent: 0
|
|
22447
|
+
}, {
|
|
22448
|
+
denom: 'labs',
|
|
22449
|
+
exponent: 6
|
|
22450
|
+
}],
|
|
22451
|
+
typeAsset: 'sdk.coin',
|
|
22452
|
+
base: 'factory/osmo1are7fpe5l6jzm9sjn7u4qkq6q77wwrrsxzlyw8lcegmmaxdukvuq4h46dx/LABS',
|
|
22453
|
+
name: 'Labrador',
|
|
22454
|
+
display: 'labs',
|
|
22455
|
+
symbol: 'LABS',
|
|
22456
|
+
logoURIs: {
|
|
22457
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
|
|
22458
|
+
},
|
|
22459
|
+
images: [{
|
|
22460
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/LABS.png'
|
|
22461
|
+
}],
|
|
22462
|
+
keywords: ['meme'],
|
|
22463
|
+
socials: {
|
|
22464
|
+
website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
|
|
22465
|
+
}
|
|
22441
22466
|
}
|
|
22442
22467
|
]
|
|
22443
22468
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.47",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.47"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "aa75546e34e4bcbf845f8a9fa2bcfae1db630e9f"
|
|
43
43
|
}
|