Skip to content

Commit

Permalink
Merge pull request DefiLlama#1212 from sudofina/master
Browse files Browse the repository at this point in the history
Update sudo finance api url
  • Loading branch information
dtmkeng authored Feb 14, 2024
2 parents e45b98a + 10abefa commit 3328eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/sudofinance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type IUrl = {
}

const url: IUrl = {
[CHAIN.SUI]: "https://e5370tyxcb.execute-api.ap-northeast-1.amazonaws.com/volume"
[CHAIN.SUI]: "https://api.sudofinance.xyz/volume"
}

interface IVolume {
Expand Down

0 comments on commit 3328eea

Please sign in to comment.