@chain-registry/juno 1.64.38 → 1.64.40

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.
Files changed (3) hide show
  1. package/assets.js +20 -0
  2. package/esm/assets.js +20 -0
  3. package/package.json +4 -4
package/assets.js CHANGED
@@ -2077,6 +2077,26 @@ const assets = {
2077
2077
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
2078
2078
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
2079
2079
  }
2080
+ },
2081
+ {
2082
+ description: 'ashWIND',
2083
+ denom_units: [{
2084
+ denom: 'factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash',
2085
+ exponent: 0
2086
+ }, {
2087
+ denom: 'ashWIND',
2088
+ exponent: 6
2089
+ }],
2090
+ base: 'factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash',
2091
+ name: 'ashWIND',
2092
+ display: 'ashWIND',
2093
+ symbol: 'ashWIND',
2094
+ logo_URIs: {
2095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
2096
+ },
2097
+ images: [{
2098
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
2099
+ }]
2080
2100
  }
2081
2101
  ]
2082
2102
  };
package/esm/assets.js CHANGED
@@ -2075,6 +2075,26 @@ const assets = {
2075
2075
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
2076
2076
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
2077
2077
  }
2078
+ },
2079
+ {
2080
+ description: 'ashWIND',
2081
+ denom_units: [{
2082
+ denom: 'factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash',
2083
+ exponent: 0
2084
+ }, {
2085
+ denom: 'ashWIND',
2086
+ exponent: 6
2087
+ }],
2088
+ base: 'factory/juno16uprl38e4ljj5ctuha9ehpvp2l93z3d5jmwj2cttt6jkhlrhscpqgglalk/wind.ash',
2089
+ name: 'ashWIND',
2090
+ display: 'ashWIND',
2091
+ symbol: 'ashWIND',
2092
+ logo_URIs: {
2093
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
2094
+ },
2095
+ images: [{
2096
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
2097
+ }]
2078
2098
  }
2079
2099
  ]
2080
2100
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.64.38",
3
+ "version": "1.64.40",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.63.38"
32
+ "chain-registry": "^1.63.40"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.45.31"
35
+ "@chain-registry/types": "^0.45.33"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "7aee90f607a93a0cad13283316d1f17fd29bfafb"
46
+ "gitHead": "011caf534e9b49104ec5f8f0a20eb846d5820956"
47
47
  }