@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/asset_list.js
CHANGED
|
@@ -17020,6 +17020,9 @@ const asset_list = {
|
|
|
17020
17020
|
images: [{
|
|
17021
17021
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17022
17022
|
}],
|
|
17023
|
+
logo_URIs: {
|
|
17024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
17025
|
+
},
|
|
17023
17026
|
traces: [{
|
|
17024
17027
|
type: 'ibc-cw20',
|
|
17025
17028
|
counterparty: {
|
|
@@ -19692,6 +19695,9 @@ const asset_list = {
|
|
|
19692
19695
|
images: [{
|
|
19693
19696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19694
19697
|
}],
|
|
19698
|
+
logo_URIs: {
|
|
19699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/afa.png'
|
|
19700
|
+
},
|
|
19695
19701
|
traces: [{
|
|
19696
19702
|
type: 'ibc-cw20',
|
|
19697
19703
|
counterparty: {
|