gun-eth 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +4 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,13 +1,12 @@
1
- /* const Gun = require("gun/gun");
1
+ const Gun = require("gun/gun");
2
2
  const SEA = require("gun/sea");
3
3
  const ethers = require("ethers");
4
- const SHINE = require("./SHINE.json"); */
4
+ const SHINE = require("./SHINE.json");
5
5
 
6
- import Gun from "gun";
6
+ /* import Gun from "gun";
7
7
  import SEA from "gun/sea";
8
8
  import { ethers } from "ethers";
9
-
10
- import SHINE from "./SHINE.json";
9
+ import SHINE from "./SHINE.json"; */
11
10
 
12
11
  const SHINE_ABI = SHINE.abi;
13
12
  const SHINE_OPTIMISM_SEPOLIA = SHINE.address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
5
  "main": "index.js",
6
6
  "scripts": {