@chain-registry/juno 1.70.127 → 1.70.128

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 +23 -1
  2. package/esm/assets.js +23 -1
  3. package/package.json +4 -4
package/assets.js CHANGED
@@ -74,7 +74,8 @@ const assets = {
74
74
  logo_URIs: {
75
75
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
76
76
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
77
- }
77
+ },
78
+ coingecko_id: 'cosmos'
78
79
  },
79
80
  {
80
81
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -2156,6 +2157,27 @@ const assets = {
2156
2157
  primary_color_hex: '#1c1c1c'
2157
2158
  }
2158
2159
  }]
2160
+ },
2161
+ {
2162
+ description: 'Staking coin of Emporion',
2163
+ denom_units: [{
2164
+ denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2165
+ exponent: 0
2166
+ }, {
2167
+ denom: 'EMPR',
2168
+ exponent: 6
2169
+ }],
2170
+ base: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2171
+ name: 'EMPR',
2172
+ display: 'EMPR',
2173
+ symbol: 'EMPR',
2174
+ logo_URIs: {
2175
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2176
+ },
2177
+ images: [{
2178
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2179
+ }],
2180
+ type_asset: 'sdk.coin'
2159
2181
  }
2160
2182
  ]
2161
2183
  };
package/esm/assets.js CHANGED
@@ -72,7 +72,8 @@ const assets = {
72
72
  logo_URIs: {
73
73
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
74
74
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
75
- }
75
+ },
76
+ coingecko_id: 'cosmos'
76
77
  },
77
78
  {
78
79
  description: 'The native token cw20 for Neta on Juno Chain',
@@ -2154,6 +2155,27 @@ const assets = {
2154
2155
  primary_color_hex: '#1c1c1c'
2155
2156
  }
2156
2157
  }]
2158
+ },
2159
+ {
2160
+ description: 'Staking coin of Emporion',
2161
+ denom_units: [{
2162
+ denom: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2163
+ exponent: 0
2164
+ }, {
2165
+ denom: 'EMPR',
2166
+ exponent: 6
2167
+ }],
2168
+ base: 'factory/juno1zjqsel42pj5e6wvxxw7hjs9gn06yqz4m3ffyua3x2v44m4l8trjsr92q9s/empr',
2169
+ name: 'EMPR',
2170
+ display: 'EMPR',
2171
+ symbol: 'EMPR',
2172
+ logo_URIs: {
2173
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2174
+ },
2175
+ images: [{
2176
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/empr.png'
2177
+ }],
2178
+ type_asset: 'sdk.coin'
2157
2179
  }
2158
2180
  ]
2159
2181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.127",
3
+ "version": "1.70.128",
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.127"
32
+ "chain-registry": "^1.69.128"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.75"
35
+ "@chain-registry/types": "^0.50.76"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "0e3cd21846c4d0b2d2bb656e6bad9eb01c444af9"
46
+ "gitHead": "98753fffbbe6683383e0f3d83c9f66f2c5ca6f14"
47
47
  }