Skip to content

Commit

Permalink
Setup @viem/anvil for automatic fork setup
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Oct 18, 2023
1 parent ac375de commit cb58df9
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 1,848 deletions.
2 changes: 1 addition & 1 deletion .changeset/large-socks-exist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- Add join/exit pool support (non-nested pools)
- Weighted pool type
- Uses balancerHelpers to query amounts in/out rather than relying on specific pool math and associated data
- Integration tests run against local hardhat fork
- Integration tests run against local viem fork
12 changes: 0 additions & 12 deletions hardhat.config.ts

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"test:ci": "vitest run",
"changeset": "changeset",
"changeset:release": "pnpm build && changeset publish",
"node": "anvil --fork-url $(. ./.env && echo $ETHEREUM_RPC_URL)"
},
"dependencies": {
"async-retry": "^1.3.3",
Expand All @@ -35,11 +34,10 @@
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/async-retry": "^1.4.4",
"@types/node": "^18.11.18",
"@viem/anvil": "^0.0.6",
"dotenv": "^16.0.3",
"hardhat": "^2.17.2",
"pino-pretty": "^10.0.0",
"rome": "12.1.3",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit cb58df9

Please sign in to comment.