@augurproject/utils
Advanced tools
Comparing version 2.0.2-alpha.0 to 2.0.2-alpha.1
@@ -95,2 +95,3 @@ import { LoggerLevels } from './logger'; | ||
liteProvider?: "jsonrpc" | "default"; | ||
primaryProvider?: "jsonrpc" | "wallet"; | ||
}; | ||
@@ -97,0 +98,0 @@ } |
@@ -105,3 +105,4 @@ "use strict"; | ||
fallbackProvider: "torus", | ||
liteProvider: "jsonrpc" | ||
liteProvider: "jsonrpc", | ||
primaryProvider: "wallet" | ||
} | ||
@@ -108,0 +109,0 @@ }; |
@@ -11,2 +11,3 @@ import BigNumber from "bignumber.js"; | ||
export declare const UINT256_MAX_VALUE: BigNumber; | ||
export declare const DEFAULT_TRADE_INTERVAL: BigNumber; | ||
export declare enum NetworkId { | ||
@@ -13,0 +14,0 @@ Mainnet = "1", |
@@ -16,2 +16,3 @@ "use strict"; | ||
exports.UINT256_MAX_VALUE = exports.TWO.exponentiatedBy(256); | ||
exports.DEFAULT_TRADE_INTERVAL = new bignumber_js_1.default(10 ** 16); | ||
var NetworkId; | ||
@@ -18,0 +19,0 @@ (function (NetworkId) { |
{ | ||
"name": "@augurproject/utils", | ||
"version": "2.0.2-alpha.0", | ||
"version": "2.0.2-alpha.1", | ||
"description": "Grab bag of formatting and ABI encoding/decoding functions", | ||
@@ -22,3 +22,3 @@ "author": "The Augur Developers <team@augur.net>", | ||
}, | ||
"gitHead": "a7ee2d24dd72fc2777a39c5bd16b1444c7cffa4e" | ||
"gitHead": "a78117674bd4dc12558fefd77520d253f9c699fa" | ||
} |
@@ -116,3 +116,4 @@ import { LoggerLevels } from './logger'; | ||
fallbackProvider?: "jsonrpc" | "torus", | ||
liteProvider?: "jsonrpc" | "default" | ||
liteProvider?: "jsonrpc" | "default", | ||
primaryProvider?: "jsonrpc" | "wallet" | ||
} | ||
@@ -276,3 +277,4 @@ }; | ||
fallbackProvider: "torus", | ||
liteProvider: "jsonrpc" | ||
liteProvider: "jsonrpc", | ||
primaryProvider: "wallet" | ||
} | ||
@@ -279,0 +281,0 @@ }; |
@@ -13,2 +13,3 @@ import BigNumber from "bignumber.js"; | ||
export const UINT256_MAX_VALUE = TWO.exponentiatedBy(256); | ||
export const DEFAULT_TRADE_INTERVAL = new BigNumber(10**16); | ||
@@ -15,0 +16,0 @@ export enum NetworkId { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
426461
2900