Hardhat Network Metadata Plugin Adds a new field to hardhat.config.ts networks: { exampleNet: { url: "http://localhost:8545", metadata: { anything: "here" } } } I'll add a build and get this on npm etc. if someone notices me :)