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

Commit

Permalink
Merge pull request #4 from Saw-mon-and-Natalie/fixes/chainid-opcode-m…
Browse files Browse the repository at this point in the history
…issing
  • Loading branch information
JetJadeja authored Mar 7, 2022
2 parents ada979c + 0fa6871 commit 8c9ea6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/evm/opcodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ exports["default"] = {
number: "43",
difficulty: "44",
gaslimit: "45",
chainid: "46",
pop: "50",
mload: "51",
mstore: "52",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "huffc",
"description": "A low level programming language for the Ethereum Virtual Machine",
"version": "0.0.16",
"version": "0.0.17",
"author": "JetJadeja",
"bin": {
"huffc": "bin/huffc"
Expand Down
1 change: 1 addition & 0 deletions src/evm/opcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default {
number: "43",
difficulty: "44",
gaslimit: "45",
chainid: "46",
pop: "50",
mload: "51",
mstore: "52",
Expand Down

0 comments on commit 8c9ea6d

Please sign in to comment.