@chain-registry/osmosis 1.67.227 → 1.67.229
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 +2 -2
- package/esm/asset_list.js +2 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -20476,7 +20476,7 @@ const asset_list = {
|
|
|
20476
20476
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
20477
20477
|
}],
|
|
20478
20478
|
socials: {
|
|
20479
|
-
website: 'https://
|
|
20479
|
+
website: 'https://sentinel.co',
|
|
20480
20480
|
twitter: 'https://x.com/SentinelP2P'
|
|
20481
20481
|
},
|
|
20482
20482
|
type_asset: 'sdk.coin',
|
|
@@ -30531,7 +30531,7 @@ const asset_list = {
|
|
|
30531
30531
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
30532
30532
|
}],
|
|
30533
30533
|
socials: {
|
|
30534
|
-
website: 'https://
|
|
30534
|
+
website: 'https://sentinel.co',
|
|
30535
30535
|
twitter: 'https://x.com/SentinelP2P'
|
|
30536
30536
|
},
|
|
30537
30537
|
type_asset: 'sdk.coin',
|
package/esm/asset_list.js
CHANGED
|
@@ -20474,7 +20474,7 @@ const asset_list = {
|
|
|
20474
20474
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
20475
20475
|
}],
|
|
20476
20476
|
socials: {
|
|
20477
|
-
website: 'https://
|
|
20477
|
+
website: 'https://sentinel.co',
|
|
20478
20478
|
twitter: 'https://x.com/SentinelP2P'
|
|
20479
20479
|
},
|
|
20480
20480
|
type_asset: 'sdk.coin',
|
|
@@ -30529,7 +30529,7 @@ const asset_list = {
|
|
|
30529
30529
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
|
|
30530
30530
|
}],
|
|
30531
30531
|
socials: {
|
|
30532
|
-
website: 'https://
|
|
30532
|
+
website: 'https://sentinel.co',
|
|
30533
30533
|
twitter: 'https://x.com/SentinelP2P'
|
|
30534
30534
|
},
|
|
30535
30535
|
type_asset: 'sdk.coin',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.229",
|
|
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.229"
|
|
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": "cb178640ee5313f0c393cffed177075571ff5a2c"
|
|
42
42
|
}
|