Skip to content

Commit

Permalink
misc: updates git submodules
Browse files Browse the repository at this point in the history
Openzeppelin dependency is removed.
  • Loading branch information
scnale committed Jan 22, 2025
1 parent d3570dd commit 8b65d20
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "evm/lib/forge-std"]
path = evm/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "evm/lib/openzeppelin-contracts"]
path = evm/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "evm/lib/permit2"]
path = evm/lib/permit2
url = https://github.com/Uniswap/permit2
Expand Down
1 change: 0 additions & 1 deletion evm/lib/openzeppelin-contracts
Submodule openzeppelin-contracts deleted from dc44c9
2 changes: 1 addition & 1 deletion evm/lib/wormhole-solidity-sdk
2 changes: 1 addition & 1 deletion evm/src/assets/TbrUser.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {fromUniversalAddress, reRevert} from "wormhole-sdk/Utils.sol";
import {FREE_MEMORY_PTR} from "wormhole-sdk/constants/Common.sol";
import {IWETH} from "wormhole-sdk/interfaces/token/IWETH.sol";
import {IERC20Metadata} from "wormhole-sdk/interfaces/token/IERC20Metadata.sol";
import {IERC20Permit} from "wormhole-sdk/interfaces/token/IERC20Permit.sol";
import {SafeERC20} from "wormhole-sdk/libraries/SafeERC20.sol";
import {IERC20Permit} from "@openzeppelin/token/ERC20/extensions/IERC20Permit.sol";
import {ISignatureTransfer, IAllowanceTransfer} from "permit2/IPermit2.sol";
import {TRANSFER_TOKEN_WITH_RELAY_ID, TRANSFER_GAS_TOKEN_WITH_RELAY_ID, COMPLETE_TRANSFER_ID, RELAY_FEE_ID, BASE_RELAYING_CONFIG_ID, APPROVE_TOKEN_ID} from "./TbrIds.sol";
import {TbrBase, InvalidCommand} from "./TbrBase.sol";
Expand Down
2 changes: 1 addition & 1 deletion lib/relayer-infra-contracts

0 comments on commit 8b65d20

Please sign in to comment.