Skip to content

Commit 8bfd133

Browse files
committed
fix import
Signed-off-by: nicholaspai <[email protected]>
1 parent 786ffb9 commit 8bfd133

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contracts/handlers/HypercoreDepositorHandler.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import "../interfaces/SpokePoolMessageHandler.sol";
55
import "@openzeppelin/contracts-v4/token/ERC20/IERC20.sol";
66
import "@openzeppelin/contracts-v4/token/ERC20/utils/SafeERC20.sol";
77
import "@openzeppelin/contracts-v4/security/ReentrancyGuard.sol";
8-
import { CoreWriterLib, PrecompileLib } from "@hyper-evm-lib/src/CoreWriterLib.sol";
9-
import { HLConversions } from "@hyper-evm-lib/src/common/HLConversions.sol";
8+
import { CoreWriterLib, PrecompileLib } from "hyper-evm-lib/src/CoreWriterLib.sol";
9+
import { HLConversions } from "hyper-evm-lib/src/common/HLConversions.sol";
1010

1111
/**
1212
* @title Allows caller to bridge tokens from HyperEVM to Hypercore and send them to the end user's account

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ remappings = [
1111
"@across-protocol/=node_modules/@across-protocol/",
1212
"@ensdomains/=node_modules/@ensdomains/",
1313
"@eth-optimism/=node_modules/@eth-optimism/",
14-
"@hyper-evm-lib=node_modules/hyper-evm-lib/",
1514
"@gnosis.pm/=node_modules/@gnosis.pm/",
1615
"@maticnetwork/=node_modules/@maticnetwork/",
1716
"@matterlabs/=node_modules/@matterlabs/",
@@ -25,6 +24,7 @@ remappings = [
2524
"eth-gas-reporter/=node_modules/eth-gas-reporter/",
2625
"hardhat-deploy/=node_modules/hardhat-deploy/",
2726
"hardhat/=node_modules/hardhat/",
27+
"hyper-evm-lib=node_modules/hyper-evm-lib/",
2828
]
2929
via_ir = true
3030
optimizer_runs = 800

0 commit comments

Comments
 (0)