From 18bb2c7aaa82faa507c9307c2a4ddfed8d653475 Mon Sep 17 00:00:00 2001 From: Sakai Vault Date: Wed, 14 Aug 2024 19:10:33 +0300 Subject: [PATCH] paxe project listing --- projects/paxe/index.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/paxe/index.js diff --git a/projects/paxe/index.js b/projects/paxe/index.js new file mode 100644 index 000000000000..b082fd279ccb --- /dev/null +++ b/projects/paxe/index.js @@ -0,0 +1,22 @@ +const { staking } = require("../helper/staking") + + +const PAXE = "0xbA576f5ecbA5182a20f010089107dFb00502241f" +const SAKAI = "0x43b35e89d15b91162dea1c51133c4c93bdd1c4af" +const PAXE_FARMING_CONTRACT = '0xbA576f5ecbA5182a20f010089107dFb00502241f'; +const RESTAKING_POOL = '0x269e1ceb128ccCD5684BbAFF9906D69eD1e9e9C8'; + +const TOKEN_CONTRACTS = [ + PAXE,SAKAI +] + +module.exports = { + bsc: { + tvl: sumTokensExport({ + owner: PAXE_FARMING_CONTRACT , + restake: RESTAKING_POOL, + + }), + + }, +} \ No newline at end of file