@chain-registry/osmosis 1.67.346 → 1.67.348
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 +1 -3
- package/esm/assets.js +1 -3
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -1758,7 +1758,6 @@ const assets = {
|
|
|
1758
1758
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
1759
1759
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
1760
1760
|
}],
|
|
1761
|
-
coingecko_id: 'vidulum',
|
|
1762
1761
|
keywords: ['osmosis_unstable']
|
|
1763
1762
|
},
|
|
1764
1763
|
{
|
|
@@ -20698,8 +20697,7 @@ const assets = {
|
|
|
20698
20697
|
},
|
|
20699
20698
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
20700
20699
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
|
|
20701
|
-
}]
|
|
20702
|
-
coingecko_id: 'vidulum'
|
|
20700
|
+
}]
|
|
20703
20701
|
},
|
|
20704
20702
|
{
|
|
20705
20703
|
description: 'Real power moves quietly.',
|
package/esm/assets.js
CHANGED
|
@@ -1756,7 +1756,6 @@ const assets = {
|
|
|
1756
1756
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
1757
1757
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
1758
1758
|
}],
|
|
1759
|
-
coingecko_id: 'vidulum',
|
|
1760
1759
|
keywords: ['osmosis_unstable']
|
|
1761
1760
|
},
|
|
1762
1761
|
{
|
|
@@ -20696,8 +20695,7 @@ const assets = {
|
|
|
20696
20695
|
},
|
|
20697
20696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
20698
20697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
|
|
20699
|
-
}]
|
|
20700
|
-
coingecko_id: 'vidulum'
|
|
20698
|
+
}]
|
|
20701
20699
|
},
|
|
20702
20700
|
{
|
|
20703
20701
|
description: 'Real power moves quietly.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.348",
|
|
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.348"
|
|
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": "c40f7d8fc9072d71aa13031573e5790386fd743d"
|
|
42
42
|
}
|