File tree Expand file tree Collapse file tree 7 files changed +111
-86
lines changed
Expand file tree Collapse file tree 7 files changed +111
-86
lines changed Original file line number Diff line number Diff line change 1414 os :
1515 - ubuntu-latest
1616 node_version :
17- - 20
17+ - 22
1818
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff line change 1313 os :
1414 - ubuntu-latest
1515 node_version :
16- - 20
16+ - 22
1717
1818 steps :
1919 - name : Checkout
Original file line number Diff line number Diff line change 1414 os :
1515 - ubuntu-latest
1616 node_version :
17- - 20
17+ - 22
1818
1919 steps :
2020 - name : Checkout
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pnpm add --save-dev 'xdeployer@^1.2.7'
8383</details >
8484
8585> [ !NOTE]
86- > This plugin uses the optional chaining operator (` ?. ` ). Optional chaining is _ not_ supported in Node.js ` v13 ` and below.
86+ > This plugin uses the optional chaining operator (` ?. ` ). Optional chaining is _ not_ supported in [ Node.js] ( https://nodejs.org/en ) ` v13 ` and below.
8787
8888Import the plugin in your ` hardhat.config.js ` :
8989
@@ -238,6 +238,9 @@ The current available networks are:
238238 - ` unichainTestnet `
239239 - ` xdcTestnet `
240240 - ` sxTestnet `
241+ - ` liskTestnet `
242+ - ` metalL2Testnet `
243+ - ` superseedTestnet `
241244- ** EVM-Based Production Networks:**
242245 - ` ethMain `
243246 - ` bscMain `
@@ -289,6 +292,8 @@ The current available networks are:
289292 - ` worldChainMain `
290293 - ` xdcMain `
291294 - ` sxMain `
295+ - ` liskMain `
296+ - ` metalL2Main `
292297
293298> [ !IMPORTANT]
294299> Note that you must ensure that your deployment account has sufficient funds on ** all** target networks.
Original file line number Diff line number Diff line change 11{
22 "name" : " xdeployer" ,
3- "version" : " 3.1.5 " ,
3+ "version" : " 3.1.6 " ,
44 "description" : " Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address." ,
55 "author" : " Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>" ,
66 "license" : " MIT" ,
4646 "@types/chai" : " ^4.3.20" ,
4747 "@types/fs-extra" : " ^11.0.4" ,
4848 "@types/mocha" : " ^10.0.9" ,
49- "@types/node" : " ^22.8.7 " ,
49+ "@types/node" : " ^22.9.0 " ,
5050 "chai" : " ^4.5.0" ,
5151 "eslint" : " ^9.14.0" ,
5252 "eslint-config-prettier" : " ^9.1.0" ,
5757 "prettier-plugin-solidity" : " ^1.4.1" ,
5858 "ts-node" : " ^10.9.2" ,
5959 "typescript" : " ^5.6.3" ,
60- "typescript-eslint" : " ^8.12.2 "
60+ "typescript-eslint" : " ^8.13.0 "
6161 },
6262 "peerDependencies" : {
6363 "@nomicfoundation/hardhat-ethers" : " ^3.0.8" ,
You can’t perform that action at this time.
0 commit comments