@dydxprotocol/solo
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -47,3 +47,3 @@ "use strict"; | ||
if (totals.totalBorrowed.gt(totals.totalSupply)) { | ||
result = BASE; | ||
result = BASE.times(PERCENT); | ||
} | ||
@@ -50,0 +50,0 @@ else { |
{ | ||
"name": "@dydxprotocol/solo", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Ethereum Smart Contracts for the dYdX Solo Trading Protocol", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/src/index.js", |
@@ -56,3 +56,3 @@ import { BigNumber } from 'bignumber.js'; | ||
if (totals.totalBorrowed.gt(totals.totalSupply)) { | ||
result = BASE; | ||
result = BASE.times(PERCENT); | ||
} else { | ||
@@ -59,0 +59,0 @@ let polynomial = BASE; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4223458