-
Notifications
You must be signed in to change notification settings - Fork 0
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 surplus and debt auctions #3
Comments
Note that Hai team has also been working to update the rai subgraph. We started our own new one, but it may be helpful to look at the changes they've made: reflexer-labs/geb-subgraph@master...hai-on-op:subgraph:hai-op-goerli Note their changes are on branch |
@pi0neerpat today I was able to build and deploy the auctions branch successfully and I ran the script to generate surplus auctions (forge script script/states/SurplusAuction.s.sol:SurplusAuction --fork-url http://localhost:8545 -vvvvv) however, in the graphql playground I haven't been able to see or interact with the auction. For example, I logged out the auction # form the deploy script and it was 1, but from my local graphql playground when I try to run surplusAuctionHouseSettleAuction or surplusAuctionHouseRestartAuction I get an error. I'm thinking that possibly my playground is not pointing to the correct contracts here's the order in which I did stuff: prepare contracts: anvil
prepare subgraph:
then I checked the playground but just get the error in the photo above or a blank response here are logs from docker: |
Thanks for the update. I'll try to give it a spin |
@pi0neerpat I've tried the flow again with the new scripts and some modifications. I've edited my comment above to say what I've tried but it still seems like anvil and docker are not communicating because I can run the scripts but then don't see any auctions in the playground |
Depends on #5
The text was updated successfully, but these errors were encountered: