chore: Write encoding rust calldata to file and read in solidity test
This way we can automatically replace the calldata when something changes. We don't need to manually replace the string ourselves. --- don't change below this line --- ENG-4453 Took 3 hours 26 minutes
This commit is contained in:
@@ -7,6 +7,7 @@ evm_version = 'cancun'
|
||||
optimizer = true
|
||||
optimizer_runs = 200
|
||||
via_ir = true
|
||||
fs_permissions = [{ access = "read", path = "./test/assets" }]
|
||||
|
||||
[profile.production]
|
||||
src = 'src'
|
||||
@@ -21,6 +22,5 @@ via_ir = true
|
||||
[rpc_endpoints]
|
||||
mainnet = "${RPC_URL}"
|
||||
|
||||
|
||||
[fmt]
|
||||
line_length = 80
|
||||
Reference in New Issue
Block a user