sora2-network
sora2-network copied to clipboard
[Tech debt] Split test and prod deploy environments for EVM bridge contracts
best practices: consider splitting deploy environments or contracts, Mocks should be deployed separately. if you deploy BeefyLightClient, then you use its abi, not the TestBeefyLightClient one, otherwise it might be confusing and lead to the abi mismatch issues in the future.