-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
OETHOETH related thingsOETH related thingsOUSDOUSD releated thingsOUSD releated thingsP4Something to consider, a feature request that we may not pursueSomething to consider, a feature request that we may not pursue
Description
Nanoly (formally Coindix) is a great resource for finding the highest yield opportunity for individual tokens and protocols. Their team is willing to add Origin Protocol with native OUSD and OETH yields, if we can help build the adapter for them.
Sample response: https://gist.github.com/fabien7337/7fb858ae64e881c74ab8e5b3ef9b9399
const ethers = require('ethers')
class Protocol {
static async sync() {
// WEB3JS CONNECTION
const provider = new ethers.providers.JsonRpcProvider('[WEB3JS_URL]')
const abiRaw = fs.readFileSync('./abi.json')
const abi = JSON.parse(abiRaw)
const contract = new ethers.Contract('[CONTRACT_ADDRESS]', abi, account)
// YOUR CONTRACT CALLS TO GET DATA
return true
}
}
module.exports = Protocol
Metadata
Metadata
Assignees
Labels
OETHOETH related thingsOETH related thingsOUSDOUSD releated thingsOUSD releated thingsP4Something to consider, a feature request that we may not pursueSomething to consider, a feature request that we may not pursue