Skip to content

Commit

Permalink
devop: change ethvm url
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed May 23, 2024
1 parent 48500a0 commit b0bd524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/extension/src/libs/market-data/ethvm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface getCoinGeckoTokenInfoAllType {
}[];
};
}
const ETHVM_BASE = `https://api-v2.ethvm.dev/`;
const ETHVM_BASE = `https://api-v3.ethvm.dev`;

const ethvmPost = (requestData: string): Promise<any> => {
return cacheFetch(
Expand Down

1 comment on commit b0bd524

@github-actions
Copy link

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.