Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/readme cleanup #209

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading