make the relayer great again

This commit is contained in:
Alexey 2019-09-26 13:23:35 +03:00
parent a8331eea08
commit ee2772328c
7 changed files with 938 additions and 514 deletions

View file

@ -45,7 +45,7 @@ function getRandomReceiver() {
return receiver
}
contract('GSN support', accounts => {
contract.skip('GSN support', accounts => {
let mixer
let gsnMixer
let relayHubAddress
@ -93,7 +93,7 @@ contract('GSN support', accounts => {
})
describe('#withdrawViaRelayer', () => {
it.only('should work', async () => {
it('should work', async () => {
const gasPrice = toBN('20000000000')
const relayerTxFee = 10 // 20%
const deposit = generateDeposit()