Skip to content

Commit

Permalink
Changed to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Mar 3, 2025
1 parent 958cf06 commit b1a9ef2
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 8,562 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

# Step 5: Install Node.js dependencies
- name: Install Node Dependencies
run: yarn install
run: bun install

# Step 6: Generate ABI from contracts
- name: Generate ABI
run: yarn abi:generate

# Step 7: Generate TypeScript bindings from ABI
- name: Generate TypeScript Bindings
run: yarn typechain
run: bun typechain

# Step 8: Checkout the lifi-contract-types repository
- name: Checkout lifi-contract-types Repository
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ Make sure to copy `.env.example` to `.env` and fill out the missing values. Test
### INSTALL<a name="install"></a>

```bash
yarn
bun i
```

### TEST<a name="test"></a>

```bash
yarn test
bun run test
```

### TEST With Foundry/Forge<a name="foundry-forge"></a>
Expand All @@ -206,7 +206,7 @@ forge install
Run tests

```
yarn test
bun run test
```

### Adding a New Bridge<a name="new-bridge"></a>
Expand Down
Loading

0 comments on commit b1a9ef2

Please sign in to comment.