File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import "../interfaces/SpokePoolMessageHandler.sol";
55import "@openzeppelin/contracts-v4/token/ERC20/IERC20.sol " ;
66import "@openzeppelin/contracts-v4/token/ERC20/utils/SafeERC20.sol " ;
77import "@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
Original file line number Diff line number Diff 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]
2929via_ir = true
3030optimizer_runs = 800
You can’t perform that action at this time.
0 commit comments