You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the configuration in deployedContracts.json uses a generic clientChain key for Sepolia network addresses. With the addition of Holesky network support, we need to refactor this to clearly distinguish between different networks.
Required Changes
Rename clientChain key to sepolia in deployedContracts.json for better clarity
Update all scripts that reference the clientChain configuration
Modify CI workflows to support both networks
Add environment variable support to control which network to use during deployment and testing
Background
Currently, the configuration in
deployedContracts.json
uses a genericclientChain
key for Sepolia network addresses. With the addition of Holesky network support, we need to refactor this to clearly distinguish between different networks.Required Changes
clientChain
key tosepolia
indeployedContracts.json
for better clarityclientChain
configurationReferences
Discussion: //pull/145#discussion_r1943990000
Notes
NETWORK=sepolia|holesky
to control which network to useThe text was updated successfully, but these errors were encountered: