Commit 1e641e9c authored by Ethen Pociask's avatar Ethen Pociask

[indexer.api.add_withdrawal_hash] Remove .vscode

parent 240340b0
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "go",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/indexer/cmd/indexer",
"mode": "debug",
"env": {
"INDEXER_CONFIG": "/Users/ethen.pociask@coinbase.com/coinbase/indexer.sepolia.toml",
},
"args": [
"index"
]
}
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment