Skip to content

Commit

Permalink
fix: resolve review change
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed May 17, 2023
1 parent 3207b7c commit c6446fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/blocto/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
let typedMsg = JSON.stringify(
{
domain: {
chainId: '0x13881',
chainId: '0x5',
name: 'Web3-Onboard Test App',
verifyingContract: '0xCcCCccccCCCCcCCCCCCcCcCccCcCCCcCcccccccC',
version: '1'
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit c6446fd

Please sign in to comment.