diff --git a/packages/ui/src/utils/utilsNetworks.ts b/packages/ui/src/utils/utilsNetworks.ts index f1228eec9..ae3f9fec6 100644 --- a/packages/ui/src/utils/utilsNetworks.ts +++ b/packages/ui/src/utils/utilsNetworks.ts @@ -63,7 +63,7 @@ export const NETWORK_BASE_CONFIG = { gasPricesUrl: 'https://gasstation.polygon.technology/v2', gasPricesDefault: 0, rpcUrl: 'https://polygon-rpc.com', - nativeCurrencySymbol: 'MATIC', + nativeCurrencySymbol: 'POL', explorerUrl: 'https://polygonscan.com/', orgUIPath: 'https://polygon.curve.finance', },