Тестовый коммит после удаления husky
This commit is contained in:
4
backend/utils/wallet.js
Normal file
4
backend/utils/wallet.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import { ethers } from 'ethers';
|
||||
|
||||
const provider = new ethers.JsonRpcProvider(process.env.ETHEREUM_NETWORK_URL);
|
||||
const wallet = new ethers.Wallet(process.env.PRIVATE_KEY, provider);
|
||||
Reference in New Issue
Block a user