Skip to content

Commit

Permalink
arbi scan link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmi-278 committed Aug 16, 2024
1 parent 40170bd commit d473ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const renderNetworkLink = (network, address) => {
case "Stargaze":
return <StargazeAtomScanLink address={address} />;
default:
return <EtherscanLink address={address} />;
return <EtherscanLink address={address} network={network} />;
}
};

Expand Down

0 comments on commit d473ace

Please sign in to comment.