optimism icon indicating copy to clipboard operation
optimism copied to clipboard

contracts: update deploy script to read from superchain-registry toml configs

Open bitwiseguy opened this issue 7 months ago • 3 comments

Description

The current contracts-bedrock deploy script is able to read contract addresses from json files located in the local file system. This PR updates the deploy script such that a developer can also point to one of the new superchain-registry/superchain/config .toml files and the script can pull addresses from there. The code will remain backwards compatible with the old json address files.

Tests

None yet

bitwiseguy avatar Jul 18 '24 01:07 bitwiseguy