Skip to content

Commit

Permalink
Move dev/transmission contracts to transmission/dev (#10991)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidambisrinivas authored Oct 18, 2023
1 parent 01a2dfb commit 560a789
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions contracts/scripts/native_solc_compile_all_transmission
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ compileContract () {
}

# Contracts
compileContract dev/transmission/ERC-4337/SCA.sol
compileContract dev/transmission/ERC-4337/Paymaster.sol
compileContract dev/transmission/ERC-4337/SmartContractAccountFactory.sol
compileContract transmission/dev/ERC-4337/SCA.sol
compileContract transmission/dev/ERC-4337/Paymaster.sol
compileContract transmission/dev/ERC-4337/SmartContractAccountFactory.sol

# Testhelpers
compileContract dev/transmission/testhelpers/SmartContractAccountHelper.sol
compileContract dev/transmission/testhelpers/Greeter.sol
compileContract transmission/dev/testhelpers/SmartContractAccountHelper.sol
compileContract transmission/dev/testhelpers/Greeter.sol

# Vendor
compileContract vendor/entrypoint/core/EntryPoint.sol

0 comments on commit 560a789

Please sign in to comment.