shutter-network / encrypting-rpc-server

An Ethereum JSON RPC server for Shutterized Gnosis Chain that encrypts transactions
3 stars 0 forks source link

Remove compiling contracts from Dockerfile #16

Open fredo opened 4 weeks ago

fredo commented 4 weeks ago

Since recently the code only uses versioned bindings which are already located in the contracts repos. therefore we do not need to compile the contracts locally as they are not used by the code base anyway.

If we are not using the locally built abis anyway we also do not need foundry.