Skip to content
Open

a #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export optimism_rpc=https://opt-kovan.g.alchemy.com/v2/EMk1K86c11t4TMlHz8S1KG8kz8vhUUSx
export alice_pk=44ce5d92047f7756a709a9dbb7a1db7241aba08d0e8ee143721e60a698a2f2eb
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
cache/
out/
2
3
4
5
6
7
9
1
3
4
3 changes: 0 additions & 3 deletions src/Stargazer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ contract Stargazer {
"INSUFFICIENT_ALLOWANCE"
);

// instead of 'amount' it's flowRate
// instead of transferFrom it's createFlowWithOperation

repo.impactToken.transferFrom(msg.sender, address(this), amount);

idaV1Lib.distribute(repo.impactToken, repo.superfluidIndex, amount);
Expand Down