Releases: pcaversaccio/xdeployer
Releases · pcaversaccio/xdeployer
xdeployer v1.0.5
- Added support for Avalanche testnet Fuji;
xdeployer v1.0.4
- Fixed typo;
- Comment on optional chaining operator and Node.js version;
- Supported Node.js version reflected in
package.json
; - Changed
writeFile
towriteFileSync
in order to complete synchronously (and therefore blocks the main thread); - Added starting message as console output;
xdeployer v1.0.3
I enriched the README
with further information on the local deployment difference as well as on the usage with the Truffle suite.
xdeployer v1.0.2
Add CommonJS support, i.e. module.exports
, for constructor arguments file.
xdeployer v1.0.1
Fixing absolute path issue and improving the README.
xdeployer v1.0.0 🥳
I'm happy to release the first version of xdeployer
, a Hardhat plugin that lets you deploy your smart contracts across multiple EVM chains with the same deterministic address.