File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ var SOL_ASSEMBLY_KEYWORDS = {
5959 'calldataload calldatasize calldatacopy codesize codecopy extcodesize extcodecopy returndatasize returndatacopy extcodehash ' +
6060 'create create2 call callcode delegatecall staticcall ' +
6161 'log0 log1 log2 log3 log4 ' +
62- 'chainid origin gasprice basefee blockhash coinbase timestamp number difficulty gaslimit' ,
62+ 'chainid origin gasprice basefee blockhash coinbase timestamp number difficulty prevrandao gaslimit' ,
6363 literal :
6464 'true false'
6565} ;
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ function hljsDefineSolidity(hljs) {
237237 } ,
238238 // built-in members
239239 makeBuiltinProps ( 'msg' , 'gas value data sender sig' ) ,
240- makeBuiltinProps ( 'block' , 'blockhash coinbase difficulty gaslimit basefee number timestamp chainid' ) ,
240+ makeBuiltinProps ( 'block' , 'blockhash coinbase difficulty prevrandao gaslimit basefee number timestamp chainid' ) ,
241241 makeBuiltinProps ( 'tx' , 'gasprice origin' ) ,
242242 makeBuiltinProps ( 'abi' , 'decode encode encodePacked encodeWithSelector encodeWithSignature encodeCall' ) ,
243243 makeBuiltinProps ( 'bytes' , 'concat' ) ,
You can’t perform that action at this time.
0 commit comments