Commit af59d2b9 authored by Maurelian's avatar Maurelian Committed by GitHub

ctb: Prevent calls to foundry's vm address (#10525)

parent 0ad342a3
...@@ -264,6 +264,7 @@ contract SystemConfig_Init_CustomGasToken is SystemConfig_Init { ...@@ -264,6 +264,7 @@ contract SystemConfig_Init_CustomGasToken is SystemConfig_Init {
) )
external external
{ {
vm.assume(_token != address(vm));
vm.assume(bytes(_name).length <= 32); vm.assume(bytes(_name).length <= 32);
vm.assume(bytes(_symbol).length <= 32); vm.assume(bytes(_symbol).length <= 32);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment