Skip to content

Commit

Permalink
fix: contract call endpoint (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addminus authored Aug 4, 2022
1 parent 0be03aa commit d21ccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ApiService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const getContractCallQuote = async (
// send request
try {
const result = await axios.post<Step>(
config.apiUrl + 'quoteContractCall',
config.apiUrl + 'quote/contractCall',
request,
{
signal: options?.signal,
Expand Down

0 comments on commit d21ccc9

Please sign in to comment.