Skip to content

Commit

Permalink
paxe project listing
Browse files Browse the repository at this point in the history
  • Loading branch information
PaxeFi committed Aug 14, 2024
1 parent ae1995b commit 18bb2c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions projects/paxe/index.js
Original file line number Diff line number Diff line change
@@ -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,

}),

},
}

0 comments on commit 18bb2c7

Please sign in to comment.