hardhat-network-metadata
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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 :)

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.24latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.24

Package Sidebar

Install

npm i hardhat-network-metadata

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

6.45 kB

Total Files

13

Last publish

Collaborators

  • krruzic