From 8321a37a64a73842e0a4bbb00030d766251e0e8a Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Wed, 8 Oct 2025 16:35:35 +0100 Subject: [PATCH] update symbol for CELO on Celo Sepolia --- build-on-celo/build-with-ai/examples/ai-memecoins.mdx | 2 +- tooling/wallets/coinbase-wallet.mdx | 4 ++-- tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx | 2 +- tooling/wallets/metamask/setup.mdx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-on-celo/build-with-ai/examples/ai-memecoins.mdx b/build-on-celo/build-with-ai/examples/ai-memecoins.mdx index 04ce43061..3ccfeef91 100644 --- a/build-on-celo/build-with-ai/examples/ai-memecoins.mdx +++ b/build-on-celo/build-with-ai/examples/ai-memecoins.mdx @@ -102,7 +102,7 @@ Generated fallback token: { name: 'Mega Gem', symbol: 'MG' } Reading artifacts from: /Users/blag/Documents/GitHub/celo-token-agent/artifacts/contracts/MemeToken.sol/MemeToken.json Deploying from account: 0x5A96d23F76440C099F22327D1324786f6abe459A Account balance: -S-CELO: 1.08303052 S-CELO +CELO: 1.08303052 CELO Sending deployment transaction... Transaction sent! Hash: 0x035457c46ef5118db065b0a2ccc6bae1ce62f1c8ef688bbaf2d2596a6dd0fbd8 Deployment confirmed in block: 38170881 diff --git a/tooling/wallets/coinbase-wallet.mdx b/tooling/wallets/coinbase-wallet.mdx index 9f986dcac..9a036c049 100644 --- a/tooling/wallets/coinbase-wallet.mdx +++ b/tooling/wallets/coinbase-wallet.mdx @@ -37,7 +37,7 @@ const CELO_PARAMS = { const CELO_SEPOLIA_PARAMS = { chainId: "0xAA044C", chainName: "Celo Sepolia", - nativeCurrency: { name: "Celo", symbol: "S-CELO", decimals: 18 }, + nativeCurrency: { name: "Celo", symbol: "CELO", decimals: 18 }, rpcUrls: ["https://forno.celo-sepolia.celo-testnet.org/"], blockExplorerUrls: ["https://celo-sepolia.blockscout.com/"], iconUrls: ["future"], @@ -51,7 +51,7 @@ const CELO_SEPOLIA_PARAMS = { const ALFAJORES_PARAMS = { chainId: "0xaef3", chainName: "Alfajores Testnet", - nativeCurrency: { name: "Alfajores Celo", symbol: "S-CELO", decimals: 18 }, + nativeCurrency: { name: "Alfajores Celo", symbol: "CELO", decimals: 18 }, rpcUrls: ["https://alfajores-forno.celo-testnet.org"], blockExplorerUrls: ["https://celo-alfajores.blockscout.com/"], iconUrls: ["future"], diff --git a/tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx b/tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx index 8c3a5941d..cc066a25a 100644 --- a/tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx +++ b/tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx @@ -34,7 +34,7 @@ Follow this quick guide to add Celo Sepolia to your MetaMask wallet and start pl - Network Name: Celo Sepolia Testnet - New RPC URL: `https://forno.celo-sepolia.celo-testnet.org` - Chain ID: 11142220 - - Currency Symbol: S-CELO + - Currency Symbol: CELO - Block explorer URL: `https://celo-sepolia.blockscout.com` diff --git a/tooling/wallets/metamask/setup.mdx b/tooling/wallets/metamask/setup.mdx index 27d0f634f..5205d409f 100644 --- a/tooling/wallets/metamask/setup.mdx +++ b/tooling/wallets/metamask/setup.mdx @@ -41,7 +41,7 @@ const CELO_PARAMS = { const CELO_SEPOLIA_PARAMS = { chainId: "0xAA044C", chainName: "Celo Sepolia", - nativeCurrency: { name: "Celo", symbol: "S-CELO", decimals: 18 }, + nativeCurrency: { name: "Celo", symbol: "CELO", decimals: 18 }, rpcUrls: ["https://forno.celo-sepolia.celo-testnet.org/"], blockExplorerUrls: ["https://celo-sepolia.blockscout.com/"], iconUrls: ["future"], @@ -54,7 +54,7 @@ const CELO_SEPOLIA_PARAMS = { const ALFAJORES_PARAMS = { chainId: "0xaef3", chainName: "Alfajores Testnet", - nativeCurrency: { name: "Alfajores Celo", symbol: "S-CELO", decimals: 18 }, + nativeCurrency: { name: "Alfajores Celo", symbol: "CELO", decimals: 18 }, rpcUrls: ["https://alfajores-forno.celo-testnet.org"], blockExplorerUrls: ["https://celo-alfajores.blockscout.com/"], iconUrls: ["future"],