@chain-registry/osmosis 1.58.0 → 1.58.2
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 +6 -0
- package/assets.js +1110 -4
- package/esm/asset_list.js +6 -0
- package/esm/assets.js +1110 -4
- package/esm/testnet_assets.js +40 -0
- package/package.json +3 -3
- package/testnet_assets.js +40 -0
package/esm/asset_list.js
CHANGED
|
@@ -17018,6 +17018,9 @@ const asset_list = {
|
|
|
17018
17018
|
images: [{
|
|
17019
17019
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17020
17020
|
}],
|
|
17021
|
+
logo_URIs: {
|
|
17022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17023
|
+
},
|
|
17021
17024
|
traces: [{
|
|
17022
17025
|
type: 'ibc-cw20',
|
|
17023
17026
|
counterparty: {
|
|
@@ -19690,6 +19693,9 @@ const asset_list = {
|
|
|
19690
19693
|
images: [{
|
|
19691
19694
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19692
19695
|
}],
|
|
19696
|
+
logo_URIs: {
|
|
19697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19698
|
+
},
|
|
19693
19699
|
traces: [{
|
|
19694
19700
|
type: 'ibc-cw20',
|
|
19695
19701
|
counterparty: {
|