Skip to content

Commit

Permalink
Merge pull request #1 from illuzen/master
Browse files Browse the repository at this point in the history
case sensitive
  • Loading branch information
matmar10 authored Jan 6, 2020
2 parents f043531 + 7ef6006 commit 151a794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/object-mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { camelCase } = require('camel-case');
const TruffleContract = require('@truffle/contract');
const TruffleConfig = require('@truffle/config');
const TruffleProvider = require('@truffle/provider');
const Web3 = require('Web3');
const Web3 = require('web3');

const abiReader = require('./abi-reader');
const types = require('./types');
Expand Down

0 comments on commit 151a794

Please sign in to comment.