Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Effenberger committed Jul 8, 2024
0 parents commit 955b4f6
Show file tree
Hide file tree
Showing 926 changed files with 149,827 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MAINNET_RPC=
ETHERSCAN_TEST_API_URL=https://api.etherscan.io/api
ETHERSCAN_API_KEY=
BITQUERY_API_URL=https://graphql.bitquery.io
BITQUERY_API_KEY=
SIGNER_ADDRESS=
SIGNER_SECRET_KEY=
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/target
/cache
/todo
/cargo
.vscode
compiled_bytecode.txt
on_chain_bytecode.txt
**/*.swp
/*.dvf.json
.env
24 changes: 24 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[submodule "examples/permit2"]
path = examples/permit2
url = https://github.com/Uniswap/permit2.git
[submodule "tests/Contracts/lib/forge-std"]
path = tests/Contracts/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "tests/with_metadata/lib/forge-std"]
path = tests/with_metadata/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/frxETH-public"]
path = examples/frxETH-public
url = https://github.com/ritzdorf/frxETH-public.git
[submodule "examples/tokenized-aave-v3/lib/forge-std"]
path = examples/tokenized-aave-v3/lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "examples/tokenized-aave-v3/lib/openzeppelin-contracts"]
path = examples/tokenized-aave-v3/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts
[submodule "examples/tokenized-aave-v3/lib/tokenized-strategy"]
path = examples/tokenized-aave-v3/lib/tokenized-strategy
url = https://github.com/yearn/tokenized-strategy
[submodule "examples/tokenized-aave-v3/lib/tokenized-strategy-periphery"]
path = examples/tokenized-aave-v3/lib/tokenized-strategy-periphery
url = https://github.com/yearn/tokenized-strategy-periphery
Loading

0 comments on commit 955b4f6

Please sign in to comment.