Skip to content
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

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Updates for local development #28

wants to merge 19 commits into from

Conversation

dwerner
Copy link

@dwerner dwerner commented Feb 10, 2025

This PR contains several updates I made to local-network over the last few months

@dwerner dwerner requested a review from Theodus February 10, 2025 16:52
Copy link
Member

@Theodus Theodus left a 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

Copy link
Member

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants