Skip to content

Commit

Permalink
docs: add plugins to features list in readme (trufflesuite#4519)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch authored and Dargon789 committed Sep 8, 2023
1 parent 4b4f921 commit 990ba70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"folders": [
{
"path": "../../../../../../.."
},
{
"name": "Uniswap-V3",
"path": "../../../../../../../../../../IDEAGA~1/AppData/Local/Temp/contracts/Uniswap-V3"
}
],
"settings": {
"solidity.formatter": "forge",
"solidity.defaultCompiler": "localNodeModule"
}
}
1 change: 1 addition & 0 deletions packages/ganache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Ganache is an Ethereum simulator that makes developing Ethereum applications fas
- Listens for JSON-RPC 2.0 requests over HTTP/WebSockets
- Programmatic use in Node.js
- Pending Transactions
- <a href="https://github.com/trufflesuite/ganache/tree/develop/packages/flavor#readme">Flavors</a> (aka Plugins), like <a href="https://github.com/trufflesuite/ganache-plugin-filecoin/tree/main/packages/filecoin#readme">Filecoin</a>

## Getting Started

Expand Down

0 comments on commit 990ba70

Please sign in to comment.