「♻️」 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);
|
vm.deal(address(this), 0.01 ether);
|
||||||
token.mint{ value: 0.01 ether }();
|
token.mint{ value: 0.01 ether }();
|
||||||
|
|
||||||
uint256 initialBalance = token.balanceOf(address(this));
|
uint256 initialBalance = token.balanceOf(address(this));
|
||||||
|
|
||||||
// Burn tokens
|
// Burn tokens
|
||||||
token.burn(burnAmount);
|
token.burn(burnAmount);
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
[profile.default]
|
[profile.default]
|
||||||
src = "code"
|
src = "code"
|
||||||
out = "out"
|
out = "code/out"
|
||||||
test = "code/test"
|
test = "code/test"
|
||||||
libs = ["node_modules", "code/lib"]
|
libs = ["node_modules", "code/lib"]
|
||||||
|
cache_path = "code/cache"
|
||||||
solc = '0.8.28'
|
solc = '0.8.28'
|
||||||
# Enable or disable the optimizer
|
# Enable or disable the optimizer
|
||||||
optimizer = true
|
optimizer = true
|
||||||
|
Reference in New Issue
Block a user