Skip to content

Commit

Permalink
fix: static loading of mnemonic (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Nov 18, 2024
1 parent 6665b33 commit b73b9ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.11

require (
github.com/Layr-Labs/bn254-keystore-go v0.0.0-20241007185542-1a1ca1c72eb4
github.com/Layr-Labs/bn254-keystore-go v0.0.0-20241118175331-3ceaf682f032
github.com/Layr-Labs/cerberus-api v0.0.1
github.com/consensys/gnark-crypto v0.12.1
github.com/prometheus/client_golang v1.20.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Layr-Labs/bn254-keystore-go v0.0.0-20241007185542-1a1ca1c72eb4 h1:0EigmyPWUGcKhbaRtuJV1XdAzlS/qwpgHf0oUhq+r7s=
github.com/Layr-Labs/bn254-keystore-go v0.0.0-20241007185542-1a1ca1c72eb4/go.mod h1:7J8hptSX8cFq7KmVb+rEO5aEifj7E44c3i0afIyr4WA=
github.com/Layr-Labs/bn254-keystore-go v0.0.0-20241118175331-3ceaf682f032 h1:nKNJmoEB1+S1H09EsJuo8A2IXeFIg5tsGVK3UB6Qefo=
github.com/Layr-Labs/bn254-keystore-go v0.0.0-20241118175331-3ceaf682f032/go.mod h1:7J8hptSX8cFq7KmVb+rEO5aEifj7E44c3i0afIyr4WA=
github.com/Layr-Labs/cerberus-api v0.0.1 h1:MSLVdxtRS1qnwLks3COnnUw/M3tjLGtbSGaLde86HRg=
github.com/Layr-Labs/cerberus-api v0.0.1/go.mod h1:Lm4fhzy0S3P7GjerzuseGaBFVczsIKmEhIjcT52Hluo=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit b73b9ec

Please sign in to comment.