「♻️」 refactor: moved every folder to code
This commit is contained in:
@ -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);
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user