Skip to content

Releases: pcaversaccio/xdeployer

xdeployer v2.1.6

13 Sep 21:41
aa837b8
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.6 is a dependency maintenance and general code chore release, and adds support for one additional EVM network:

Special thanks go to @shuhuiluo for providing the necessary funds to make the Manta Pacific mainnet deployment 🙏🏽.

Full Changelog

xdeployer v2.1.5

03 Sep 15:58
9e174df
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.5 is a dependency maintenance and general code chore release, and adds support for one additional EVM network:

Full Changelog

xdeployer v2.1.4

18 Aug 06:51
4a39815
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.4 is a dependency maintenance and general code chore release, and adds support for one additional EVM network:

Special thanks go to @shuhuiluo for providing the necessary funds to make the Manta testnet deployment 🙏🏽.

Full Changelog

xdeployer v2.1.3

25 Jul 12:34
c93baa5
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.3 adds support for two additional EVM networks:

Special thanks go to @YamenMerhi for providing the necessary funds to make the LUKSO testnet and mainnet deployments 🙏🏽.

Full Changelog

xdeployer v2.1.2

20 Jul 12:44
4fc2d67
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.2 adds support for two additional EVM networks:

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

11 Jul 08:43
591b91b
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.1 is a dependency maintenance and general code chore release.

Full Changelog

xdeployer v2.1.0

22 Jun 14:40
781fbf1
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.0 adds support for two additional EVM networks:

❗️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💥

09 Jun 10:39
f10bdd3
Compare
Choose a tag to compare

🫡 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

06 Jun 07:20
0373119
Compare
Choose a tag to compare

🫡 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

24 May 13:54
7ec0204
Compare
Choose a tag to compare

🫡 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.

Full Changelog