@permi/react 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -127,8 +127,6 @@ function SendTransaction() {
127
127
  to: "0x...",
128
128
  value: BigInt(1000000000000000000), // 1 ETH
129
129
  });
130
-
131
- console.log("Transaction hash:", hash);
132
130
  };
133
131
 
134
132
  if (isLoading) return <div>Loading...</div>;