Skip to content

Commit

Permalink
rename oracle contract error
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Jul 3, 2024
1 parent 1672ba5 commit a75c6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const generateOracleSchema = ({ chainId }: { chainId: ChainId }) => {
.catch(() => false);
},
{
message: "Oracle contract not found",
message: "Address does not conform to Oracle interface",
}
);
};
Expand Down

0 comments on commit a75c6cd

Please sign in to comment.