xdeployer

Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.

MIT License

Downloads
2.6K
Stars
426
Committers
3

Bot releases are visible (Hide)

xdeployer - xdeployer v2.1.8

Published by pcaversaccio about 1 year ago

🫡 Summary

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

Full Changelog

xdeployer - xdeployer v2.1.7

Published by pcaversaccio about 1 year ago

🫡 Summary

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

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

Full Changelog

xdeployer - xdeployer v2.1.6

Published by pcaversaccio about 1 year ago

🫡 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 - xdeployer v2.1.5

Published by pcaversaccio about 1 year ago

🫡 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 - xdeployer v2.1.4

Published by pcaversaccio about 1 year ago

🫡 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 - xdeployer v2.1.3

Published by pcaversaccio about 1 year ago

🫡 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 - xdeployer v2.1.2

Published by pcaversaccio about 1 year ago

🫡 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 - xdeployer v2.1.1

Published by pcaversaccio over 1 year ago

🫡 Summary

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

Full Changelog

xdeployer - xdeployer v2.1.0

Published by pcaversaccio over 1 year ago

🫡 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 - 💥xdeployer v2.0.0💥

Published by pcaversaccio over 1 year ago

🫡 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 - xdeployer v1.2.7

Published by pcaversaccio over 1 year ago

🫡 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 - xdeployer v1.2.6

Published by pcaversaccio over 1 year ago

🫡 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

xdeployer - xdeployer v1.2.5

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.2.5 is a dependency maintenance and general code chore release.

Full Changelog

xdeployer - xdeployer v1.2.4

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.2.4 adds support for one further EVM network:

Furthermore, xdeployer v1.2.4 is a dependency maintenance and general code chore release.

Full Changelog

xdeployer - xdeployer v1.2.3

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.2.3 adds support for one further EVM network:

Special thanks go to @davidev.eth for providing the necessary funds to make the Polygon zkEVM production deployment 🙏🏽.

Furthermore, xdeployer v1.2.3 is a dependency maintenance and general code chore release.

Full Changelog

xdeployer - xdeployer v1.2.2

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.2.2 adds support for one further EVM network:

Furthermore, xdeployer v1.2.2 is a dependency maintenance and general code chore release.

Full Changelog

xdeployer - xdeployer v1.2.1

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.2.1 adds support for two additional EVM test networks:

Furthermore, we also remove the killCreate2Deployer function from the source code of the Create2Deployer contract to resolve the warning issued since the deprecation of the selfdestruct operation as of Solidity version 0.8.18.

Full Changelog

xdeployer - xdeployer v1.2.0

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.2.0 is a dependency maintenance and general code chore release. Furthermore, this minor release adds a new CI pipeline that publishes each xdeployer release automatically to npm using GitHub actions.

Full Changelog

xdeployer - xdeployer v1.1.29

Published by pcaversaccio over 1 year ago

🫡 Summary

xdeployer v1.1.29 adds support for one further EVM network:

Furthermore, xdeployer v1.1.29 is a dependency maintenance and general code chore release. Also, we bump all the test contracts to Solidity version 0.8.19 as well as Solidity version 0.8.19 will now be required for local deployments.

Full Changelog

xdeployer - xdeployer v1.1.28

Published by pcaversaccio over 1 year ago

Summary

xdeployer v1.1.28 is a dependency maintenance and general code chore release.

Full Changelog

Package Rankings
Top 3.42% on Npmjs.org
Badges
Extracted from project README
Test xdeploy License: MIT npm package
Related Projects