-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
effort: lowEasy or tiny task that takes less than a day.Easy or tiny task that takes less than a day.priority: 1This is important. It should be dealt with shortly.This is important. It should be dealt with shortly.type: featureNew feature or request.New feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.Sense-categorize-respond. The relationship between cause and effect is clear.
Description
We might need to change code of salt generation in
evm-utils/src/tests/BaseScript.sol
Lines 78 to 82 in cc3a85c
function constructCreate2Salt() public view virtual returns (bytes32) { | |
string memory chainIdStr = vm.toString(chainId); | |
string memory version = getVersion(); | |
string memory create2Salt = string.concat("ChainID ", chainIdStr, ", Version ", version); | |
return bytes32(abi.encodePacked(create2Salt)); |
andreivladbrg
Metadata
Metadata
Assignees
Labels
effort: lowEasy or tiny task that takes less than a day.Easy or tiny task that takes less than a day.priority: 1This is important. It should be dealt with shortly.This is important. It should be dealt with shortly.type: featureNew feature or request.New feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.Sense-categorize-respond. The relationship between cause and effect is clear.