mirror of
https://github.com/ZigZagExchange/zksync-lite-market-maker.git
synced 2025-12-17 07:04:23 +01:00
Merge pull request #94 from TrooperCrypto/master
update zksync sdk to "^0.13"
This commit is contained in:
@@ -400,7 +400,7 @@ async function sendFillRequest(orderreceipt, accountId) {
|
||||
ratio: zksync.utils.tokenRatio(tokenRatio),
|
||||
validUntil: oneMinExpiry
|
||||
}
|
||||
const fillOrder = await WALLETS[accountId].syncWallet.getOrder(orderDetails);
|
||||
const fillOrder = await WALLETS[accountId].syncWallet.signOrder(orderDetails);
|
||||
|
||||
// Set wallet flag
|
||||
WALLETS[accountId]['ORDER_BROADCASTING'] = true;
|
||||
|
||||
1675
package-lock.json
generated
1675
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -14,7 +14,7 @@
|
||||
"ethers": "^5.5.1",
|
||||
"node-fetch": "^3.1.0",
|
||||
"ws": "^8.2.3",
|
||||
"zksync": "0.11.6"
|
||||
"zksync": "^0.13.1"
|
||||
},
|
||||
"type": "module",
|
||||
"devDependencies": {},
|
||||
|
||||
Reference in New Issue
Block a user