Skip to content

Commit 623096f

Browse files
committed
feat: add linea
1 parent 4dc7268 commit 623096f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/config/chainConfigs.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import {
1616
swellchain,
1717
tac,
1818
unichain,
19+
linea,
1920
} from "viem/chains";
2021

2122
import { fallbackAssets } from "./fallbackAssets";
@@ -288,4 +289,12 @@ export const chainConfigs: Record<number, CheckConfig> = {
288289
...defaultBounds,
289290
...getAddressesForChain(plasma.id),
290291
},
292+
[linea.id]: {
293+
publicClient: getClient(plasma),
294+
metadataHashes,
295+
fallbackAssets,
296+
otherRecognizedAggregatorV3Feeds: {},
297+
...defaultBounds,
298+
...getAddressesForChain(linea.id),
299+
},
291300
};

0 commit comments

Comments
 (0)