Skip to content

Commit

Permalink
Added Ethereum tvm (#11791)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrben1 committed Oct 1, 2024
1 parent e886c33 commit fa9c448
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/apestore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ const routers = [
"0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a"
];

const routersEth = [
"0xA7d854eAf481846f7dA8CC863a46aC1F67b548D8"
];

const tokens = [coreAssets.null];

module.exports = {
base: {
tvl: sumTokensExport({ owners: routers, tokens })
},
ethereum: {
tvl: sumTokensExport({ owners: routersEth, tokens })
}
};

0 comments on commit fa9c448

Please sign in to comment.