Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit 0a13851

Browse files
0.0.6
1 parent 1ac9b83 commit 0a13851

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/protocol",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Ethereum Smart Contracts for the dYdX Margin Trading Protocol",
55
"main": "build/index.js",
66
"files": [

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const Margin = require('../build/contracts/Margin.json');
22
const Vault = require('../build/contracts/Vault.json');
3-
const TokenProxy = require('../build/contracts../TokenProxy.json');
3+
const TokenProxy = require('../build/contracts/TokenProxy.json');
44
const DutchAuctionCloser = require('../build/contracts/DutchAuctionCloser.json');
55
const SharedLoan = require('../build/contracts/SharedLoan.json');
66
const SharedLoanCreator = require('../build/contracts/SharedLoanCreator.json');

0 commit comments

Comments
 (0)