-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cork Integration #68
Cork Integration #68
Conversation
Our implementation was constrained by the cached data needing to conform to a specific balance structure / schema. Can the Ethena sats adapter cache handle arbitrary data, perhaps through some metadata, extradata, or similar mechanisms? |
ICORK_HOOK_ABI = json.load(f) | ||
|
||
PSM_ADDRESS_BY_CHAIN = { | ||
Chain.ETHEREUM: Web3.to_checksum_address("0xF6a5b7319DfBc84EB94872478be98462aA9Aab99"), |
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.
We haven't yet deployed to Ethereum, so i suggest removing all constant relating to our ETH addresses(for now)
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.
We need these to run on our local dev fork of Ethereum mainnet on Anvil
constants.cork