Skip to content

Commit 5440e32

Browse files
committed
chore: fix readme file
1 parent 7d78bc7 commit 5440e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function callPrecompile(type: { address: string; name: string }, data: str
109109
callPrecompile(precompileType, inputData);
110110
```
111111

112-
We can check that "0x47617465776179" is Gateway by using any UTF-8 encoder (e.g. https://mothereff.in/utf-8)
112+
We can check that "0x47617465776179" is "Gateway" in UTF-8 by using any UTF-8 encoder (e.g. https://mothereff.in/utf-8)
113113

114114
### Run It
115115

@@ -123,7 +123,7 @@ npx hardhat run scripts/callRawPrecompile.ts
123123
SHA256 result for 0x47617465776179 is: 0x41ed52921661c7f0d68d92511589cc9d7aaeab2b5db49fb27f0be336cbfdb7df
124124
```
125125

126-
We can check Gateway is 0x41ed52921661c7f0d68d92511589cc9d7aaeab2b5db49fb27f0be336cbfdb7df by using any SHA-256 encrypter (e.g. https://10015.io/tools/sha256-encrypt-decrypt)
126+
We can check that "Gateway" is "0x41ed52921661c7f0d68d92511589cc9d7aaeab2b5db49fb27f0be336cbfdb7df" in SHA256 by using any SHA256 encrypter (e.g. https://10015.io/tools/sha256-encrypt-decrypt)
127127

128128
---
129129

0 commit comments

Comments
 (0)