This commit is contained in:
Adrian Brzeziński 2023-01-09 14:14:22 +01:00
parent cd2597e26a
commit 3553ae03e6
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const fetchMangoRoutes = async (
}).toString()
const response = await fetch(
`${MANGO_ROUTER_API_URL}/swap?wallet=Bz9thGbRRfwq3EFtFtSKZYnnXio5LXDaRgJDh3NrMAGT&${paramsString}`
`${MANGO_ROUTER_API_URL}/swap?wallet=1111111111111111111111111111111111111111111&${paramsString}`
)
const res = await response.json()