@@ -5,8 +5,8 @@ const { graphQuery } = require('../helper/http')
5
5
6
6
const VELA = '0x088cd8f5eF3652623c22D48b1605DCfE860Cd704'
7
7
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'
10
10
11
11
async function velaStaking ( api , endpoint ) {
12
12
const query = `
@@ -28,7 +28,7 @@ async function velaStaking(api, endpoint) {
28
28
module . exports = {
29
29
methodology : "Counts USDC deposited to trade and to mint VLP. Staking counts VELA and esVELA deposited to earn esVELA" ,
30
30
arbitrum : {
31
- tvl : staking ( '0xC4ABADE3a15064F9E3596943c699032748b13352' , [ ADDRESSES . arbitrum . USDC_CIRCLE , ADDRESSES . arbitrum . USDC ] ) ,
31
+ tvl : staking ( '0xC4ABADE3a15064F9E3596943c699032748b13352' , [ ADDRESSES . arbitrum . USDC_CIRCLE , ADDRESSES . arbitrum . USDC , "0x724dc807b04555b71ed48a6896b6f41593b8c637" ] ) ,
32
32
staking : async ( api ) => velaStaking ( api , arbitrumEndpoint )
33
33
} ,
34
34
base : {
@@ -38,6 +38,7 @@ module.exports = {
38
38
} ,
39
39
hallmarks : [
40
40
[ 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' ]
42
43
] ,
43
44
}
0 commit comments