Commit 639fe2f7 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix: add default case to switch (#5984)

parent 72cd27f0
......@@ -12,6 +12,7 @@ export function getNativeTokenDBAddress(chain: Chain): string | undefined {
case Chain.Arbitrum:
case Chain.EthereumGoerli:
case Chain.Optimism:
default:
return undefined
}
}
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