cronos
cronos copied to clipboard
Problem: gravity bridge contracts in integration tests could go out of sync with upstream
Currently, the gravity bridge contracts in integration tests are copied from the gravity bridge repo directly for simplicity. It could get out of sync with upstream, it would be better to build them on the fly somehow. Actually, I've tried to use nix to build it, but meet some issues and didn't investigate further.