We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f82512 commit ddb24b6Copy full SHA for ddb24b6
src/swapService/config/index.ts
@@ -3,10 +3,12 @@ import type { RoutingConfig } from "../interface"
3
import baseRoutingConfig from "./base"
4
import defaultRoutingConfig from "./default"
5
import mainnetRoutingConfig from "./mainnet"
6
+import swellRoutingConfig from "./swell"
7
8
const routingConfig: RoutingConfig = {
9
[mainnet.id]: mainnetRoutingConfig,
10
[base.id]: baseRoutingConfig,
11
+ [1923]: swellRoutingConfig,
12
}
13
14
export const getRoutingConfig = (chainId: number) => {
0 commit comments