Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-on-celo/build-with-ai/examples/ai-memecoins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tooling/wallets/coinbase-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<Frame>
Expand Down
4 changes: 2 additions & 2 deletions tooling/wallets/metamask/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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"],
Expand Down