Skip to content

Commit

Permalink
fix: init
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAmenechi committed Sep 21, 2022
1 parent 6b87cea commit 052ca4f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
15 changes: 10 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Compiler files
cache/
out/
node_modules/
env/
tmp/
broadcast/

buffer
.DS_Store

.env
.env.local

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Dotenv file
.env
32 changes: 31 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
[submodule "lib/uniswap-v3-core"]
path = lib/uniswap-v3-core
url = https://github.com/Uniswap/v3-core
[submodule "lib/uniswap-v3-periphery"]
path = lib/uniswap-v3-periphery
url = https://github.com/Uniswap/v3-periphery
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
url = https://github.com/brockelmore/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/solmate"]
path = lib/solmate
url = https://github.com/Rari-Capital/solmate
[submodule "lib/compound-protocol"]
path = lib/compound-protocol
url = https://github.com/compound-finance/compound-protocol
[submodule "lib/conditional-tokens-contracts"]
path = lib/conditional-tokens-contracts
url = https://github.com/gnosis/conditional-tokens-contracts
[submodule "lib/conditional-tokens-market-makers"]
path = lib/conditional-tokens-market-makers
url = https://github.com/gnosis/conditional-tokens-market-makers
[submodule "lib/uniswap-v3-staker"]
path = lib/uniswap-v3-staker
url = https://github.com/Uniswap/v3-staker
[submodule "lib/fx-portal"]
path = lib/fx-portal
url = https://github.com/fx-portal/contracts
[submodule "lib/solenv"]
path = lib/solenv
url = https://github.com/memester-xyz/solenv
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Polymarket Protocol",
"name": "polymarket-ctf-exchange",
"scripts": {
"test": "forge test"
},
Expand Down

0 comments on commit 052ca4f

Please sign in to comment.