You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
sumpg41
added
P4
Something to consider, a feature request that we may not pursue
OETH
OETH related things
OUSD
OUSD releated things
labels
Aug 21, 2023
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
The text was updated successfully, but these errors were encountered: