Skip to content

Commit

Permalink
refactor: improve types
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 11, 2025
1 parent ad357a6 commit 806da7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/coingecko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const COINGECKO_ASSET_PLATFORMS = {
42161: 'arbitrum-one'
};

export default async function resolve(address, chainId) {
export default async function resolve(address: string, chainId: string) {
if (!API_KEY) return false;

try {
Expand Down

0 comments on commit 806da7b

Please sign in to comment.