Skip to content

Commit

Permalink
Update crowdloan funds url
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Oct 19, 2023
1 parent 16fd194 commit e7087c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension-base/src/koni/api/dotsama/crowdloan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export type CrowdloanFundInfo = _CrowdloanFund & {
}

const getOnlineFundList = (async () => {
const request = await axios.get<CrowdloanFundInfo[]>('https://content.subwallet.app/api/list/crowdloan-fund');
const request = await axios.get<CrowdloanFundInfo[]>('https://static-data.subwallet.app/crowdloan-funds/list.json');

return request.data;
})();
Expand Down

0 comments on commit e7087c8

Please sign in to comment.