Skip to content

Commit

Permalink
chore: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Apr 17, 2024
1 parent 3b10c6a commit f9d8cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/axiom-std-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var require_utils = __commonJS({
const keys = Object.keys(inputSchemaJson);
const abis = (0, exports2.getAbis)().filter((x) => validateAbi(x, inputSchema));
if (abis.length === 0) {
throw new Error("Could not find valid ABI");
throw new Error("Could not find valid ABI: AxiomInput definitions in circuit and Foundry test do not match");
}
const abi = abis[0];
const rawInputs = (0, viem_12.decodeAbiParameters)(abi, inputs2)[0];
Expand Down
2 changes: 1 addition & 1 deletion src/AxiomCli.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pragma solidity ^0.8.0;

library AxiomCli {
/// @dev The SHA256 hash of the Axiom CLI binary
bytes public constant CLI_SHASUM = hex"f0f355f27f363bab6acb092fabeeffcf63b80ba08a7bd13577317a6732a90ff7";
bytes public constant CLI_SHASUM = hex"5cc98ded62435f2712929024aa10683766ea848a1cd18560f46a800d331cd23a";
}

0 comments on commit f9d8cef

Please sign in to comment.