Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
onikonychev committed May 25, 2024
1 parent 331e6d7 commit 502cb48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/evm/.env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
JSON_RPC_ENDPOINT="http://127.0.0.1:8545"
MNEMONIC="guard cream sadness conduct invite crumble clock pudding hole grit liar hotel maid produce squeeze return argue turtle know drive eight casino maze host"
2 changes: 1 addition & 1 deletion tests/evm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ node_modules
/coverage.json

.idea
dist
dist
2 changes: 1 addition & 1 deletion tests/evm/contracts/FunToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ contract FunToken is ERC20 {
constructor() ERC20("FunToken", "FUN") {
_mint(msg.sender, initialSupply);
}
}
}

0 comments on commit 502cb48

Please sign in to comment.