Skip to content

Commit 5296a77

Browse files
committed
feat: added hardhat-sourcify
1 parent dd876f8 commit 5296a77

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

hardhat.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ require("dotenv").config()
33
require("@nomiclabs/hardhat-etherscan")
44
require("@nomiclabs/hardhat-waffle")
55
require("@openzeppelin/hardhat-upgrades")
6+
require("@xtools-at/hardhat-sourcify")
67
require("hardhat-deploy")
78
require("hardhat-deploy-ethers")
89
require("solidity-coverage")

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@nomiclabs/hardhat-ethers": "^2.0.3",
3939
"@nomiclabs/hardhat-etherscan": "^3.1.0",
4040
"@nomiclabs/hardhat-waffle": "^2.0.1",
41+
"@xtools-at/hardhat-sourcify": "^0.2.0",
4142
"chai": "^4.3.4",
4243
"eslint-config-prettier": "^8.3.0",
4344
"eslint-plugin-prettier": "^3.4.1",

yarn.lock

+36-1
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,13 @@
12711271
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz"
12721272
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
12731273

1274+
"@types/node@^18.15.7":
1275+
version "18.19.26"
1276+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.26.tgz#18991279d0a0e53675285e8cf4a0823766349729"
1277+
integrity sha512-+wiMJsIwLOYCvUqSdKTrfkS8mpTp+MPINe6+Np4TAGFWWRWiBQ5kSq9nZGCSPkzx9mvT+uEukzpX4MOSCydcvw==
1278+
dependencies:
1279+
undici-types "~5.26.4"
1280+
12741281
"@types/node@^8.0.0":
12751282
version "8.10.66"
12761283
resolved "https://registry.npmjs.org/@types/node/-/node-8.10.66.tgz"
@@ -1373,6 +1380,15 @@
13731380
"@uniswap/lib" "1.1.1"
13741381
"@uniswap/v2-core" "1.0.0"
13751382

1383+
"@xtools-at/hardhat-sourcify@^0.2.0":
1384+
version "0.2.0"
1385+
resolved "https://registry.yarnpkg.com/@xtools-at/hardhat-sourcify/-/hardhat-sourcify-0.2.0.tgz#5ba6005eaab565ea5c8437b2a8b45239b75936b0"
1386+
integrity sha512-M4Km/y3hRmJMQWyyTD5zE4nkwo7bDi7eHROZaxuE7C6tnYpKR/FzpdV1Xv9rcD+SSymkvGgiLy1pKsJ2VzhkWw==
1387+
dependencies:
1388+
"@types/node" "^18.15.7"
1389+
axios "^1.3.4"
1390+
form-data "^4.0.0"
1391+
13761392
"@yarnpkg/lockfile@^1.1.0":
13771393
version "1.1.0"
13781394
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz"
@@ -1797,6 +1813,15 @@ axios@^0.21.1:
17971813
dependencies:
17981814
follow-redirects "^1.14.0"
17991815

1816+
axios@^1.3.4:
1817+
version "1.6.8"
1818+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.8.tgz#66d294951f5d988a00e87a0ffb955316a619ea66"
1819+
integrity sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==
1820+
dependencies:
1821+
follow-redirects "^1.15.6"
1822+
form-data "^4.0.0"
1823+
proxy-from-env "^1.1.0"
1824+
18001825
babel-code-frame@^6.26.0:
18011826
version "6.26.0"
18021827
resolved "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz"
@@ -4646,7 +4671,7 @@ follow-redirects@^1.12.1:
46464671
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.1.tgz"
46474672
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
46484673

4649-
follow-redirects@^1.14.0:
4674+
follow-redirects@^1.14.0, follow-redirects@^1.15.6:
46504675
version "1.15.6"
46514676
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
46524677
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
@@ -7694,6 +7719,11 @@ proxy-addr@~2.0.7:
76947719
forwarded "0.2.0"
76957720
ipaddr.js "1.9.1"
76967721

7722+
proxy-from-env@^1.1.0:
7723+
version "1.1.0"
7724+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7725+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7726+
76977727
prr@~1.0.1:
76987728
version "1.0.1"
76997729
resolved "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz"
@@ -9390,6 +9420,11 @@ [email protected]:
93909420
resolved "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz"
93919421
integrity sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==
93929422

9423+
undici-types@~5.26.4:
9424+
version "5.26.5"
9425+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
9426+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
9427+
93939428
undici@^5.4.0:
93949429
version "5.8.0"
93959430
resolved "https://registry.npmjs.org/undici/-/undici-5.8.0.tgz"

0 commit comments

Comments
 (0)