Skip to content

Commit

Permalink
fix: update rich pk
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Nov 26, 2024
1 parent 8fe6234 commit cee7267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/nft-quest-contracts/deploy/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ export const deployContract = async (contractArtifactName: string, constructorAr
*/
export const LOCAL_RICH_WALLETS = [
{
address: "0x36615Cf349d7F6344891B1e7CA7C72883F5dc049",
privateKey: "0x7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110",
address: "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
privateKey: "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80",
},
{
address: "0xa61464658AfeAf65CccaaFD3a512b69A83B77618",
Expand Down
2 changes: 1 addition & 1 deletion examples/nft-quest-contracts/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"executor": "nx:run-commands",
"options": {
"cwd": "examples/nft-quest-contracts",
"command": "WALLET_PRIVATE_KEY=0x7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110 hardhat deploy-zksync --script deploy.ts --network inMemoryNode"
"command": "WALLET_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 hardhat deploy-zksync --script deploy.ts --network inMemoryNode"
},
"dependsOn": ["build"]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export const LOCAL_RICH_WALLETS = [
},
{
address: "0x36615Cf349d7F6344891B1e7CA7C72883F5dc049",
privateKey: "0x7726827caac94a7f9e1b160f7ea819f172f7b6f9d2a97f992c38edeab82d4110",
privateKey: "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80",
},
{
address: "0xa61464658AfeAf65CccaaFD3a512b69A83B77618",
Expand Down

0 comments on commit cee7267

Please sign in to comment.