Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: hardhat-deploy, contractLoader, signers, ethers, rollup-rea…
…diness (scaffold-eth#192) * packages <> docker re-shuffle - move graph-node docker setup into the packages folder - create git submodule for arbitrum & optimism * add .gitModules * update package.json for graph-node move * add hardhat-deploy - add hardhat-deploy - migrate to using that for deployments & publishing - make contractLoader chain aware - introduce external_contracts.json - Update README notes * setup tweaks * Update .gitignore * plumbing - fix yarn start if there is no /contracts/contracts.json - re-write publish to just focus on publishing to the subgraph * make external contracts js not json * network name config to contractLoader * chore: arb-ts dependency * tidy up ethers, signers not providers * back to localhost * typos * feat: local eth and erc20 arbitrium bridging support in debug mode * fix abi publishing * reshuffle into services package * fix graph-node commands * remove testing erc20 * readme tweaks * Re-added bytecode saving to publish script * Commented bytecode export * hardhat_contracts not contracts * revert the wait() * wait() in transactor * Pull in L2Bridge & Refactors from chains-and-deployments (scaffold-eth#207) * feat: optimism eth bridge local integration * Added dumb Arbitrum bridge page * Eth bridge on Rinkeby * chore: updated eth bridge method * Optimism bridge - Added optimism - Refactored to cut down unnecessary rpc calls * refactor: added ovm_eth integration to verify optimism eth bridging * Injected provider changes * Correctly switch user signer on network switch * combine the bridges * fix up look sharp - fix up testnet bridge deposits - dynamic contract metadata in contractLoader config - cleanup in contractLoader - bytecode commented out in publish - rinkeby Arbitrum * move l2 bridge, back to vanilla, typos * more tidier Co-authored-by: viraj124 <[email protected]> Co-authored-by: Pablo Ruiz <[email protected]> * docs / demos - examples in deploy - etherscan verification - companion networks - arbitrum config - README updates * spaces * Title + remove hardhat-etherscan * bits and pieces Co-authored-by: viraj124 <[email protected]> Co-authored-by: Pablo Ruiz <[email protected]>
- Loading branch information