added balancer packages
This commit is contained in:
parent
68206ffb6e
commit
ae9c301795
@ -57,6 +57,10 @@
|
||||
"@0x/utils": "^5.5.1",
|
||||
"@0x/web3-wrapper": "^7.2.0",
|
||||
"@balancer-labs/sor": "^0.3.2",
|
||||
"@ethersproject/abi": "^5.0.1",
|
||||
"@ethersproject/address": "^5.0.1",
|
||||
"@ethersproject/contracts": "^5.0.1",
|
||||
"@ethersproject/providers": "^5.0.4",
|
||||
"axios": "^0.19.2",
|
||||
"axios-mock-adapter": "^1.18.1",
|
||||
"decimal.js": "^10.2.0",
|
||||
|
259
yarn.lock
259
yarn.lock
@ -1047,15 +1047,13 @@
|
||||
lodash "^4.17.13"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@balancer-labs/sor@^0.3.0":
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-0.3.0.tgz#c221225d9a3d1791ebfc3c566f7a76843bca98fa"
|
||||
integrity sha512-QTVkeDmcGCaEgBhcVSu8c7cz6HA1ueWRbniuT+Yh0N/sqcZIcDMdoCFcpq66SD+hOxQ88RvzShmJ+P/3vKbXfg==
|
||||
"@balancer-labs/sor@^0.3.2":
|
||||
version "0.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@balancer-labs/sor/-/sor-0.3.3.tgz#726a589094e4b9d25116cde5a1c0e154f132713e"
|
||||
integrity sha512-hdPp55A2Hw+Koq81nhqTy15jNRCDW1k5ZT47nk2uEx7N5D9GiAx4BCNDzTiuJLErj6QHJTbEKK7Y5jei702c4g==
|
||||
dependencies:
|
||||
bignumber.js "^9.0.0"
|
||||
ethers "^4.0.39"
|
||||
isomorphic-fetch "^2.2.1"
|
||||
typescript "^3.8.3"
|
||||
|
||||
"@cnakazawa/watch@^1.0.3":
|
||||
version "1.0.3"
|
||||
@ -1078,6 +1076,222 @@
|
||||
version "0.7.2"
|
||||
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.2.tgz#b180097bb44a40c3b59efea9cf28df2fe542d518"
|
||||
|
||||
"@ethersproject/abi@^5.0.0", "@ethersproject/abi@^5.0.1":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/abi/-/abi-5.0.2.tgz#7fe8f080aa1483fe32cd27bb5b8f2019266af1e2"
|
||||
integrity sha512-Z+5f7xOgtRLu/W2l9Ry5xF7ehh9QVQ0m1vhynmTcS7DMfHgqTd1/PDFC62aw91ZPRCRZsYdZJu8ymokC5e1JSw==
|
||||
dependencies:
|
||||
"@ethersproject/address" "^5.0.0"
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/constants" "^5.0.0"
|
||||
"@ethersproject/hash" "^5.0.0"
|
||||
"@ethersproject/keccak256" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
"@ethersproject/strings" "^5.0.0"
|
||||
|
||||
"@ethersproject/abstract-provider@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/abstract-provider/-/abstract-provider-5.0.2.tgz#9b4e8f4870f0691463e8d5b092c95dd5275c635d"
|
||||
integrity sha512-U1s60+nG02x8FKNMoVNI6MG8SguWCoG9HJtwOqWZ38LBRMsDV4c0w4izKx98kcsN3wXw4U2/YAyJ9LlH7+/hkg==
|
||||
dependencies:
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/networks" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
"@ethersproject/transactions" "^5.0.0"
|
||||
"@ethersproject/web" "^5.0.0"
|
||||
|
||||
"@ethersproject/abstract-signer@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/abstract-signer/-/abstract-signer-5.0.2.tgz#5776f888fda816de1d08ddb0e74778ecb9590f69"
|
||||
integrity sha512-CzzXbeqKlgayE4YTnvvreGBG3n+HxakGXrxaGM6LjBZnOOIVSYi6HMFG8ZXls7UspRY4hvMrtnKEJKDCOngSBw==
|
||||
dependencies:
|
||||
"@ethersproject/abstract-provider" "^5.0.0"
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
|
||||
"@ethersproject/address@^5.0.0", "@ethersproject/address@^5.0.1":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/address/-/address-5.0.2.tgz#80d0ddfb7d4bd0d32657747fa4bdd2defef2e00a"
|
||||
integrity sha512-+rz26RKj7ujGfQynys4V9VJRbR+wpC6eL8F22q3raWMH3152Ha31GwJPWzxE/bEA+43M/zTNVwY0R53gn53L2Q==
|
||||
dependencies:
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/keccak256" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/rlp" "^5.0.0"
|
||||
bn.js "^4.4.0"
|
||||
|
||||
"@ethersproject/base64@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/base64/-/base64-5.0.2.tgz#48b3bb8d640a963bd8ee196cfeacd592155a0ca8"
|
||||
integrity sha512-0FE5RH5cUDddOiQEDpWtyHjkSW4D5/rdJzA3KTZo8Fk5ab/Y8vdzqbamsXPyPsXU3gS+zCE5Qq4EKVOWlWLLTA==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
|
||||
"@ethersproject/bignumber@^5.0.0":
|
||||
version "5.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/bignumber/-/bignumber-5.0.5.tgz#31bd7e75aad46ace345fae69b1f5bb120906af1b"
|
||||
integrity sha512-24ln7PV0g8ZzjcVZiLW9Wod0i+XCmK6zKkAaxw5enraTIT1p7gVOcSXFSzNQ9WYAwtiFQPvvA+TIO2oEITZNJA==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
bn.js "^4.4.0"
|
||||
|
||||
"@ethersproject/bytes@^5.0.0":
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/bytes/-/bytes-5.0.3.tgz#b3769963ae0188a35713d343890a903bda20af9c"
|
||||
integrity sha512-AyPMAlY+Amaw4Zfp8OAivm1xYPI8mqiUYmEnSUk1CnS2NrQGHEMmFJFiOJdS3gDDpgSOFhWIjZwxKq2VZpqNTA==
|
||||
dependencies:
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
|
||||
"@ethersproject/constants@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/constants/-/constants-5.0.2.tgz#f7ac0b320e2bbec1a5950da075015f8bc4e8fed1"
|
||||
integrity sha512-nNoVlNP6bgpog7pQ2EyD1xjlaXcy1Cl4kK5v1KoskHj58EtB6TK8M8AFGi3GgHTdMldfT4eN3OsoQ/CdOTVNFA==
|
||||
dependencies:
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
|
||||
"@ethersproject/contracts@^5.0.1":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/contracts/-/contracts-5.0.2.tgz#f19ed8335ceeb6abb60f5d45641f0a2a62b6fbc5"
|
||||
integrity sha512-Ud3oW8mBNIWE+WHRjvwVEwfvshn7lfYWSSKG0fPSb6baRN9mLOoNguX+VIv3W5Sne9w2utnBmxLF2ESXitw64A==
|
||||
dependencies:
|
||||
"@ethersproject/abi" "^5.0.0"
|
||||
"@ethersproject/abstract-provider" "^5.0.0"
|
||||
"@ethersproject/abstract-signer" "^5.0.0"
|
||||
"@ethersproject/address" "^5.0.0"
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/constants" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
|
||||
"@ethersproject/hash@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/hash/-/hash-5.0.2.tgz#6d69558786961836d530b8b4a8714eac5388aec7"
|
||||
integrity sha512-dWGvNwmVRX2bxoQQ3ciMw46Vzl1nqfL+5R8+2ZxsRXD3Cjgw1dL2mdjJF7xMMWPvPdrlhKXWSK0gb8VLwHZ8Cw==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/keccak256" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/strings" "^5.0.0"
|
||||
|
||||
"@ethersproject/keccak256@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/keccak256/-/keccak256-5.0.2.tgz#7ed4a95bb45ee502cf4532223833740a83602797"
|
||||
integrity sha512-MbroXutc0gPNYIrUjS4Aw0lDuXabdzI7+l7elRWr1G6G+W0v00e/3gbikWkCReGtt2Jnt4lQSgnflhDwQGcIhA==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
js-sha3 "0.5.7"
|
||||
|
||||
"@ethersproject/logger@^5.0.0":
|
||||
version "5.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/logger/-/logger-5.0.4.tgz#09fa4765b5691233e3afb6617cb38a700f9dd2e4"
|
||||
integrity sha512-alA2LiAy1LdQ/L1SA9ajUC7MvGAEQLsICEfKK4erX5qhkXE1LwLSPIzobtOWFsMHf2yrXGKBLnnpuVHprI3sAw==
|
||||
|
||||
"@ethersproject/networks@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/networks/-/networks-5.0.2.tgz#a49e82cf071e3618e87e3c5d69fdbcf54dc6766c"
|
||||
integrity sha512-T7HVd62D4izNU2tDHf6xUDo7k4JOGX4Lk7vDmVcDKrepSWwL2OmGWrqSlkRe2a1Dnz4+1VPE6fb6+KsmSRe82g==
|
||||
dependencies:
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
|
||||
"@ethersproject/properties@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/properties/-/properties-5.0.2.tgz#2facb62d2f2d968c7b3d0befa5bcc884cc565d3b"
|
||||
integrity sha512-FxAisPGAOACQjMJzewl9OJG6lsGCPTm5vpUMtfeoxzAlAb2lv+kHzQPUh9h4jfAILzE8AR1jgXMzRmlhwyra1Q==
|
||||
dependencies:
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
|
||||
"@ethersproject/providers@^5.0.4":
|
||||
version "5.0.5"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/providers/-/providers-5.0.5.tgz#fa28498ce9683d1d99f6cb11e1a7fe8d4886e0ce"
|
||||
integrity sha512-ZR3yFg/m8qDl7317yXOHE7tKeGfoyZIZ/imhVC4JqAH+SX1rb6bdZcSjhJfet7rLmnJSsnYLTgIiVIT85aVLgg==
|
||||
dependencies:
|
||||
"@ethersproject/abstract-provider" "^5.0.0"
|
||||
"@ethersproject/abstract-signer" "^5.0.0"
|
||||
"@ethersproject/address" "^5.0.0"
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/constants" "^5.0.0"
|
||||
"@ethersproject/hash" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/networks" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
"@ethersproject/random" "^5.0.0"
|
||||
"@ethersproject/rlp" "^5.0.0"
|
||||
"@ethersproject/strings" "^5.0.0"
|
||||
"@ethersproject/transactions" "^5.0.0"
|
||||
"@ethersproject/web" "^5.0.0"
|
||||
ws "7.2.3"
|
||||
|
||||
"@ethersproject/random@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/random/-/random-5.0.2.tgz#bb58aca69a85e8de506686117f050d03dac69023"
|
||||
integrity sha512-kLeS+6bwz37WR2zbe69gudyoGVoUzljQO0LhifnATsZ7rW0JZ9Zgt0h5aXY7tqFDo9TvdqeCwUFdp1t3T5Fkhg==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
|
||||
"@ethersproject/rlp@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/rlp/-/rlp-5.0.2.tgz#d6b550a2ac5e484f15f0f63337e522004d2e78cd"
|
||||
integrity sha512-oE0M5jqQ67fi2SuMcrpoewOpEuoXaD8M9JeR9md1bXRMvDYgKXUtDHs22oevpEOdnO2DPIRabp6MVHa4aDuWmw==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
|
||||
"@ethersproject/signing-key@^5.0.0":
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/signing-key/-/signing-key-5.0.3.tgz#adb84360e147bfd336cb2fe114100120732dc10a"
|
||||
integrity sha512-5QPZaBRGCLzfVMbFb3LcVjNR0UbTXnwDHASnQYfbzwUOnFYHKxHsrcbl/5ONGoppgi8yXgOocKqlPCFycJJVWQ==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
elliptic "6.5.3"
|
||||
|
||||
"@ethersproject/strings@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/strings/-/strings-5.0.2.tgz#1753408c3c889813fd0992abd76393e3e47a2619"
|
||||
integrity sha512-oNa+xvSqsFU96ndzog0IBTtsRFGOqGpzrXJ7shXLBT7juVeSEyZA/sYs0DMZB5mJ9FEjHdZKxR/rTyBY91vuXg==
|
||||
dependencies:
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/constants" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
|
||||
"@ethersproject/transactions@^5.0.0":
|
||||
version "5.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/transactions/-/transactions-5.0.2.tgz#590ede71fc87b45be7bd46002e18ae52246a2347"
|
||||
integrity sha512-jZp0ZbbJlq4JLZY6qoMzNtp2HQsX6USQposi3ns0MPUdn3OdZJBDtrcO15r/2VS5t/K1e1GE5MI1HmMKlcTbbQ==
|
||||
dependencies:
|
||||
"@ethersproject/address" "^5.0.0"
|
||||
"@ethersproject/bignumber" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/constants" "^5.0.0"
|
||||
"@ethersproject/keccak256" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
"@ethersproject/rlp" "^5.0.0"
|
||||
"@ethersproject/signing-key" "^5.0.0"
|
||||
|
||||
"@ethersproject/web@^5.0.0":
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@ethersproject/web/-/web-5.0.3.tgz#f5673923009bb855302f0296ddb932da8e42f0a1"
|
||||
integrity sha512-9WoIWNxbFOk+8TiWqQMQbYJUIFeC1Z7zNr7oCHpVyhxF0EY54ZVXlP/Y7VJ7KzK++A/iMGOuTIGeL5sMqa2QMg==
|
||||
dependencies:
|
||||
"@ethersproject/base64" "^5.0.0"
|
||||
"@ethersproject/bytes" "^5.0.0"
|
||||
"@ethersproject/logger" "^5.0.0"
|
||||
"@ethersproject/properties" "^5.0.0"
|
||||
"@ethersproject/strings" "^5.0.0"
|
||||
|
||||
"@evocateur/libnpmaccess@^3.1.2":
|
||||
version "3.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@evocateur/libnpmaccess/-/libnpmaccess-3.1.2.tgz#ecf7f6ce6b004e9f942b098d92200be4a4b1c845"
|
||||
@ -6293,10 +6507,10 @@ elliptic@6.3.3:
|
||||
hash.js "^1.0.0"
|
||||
inherits "^2.0.1"
|
||||
|
||||
elliptic@6.5.2:
|
||||
version "6.5.2"
|
||||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.2.tgz#05c5678d7173c049d8ca433552224a495d0e3762"
|
||||
integrity sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==
|
||||
elliptic@6.5.3:
|
||||
version "6.5.3"
|
||||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.3.tgz#cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6"
|
||||
integrity sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==
|
||||
dependencies:
|
||||
bn.js "^4.4.0"
|
||||
brorand "^1.0.1"
|
||||
@ -7138,21 +7352,6 @@ ethers@4.0.0-beta.3:
|
||||
uuid "2.0.1"
|
||||
xmlhttprequest "1.8.0"
|
||||
|
||||
ethers@^4.0.39:
|
||||
version "4.0.47"
|
||||
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.47.tgz#91b9cd80473b1136dd547095ff9171bd1fc68c85"
|
||||
integrity sha512-hssRYhngV4hiDNeZmVU/k5/E8xmLG8UpcNUzg6mb7lqhgpFPH/t7nuv20RjRrEf0gblzvi2XwR5Te+V3ZFc9pQ==
|
||||
dependencies:
|
||||
aes-js "3.0.0"
|
||||
bn.js "^4.4.0"
|
||||
elliptic "6.5.2"
|
||||
hash.js "1.1.3"
|
||||
js-sha3 "0.5.7"
|
||||
scrypt-js "2.0.4"
|
||||
setimmediate "1.0.4"
|
||||
uuid "2.0.1"
|
||||
xmlhttprequest "1.8.0"
|
||||
|
||||
ethers@~4.0.4:
|
||||
version "4.0.4"
|
||||
resolved "https://registry.yarnpkg.com/ethers/-/ethers-4.0.4.tgz#d3f85e8b27f4b59537e06526439b0fb15b44dc65"
|
||||
@ -16840,11 +17039,6 @@ typescript@3.5.x:
|
||||
version "3.5.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.3.tgz#c830f657f93f1ea846819e929092f5fe5983e977"
|
||||
|
||||
typescript@^3.8.3:
|
||||
version "3.9.6"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.6.tgz#8f3e0198a34c3ae17091b35571d3afd31999365a"
|
||||
integrity sha512-Pspx3oKAPJtjNwE92YS05HQoY7z2SFyOpHo9MqJor3BXAGNaPUs83CuVp9VISFkSjyRfiTpmKuAYGJB7S7hOxw==
|
||||
|
||||
typewise-core@^1.2, typewise-core@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/typewise-core/-/typewise-core-1.2.0.tgz#97eb91805c7f55d2f941748fa50d315d991ef195"
|
||||
@ -18174,6 +18368,11 @@ write@^0.2.1:
|
||||
dependencies:
|
||||
mkdirp "^0.5.1"
|
||||
|
||||
ws@7.2.3:
|
||||
version "7.2.3"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.3.tgz#a5411e1fb04d5ed0efee76d26d5c46d830c39b46"
|
||||
integrity sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==
|
||||
|
||||
ws@^3.0.0:
|
||||
version "3.3.3"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user