Skip to content

Commit eff52a9

Browse files
Add Octopus-Finance in Arbitrum (DefiLlama#11535)
1 parent 9e427e1 commit eff52a9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/octopus-finance/index.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
const { yieldHelper, } = require("../helper/yieldHelper")
2+
const { mergeExports } = require("../helper/utils")
3+
const vault = '0xf561349868e5E8b633cfA524796150085Be1950A'
4+
const oc = '0x057153eb8ad87BD483Ff9EC4E411B8C3BcE90FF0'
5+
const abis = {
6+
poolInfo: 'function poolInfo(uint256) view returns (address want, uint256, uint256, uint256, uint256, uint256, uint256, uint256 amount, uint256, address strat)',
7+
poolLength: 'function poolLength() view returns (uint256)',
8+
}
9+
const octopus = yieldHelper({
10+
project: 'octopus-finance',
11+
chain: 'arbitrum',
12+
masterchef: vault,
13+
nativeToken: oc,
14+
abis,
15+
})
16+
module.exports = mergeExports([octopus])

0 commit comments

Comments
 (0)