Skip to content

Commit ff944c7

Browse files
committed
Add arbitrum one-way lending deployment
1 parent 0af3302 commit ff944c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

constants/configs/configs.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,13 @@ const configs = {
255255
]),
256256
DISABLED_POOLS_ADDRESSES: [].map(lc),
257257
graphEndpoint: 'https://api.thegraph.com/subgraphs/name/convex-community/volume-arbitrum',
258+
lendingVaultsBaseUrl: 'https://lend.curve.fi/#/arbitrum/markets/',
259+
lendingVaultRegistries: {
260+
oneway: '0xcaEC110C784c9DF37240a8Ce096D352A75922DeA',
261+
},
262+
lendingVaultRegistriesUrlFragments: {
263+
oneway: 'one-way-market', // e.g. https://lend.curve.fi/#/arbitrum/markets/one-way-market-3/vault/deposit
264+
},
258265
},
259266
avalanche: {
260267
poolsBaseUrlOld: 'https://avax.curve.fi/',

0 commit comments

Comments
 (0)