gun-eth 1.2.12 → 1.2.13
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/package.json +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -200,7 +200,7 @@ Gun.chain.shine = function (chain, nodeId, data, callback) {
|
|
|
200
200
|
// Funzione per verificare on-chain
|
|
201
201
|
const verifyOnChain = async (nodeId, contentHash) => {
|
|
202
202
|
console.log("Verifying on chain:", { nodeId, contentHash });
|
|
203
|
-
const signer = await
|
|
203
|
+
const signer = await getSigner();
|
|
204
204
|
const contract = new ethers.Contract(
|
|
205
205
|
SHINE_CONTRACT_ADDRESS,
|
|
206
206
|
SHINE_ABI,
|