Skip to content

Commit 829c9c4

Browse files
authored
Added Pharos to CCIP (#469)
1 parent 2d5d784 commit 829c9c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/adapters/ccip/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,10 @@ const chains = [
295295
"taiko",
296296
"x layer",
297297
"zircuit",
298-
"zora"
298+
"zora",
299+
"pharos"
299300
]
300301

301302
export const adapter: BridgeAdapter = Object.fromEntries(chains.map(chain => [chain, fetchCCIPEvents as any]));
302303

303-
export default adapter;
304+
export default adapter;

0 commit comments

Comments
 (0)