Skip to content

Commit c6446fd

Browse files
committed
fix: resolve review change
1 parent 3207b7c commit c6446fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/blocto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/blocto",
3-
"version": "0.1.0",
3+
"version": "0.1.0-alpha.1",
44
"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.",
55
"keywords": [
66
"Ethereum",

packages/demo/src/App.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
let typedMsg = JSON.stringify(
480480
{
481481
domain: {
482-
chainId: '0x13881',
482+
chainId: '0x5',
483483
name: 'Web3-Onboard Test App',
484484
verifyingContract: '0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC',
485485
version: '1'
@@ -527,7 +527,7 @@
527527
2
528528
)
529529
const signTypedMessage = async (provider, address) => {
530-
await onboard.setChain({ chainId: '0x13881' })
530+
await onboard.setChain({ chainId: '0x5' })
531531
const signature = await provider.request({
532532
method: 'eth_signTypedData_v4',
533533
params: [address, typedMsg]

0 commit comments

Comments
 (0)