Skip to content

Commit

Permalink
Update DeFi Llama Adapter #19 (#10151)
Browse files Browse the repository at this point in the history
Updated Genius Yield adapter: added new address for v1.1
  • Loading branch information
4TT1L4 authored May 9, 2024
1 parent 6fae826 commit a7cedda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions projects/genius-yield/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ const emp = '6c8642400e8437f737eb86df0fc8a8437c760f48592b1ba8f5767e81456d706f776
const gensx = 'fbae99b8679369079a7f6f0da14a2cf1c2d6bfd3afdf3a96a64ab67a0014df1047454e5358'

const staking = 'addr1w8r99sv75y9tqfdzkzyqdqhedgnef47w4x7y0qnyts8pznq87e4wh'
const orders = 'addr_vkh1ahllvc7n0lzljafmcs3zurdzhlsg4fydkzph6tpjnt0tx0asedu'

const orders = [
'addr_vkh1ahllvc7n0lzljafmcs3zurdzhlsg4fydkzph6tpjnt0tx0asedu', // v1.0
'addr_vkh14rtl7h85cytjwq5gxuhe4j8peedhtzhptfu9r3qkvxjgcz7xfs0' // v1.1
]

module.exports = {
timetravel: false,
cardano: {
staking: sumTokensExport({ owner: staking, tokens: [gens, nmkr, ntx, emp, gensx]}),
tvl: sumTokensExport({ owner: orders })
tvl: (sumTokensExport({ owners : orders }))
}
};

0 comments on commit a7cedda

Please sign in to comment.