nomad-xyz / monorepo

Nomad Monorepo -- SDKs, Contracts, and more!
https://www.nomad.xyz
Apache License 2.0
118 stars 28 forks source link

feat: replace in-place the config implementation values #534

Closed odyslam closed 1 year ago

odyslam commented 1 year ago

Motivation

We don't want to manually update the config with the new implementation addresses

Solution

The upgrade script will update in-place the config file. After every invocation, the config file will update its implementation addresses for the domain that just got deployed.

PR Checklist