UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

5 lines 226 B
import { compareVersions } from 'compare-versions'; export function isValidContractVersion(currentVersion, targetVersion) { return compareVersions(currentVersion, targetVersion) >= 0; } //# sourceMappingURL=contract.js.map