Skip to content

Commit d7a8946

Browse files
committed
Add gwei unit
1 parent cc7db8c commit d7a8946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function hljsDefineSolidity(hljs) {
7272
'assembly',
7373
literal:
7474
'true false ' +
75-
'wei szabo finney ether ' +
75+
'wei gwei szabo finney ether ' +
7676
'seconds minutes hours days weeks years',
7777
built_in:
7878
'self ' + // :NOTE: not a real keyword, but a convention used in storage manipulation libraries

0 commit comments

Comments
 (0)