Skip to content

Commit

Permalink
adding DeltaSwapFactory to ethereum in gammaswap-deltaswap and gammas…
Browse files Browse the repository at this point in the history
…wap-v2 projects
  • Loading branch information
0xDanr committed Jun 28, 2024
1 parent 3b18ef0 commit 2ae9d7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/gammaswap-deltaswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ module.exports = {
base: {
tvl: getUniTVL({ factory: "0x9a9a171c69cc811dc6b59bb2f9990e34a22fc971", }),
},
ethereum: {
tvl: getUniTVL({ factory: "0x5fbe219e88f6c6f214ce6f5b1fcaa0294f31ae1b", }),
},
};
1 change: 1 addition & 0 deletions projects/gammaswap-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const config = {
factories: [
{ factory: '0xfd513630f697a9c1731f196185fb9eba6eaac20b', fromBlock: 19961383 },
],
deltaswapFactory: '0x5fbe219e88f6c6f214ce6f5b1fcaa0294f31ae1b'
},
}

Expand Down

0 comments on commit 2ae9d7c

Please sign in to comment.