Skip to content

Commit

Permalink
feat: update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Atlasoin committed Nov 27, 2024
1 parent 3bf4d9f commit 01a02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pi.sol
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ contract Pi is OVMClient {
.apiABIs = '[{"request": {"type":"function","name":"sendRequest","inputs":[{"name":"numDigits","type":"uint256","internalType":"uint256"}],"outputs":[{"name":"requestId","type":"bytes32","internalType":"bytes32"}],"stateMutability":"payable"},"getResponse":{"type":"function","name":"getResponse","inputs":[{"name":"requestId","type":"bytes32","internalType":"bytes32"}],"outputs":[{"name":"","type":"string","internalType":"string"}],"stateMutability":"view"}}]';
spec.royalty = 5;
spec.execMode = ExecMode.JIT;
spec.arch = Arch.ARM64;
spec.arch = Arch.AMD64;

_updateSpecification(spec);
}
Expand Down

0 comments on commit 01a02d4

Please sign in to comment.