Skip to content

Commit

Permalink
Forgot to add the interest stuff to the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Shadowbroker committed Oct 2, 2019
1 parent 183955a commit 65972c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions svc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 65972c5

Please sign in to comment.