Skip to content

Commit

Permalink
Remove default fork url from range order
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-S-A-W committed Jan 8, 2024
1 parent 91e656e commit 64c53fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v3-sdk/range-order/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The [configuration](./src/config.ts) includes control of the environment as well

### Run your local chain

1. Run `yarn start:chain` in a separate terminal session to start up a copy of the mainnet blockchain locally
1. Run `yarn start:chain <provider_API_URL>` in a separate terminal session to start up a copy of the mainnet blockchain locally

### Setup your wallet

Expand Down
2 changes: 1 addition & 1 deletion v3-sdk/range-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "react-scripts build",
"lint": "yarn eslint .",
"install:chain": "curl -L https://foundry.paradigm.xyz | bash && clear && echo $0 | exec && foundryup",
"start:chain": "anvil --fork-url https://mainnet.infura.io/v3/0ac57a06f2994538829c14745750d721"
"start:chain": "anvil --chain-id 1 --fork-url"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 64c53fe

Please sign in to comment.