Skip to content

Commit

Permalink
fix: fixed nativeToken for lite chains
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorovdg committed Dec 24, 2024
1 parent 4790c3b commit a3414d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export const _getLiteNetworksData = memoize(
wrappedAddress: wrapped_native_token,
},
API_CONSTANTS: {
nativeTokenName: config.native_currency_coingecko_id,
nativeTokenName: config.native_currency_coingecko_id || config.platform_coingecko_id,
wrappedNativeTokenAddress: config.wrapped_native_token,
},
};
Expand Down

0 comments on commit a3414d7

Please sign in to comment.