Skip to content

Commit 4de33bc

Browse files
author
Yash Agrawal
committed
chore: add devprotocol utils contract
1 parent a13c74e commit 4de33bc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"author": "Dev Protocol",
2121
"license": "MPL-2.0",
2222
"devDependencies": {
23+
"@devprotocol/util-contracts": "^3.3.0",
2324
"@nomiclabs/hardhat-ethers": "2.2.3",
2425
"@nomiclabs/hardhat-etherscan": "3.1.8",
2526
"@nomiclabs/hardhat-waffle": "2.0.6",

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
dependencies:
7373
"@jridgewell/trace-mapping" "0.3.9"
7474

75+
"@devprotocol/util-contracts@^3.3.0":
76+
version "3.3.0"
77+
resolved "https://registry.yarnpkg.com/@devprotocol/util-contracts/-/util-contracts-3.3.0.tgz#56978e832f12b1796d937b20e57be307f2fcbc07"
78+
integrity sha512-5KgaYUcp7tbPIjSzoxE/40pMYqfFdqHsMraKy+ATDWVEy1D7gfdQEvOyx2nMwE/a5pjSO+UDgZP1hclEbnyTRQ==
79+
dependencies:
80+
"@openzeppelin/contracts" "4.3.0"
81+
7582
"@eslint-community/eslint-utils@^4.2.0":
7683
version "4.2.0"
7784
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.2.0.tgz#a831e6e468b4b2b5ae42bf658bea015bf10bc518"
@@ -1151,6 +1158,11 @@
11511158
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts-upgradeable/-/contracts-upgradeable-4.9.5.tgz#572b5da102fc9be1d73f34968e0ca56765969812"
11521159
integrity sha512-f7L1//4sLlflAN7fVzJLoRedrf5Na3Oal5PZfIq55NFcVZ90EpV1q5xOvL4lFvg3MNICSDr2hH0JUBxwlxcoPg==
11531160

1161+
"@openzeppelin/[email protected]":
1162+
version "4.3.0"
1163+
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.3.0.tgz#345236d4ec73ef381ab4907c6ef66fd55e5dedad"
1164+
integrity sha512-+uBDl/TrmR0Kch6mq3tuxMex/fK7huR6+fQMae+zJk1K5T+dp0pFl12Hbc+1L6oYMXoyDSBJ8zqhRIntrREDFA==
1165+
11541166
"@openzeppelin/[email protected]":
11551167
version "4.8.2"
11561168
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.8.2.tgz#d815ade0027b50beb9bcca67143c6bcc3e3923d6"

0 commit comments

Comments
 (0)