add reducer path to routing api (#2541)

This commit is contained in:
Justin Domingue 2021-10-12 16:56:06 -04:00 committed by GitHub
parent 3e36281f77
commit 15345690e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@ import qs from 'qs'
import { GetQuoteResult } from './types'
export const routingApi = createApi({
reducerPath: 'routingApi',
baseQuery: fetchBaseQuery({
baseUrl: 'https://api.uniswap.org/v1/',
}),