@chain-registry/juno 1.70.513 → 1.70.517

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
@@ -588,7 +588,6 @@ const asset_list = {
588
588
  logo_URIs: {
589
589
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
590
590
  },
591
- coingecko_id: 'e-money-eur',
592
591
  images: [{
593
592
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
594
593
  }],
@@ -1361,7 +1360,6 @@ const asset_list = {
1361
1360
  logo_URIs: {
1362
1361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1363
1362
  },
1364
- coingecko_id: 'e-money-eur',
1365
1363
  images: [{
1366
1364
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1367
1365
  }],
@@ -1607,7 +1605,6 @@ const asset_list = {
1607
1605
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
1608
1606
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
1609
1607
  },
1610
- coingecko_id: 'white-whale',
1611
1608
  images: [{
1612
1609
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
1613
1610
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
@@ -3372,7 +3369,6 @@ const asset_list = {
3372
3369
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
3373
3370
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
3374
3371
  },
3375
- coingecko_id: 'white-whale',
3376
3372
  images: [{
3377
3373
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
3378
3374
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
package/assets.js CHANGED
@@ -168,7 +168,6 @@ const assets = {
168
168
  logo_URIs: {
169
169
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
170
170
  },
171
- coingecko_id: 'racoon',
172
171
  images: [{
173
172
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
174
173
  }]
package/esm/asset_list.js CHANGED
@@ -586,7 +586,6 @@ const asset_list = {
586
586
  logo_URIs: {
587
587
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
588
588
  },
589
- coingecko_id: 'e-money-eur',
590
589
  images: [{
591
590
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
592
591
  }],
@@ -1359,7 +1358,6 @@ const asset_list = {
1359
1358
  logo_URIs: {
1360
1359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1361
1360
  },
1362
- coingecko_id: 'e-money-eur',
1363
1361
  images: [{
1364
1362
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png'
1365
1363
  }],
@@ -1605,7 +1603,6 @@ const asset_list = {
1605
1603
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
1606
1604
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
1607
1605
  },
1608
- coingecko_id: 'white-whale',
1609
1606
  images: [{
1610
1607
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
1611
1608
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
@@ -3370,7 +3367,6 @@ const asset_list = {
3370
3367
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
3371
3368
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
3372
3369
  },
3373
- coingecko_id: 'white-whale',
3374
3370
  images: [{
3375
3371
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
3376
3372
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
package/esm/assets.js CHANGED
@@ -166,7 +166,6 @@ const assets = {
166
166
  logo_URIs: {
167
167
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
168
168
  },
169
- coingecko_id: 'racoon',
170
169
  images: [{
171
170
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png'
172
171
  }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.513",
3
+ "version": "1.70.517",
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.513"
32
+ "chain-registry": "^1.69.517"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.316"
35
+ "@chain-registry/types": "^0.50.319"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "fe4e1285e043d69a225d6866f519a49c43dd3f22"
46
+ "gitHead": "28c3f168fcd1f9fc271218d2fbe3f86ac384b42c"
47
47
  }