Skip to content

Commit

Permalink
refactor: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
nicetomeetyou1 committed Dec 26, 2024
1 parent 457e6a2 commit 91c7b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/scallop-lend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const utils = require('../utils')

const baseUrl = 'https://sdk.api.scallop.io/api';
const marketEndpoint = `${baseUrl}/market/migrate`;
const spoolsEndpoint = `${baseUrl}/spools`;
const spoolsEndpoint = `${baseUrl}/spools/migrate`;
const borrowIncentiveEndpoint = `${baseUrl}/borrowIncentivePools`;

const main = async () => {
Expand Down

0 comments on commit 91c7b75

Please sign in to comment.