Skip to content

Commit

Permalink
add charlie address
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraRingas committed Aug 29, 2024
1 parent 9ce92f9 commit 2f43d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/world-module-erc20-own-store/test/MUDERC20.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { Allowances } from "../src/codegen/tables/Allowances.sol";
contract MUDERC20Test is Test, GasReporter {
MUDERC20 muderc20;
address alice = address(0x123);
address charlie = address(0x456);

function setUp() public {
muderc20 = new MUDERC20("MUDERC20", "MUD", 18);
Expand Down

0 comments on commit 2f43d48

Please sign in to comment.