From e27faee1a9859c08f006d92370696eec85ceb153 Mon Sep 17 00:00:00 2001 From: Andrey Skurlatov Date: Fri, 15 Mar 2024 21:45:09 +0100 Subject: [PATCH] Update constants.ts --- src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index d090374d..e28cd8fa 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -116,8 +116,8 @@ export const getChains = ({ name: getEthereumNetworkName(ethereumNetwork.chainId), nativeCurrency: { decimals: 18, - name: "SkpGPT", - symbol: "SkpGPT", + name: "Ether", + symbol: "ETH", }, networkId: 0, poeContractAddress: ethereum.poeContractAddress,