@ethersproject/constants
Advanced tools
Comparing version 5.0.0-beta.120 to 5.0.0-beta.121
@@ -5,3 +5,2 @@ import { BigNumber } from "@ethersproject/bignumber"; | ||
declare const EtherSymbol = "\u039E"; | ||
declare const NegativeTwo: BigNumber; | ||
declare const NegativeOne: BigNumber; | ||
@@ -13,2 +12,2 @@ declare const Zero: BigNumber; | ||
declare const MaxUint256: BigNumber; | ||
export { AddressZero, HashZero, EtherSymbol, NegativeTwo, NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 }; | ||
export { AddressZero, HashZero, EtherSymbol, NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 }; |
@@ -13,4 +13,2 @@ "use strict"; | ||
exports.EtherSymbol = EtherSymbol; | ||
var NegativeTwo = bignumber_1.BigNumber.from(-2); | ||
exports.NegativeTwo = NegativeTwo; | ||
var NegativeOne = bignumber_1.BigNumber.from(-1); | ||
@@ -17,0 +15,0 @@ exports.NegativeOne = NegativeOne; |
{ | ||
"name": "@ethersproject/constants", | ||
"version": "5.0.0-beta.120", | ||
"version": "5.0.0-beta.121", | ||
"description": "Error utility functions for ethers.", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "974f50c491a0d43942d2471b6a749a61c7755b7d" | ||
"tarballHash": "0xef72b6169b33ce0b9c373492ed1b78d562501662d7f417280b6c4496e36008a1" | ||
} |
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
3399
35