v0.7.0
What's Changed
- Added auto-generated
NodeConfig
type with all config parameters (@spsjvc in #38) - Added option to override the RollupCreator and TokenBridgeCreator factory addresses (@spsjvc in #56)
- Removed
createRollup
(@spsjvc in #57)- You should switch to using
createRollupPrepareTransactionRequest
andcreateRollupPrepareTransactionReceipt
together to achieve the same behaviour
- You should switch to using
Full Changelog: v0.6.1...v0.7.0