@chain-registry/assets 1.64.2 → 1.64.3

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.
@@ -2306,7 +2306,8 @@ const assets = {
2306
2306
  display: 'jolt',
2307
2307
  symbol: 'JOLT',
2308
2308
  images: [{
2309
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
2309
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
2310
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
2310
2311
  }],
2311
2312
  coingecko_id: 'joltify',
2312
2313
  keywords: ['staking'],
@@ -4920,7 +4921,8 @@ const assets = {
4920
4921
  display: 'jolt',
4921
4922
  symbol: 'JOLT',
4922
4923
  images: [{
4923
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
4924
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
4925
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
4924
4926
  }],
4925
4927
  coingecko_id: 'joltify',
4926
4928
  keywords: ['staking'],
@@ -917,7 +917,8 @@ const assets = {
917
917
  display: 'jolt',
918
918
  symbol: 'JOLT',
919
919
  images: [{
920
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
920
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
921
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
921
922
  }],
922
923
  coingecko_id: 'joltify',
923
924
  keywords: ['staking'],
@@ -2209,7 +2210,8 @@ const assets = {
2209
2210
  display: 'jolt',
2210
2211
  symbol: 'JOLT',
2211
2212
  images: [{
2212
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
2213
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
2214
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
2213
2215
  }],
2214
2216
  coingecko_id: 'joltify',
2215
2217
  keywords: ['staking'],
@@ -2308,7 +2308,8 @@ const assets = {
2308
2308
  display: 'jolt',
2309
2309
  symbol: 'JOLT',
2310
2310
  images: [{
2311
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
2311
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
2312
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
2312
2313
  }],
2313
2314
  coingecko_id: 'joltify',
2314
2315
  keywords: ['staking'],
@@ -4922,7 +4923,8 @@ const assets = {
4922
4923
  display: 'jolt',
4923
4924
  symbol: 'JOLT',
4924
4925
  images: [{
4925
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
4926
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
4927
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
4926
4928
  }],
4927
4929
  coingecko_id: 'joltify',
4928
4930
  keywords: ['staking'],
package/mainnet/noble.js CHANGED
@@ -919,7 +919,8 @@ const assets = {
919
919
  display: 'jolt',
920
920
  symbol: 'JOLT',
921
921
  images: [{
922
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
922
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
923
924
  }],
924
925
  coingecko_id: 'joltify',
925
926
  keywords: ['staking'],
@@ -2211,7 +2212,8 @@ const assets = {
2211
2212
  display: 'jolt',
2212
2213
  symbol: 'JOLT',
2213
2214
  images: [{
2214
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png'
2215
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.png',
2216
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/joltify/images/jolt.svg'
2215
2217
  }],
2216
2218
  coingecko_id: 'joltify',
2217
2219
  keywords: ['staking'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.64.2",
3
+ "version": "1.64.3",
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.1",
33
- "chain-registry": "^1.63.2"
32
+ "@chain-registry/utils": "^1.46.2",
33
+ "chain-registry": "^1.63.3"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.45.1"
36
+ "@chain-registry/types": "^0.45.2"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "08cc7b2a36725cf0050211326cc54f7362ca6645"
46
+ "gitHead": "749273a2a1594f82108923044f719613c3a5b1a5"
47
47
  }