@chain-registry/juno 1.70.301 → 1.70.303

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/chain.js CHANGED
@@ -274,10 +274,7 @@ const chain = {
274
274
  ],
275
275
  images: [{
276
276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
277
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg',
278
- theme: {
279
- primary_color_hex: '#fa7b7b'
280
- }
277
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
281
278
  }]
282
279
  };
283
280
  exports.default = chain;