Skip to content

Commit ff2aeb7

Browse files
authored
feat: add aevo staking details (#15947)
1 parent ab01ef2 commit ff2aeb7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects/aevo-xyz/index.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const ADDRESSES = require('../helper/coreAssets.json')
22
const { sumTokensExport } = require("../helper/unwrapLPs");
3+
const { staking } = require('../helper/staking')
34

45
module.exports = {
56
ethereum: {
@@ -18,7 +19,12 @@ module.exports = {
1819
ADDRESSES.ethereum.STETH,
1920
ADDRESSES.ethereum.SDAI,
2021
]
21-
})
22+
}),
23+
staking: staking("0x38913051E01D4F6910cB66bB9aC3cb77D746Ad81",
24+
["0x6123b0049f904d730db3c36a31167d9d4121fa6b", //RBN
25+
"0xb528edbef013aff855ac3c50b381f253af13b997" //AEVO
26+
]
27+
)
2228
},
2329
arbitrum: {
2430
tvl: sumTokensExport({

0 commit comments

Comments
 (0)