@chain-registry/osmosis 1.67.6 → 1.67.8
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 +0 -2
- package/esm/asset_list.js +0 -2
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -2103,7 +2103,6 @@ const asset_list = {
|
|
|
2103
2103
|
logo_URIs: {
|
|
2104
2104
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
2105
2105
|
},
|
|
2106
|
-
coingecko_id: 'dig-chain',
|
|
2107
2106
|
images: [{
|
|
2108
2107
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
2109
2108
|
theme: {
|
|
@@ -7771,7 +7770,6 @@ const asset_list = {
|
|
|
7771
7770
|
logo_URIs: {
|
|
7772
7771
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
7773
7772
|
},
|
|
7774
|
-
coingecko_id: 'dig-chain',
|
|
7775
7773
|
images: [{
|
|
7776
7774
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
7777
7775
|
theme: {
|
package/esm/asset_list.js
CHANGED
|
@@ -2101,7 +2101,6 @@ const asset_list = {
|
|
|
2101
2101
|
logo_URIs: {
|
|
2102
2102
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
2103
2103
|
},
|
|
2104
|
-
coingecko_id: 'dig-chain',
|
|
2105
2104
|
images: [{
|
|
2106
2105
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
2107
2106
|
theme: {
|
|
@@ -7769,7 +7768,6 @@ const asset_list = {
|
|
|
7769
7768
|
logo_URIs: {
|
|
7770
7769
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png'
|
|
7771
7770
|
},
|
|
7772
|
-
coingecko_id: 'dig-chain',
|
|
7773
7771
|
images: [{
|
|
7774
7772
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png',
|
|
7775
7773
|
theme: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.8",
|
|
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.50.
|
|
33
|
+
"@chain-registry/types": "^0.50.8"
|
|
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": "cbf476b61db4180b117196eedbf6329c76745a6a"
|
|
43
43
|
}
|