From c6446fd016d181e3e2ce150ad277f74bf9153129 Mon Sep 17 00:00:00 2001 From: sanyu1225 Date: Wed, 17 May 2023 11:28:46 +0800 Subject: [PATCH] fix: resolve review change --- packages/blocto/package.json | 2 +- packages/demo/src/App.svelte | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/blocto/package.json b/packages/blocto/package.json index 2742e3807..1ce2bf9e9 100644 --- a/packages/blocto/package.json +++ b/packages/blocto/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/blocto", - "version": "0.1.0", + "version": "0.1.0-alpha.1", "description": "Blocto SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", diff --git a/packages/demo/src/App.svelte b/packages/demo/src/App.svelte index f382616a8..d49c1816c 100644 --- a/packages/demo/src/App.svelte +++ b/packages/demo/src/App.svelte @@ -479,7 +479,7 @@ let typedMsg = JSON.stringify( { domain: { - chainId: '0x13881', + chainId: '0x5', name: 'Web3-Onboard Test App', verifyingContract: '0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC', version: '1' @@ -527,7 +527,7 @@ 2 ) const signTypedMessage = async (provider, address) => { - await onboard.setChain({ chainId: '0x13881' }) + await onboard.setChain({ chainId: '0x5' }) const signature = await provider.request({ method: 'eth_signTypedData_v4', params: [address, typedMsg]