We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc00e2 commit b0339adCopy full SHA for b0339ad
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Unreleased changes
2
3
+## 1.2.0
4
+
5
+- Add decoding of function mutability.
6
7
+## 1.1.0
8
9
- Add handling of "Injected Network (by wallet)".
10
- Add handling of different blockchain networks (`Ethereum` and `Sepolia`).
11
- Add textfield option to enable deriving the function interface from raw `byteCode`.
package.json
@@ -3,7 +3,7 @@
"description": "Interact with any contract on-chain (no-ABI/source code needed; the interface is decoded from the bytecode)",
"author": "Doris Benda",
"private": true,
- "version": "1.0.0",
+ "version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite preview",
0 commit comments