Skip to content

Commit

Permalink
✨ feat(gentest): Example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
raxhvl committed Oct 14, 2024
1 parent 41c7d4e commit bf43261
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"remote_nodes": [
{
"name": "<YOUR_NODE_NAME>",
"node_url": "<YOUR_NODE_URL>",
"rpc_headers": {
"Authorization": "Bearer your_token_here",
"Another-Header": "value"
}
}
]
}

0 comments on commit bf43261

Please sign in to comment.