blocklytics / spells-subgraph

Graph protocol subgraph for Spells.fyi
MIT License
6 stars 2 forks source link

DyDx support #3

Closed calebsheridan closed 4 years ago

calebsheridan commented 4 years ago

Scope

Add DyDx timelock to the subgraph.

Current deployment

DyDx security module is discussed here.

The contract is a "PartiallyDelayedMultiSig"

Most similar to DDEX

DDEX is implemented in the subgraph and uses a "MultiSigWalletWithLock". This will probably be a good starting point or reference for this ticket.