From 473c9566dc15b5dc7f9a2e148af3365792001a47 Mon Sep 17 00:00:00 2001 From: Marta Poling Date: Tue, 3 Sep 2024 13:49:44 -0500 Subject: [PATCH] fix: update name of polygon network token from matic to pol --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 8ae29925..92d3cd89 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -163,8 +163,8 @@ export const BSC_SWAPS_TOKEN_OBJECT: SwapsToken = { }; export const POLYGON_SWAPS_TOKEN_OBJECT: SwapsToken = { - symbol: 'MATIC', - name: 'Matic', + symbol: 'POL', + name: 'Polygon', address: NATIVE_SWAPS_TOKEN_ADDRESS, decimals: 18, };