pendulum-chain / vortex

https://app.vortexfinance.co/
1 stars 1 forks source link

Moonbeam contract ABI not included in Dockerfile #146

Closed TorstenStueber closed 2 months ago

TorstenStueber commented 2 months ago

The mooncontracts/splitReceiverABI.json is now also referenced in the backend, however, it is not included in the Dockerfile of the signer-service as the Dockerfile only contains file that are in the folder signer-service.

Either change the Dockerfile to also include the ABI file or add a copy of the file to the signer-service directory.