Skip to content

Commit

Permalink
nits: add fetch polyfill; prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Sep 18, 2023
1 parent d9b9252 commit 12001fa
Show file tree
Hide file tree
Showing 7 changed files with 1,214 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .github/actions/js-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ runs:
- name: Install dependencies
run: pnpm install -r --frozen-lockfile
shell: bash

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@cb603ca0abb544f301eaed59ac0baf579aa6aecf
1 change: 1 addition & 0 deletions packages/ethers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ main().catch((error) => {
```

## Testing (Local)

See `.env.example` to get your local testing environment right. Run `pnpm jest` to run the tests.

## More examples
Expand Down
1 change: 1 addition & 0 deletions packages/viem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ main().catch((error) => {
```

## Testing (Local)

See `.env.example` to get your local testing environment right. In order to run the tests, run an Anvil node in one shell (via `pnpm anvil`), and run `pnpm jest` in another.

## See also
Expand Down
3 changes: 2 additions & 1 deletion packages/viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
"viem": "^1.10.0"
},
"dependencies": {
"@turnkey/http": "workspace:*",
"@turnkey/api-key-stamper": "workspace:*",
"@turnkey/http": "workspace:*",
"cross-fetch": "^4.0.0",
"typescript": "5.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 12001fa

Please sign in to comment.