gun-eth 1.2.12 → 1.2.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
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 this.getSigner();
203
+ const signer = await getSigner();
204
204
  const contract = new ethers.Contract(
205
205
  SHINE_CONTRACT_ADDRESS,
206
206
  SHINE_ABI,