Migrate to Hardhat (#2397)
This commit is contained in:
committed by
GitHub
parent
0c27ecc536
commit
f06738828b
@ -1,6 +1,6 @@
|
||||
const { defaultSender, web3 } = require('@openzeppelin/test-environment');
|
||||
const { deployRelayHub } = require('@openzeppelin/gsn-helpers');
|
||||
|
||||
before('deploy GSN RelayHub', async function () {
|
||||
const [defaultSender] = await web3.eth.getAccounts();
|
||||
await deployRelayHub(web3, { from: defaultSender });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user