Skip to content

Commit

Permalink
chore(monitor): monitor l1 bridge balance (#2750)
Browse files Browse the repository at this point in the history
Monitor l1 bridge erc20 balance.

issue: none
  • Loading branch information
kevinhalliday authored Jan 7, 2025
1 parent c8565a0 commit 442040e
Show file tree
Hide file tree
Showing 6 changed files with 756 additions and 47 deletions.
3 changes: 2 additions & 1 deletion contracts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ all: install-deps build bindings allocs ## Build contracts, generate bindings an
CORE_CONTRACTS := OmniPortal FeeOracleV1 Create3 TransparentUpgradeableProxy \
Staking Slashing OmniBridgeL1 OmniBridgeNative Omni WOmni \
PortalRegistry AllocPredeploys PingPong ProxyAdmin Admin \
OmniGasPump OmniGasStation FeeOracleV2
OmniGasPump OmniGasStation FeeOracleV2 IERC20 \
node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol:IERC20

SOLVE_CONTRACTS := SolveInbox SolveOutbox MockToken MockVault

Expand Down
Loading

0 comments on commit 442040e

Please sign in to comment.