Skip to content

Commit

Permalink
chore: update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQW committed Oct 29, 2024
1 parent 9231c80 commit 5d49be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Pi.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ contract Pi is OVMClient {
constructor(address OVMTaskAddress, address admin) OVMClient(OVMTaskAddress, admin) {
// set specification
Specification memory spec;
spec.name = "kallypi";
spec.name = "ovm-cal-pi";
spec.version = "1.0.0";
spec.description = "Calculate PI";
spec.environment = "python:3.7";
spec.repository = "https://github.com/kallydev/kallypi";
spec.repoTag = "0xb6a6502fa480fd1fb5bf95c1fb1366bcbc335a08356c2a97daf6bc44e9cc0253";
spec.repository = "https://github.com/webisopen/ovm-cal-pi";
spec.repoTag = "9231c80a6cba45c8ff9a1d3ba19e8596407e8850";
spec.license = "WTFPL";
spec.entrypoint = "src/main.py";
spec.requirement =
Expand Down

0 comments on commit 5d49be3

Please sign in to comment.