FRE-600: Fix code review blockers

- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-25 00:08:01 -04:00
parent 65b552bb08
commit 7c684a42cc
48450 changed files with 5679671 additions and 383 deletions

13
node_modules/viem/_esm/ens/index.js generated vendored Normal file
View File

@@ -0,0 +1,13 @@
// biome-ignore lint/performance/noBarrelFile: entrypoint module
export { getEnsAddress, } from '../actions/ens/getEnsAddress.js';
export { getEnsAvatar, } from '../actions/ens/getEnsAvatar.js';
export { getEnsName, } from '../actions/ens/getEnsName.js';
export { getEnsResolver, } from '../actions/ens/getEnsResolver.js';
export { getEnsText, } from '../actions/ens/getEnsText.js';
export { parseAvatarRecord, } from '../utils/ens/avatar/parseAvatarRecord.js';
export { labelhash } from '../utils/ens/labelhash.js';
export { namehash } from '../utils/ens/namehash.js';
export { normalize } from '../utils/ens/normalize.js';
export { packetToBytes, } from '../utils/ens/packetToBytes.js';
export { toCoinType, } from '../utils/ens/toCoinType.js';
//# sourceMappingURL=index.js.map

1
node_modules/viem/_esm/ens/index.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../ens/index.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,OAAO,EAIL,aAAa,GACd,MAAM,iCAAiC,CAAA;AACxC,OAAO,EAIL,YAAY,GACb,MAAM,gCAAgC,CAAA;AACvC,OAAO,EAIL,UAAU,GACX,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAIL,cAAc,GACf,MAAM,kCAAkC,CAAA;AACzC,OAAO,EAIL,UAAU,GACX,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAEL,iBAAiB,GAClB,MAAM,0CAA0C,CAAA;AACjD,OAAO,EAA2B,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAC9E,OAAO,EAA0B,QAAQ,EAAE,MAAM,0BAA0B,CAAA;AAC3E,OAAO,EAA2B,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAC9E,OAAO,EAEL,aAAa,GACd,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAEL,UAAU,GACX,MAAM,4BAA4B,CAAA"}