@chain-registry/juno 1.70.301 → 1.70.302
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 +142 -570
- package/assets.js +77 -306
- package/chain.js +1 -4
- package/esm/asset_list.js +142 -570
- package/esm/assets.js +77 -306
- package/esm/chain.js +1 -4
- package/esm/testnet_assets.js +1 -4
- package/package.json +4 -4
- package/testnet_assets.js +1 -4
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;
|