We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a551f6c commit a6a4e9aCopy full SHA for a6a4e9a
README.md
@@ -123,7 +123,7 @@ SHA256 result for 0x47617465776179 is: 0x41ed52921661c7f0d68d92511589cc9d7aaeab2
123
124
---
125
126
-## 🏗 Stage 2 – Contract Wrapper Deployment
+## Stage 2 – Contract Wrapper Deployment
127
128
### Solidity Contract
129
@@ -236,7 +236,7 @@ e.g.
236
237
238
239
-## ⚙️ Stage 3 – Contract Invocation
+## Stage 3 – Contract Invocation
240
241
### TypeScript Script
242
scripts/callRawPrecompile.ts
@@ -2,6 +2,7 @@ import { ethers } from "hardhat";
2
3
const provider = new ethers.JsonRpcProvider("http://localhost:54906");
4
5
+//Set initial conditions
6
const precompileType = {
7
address: "0x0000000000000000000000000000000000000002",
8
name: "SHA256"
0 commit comments