Skip to content

Commit

Permalink
Add diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcorbalan committed Sep 15, 2023
1 parent 8687db4 commit 2ae5385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# GasTank Module

![diagram](./docs/GasTank.png)

## Installation

_Having issues? See the [troubleshooting section](https://github.com/foundry-rs/foundry/blob/master/README.md#troubleshooting-installation)_.
Expand Down
Binary file added docs/GasTank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"test:mainnet": "forge test -vv --fork-url $MAINNET_RPC_URL --fork-block-number $MAINNET_FORK_NUMBER",
"test": "dotenv-run-script test:mainnet",
"deploy:goerli": "forge script script/GasTankModule.s.sol:GasTankModuleScript --rpc-url $GOERLI_RPC_URL -vvvv",
"run:deploy:goerli": "dotenv-run-script deploy:goerli"
"deploy:sepolia": "forge script script/GasTankModule.s.sol:GasTankModuleScript --rpc-url $SEPOLIA_RPC_URL -vvvv",
"run:deploy:goerli": "dotenv-run-script deploy:goerli",
"run:deploy:sepolia": "dotenv-run-script deploy:sepolia"
}
}

0 comments on commit 2ae5385

Please sign in to comment.