@chain-registry/juno 1.70.371 → 1.70.372
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 +4 -4
package/asset_list.js
CHANGED
|
@@ -5165,7 +5165,7 @@ const asset_list = {
|
|
|
5165
5165
|
base: 'ibc/8D34BDDD6C534FEABA8BBAD7894E1793D3097E9147E94FC516FAB464AA598C23',
|
|
5166
5166
|
name: 'Shade (old)',
|
|
5167
5167
|
display: 'shd',
|
|
5168
|
-
symbol: 'SHD
|
|
5168
|
+
symbol: 'SHD.old',
|
|
5169
5169
|
logo_URIs: {
|
|
5170
5170
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
5171
5171
|
},
|
|
@@ -5591,7 +5591,7 @@ const asset_list = {
|
|
|
5591
5591
|
base: 'ibc/8D34BDDD6C534FEABA8BBAD7894E1793D3097E9147E94FC516FAB464AA598C23',
|
|
5592
5592
|
name: 'Shade (old)',
|
|
5593
5593
|
display: 'shd',
|
|
5594
|
-
symbol: 'SHD
|
|
5594
|
+
symbol: 'SHD.old',
|
|
5595
5595
|
logo_URIs: {
|
|
5596
5596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
5597
5597
|
},
|
package/esm/asset_list.js
CHANGED
|
@@ -5163,7 +5163,7 @@ const asset_list = {
|
|
|
5163
5163
|
base: 'ibc/8D34BDDD6C534FEABA8BBAD7894E1793D3097E9147E94FC516FAB464AA598C23',
|
|
5164
5164
|
name: 'Shade (old)',
|
|
5165
5165
|
display: 'shd',
|
|
5166
|
-
symbol: 'SHD
|
|
5166
|
+
symbol: 'SHD.old',
|
|
5167
5167
|
logo_URIs: {
|
|
5168
5168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
5169
5169
|
},
|
|
@@ -5589,7 +5589,7 @@ const asset_list = {
|
|
|
5589
5589
|
base: 'ibc/8D34BDDD6C534FEABA8BBAD7894E1793D3097E9147E94FC516FAB464AA598C23',
|
|
5590
5590
|
name: 'Shade (old)',
|
|
5591
5591
|
display: 'shd',
|
|
5592
|
-
symbol: 'SHD
|
|
5592
|
+
symbol: 'SHD.old',
|
|
5593
5593
|
logo_URIs: {
|
|
5594
5594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shdold.svg'
|
|
5595
5595
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/juno",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.372",
|
|
4
4
|
"description": "Chain Registry info for Juno",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"chain-registry": "^1.69.372"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chain-registry/types": "^0.50.
|
|
35
|
+
"@chain-registry/types": "^0.50.233"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"tokens",
|
|
44
44
|
"juno"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "01faf42cba312e15a995fcf8caba817f218e0a00"
|
|
47
47
|
}
|