@chain-registry/assets 1.64.57 → 1.64.59
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/esm/mainnet/composable.js +10 -2
- package/mainnet/composable.js +10 -2
- package/package.json +5 -5
|
@@ -249,7 +249,11 @@ const assets = {
|
|
|
249
249
|
},
|
|
250
250
|
coingecko_id: 'shiba-inu',
|
|
251
251
|
images: [{
|
|
252
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg',
|
|
253
|
+
theme: {
|
|
254
|
+
primary_color_hex: '#FFA409',
|
|
255
|
+
background_color_hex: '#00000000'
|
|
256
|
+
}
|
|
253
257
|
}],
|
|
254
258
|
traces: [{
|
|
255
259
|
type: 'ibc',
|
|
@@ -1986,7 +1990,11 @@ const assets = {
|
|
|
1986
1990
|
},
|
|
1987
1991
|
coingecko_id: 'shiba-inu',
|
|
1988
1992
|
images: [{
|
|
1989
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
1993
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg',
|
|
1994
|
+
theme: {
|
|
1995
|
+
primary_color_hex: '#FFA409',
|
|
1996
|
+
background_color_hex: '#00000000'
|
|
1997
|
+
}
|
|
1990
1998
|
}],
|
|
1991
1999
|
traces: [{
|
|
1992
2000
|
type: 'ibc',
|
package/mainnet/composable.js
CHANGED
|
@@ -251,7 +251,11 @@ const assets = {
|
|
|
251
251
|
},
|
|
252
252
|
coingecko_id: 'shiba-inu',
|
|
253
253
|
images: [{
|
|
254
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg',
|
|
255
|
+
theme: {
|
|
256
|
+
primary_color_hex: '#FFA409',
|
|
257
|
+
background_color_hex: '#00000000'
|
|
258
|
+
}
|
|
255
259
|
}],
|
|
256
260
|
traces: [{
|
|
257
261
|
type: 'ibc',
|
|
@@ -1988,7 +1992,11 @@ const assets = {
|
|
|
1988
1992
|
},
|
|
1989
1993
|
coingecko_id: 'shiba-inu',
|
|
1990
1994
|
images: [{
|
|
1991
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
1995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg',
|
|
1996
|
+
theme: {
|
|
1997
|
+
primary_color_hex: '#FFA409',
|
|
1998
|
+
background_color_hex: '#00000000'
|
|
1999
|
+
}
|
|
1992
2000
|
}],
|
|
1993
2001
|
traces: [{
|
|
1994
2002
|
type: 'ibc',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.59",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.49",
|
|
33
|
+
"chain-registry": "^1.63.59"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.49"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "90246a4cf3bd14f7b4a02f3f3e2b9ac754dd18d2"
|
|
47
47
|
}
|