@chain-registry/osmosis 1.67.25 → 1.67.26
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 -8
- package/esm/asset_list.js +2 -8
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -14748,10 +14748,7 @@ const asset_list = {
|
|
|
14748
14748
|
coingecko_id: 'secret',
|
|
14749
14749
|
images: [{
|
|
14750
14750
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
14751
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14752
|
-
theme: {
|
|
14753
|
-
primary_color_hex: '#040404'
|
|
14754
|
-
}
|
|
14751
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14755
14752
|
}],
|
|
14756
14753
|
socials: {
|
|
14757
14754
|
website: 'https://scrt.network/',
|
|
@@ -20473,10 +20470,7 @@ const asset_list = {
|
|
|
20473
20470
|
coingecko_id: 'secret',
|
|
20474
20471
|
images: [{
|
|
20475
20472
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
20476
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20477
|
-
theme: {
|
|
20478
|
-
primary_color_hex: '#040404'
|
|
20479
|
-
}
|
|
20473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20480
20474
|
}],
|
|
20481
20475
|
socials: {
|
|
20482
20476
|
website: 'https://scrt.network/',
|
package/esm/asset_list.js
CHANGED
|
@@ -14746,10 +14746,7 @@ const asset_list = {
|
|
|
14746
14746
|
coingecko_id: 'secret',
|
|
14747
14747
|
images: [{
|
|
14748
14748
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
14749
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14750
|
-
theme: {
|
|
14751
|
-
primary_color_hex: '#040404'
|
|
14752
|
-
}
|
|
14749
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
14753
14750
|
}],
|
|
14754
14751
|
socials: {
|
|
14755
14752
|
website: 'https://scrt.network/',
|
|
@@ -20471,10 +20468,7 @@ const asset_list = {
|
|
|
20471
20468
|
coingecko_id: 'secret',
|
|
20472
20469
|
images: [{
|
|
20473
20470
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
|
|
20474
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20475
|
-
theme: {
|
|
20476
|
-
primary_color_hex: '#040404'
|
|
20477
|
-
}
|
|
20471
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
|
|
20478
20472
|
}],
|
|
20479
20473
|
socials: {
|
|
20480
20474
|
website: 'https://scrt.network/',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.26",
|
|
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",
|
|
@@ -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.26"
|
|
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": "07da61a9be0ebdd84aeb45d6806ca0fed1c86052"
|
|
42
42
|
}
|