From 7bcca9e06e77d5383ddf2196bd21137ea475b0c7 Mon Sep 17 00:00:00 2001 From: Clara <96170344+claraexmachina@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:24:01 +0900 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 83c6db9..087bf8e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Guidelines for Submitting CW20 token to Keplr Extension -This page outlines the basic information that is required for registering CW20 token to Keplr Extension add token list. Keplr team will go through a minimal verification process to see if there is any security issues or missing information. +This page outlines the basic information that is required for registering CW20 tokens to Keplr Extension's "Add Token"(in its hamburger menu) list. Keplr team will go through a minimal verification process to see if there are any security issues or missing information. -Once approved, Keplr Extension will show CW20 token in token add page, with the information you've submitted. +Once approved, Keplr Extension will show CW20 tokens on the Add Token page, with the information you've submitted. ## App Registration Directory Structure Here’s an overview of the structure of the directory. Please provide the information and files complying with the requirements. @@ -10,7 +10,7 @@ Here’s an overview of the structure of the directory. Please provide the infor . ├── cosmos │ ├── juno # Chain Identifier Name -│ │ ├── base.json # Information about chain +│ │ ├── base.json # Information about the chain │ │ └── tokens │ │ ├── juno10gthz...8q4864xy.json # CW20 token's contract address │ │ └── juno10vgf2...mqaw95ux.json @@ -45,9 +45,9 @@ Please note that you need to comply with our requirements when filling out the f - `imageUrl`: Enter the link of the image you added. - `metadata` - `name`: Name of the registered CW token. - - `name`: Symbol of the registered CW token. - - `name`: Decimals of the registered CW token. + - `symbol`: Symbol of the registered CW token. + - `decimals`: Decimals of the registered CW token. ## NOTE: - Please double-check if the app information file is in JSON format. -- Please also note that the images will be automatically cropped into a circle to be displayed on Keplr. \ No newline at end of file +- Please also note that the images will be automatically cropped into a circle to be displayed on Keplr.