From 7701108c8e0fe1b484020d59d3663a237cd8277d Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 30 Jan 2023 16:23:33 +0100 Subject: [PATCH] Format example script [skip ci] --- packages/cli/examples/figment.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/examples/figment.ts b/packages/cli/examples/figment.ts index 8a7592ef3b..975682865b 100644 --- a/packages/cli/examples/figment.ts +++ b/packages/cli/examples/figment.ts @@ -5,8 +5,8 @@ const rpcEndpoint = { // Note: we removed the /status patch from the examples because we use the HTTP POST API url: "https://cosmoshub-4--rpc--full.datahub.figment.io/", headers: { - "Authorization": "5195ebb0bfb7f0fe5c43409240c8b2c4", - } + Authorization: "5195ebb0bfb7f0fe5c43409240c8b2c4", + }, }; // Setup client