Releases: pcaversaccio/xdeployer
xdeployer v2.1.6
🫡 Summary
xdeployer
v2.1.6
is a dependency maintenance and general code chore release, and adds support for one additional EVM network:
mantaMain
(block explorer)
Special thanks go to @shuhuiluo for providing the necessary funds to make the Manta Pacific mainnet deployment 🙏🏽.
Full Changelog
xdeployer v2.1.5
🫡 Summary
xdeployer
v2.1.5
is a dependency maintenance and general code chore release, and adds support for one additional EVM network:
arbitrumSepolia
(block explorer)
Full Changelog
xdeployer v2.1.4
🫡 Summary
xdeployer
v2.1.4
is a dependency maintenance and general code chore release, and adds support for one additional EVM network:
mantaTestnet
(block explorer)
Special thanks go to @shuhuiluo for providing the necessary funds to make the Manta testnet deployment 🙏🏽.
Full Changelog
xdeployer v2.1.3
🫡 Summary
xdeployer
v2.1.3
adds support for two additional EVM networks:
luksoTestnet
(block explorer)luksoMain
(block explorer)
Special thanks go to @YamenMerhi for providing the necessary funds to make the LUKSO testnet and mainnet deployments 🙏🏽.
Full Changelog
xdeployer v2.1.2
🫡 Summary
xdeployer
v2.1.2
adds support for two additional EVM networks:
mantleMain
(block explorer)lineaMain
(block explorer)
Special thanks go to @gnidan for providing the necessary funds to make the Mantle and Linea production deployments 🙏🏽.
❗️Breaking Change
This release renames the network cronos
to cronosMain
.
Full Changelog
xdeployer v2.1.1
🫡 Summary
xdeployer
v2.1.1
is a dependency maintenance and general code chore release.
Full Changelog
xdeployer v2.1.0
🫡 Summary
xdeployer
v2.1.0
adds support for two additional EVM networks:
zoraTestnet
(block explorer)zoraMain
(block explorer)
❗️Breaking Change
This release removes the deprecated networks rinkeby
, ropsten
, kovan
, autobahnTestnet
, and autobahn
. Special thanks go to @z0r0z for providing the necessary funds to make the Zora production deployment 🙏🏽.
Full Changelog
💥xdeployer v2.0.0💥
🫡 Summary (❗️Breaking Change)
xdeployer
v2.0.0
now targets ethers
v6
! But don't worry, if you use ethers
v5
you can still install and use xdeployer
without facing any issues. 👇 Below you find the detailed installation guide for using ethers
v6
or ethers
v5
. On that note, have a great weekend, and keep grinding anon!
Installation (Using ethers v6
)
With npm
versions >=7
:
# based on ethers v6
npm install --save-dev xdeployer
With npm
version 6
:
# based on ethers v6
npm install --save-dev xdeployer '@nomicfoundation/hardhat-ethers@^3.0.2' ethers @openzeppelin/contracts
Or if you are using Yarn:
# based on ethers v6
yarn add --dev xdeployer '@nomicfoundation/hardhat-ethers@^3.0.2' ethers @openzeppelin/contracts
Installation (Using ethers v5
)
With npm
versions >=7
:
# based on ethers v5
npm install --save-dev 'xdeployer@^1.2.7'
With npm
version 6
:
# based on ethers v5
npm install --save-dev 'xdeployer@^1.2.7' @nomiclabs/hardhat-ethers 'ethers@^5.7.2' @openzeppelin/contracts
Or if you are using Yarn:
# based on ethers v5
yarn add --dev 'xdeployer@^1.2.7' @nomiclabs/hardhat-ethers 'ethers@^5.7.2' @openzeppelin/contracts
Full Changelog
xdeployer v1.2.7
🫡 Summary
xdeployer
v1.2.7
is a dependency maintenance and general code chore release. Furthermore, we have updated the installation guide
with the compatible versions of the @nomiclabs/hardhat-ethers
and ethers
dependencies, due to the recent breaking release of version 6 of ethers
.
Full Changelog
xdeployer v1.2.6
🫡 Summary
xdeployer
v1.2.6
is a dependency maintenance and general code chore release. Furthermore, we add a note about possible compatibility issues with the recently added opcode PUSH0
, which was added as part of the Shanghai hard fork.