File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11export API_KEY_ALCHEMY = " YOUR_API_KEY_ALCHEMY"
22export API_KEY_ETHERSCAN = " YOUR_API_KEY_ETHERSCAN"
33export API_KEY_INFURA = " YOUR_API_KEY_INFURA"
4- export MNEMONIC = " YOUR_MNEMONIC"
54export FOUNDRY_PROFILE = " default"
Original file line number Diff line number Diff line change 11{
2- "name" : " @ArvensisSystems /commit.box-contracts" ,
2+ "name" : " @arvensissystems /commit.box-contracts" ,
33 "description" : " commit.box contracts" ,
44 "version" : " 1.0.0" ,
55 "author" : {
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
2- pragma solidity ^ 0.8.0 ;
2+ pragma solidity ^ 0.8.29 ;
33
44import { ERC20 } from "solady/src/tokens/ERC20.sol " ;
55
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: UNLICENSED
22pragma solidity >= 0.8.29 < 0.9.0 ;
33
4- import { IERC20 } from "forge-std/src/interfaces/IERC20.sol " ;
54import { Test } from "forge-std/src/Test.sol " ;
65
76import { MockERC20 } from "src/mock/MockERC20.sol " ;
You can’t perform that action at this time.
0 commit comments