Skip to content

Commit

Permalink
Move Dai contract ABI to a folder in the project root
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Apr 25, 2020
1 parent 54e645f commit 4710adf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { web3 } = require('@openzeppelin/test-environment');
const daiAbi = require('./dai.json').abi;
const daiAbi = require('../abi/dai.json').abi;

const daiFunder = process.env.DAI_FUNDER;
const daiAddress = process.env.DAI_ADDR;
Expand Down

0 comments on commit 4710adf

Please sign in to comment.