-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updates for local development #28
base: main
Are you sure you want to change the base?
Conversation
…gent environment, docs
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.
LGTM
@@ -0,0 +1,14 @@ | |||
#!/bin/bash | |||
|
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.
I think this can be accomplished using cast rpc anvil_mine ${n}
https://book.getfoundry.sh/reference/anvil/?highlight=anvil_mine#description
@@ -43,6 +44,7 @@ export INDEXER_AGENT_POSTGRES_USERNAME=postgres | |||
export INDEXER_AGENT_POSTGRES_PASSWORD= | |||
export INDEXER_AGENT_PUBLIC_INDEXER_URL="http://indexer-service-rs:${INDEXER_SERVICE}" | |||
export INDEXER_AGENT_TAP_SUBGRAPH_ENDPOINT="http://graph-node:${GRAPH_NODE_GRAPHQL}/subgraphs/semiotic/tap" | |||
export INDEXER_AGENT_MULTINETWORK_MODE=true |
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.
This seems to error out why I try to run this branch, unless I set it to false.
This PR contains several updates I made to local-network over the last few months