Skip to content

Commit

Permalink
🔁 Bump Dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jul 2, 2024
1 parent f08e92e commit 6b6ca3d
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 290 deletions.
12 changes: 12 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,18 @@ const config: HardhatUserConfig = {
accounts,
ledgerAccounts,
},
taraxaTestnet: {
chainId: 842,
url: vars.get("TARAXA_TESTNET_URL", "https://rpc.testnet.taraxa.io"),
accounts,
ledgerAccounts,
},
taraxaMain: {
chainId: 841,
url: vars.get("TARAXA_MAINNET_URL", "https://rpc.mainnet.taraxa.io"),
accounts,
ledgerAccounts,
},
},
xdeploy: {
// Change this name to the name of your main contract
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@
"deploy:rootstocktestnet": "npx hardhat run --network rootstockTestnet scripts/deploy.ts",
"deploy:rootstockmain": "npx hardhat run --network rootstockMain scripts/deploy.ts",
"deploy:chiliztestnet": "npx hardhat run --network chilizTestnet scripts/deploy.ts",
"deploy:taraxatestnet": "npx hardhat run --network taraxaTestnet scripts/deploy.ts",
"deploy:taraxamain": "npx hardhat run --network taraxaMain scripts/deploy.ts",
"prettier:check": "npx prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
"prettier:fix": "npx prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
"solhint:check": "npx solhint \"contracts/**/*.sol\"",
Expand Down Expand Up @@ -171,7 +173,7 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.13.1",
"hardhat": "^2.22.5",
"hardhat": "^2.22.6",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.2.0",
Expand All @@ -181,9 +183,9 @@
"solidity-coverage": "^0.8.12",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"xdeployer": "^3.0.13",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"xdeployer": "^3.0.14",
"zksync-ethers": "^6.9.0"
}
}
Loading

0 comments on commit 6b6ca3d

Please sign in to comment.