Skip to content

Commit

Permalink
feat: merge ether solver logic with erc20 vault
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshuJalan committed Jan 31, 2025
1 parent 0c2e116 commit a292c0b
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 799 deletions.
235 changes: 0 additions & 235 deletions packages/protocol/contracts/shared/bridge/EtherBridgeWrapper.sol

This file was deleted.

1 change: 0 additions & 1 deletion packages/protocol/contracts/shared/libs/LibStrings.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ library LibStrings {
bytes32 internal constant B_BRIDGE_WATCHDOG = bytes32("bridge_watchdog");
bytes32 internal constant B_BRIDGED_ERC1155 = bytes32("bridged_erc1155");
bytes32 internal constant B_BRIDGED_ERC20 = bytes32("bridged_erc20");
bytes32 internal constant B_ETHER_BRIDGE_WRAPPER = bytes32("ether_bridge_wrapper");
bytes32 internal constant B_BRIDGED_ERC721 = bytes32("bridged_erc721");
bytes32 internal constant B_CHAIN_WATCHDOG = bytes32("chain_watchdog");
bytes32 internal constant B_ERC1155_VAULT = bytes32("erc1155_vault");
Expand Down
Loading

0 comments on commit a292c0b

Please sign in to comment.