-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add goplus-locker fees #2263
add goplus-locker fees #2263
Conversation
The goplus-locker.ts adapter exports:
|
endDate.setTime(options.endTimestamp * 1000); | ||
let end = moment(endDate).format("YYYY-MM-DD hh:mm:ss"); | ||
|
||
const values = await queryDune('4444430', { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how that dune query diff our function addTokensReceived
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You said the indexer only support eth chain, the database I queried on dune supports eth,bsc,base,arbitrum... and many other evm chains we will deployed our project on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no prev you use our indexer, now adapter use function addTokensReceived is support many chain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, then keep using the addTokensReceived method as before, you can ignore this pull request,thanks.
Use queryDune to get all received tokens