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.
- package/index.js +4 -5
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,13 +1,12 @@
|
|
1
|
-
|
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;
|