Commit 15345690 authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

add reducer path to routing api (#2541)

parent 3e36281f
...@@ -5,6 +5,7 @@ import qs from 'qs' ...@@ -5,6 +5,7 @@ import qs from 'qs'
import { GetQuoteResult } from './types' import { GetQuoteResult } from './types'
export const routingApi = createApi({ export const routingApi = createApi({
reducerPath: 'routingApi',
baseQuery: fetchBaseQuery({ baseQuery: fetchBaseQuery({
baseUrl: 'https://api.uniswap.org/v1/', baseUrl: 'https://api.uniswap.org/v1/',
}), }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment