1
0

♻️」 refactor: moved every folder to code

This commit is contained in:
2025-08-07 19:30:38 +02:00
parent 3911cc5d0a
commit bc2ac4e1eb
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@ contract Kanel42TokenTest is Test {
vm.deal(address(this), 0.01 ether);
token.mint{ value: 0.01 ether }();
uint256 initialBalance = token.balanceOf(address(this));
uint256 initialBalance = token.balanceOf(address(this));
// Burn tokens
token.burn(burnAmount);

View File

@ -1,8 +1,9 @@
[profile.default]
src = "code"
out = "out"
out = "code/out"
test = "code/test"
libs = ["node_modules", "code/lib"]
cache_path = "code/cache"
solc = '0.8.28'
# Enable or disable the optimizer
optimizer = true