6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
// CommonJS
|
||
|
const { ethers } = require("ethers");
|
||
|
|
||
|
// ES6 or TypeScript
|
||
|
const { ethers } = require("ethers");
|