-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zp/change ganache #51
base: main
Are you sure you want to change the base?
Conversation
20b5b4d
to
7959104
Compare
Update to handle 127.0.0.1 instead of localhost. squash
7959104
to
115f308
Compare
SonarQube Quality Gate
See analysis details on SonarQube Fix issues before they fail your Quality Gate with |
@@ -588,6 +588,8 @@ return Functions.encodeString(escape("$hello*world?")); | |||
**_NOTE:_** The `simulateScript` function is a debugging tool and hence is not a perfect representation of the actual Chainlink oracle execution environment. Therefore, it is important to make a Functions request on a supported testnet blockchain before mainnet usage. | |||
|
|||
### Local Functions Testnet | |||
> **Note** | |||
> Anvil is required to use `localFunctionsTestnet`. Please refer to the [foundry book](https://book.getfoundry.sh) for Anvil [installation instructions](https://book.getfoundry.sh/getting-started/installation). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zeuslawyer So there is no way to make this work without users installing Anvil manually first? If so, then IMO we should just keep using Ganache until we have a better solution. This is very inconvenient for devs and Ganache still works fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inclined to agree @KuphJr !
No description provided.