Skip to content

Commit

Permalink
Add camelot deployment on gravity (v2 and v3 factories) (#11921)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin authored Oct 16, 2024
1 parent 7e1f34e commit cf57538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/camelot-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const export2 = uniV3Export({
sanko: { factory: '0xcF8d0723e69c6215523253a190eB9Bc3f68E0FFa', fromBlock: 51, isAlgebra: true},
arbitrum: { factory: '0xd490f2f6990c0291597fd1247651b4e0dcf684dd', fromBlock: 75633510, isAlgebra: true, },
reya: { factory: '0x10aA510d94E094Bd643677bd2964c3EE085Daffc', fromBlock: 2932166, isAlgebra: true, },
gravity: { factory: '0x10aA510d94E094Bd643677bd2964c3EE085Daffc', fromBlock: 11988, isAlgebra: true, },
})

module.exports = mergeExports([export1, export2 ])
3 changes: 3 additions & 0 deletions projects/camelot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ module.exports = {
},
reya: {
tvl: getUniTVL({factory: '0x7d8c6B58BA2d40FC6E34C25f9A488067Fe0D2dB4', useDefaultCoreAssets: true})
},
gravity: {
tvl: getUniTVL({factory: '0x7d8c6B58BA2d40FC6E34C25f9A488067Fe0D2dB4', useDefaultCoreAssets: true})
}
};

0 comments on commit cf57538

Please sign in to comment.