Skip to content

Commit

Permalink
docs: sligthly improve natspec in state interface
Browse files Browse the repository at this point in the history
chore: update .env.example file
  • Loading branch information
andreivladbrg committed Apr 9, 2024
1 parent 29c1695 commit 191d23f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
32 changes: 7 additions & 25 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
# Run `cp .env.example .env` command to create your .env file

# General
export API_KEY_INFURA="YOUR_INFURA_KEY"
export API_KEY_INFURA="YOUR_API_KEY_INFURA"
export EOA="YOUR_EOA_ADDRESS"
export FOUNDRY_PROFILE="lite"
export MNEMONIC="YOUR_MNEMONIC"

# RPC URLs
export ARBITRUM_RPC_URL="YOUR_RPC_URL"
export AVALANCHE_RPC_URL="YOUR_RPC_URL"
export BASE_RPC_URL="YOUR_RPC_URL"
export BINANCE_RPC_URL="YOUR_RPC_URL"
export GNOSIS_RPC_URL="YOUR_RPC_URL"
export MAINNET_RPC_URL="YOUR_RPC_URL"
export OPTIMISM_RPC_URL="YOUR_RPC_URL"
export POLYGON_RPC_URL="YOUR_RPC_URL"
export SCROLL_RPC_URL="YOUR_RPC_URL"

# Etherscan API keys
export ARBISCAN_API_KEY="YOUR_API_KEY"
export BASESCAN_API_KEY="YOUR_API_KEY"
export BSCSCAN_API_KEY="YOUR_API_KEY"
export ETHERSCAN_API_KEY="YOUR_API_KEY"
export GNOSISSCAN_API_KEY="YOUR_API_KEY"
export OPTIMISTIC_API_KEY="YOUR_API_KEY"
export POLYGONSCAN_API_KEY="YOUR_API_KEY"
export SCROLL_API_KEY="YOUR_API_KEY"
export SNOWTRACE_API_KEY="YOUR_API_KEY"
export RPC_URL_MAINNET="YOUR_RPC_URL_MAINNET"
export SPHINX_API_KEY="YOUR_API_KEY"
export SPHINX_ORG_ID="YOUR_ORG_ID"
export SPHINX_PROJECT_NAME="YOUR_PROJECT_NAME"
2 changes: 1 addition & 1 deletion src/interfaces/ISablierV2OpenEndedState.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OpenEnded } from "../types/DataTypes.sol";

/// @title ISablierV2OpenEndedState
/// @notice State variables, storage and constants, for the {SablierV2OpenEnded} contract, and their respective getters.
/// @dev This contract includes relevant modifiers and helper functions.
/// @dev This contract includes helpful modifiers and helper functions.
interface ISablierV2OpenEndedState {
/*//////////////////////////////////////////////////////////////////////////
CONSTANT FUNCTIONS
Expand Down

0 comments on commit 191d23f

Please sign in to comment.