Commit e16d41c0 authored by Kelvin Fichter's avatar Kelvin Fichter

fix: correctly export types in contracts package

parent 6ee7423f
---
'@eth-optimism/contracts': patch
---
Correctly export contracts package types
......@@ -4,6 +4,7 @@
"main": "dist/index",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/types/*.ts",
"artifacts/contracts/**/*.json",
"deployments/**/*.json",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment