Skip to content

Commit a6a4e9a

Browse files
committed
add change to readme
1 parent a551f6c commit a6a4e9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SHA256 result for 0x47617465776179 is: 0x41ed52921661c7f0d68d92511589cc9d7aaeab2
123123

124124
---
125125

126-
## 🏗 Stage 2 – Contract Wrapper Deployment
126+
## Stage 2 – Contract Wrapper Deployment
127127

128128
### Solidity Contract
129129

@@ -236,7 +236,7 @@ e.g.
236236

237237
---
238238

239-
## ⚙️ Stage 3 – Contract Invocation
239+
## Stage 3 – Contract Invocation
240240

241241
### TypeScript Script
242242

scripts/callRawPrecompile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { ethers } from "hardhat";
22

33
const provider = new ethers.JsonRpcProvider("http://localhost:54906");
44

5+
//Set initial conditions
56
const precompileType = {
67
address: "0x0000000000000000000000000000000000000002",
78
name: "SHA256"

0 commit comments

Comments
 (0)