From d9f96fa74f4c4174b706ddec6c3c576d3ffece5f Mon Sep 17 00:00:00 2001 From: Igor Berlenko Date: Wed, 1 Jun 2022 11:06:42 +0800 Subject: [PATCH] Update index.js --- 01_frontend/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_frontend/src/index.js b/01_frontend/src/index.js index 3501975..14cf6c9 100644 --- a/01_frontend/src/index.js +++ b/01_frontend/src/index.js @@ -13,7 +13,7 @@ function createSiweMessage(address, statement) { statement, uri: origin, version: '1', - chainId: '1' + chainId: 1 }); return message.prepareMessage(); }