We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab01ef2 commit ff2aeb7Copy full SHA for ff2aeb7
projects/aevo-xyz/index.js
@@ -1,5 +1,6 @@
1
const ADDRESSES = require('../helper/coreAssets.json')
2
const { sumTokensExport } = require("../helper/unwrapLPs");
3
+const { staking } = require('../helper/staking')
4
5
module.exports = {
6
ethereum: {
@@ -18,7 +19,12 @@ module.exports = {
18
19
ADDRESSES.ethereum.STETH,
20
ADDRESSES.ethereum.SDAI,
21
]
- })
22
+ }),
23
+ staking: staking("0x38913051E01D4F6910cB66bB9aC3cb77D746Ad81",
24
+ ["0x6123b0049f904d730db3c36a31167d9d4121fa6b", //RBN
25
+ "0xb528edbef013aff855ac3c50b381f253af13b997" //AEVO
26
+ ]
27
+ )
28
},
29
arbitrum: {
30
tvl: sumTokensExport({
0 commit comments