* add version to entropy and executor * resolve
@@ -103,4 +103,8 @@ contract EntropyUpgradable is
function entropyUpgradableMagic() public pure returns (uint32) {
return 0x66697265;
}
+
+ function version() public pure returns (string memory) {
+ return "0.1.0";
+ }
@@ -92,4 +92,8 @@ contract ExecutorUpgradable is
return 0x66697288;