Skip to content

Commit

Permalink
Fix mentions of buidler (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Mar 2, 2021
1 parent 773c726 commit 232c355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ allFiredEvents
.coverage_cache
.coverage_contracts

# buidler
# hardhat
cache
artifacts
2 changes: 1 addition & 1 deletion contracts/proxy/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An alternative upgradeability mechanism is provided in <<Beacon>>. This pattern,

The {Clones} library provides a way to deploy minimal non-upgradeable proxies for cheap. This can be useful for applications that require deploying many instances of the same contract (for example one per user, or one per task). These instances are designed to be both cheap to deploy, and cheap to call. The drawback being that they are not upgradeable.

CAUTION: Using upgradeable proxies correctly and securely is a difficult task that requires deep knowledge of the proxy pattern, Solidity, and the EVM. Unless you want a lot of low level control, we recommend using the xref:upgrades-plugins::index.adoc[OpenZeppelin Upgrades Plugins] for Truffle and Buidler.
CAUTION: Using upgradeable proxies correctly and securely is a difficult task that requires deep knowledge of the proxy pattern, Solidity, and the EVM. Unless you want a lot of low level control, we recommend using the xref:upgrades-plugins::index.adoc[OpenZeppelin Upgrades Plugins] for Truffle and Hardhat.

== Core

Expand Down

0 comments on commit 232c355

Please sign in to comment.