Skip to content

Commit

Permalink
Merge pull request #209 from bcnmy/fix/readme
Browse files Browse the repository at this point in the history
fix/readme cleanup
  • Loading branch information
livingrockrises authored Oct 23, 2024
2 parents 9e7f3ab + 1a81d3d commit d64df5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Documentation: (https://github.com/bcnmy/nexus/wiki)

## Getting Started

To kickstart, follow these steps:
To kickstart, follow these steps:

### Prerequisites
Expand Down Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions test/hardhat/smart-account/Nexus.Basics.specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit d64df5c

Please sign in to comment.