Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

fix: change agEUR address from CA to EOA #343

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/utils/forkAndFund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const WHALES = [
'0xa116f421ff82A9704428259fd8CC63347127B777',
'0xd0C6f16CC58f1b23c51d1529B95fec2740218F0a',
'0x171d311eAcd2206d21Cb462d661C33F0eddadC03',
'0x4Fa745FCCC04555F2AFA8874cd23961636CdF982',
'0x4197d86a2Ae22ca679c9b122af904892702F2b70',
];

const { ethers } = hre;
Expand Down
Loading