@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 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(old)',
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(old)',
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(old)',
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(old)',
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.371",
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.371"
32
+ "chain-registry": "^1.69.372"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.232"
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": "81407e6bc3961f1c593b7922e6ef4b0addf9ce54"
46
+ "gitHead": "01faf42cba312e15a995fcf8caba817f218e0a00"
47
47
  }