Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@
"solidity-coverage": "^0.7.16",
"ts-node": "^10.1.0",
"typechain": "^5.1.2",
"typescript": "^4.5.2",
"zksync-web3": "0.7.9"
"typescript": "^4.5.2"
},
"husky": {
"hooks": {
Expand Down
3 changes: 1 addition & 2 deletions scripts/zkSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ async function main() {
const currentTime = await spokePool.getCurrentTime();
console.log(`SpokePool getCurrentTime(): ${currentTime.toString()}`);
const wethAddress = await spokePool.wrappedNativeToken();
console.log(wethAddress, weth.address);
assert(wethAddress === weth.address, "SpokePool.wrappedNativeToken !== wethAddress");
const hubPool = await spokePool.hubPool();
console.log(`SpokePool hubPool(): ${hubPool.address}`);
console.log(`SpokePool hubPool(): ${hubPool}`);
const enabled = await spokePool.enabledDepositRoutes(erc20.address, config.depositDestinationChainId);
console.log(`Deposit route to ${config.depositDestinationChainId} enabled? ${enabled}`);
const rootBundles = await spokePool.rootBundles(config.rootBundleIdToExecute);
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14762,11 +14762,6 @@ yocto-queue@^0.1.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

zksync-web3@0.7.9:
version "0.7.9"
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.7.9.tgz#fbb9a17f4b297c0fb9361de2a0d85ff2aac5becc"
integrity sha512-B0pitKvEQGJuWkY2UWjXrL1YgHghXEoDaq6acVZnB62TRF099GV58Fzi7Fnqt+Nw14A7Wc9iJ2AHD4GBTLFgkg==

zksync-web3@^0.7.8:
version "0.7.11"
resolved "https://registry.yarnpkg.com/zksync-web3/-/zksync-web3-0.7.11.tgz#1d829eda9b220b94a3d7e3ab29a2b37ab789a276"
Expand Down