Skip to content

Commit

Permalink
replace samczsun api with openchain
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvlathey committed Mar 24, 2023
1 parent 08aae94 commit 888a049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Body/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ function Body() {
};

const decodeWithSelector = async () => {
// from sig.eth.samczsun.com
// from api.openchain.xyz
const selector = calldata.slice(0, 10);
const response = await axios.get(
"https://sig.eth.samczsun.com/api/v1/signatures",
"https://api.openchain.xyz/signature-database/v1/lookup",
{
params: {
function: selector,
Expand Down

1 comment on commit 888a049

@vercel
Copy link

@vercel vercel bot commented on 888a049 Mar 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.