Skip to content

Commit 42e5454

Browse files
committed
update vela (DefiLlama#11040)
1 parent a7c02ab commit 42e5454

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

projects/vela-exchange/index.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const { graphQuery } = require('../helper/http')
55

66
const VELA = '0x088cd8f5eF3652623c22D48b1605DCfE860Cd704'
77

8-
const arbitrumEndpoint = sdk.graph.modifyEndpoint('8YXEzf1jmgVVt5d32fEo836bUzZKkCnYNcjAUXPEPhZQ')
9-
const baseEndpoint = sdk.graph.modifyEndpoint('E2kcVHn6gD2nAs6Yf7a7REsYqBp8Pk3tnWhj8WvbVBhj')
8+
const arbitrumEndpoint = 'https://api.goldsky.com/api/public/project_clu01p4nr68r301pze2tj4sh7/subgraphs/vela-arbitrum/mainnet/gn'
9+
const baseEndpoint = 'https://api.goldsky.com/api/public/project_clu01p4nr68r301pze2tj4sh7/subgraphs/vela-base/mainnet/gn'
1010

1111
async function velaStaking(api, endpoint) {
1212
const query = `
@@ -28,7 +28,7 @@ async function velaStaking(api, endpoint) {
2828
module.exports = {
2929
methodology: "Counts USDC deposited to trade and to mint VLP. Staking counts VELA and esVELA deposited to earn esVELA",
3030
arbitrum: {
31-
tvl: staking('0xC4ABADE3a15064F9E3596943c699032748b13352', [ADDRESSES.arbitrum.USDC_CIRCLE, ADDRESSES.arbitrum.USDC]),
31+
tvl: staking('0xC4ABADE3a15064F9E3596943c699032748b13352', [ADDRESSES.arbitrum.USDC_CIRCLE,ADDRESSES.arbitrum.USDC, "0x724dc807b04555b71ed48a6896b6f41593b8c637"]),
3232
staking: async (api) => velaStaking(api,arbitrumEndpoint)
3333
},
3434
base: {
@@ -38,6 +38,7 @@ module.exports = {
3838
},
3939
hallmarks: [
4040
[Math.floor(new Date('2023-04-13') / 1e3), 'Refunded tokens to VLP holders & traders'],
41-
[1693926000, 'Launched on Base Chain']
41+
[1693926000, 'Launched on Base Chain'],
42+
[1721314800, 'Implemented Aave VLP supply integration']
4243
],
4344
}

0 commit comments

Comments
 (0)