From 10abefa0fae9d99653160891099ef997d8b7dbf4 Mon Sep 17 00:00:00 2001 From: sudofina Date: Wed, 14 Feb 2024 00:47:53 -0500 Subject: [PATCH] Update sudo finance api url --- dexs/sudofinance/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/sudofinance/index.ts b/dexs/sudofinance/index.ts index 2244fa6345..6d76c525e2 100644 --- a/dexs/sudofinance/index.ts +++ b/dexs/sudofinance/index.ts @@ -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 {