@chain-registry/osmosis 1.45.1 → 1.45.3
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 -0
- package/esm/assets.js +1 -0
- package/package.json +3 -3
package/assets.js
CHANGED
|
@@ -12073,6 +12073,7 @@ const assets = {
|
|
|
12073
12073
|
images: [{
|
|
12074
12074
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
|
|
12075
12075
|
}],
|
|
12076
|
+
coingecko_id: 'sail-dao',
|
|
12076
12077
|
socials: {
|
|
12077
12078
|
website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
|
|
12078
12079
|
twitter: 'https://twitter.com/Sail_DAO_'
|
package/esm/assets.js
CHANGED
|
@@ -12071,6 +12071,7 @@ const assets = {
|
|
|
12071
12071
|
images: [{
|
|
12072
12072
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sail.png'
|
|
12073
12073
|
}],
|
|
12074
|
+
coingecko_id: 'sail-dao',
|
|
12074
12075
|
socials: {
|
|
12075
12076
|
website: 'https://daodao.zone/dao/osmo106tvcj58rvdn9k36m9m3xcmcwk2c3fgft3ldcst9lgy05gcmjanqexru3h/home',
|
|
12076
12077
|
twitter: 'https://twitter.com/Sail_DAO_'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.45.
|
|
3
|
+
"version": "1.45.3",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.28.
|
|
33
|
+
"@chain-registry/types": "^0.28.3"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "fb321f38b3ad6c90f944c539e1dd6f7816c03f15"
|
|
43
43
|
}
|