diff --git a/svc/index.js b/svc/index.js index 83614d6..d257111 100644 --- a/svc/index.js +++ b/svc/index.js @@ -12,12 +12,14 @@ config.defaults({ requestUrl: { magmaBoss: 'https://hypixel-api.inventivetalent.org/api/skyblock/bosstimer/magma/estimatedSpawn', newYear: 'https://hypixel-api.inventivetalent.org/api/skyblock/newyear/estimate', - darkAuction: 'https://hypixel-api.inventivetalent.org/api/skyblock/darkauction/estimate' + darkAuction: 'https://hypixel-api.inventivetalent.org/api/skyblock/darkauction/estimate', + interest: 'https://hypixel-api.inventivetalent.org/api/skyblock/bank/interest/estimate' }, icon: { magmaBoss: 'i30969', newYear: '29438', - darkAuction: '22961' + darkAuction: '22961', + interest: '4472' } }); config.save();