Skip to content

Commit

Permalink
Tron
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaa3l authored Apr 4, 2024
1 parent 231686a commit b32bafc
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{TKwj6xGvQw2pDPxpK3pPTdBWoseWWbeuhp
https://tronscan.org/#/data/stats/tvl
// 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": [

{
"name": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},

ع
{
"type": "node",
"request": "launch",
TKwj6xGvQw2pDPxpK3pPTdBWoseWWbeuhp
https://tronscan.org/#/data/stats/tvl "name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}"
}
]
}

0 comments on commit b32bafc

Please sign in to comment.