Skip to content

Commit

Permalink
feat: baseTokens & chainIds (#43)
Browse files Browse the repository at this point in the history
# 🤖 Linear

Closes ZKS-151 ZKS-152

## Description

- `getBaseTokens`
- `getChainIds`
- Removed `bridgehubAddress` & `sharedBridgeAddress` from
`shared/constants.ts`
- Add `bridgehubAddress` , `sharedBridgeAddress` &
`stateTransitionManagerAddress` as parameters for `L1MetricsService`
  • Loading branch information
0xkenj1 authored Aug 12, 2024
1 parent 427d1f4 commit d760463
Show file tree
Hide file tree
Showing 12 changed files with 1,712 additions and 194 deletions.
1 change: 1 addition & 0 deletions libs/metrics/src/l1/abis/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./bridgeHub.abi";
export * from "./diamondProxy.abi";
export * from "./sharedBridge.abi";
export * from "./stateTransitionManager.abi";
Loading

0 comments on commit d760463

Please sign in to comment.