Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOneTony committed Nov 23, 2023
1 parent f782fc2 commit 561c036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"author": "Wonderland",
"scripts": {
"anvil:mainnet": "anvil -f --port 8545 https://eth.llamarpc.com --fork-block-number 18621047 --chain-id 1",
"anvil:mainnet": "anvil --port 8545 -f https://eth.llamarpc.com --fork-block-number 18621047 --chain-id 1",
"anvil:optimism": "anvil --port 9545 -f https://mainnet.optimism.io --fork-block-number 112491451 --chain-id 10",
"build": "forge build",
"build:optimized": "FOUNDRY_PROFILE=optimized forge build",
Expand Down

0 comments on commit 561c036

Please sign in to comment.