You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some addresses in standard-version-sepolia.toml do not have the correct Ethereum checksum format. This causes issues when importing the file in Solidity.
All Ethereum addresses should be correctly checksummed to prevent Solidity import errors, we should implement a check in the CI pipeline to detect incorrectly formatted addresses when modifying addresses.
The text was updated successfully, but these errors were encountered:
Some addresses in standard-version-sepolia.toml do not have the correct Ethereum checksum format. This causes issues when importing the file in Solidity.
All Ethereum addresses should be correctly checksummed to prevent Solidity import errors, we should implement a check in the CI pipeline to detect incorrectly formatted addresses when modifying addresses.
The text was updated successfully, but these errors were encountered: