Skip to content

Commit ea6500f

Browse files
committed
fix network typo
1 parent 78609e2 commit ea6500f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/utils/addresses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { MEV_SP_ADDRESS_MAINNET, MEV_SP_ADDRESS_HOODI, Network } from "@stakingb
22

33
// if not in a network that has a Smooth, return null
44
export const getSmoothAddressByNetwork = (network: Network) => {
5-
if (network == "prater") {
5+
if (network == "hoodi") {
66
return MEV_SP_ADDRESS_HOODI;
77
} else if (network == "mainnet") {
88
return MEV_SP_ADDRESS_MAINNET;

0 commit comments

Comments
 (0)