From 82de7dc408a78eaf3fa1a5f39763a94adf932f44 Mon Sep 17 00:00:00 2001 From: roscuong <133092752+roscuong@users.noreply.github.com> Date: Wed, 23 Apr 2025 10:23:16 +0700 Subject: [PATCH] Change-symbol-name.md --- README.md => change-symbol-name.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename README.md => change-symbol-name.md (97%) diff --git a/README.md b/change-symbol-name.md similarity index 97% rename from README.md rename to change-symbol-name.md index d92a75e..6bc9c4e 100644 --- a/README.md +++ b/change-symbol-name.md @@ -17,7 +17,7 @@ The `MyToken.sol` contract is a basic ERC20 token with an initial supply minted * **Network Name:** 0G-Galileo-Testnet * **RPC URL:** https://evmrpc-testnet.0g.ai * **Chain ID:** 80087 -* **Token Symbol:** OG +* **Token Symbol:** 0G * **Explorer:** [Chainscan](https://chainscan-galileo.0g.ai/) ## General Requirements @@ -26,4 +26,4 @@ The `MyToken.sol` contract is a basic ERC20 token with an initial supply minted * Foundry (for the Foundry example) * A private key for an account funded with 0G Testnet V3 tokens. -**Important:** Follow the instructions within each framework's directory (`truffle/`, `hardhat/`, `foundry/`) to set up environment variables (`.env` file) with your private key and the RPC URL. \ No newline at end of file +**Important:** Follow the instructions within each framework's directory (`truffle/`, `hardhat/`, `foundry/`) to set up environment variables (`.env` file) with your private key and the RPC URL.