Skip to content

Commit

Permalink
Merge branch 'main' into fix/swap-calcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise authored Nov 28, 2024
2 parents 30b8033 + 960a244 commit 13e63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/appkit/src/adapters/ChainAdapterBlueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type { W3mFrameProvider } from '@reown/appkit-wallet'
import { ConstantsUtil, PresetsUtil } from '@reown/appkit-utils'
import type { AppKitOptions } from '../utils/index.js'
import type { AppKit } from '../client.js'
import { snapshot } from 'valtio'
import { snapshot } from 'valtio/vanilla'

type EventName = 'disconnect' | 'accountChanged' | 'switchNetwork'
type EventData = {
Expand Down

0 comments on commit 13e63f9

Please sign in to comment.