Skip to content

Releases: pcaversaccio/xdeployer

xdeployer v1.0.10

26 Nov 18:56
29a8f81
Compare
Choose a tag to compare

Happy Weekend 🎉!

xdeployer v1.0.9

16 Nov 11:59
09fd8cc
Compare
Choose a tag to compare
  • 09fd8cc: Upgraded devDependencies and peerDependencies to @openzeppelin/contracts version 4.3.3;
  • 68f4881: Fixed typo in README;

xdeployer v1.0.8

06 Nov 10:54
2ebac17
Compare
Choose a tag to compare
  • Small refactor of index.ts that adds an additional check for localhost;
  • Updated Solidity compiler version to 0.8.9;
  • Updated README;
  • Updated all npm packages to the latest wanted version;

xdeployer v1.0.6

05 Nov 17:38
4a99c84
Compare
Choose a tag to compare
  • Added @openzeppelin/contracts as peer-dependency (needed for local deployment);
  • Adjusted tests accordingly;
  • Updated README accordingly;

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.