Skip to content

Commit 57fe4a8

Browse files
committed
make gen
1 parent 128ea4c commit 57fe4a8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

cmd/loadtest/loadtest.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package loadtest
22

33
import (
44
"context"
5+
"crypto/ecdsa"
56
_ "embed"
67
"encoding/hex"
78
"encoding/json"

contracts/foundry.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"lib/openzeppelin-contracts": {
3+
"rev": "fd81a96f01cc42ef1c9a5399364968d0e07e9e90"
4+
},
5+
"lib/forge-std": {
6+
"rev": "1d9650e951204a0ddce9ff89c32f1997984cef4d"
7+
}
8+
}

0 commit comments

Comments
 (0)