blockful-io / external-resolver

This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
MIT License
10 stars 3 forks source link

Config deploy #110

Closed pikonha closed 3 months ago

pikonha commented 3 months ago

Config by network

All Submissions:

Description

This adds a way of handling config keys by network to help the deploy and local dev setup. What it does is basically exposing a struct that contains all the required properties to setup the contracts such as dependent contracts that are already deployed to Sepolia/Mainnet, gateway url and signers.

Changes

Changes to Core Features: