Skip to content

Commit

Permalink
Changed gm1 address to sync with local api server
Browse files Browse the repository at this point in the history
  • Loading branch information
theKosmoss committed Feb 12, 2025
1 parent bba9f8c commit 3afe7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupMockEnvironment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const setupAddresses = async (hre: HardhatRuntimeEnvironment): Promise<AdrSetupR
id: 'player17-id',
};

const gm1 = ethers.Wallet.fromMnemonic(m, `m/44'/60'/0'/0/100`).connect(hre.ethers.provider);
const gm1 = ethers.Wallet.fromMnemonic(m, `m/44'/60'/0'/0/9`).connect(hre.ethers.provider);
await _player1.sendTransaction({
to: gm1.address,
value: ethers.utils.parseEther('10'),
Expand Down

0 comments on commit 3afe7af

Please sign in to comment.