From 606152c0d52878ed5dec1381de72eb8fc5f59b74 Mon Sep 17 00:00:00 2001 From: khmertechtime <157509089+khmertechtime@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:04:44 +0700 Subject: [PATCH] Update SOL_SYMBOL property --- src/eclipse-wallet-adapter/constants/token-constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eclipse-wallet-adapter/constants/token-constants.js b/src/eclipse-wallet-adapter/constants/token-constants.js index ebe9760..d4e2dbc 100644 --- a/src/eclipse-wallet-adapter/constants/token-constants.js +++ b/src/eclipse-wallet-adapter/constants/token-constants.js @@ -1,7 +1,7 @@ const { PublicKey } = require('@solana/web3.js'); const SOL_DECIMALS = 6; -const SOL_SYMBOL = 'ETH'; +const SOL_SYMBOL = 'SOL'; const SOL_NAME = 'Eclipse'; const SOL_LOGO = 'https://i.imgur.com/y0JEPfQ.png'; const SOL_ADDRESS = 'So11111111111111111111111111111111111111112';