# These are the list of coin baskets names = ["blue_chip","new_crypto_stars","defi_10", "smart_contract_pf","web_3","best_exchange","nft","raging_bulls","vc_6"] blue_chip = dict(components = ["btc","eth","bnb","ada","xrp"], weights = [50, 33.68, 6.32,5,5]) new_crypto_stars = dict(components = ["doge","dot","uni","bch","link","ltc","sol","matic","theta","vet"], weights = [23.39,15.28,11.09,9.08,8.55,8.47,8.2,5.94,5,5]) defi_10 = dict(components = ["uni","luna","aave","cake","mkr","comp","rune","yfi","snx","sushi"], weights = [34.21,12.66,11.04,8.89,7.54,5.66,5,5,5,5]) smart_contract_pf = dict(components = ["eth","ada","dot","sol","etc","vet","icp"], weights =[50,17.28,6.36,11.36,5,5,5]) web_3 = dict(components = ["link","fil","grt","stx","hnt","sc"], weights = [45.38,22.67,13.75,7.74,5.46,5]) best_exchange = dict(components = ["bnb","ftt","uni","cake","rune","sushi"], weights = [25,25,12.5,12.5,12.5,12.5]) nft = dict(components = ["theta","axs","chz","enj","mana","sand"], weights = [16.67,16.67,16.67,16.67,16.66,16.66]) raging_bulls = dict(components = ["axs","sand","qnt","luna","flow","stx","snx","ankr","ftt","lsk"], weights = [10,10,10,10,10,10,10,10,10,2.]) vc_6 = dict(components = ["dot","luna","near","rose","sol","keep"], weights = [16.67,16.67,16.67,16.67,16.66,16.66])