Skip to content

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Oct 28, 2024
1 parent 83f8197 commit 611d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/web3/web3-provider/dapp-chain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const getChainTypeByChainId = (chainId?: number): DAPP_CHAIN_TYPE | null => {

const getChainIdByChainType = (
chainType: DAPP_CHAIN_TYPE,
supportedChainIds,
supportedChainIds: number[],
): number | null => {
switch (chainType) {
// At the current stage of the widget we don't care what ID is returned:
Expand Down

0 comments on commit 611d614

Please sign in to comment.