Skip to content

Releases: pcaversaccio/xdeployer

xdeployer v1.0.5

04 Nov 13:57
a1a5138
Compare
Choose a tag to compare
  • Added support for Avalanche testnet Fuji;

xdeployer v1.0.4

04 Nov 11:13
a933136
Compare
Choose a tag to compare
  • Fixed typo;
  • Comment on optional chaining operator and Node.js version;
  • Supported Node.js version reflected in package.json;
  • Changed writeFile to writeFileSync in order to complete synchronously (and therefore blocks the main thread);
  • Added starting message as console output;

xdeployer v1.0.3

30 Oct 22:06
4eca38f
Compare
Choose a tag to compare

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

29 Oct 12:24
892063a
Compare
Choose a tag to compare

Add CommonJS support, i.e. module.exports, for constructor arguments file.

xdeployer v1.0.1

29 Oct 10:57
db30fb9
Compare
Choose a tag to compare

Fixing absolute path issue and improving the README.

xdeployer v1.0.0 🥳

29 Oct 09:32
5ef6980
Compare
Choose a tag to compare

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.