With the 1.8 release, we get a versionString in Resolver which tells us what's deployed.
This version string includes the ethereum-contracts package version and the git revision (leading 16 digits).
The information is store in the Resolver under the key versionString.v1.
Since the Resolver only supports address values, it needs to be parsed like that: https://github.com/superfluid-finance/protocol-monorepo/blob/dev/packages/ethereum-contracts/ops-scripts/libs/common.js#L442
- Add a new tab for versions including
- Protocol contracts
- Peripheral contracts
- Subgraph
- Sentinels (compatible version number)
With the 1.8 release, we get a versionString in Resolver which tells us what's deployed.
This version string includes the ethereum-contracts package version and the git revision (leading 16 digits).
The information is store in the Resolver under the key
versionString.v1.Since the Resolver only supports address values, it needs to be parsed like that: https://github.com/superfluid-finance/protocol-monorepo/blob/dev/packages/ethereum-contracts/ops-scripts/libs/common.js#L442