Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
feat: add explorer context for gas estimation command
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Feb 20, 2024
1 parent 8b358e9 commit a6878a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions toolchains/solidity/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"when": "resourceLangId == solidity",
"command": "osmium.lint-sol-file",
"group": "7_modification"
},
{
"when": "resourceLangId == solidity",
"command": "osmium.gas-estimation",
"group": "2_workspace"
}
]
},
Expand Down

0 comments on commit a6878a5

Please sign in to comment.