We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78609e2 commit ea6500fCopy full SHA for ea6500f
packages/ui/src/utils/addresses.ts
@@ -2,7 +2,7 @@ import { MEV_SP_ADDRESS_MAINNET, MEV_SP_ADDRESS_HOODI, Network } from "@stakingb
2
3
// if not in a network that has a Smooth, return null
4
export const getSmoothAddressByNetwork = (network: Network) => {
5
- if (network == "prater") {
+ if (network == "hoodi") {
6
return MEV_SP_ADDRESS_HOODI;
7
} else if (network == "mainnet") {
8
return MEV_SP_ADDRESS_MAINNET;
0 commit comments