From 6e86d092acbefea5002c31fa1c2a62bc82960f6a Mon Sep 17 00:00:00 2001 From: jessie-park <160459432+jessie-park@users.noreply.github.com> Date: Fri, 10 May 2024 12:02:19 +0900 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9c0c0ba..17b95b6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A sample chain.json includes the following information. ``` { "$schema": "testnets/initia/chain.json", "chain_name": "initia", - "chain_id": "mahalo-2", + "chain_id": "initiation-1", "website": "", "pretty_name": "Initia", "status": "live", @@ -64,13 +64,13 @@ A sample chain.json includes the following information. "recommended_version": "v0.2.3", "compatible_versions": ["v0.2.3"], "binaries": { - "linux/amd64": "", - "linux/arm64": "", - "darwin/amd64": "", - "darwin/arm64": "" + "linux/amd64": "", + "linux/arm64": "", + "darwin/amd64": "", + "darwin/arm64": "" }, "genesis": { - "genesis_url": "" + "genesis_url": "" }, "versions": [] }, @@ -82,19 +82,19 @@ A sample chain.json includes the following information. "apis": { "rpc": [ { - "address": "", + "address": "", "provider": "Foundation" } ], "rest": [ { - "address": "", + "address": "", "provider": "Foundation" } ], "api": [ { - "address": "", + "address": "", "provider": "Foundation" } ], @@ -108,21 +108,21 @@ A sample chain.json includes the following information. "explorers": [ { "kind": "explorer", - "url": "", - "tx_page": "", - "account_page": "" + "url": "", + "tx_page": "", + "account_page": "" }, { "kind": "initia scan", - "url": "", - "tx_page": "", - "account_page": "" + "url": "", + "tx_page": "", + "account_page": "" } ], "faucets": [ { "kind": "faucet", - "url": "" + "url": "" } ], "images": [