diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-02-07 08:15:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 08:15:25 +0800 |
commit | 562bcb85710c281d817c7dd4957f0a7db1ddc306 (patch) | |
tree | 3a96355adab7a5ee7c9a203ad4247ef356d35668 /yarn.lock | |
parent | 00c07b38a42c82d7c37835234d7f81236b0342ce (diff) | |
parent | f44bfa9682544a8fc50ef9221991982fd665f9f5 (diff) | |
download | dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.tar dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.tar.gz dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.tar.bz2 dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.tar.lz dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.tar.xz dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.tar.zst dexon-sol-tools-562bcb85710c281d817c7dd4957f0a7db1ddc306.zip |
Merge pull request #352 from 0xProject/feature/testnet-faucets/order-dispenser
Add order signing and dispensing ability to faucet
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -2,15 +2,6 @@ # yarn lockfile v1 -"@0xproject/utils@^0.2.0": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@0xproject/utils/-/utils-0.2.4.tgz#d84d0737f47730e5724a76797d30e716b587a0cf" - dependencies: - bignumber.js "~4.1.0" - js-sha3 "^0.7.0" - lodash "^4.17.4" - web3 "^0.20.0" - "@types/accounting@^0.4.1": version "0.4.1" resolved "https://registry.yarnpkg.com/@types/accounting/-/accounting-0.4.1.tgz#865d9f5694fd7c438fba34eb4bc82eec6f34cdd5" @@ -9106,13 +9097,20 @@ types-bn@^0.0.1: dependencies: bn.js "4.11.7" -types-ethereumjs-util@0xproject/types-ethereumjs-util: - version "0.0.6" - resolved "https://codeload.github.com/0xproject/types-ethereumjs-util/tar.gz/0c5058e4f9d6585f7c7c1f88939546acb14323b8" +"types-bn@https://github.com/machinomy/types-bn.git": + version "0.0.1" + resolved "https://github.com/machinomy/types-bn.git#08ede69e138640d332b0dae0dc2e2fffee5f7160" + dependencies: + bn.js "4.11.7" + +types-ethereumjs-util@0xProject/types-ethereumjs-util: + version "0.0.7" + resolved "https://codeload.github.com/0xProject/types-ethereumjs-util/tar.gz/72722fc605bfa7f87ec4a959956b387320479ffc" dependencies: bn.js "^4.11.7" buffer "^5.0.6" rlp "^2.0.0" + types-bn "https://github.com/machinomy/types-bn.git" typescript@2.4.1: version "2.4.1" |