Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dovgopoly committed Dec 9, 2024
1 parent 562ec17 commit 5f44a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const config: HardhatUserConfig = {
gasReporter: {
currency: "USD",
gasPrice: 50,
enabled: true,
enabled: false,
reportPureAndViewMethods: true,
coinmarketcap: `${process.env.COINMARKETCAP_KEY}`,
},
Expand Down
2 changes: 1 addition & 1 deletion test/libs/crypto/ECDSA384.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe("ECDSA384", () => {
});
});

describe.only("brainpoolP384r1", () => {
describe("brainpoolP384r1", () => {
const signature =
"0x42d803dcea3f9809cda4ce5a541d969dbeacd6ab7bef7788db1e4a00dac3ae87c1c241c24bb39e041725e607718fc322306b08967b56e4e49d7c9afc48833f580ac9b49cdcec0962d564f89a8f0b57a9742573ebcbe709869253e8b466cb33be";
const pubKey =
Expand Down

0 comments on commit 5f44a5f

Please sign in to comment.