Skip to content

Commit

Permalink
add endpoint and genesis hash for turing
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Apr 3, 2024
1 parent d9449d1 commit 8cf6871
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ schema:
file: ./schema.graphql
network:
# The genesis hash of the network (hash of block 0)
# chainId: "0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70" # Turing
# chainId: "0x6f09966420b2608d1947ccfb0f2a362450d1fc7fd902c29b67c906eaa965a7ae" # Goldberg
# chainId: "<local_chain_genesis_hash>" # Local
# chainId: "<local_chain_genesis_hash>" # Local with Docker
# endpoint:
# ["wss://turing-rpc.avail.so"] # Turing
# ["wss://goldberg.avail.tools/ws"] # Goldberg
# ["ws://127.0.0.1:9944"] # Local
# ["ws://host.docker.internal:9944"] # Local with Docker

Expand Down

0 comments on commit 8cf6871

Please sign in to comment.