Skip to content

Commit

Permalink
paxe project listing (DefiLlama#11296)
Browse files Browse the repository at this point in the history
* paxe project listing

* paxe tvl adapters update

* Update index.js

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
2 people authored and tlatkdgus1 committed Nov 25, 2024
1 parent 4e1aefd commit 56b8a05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/paxe/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { staking } = require("../helper/staking")

const PAXE_TOKEN = "0xd2A3eec06719D5Ac66248003B5488E02165dd2fa"
const PAXE_FARMING_CONTRACT = '0xbA576f5ecbA5182a20f010089107dFb00502241f'
const RESTAKING_POOL = '0x269e1ceb128ccCD5684BbAFF9906D69eD1e9e9C8'

module.exports = {
methodology: 'We count the TVL on the PAXE token in the farming contract and the restaking pool',
bsc: {
tvl: () => ({}),
staking: staking([RESTAKING_POOL, PAXE_FARMING_CONTRACT], PAXE_TOKEN)
}
}

0 comments on commit 56b8a05

Please sign in to comment.