From 70e7e89666301d62099eb2e9f638a982f161f2e3 Mon Sep 17 00:00:00 2001 From: VGabriel45 Date: Wed, 23 Oct 2024 16:02:38 +0300 Subject: [PATCH 1/2] readme cleanup --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index e06d9f3d..adede650 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Documentation: (https://github.com/bcnmy/nexus/wiki) ## Getting Started -To kickstart, follow these steps: To kickstart, follow these steps: ### Prerequisites @@ -148,20 +147,7 @@ To generate reports of the storage layout for potential upgrades safety using `h | Auditor | Date | Final Report Link | | ---------------- | ---------- | ----------------------- | | CodeHawks-Cyfrin | 17-09-2024 | [View Report](./audits/CodeHawks-Cyfrin-17-09-2024.pdf) | -| Firm Name | DD-MM-YYYY | [View Report](./audits) | - -## 🏆 Biconomy Champions League 🏆 - -Welcome to the Champions League, a place where your contributions to Biconomy are celebrated and immortalized in our Hall of Fame. This elite group showcases individuals who have significantly advanced our mission, from enhancing code efficiency to strengthening security, and enriching our documentation. - -### Champions Roster - -| 🍊 Contributor | 🛡️ Domain | -| -------------- | ----------------- | -| @user1 | Code Optimization | -| @user2 | Security | -| @user3 | Documentation | -| ... | ... | +| Spearbit | 11-10-2024 | [View Report](./audits/report-cantinacode-biconomy-0708-final.pdf) | ### Entering the League From 1a81d3dfabb3766c1aab935c291e81ad52888574 Mon Sep 17 00:00:00 2001 From: VGabriel45 Date: Wed, 23 Oct 2024 16:46:44 +0300 Subject: [PATCH 2/2] fix: linting --- test/hardhat/smart-account/Nexus.Basics.specs.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/hardhat/smart-account/Nexus.Basics.specs.ts b/test/hardhat/smart-account/Nexus.Basics.specs.ts index 3735ea07..76cb3b0b 100644 --- a/test/hardhat/smart-account/Nexus.Basics.specs.ts +++ b/test/hardhat/smart-account/Nexus.Basics.specs.ts @@ -133,9 +133,7 @@ describe("Nexus Basic Specs", function () { describe("Smart Account Basics", function () { it("Should correctly return the Nexus's ID", async function () { - expect(await smartAccount.accountId()).to.equal( - "biconomy.nexus.1.0.0", - ); + expect(await smartAccount.accountId()).to.equal("biconomy.nexus.1.0.0"); }); it("Should get implementation address of smart account", async () => {