19 Allocate

#for (i in 1:nrow(final_allocations_data)){
#  # open allocationmnbgfd
#  run_indexer_command(paste0("graph indexer allocations create ",final_allocations_data[i,]$deployment, " arbitrum-one ",final_allocations_data[i,]$new_allocation))
#  # print update
#  print(paste0("Allocated to ", final_allocations_data[i,]$deployment, " - ", final_allocations_data[i,]$new_allocation, ' GRT' ))
#}
#
#print('Finished!')
save.image('/root/github/indexer_analytics_tutorial/data/chapters_snapshots/11-allocate.RData')