Skip to content

Commit aec3d9c

Browse files
chaichuanfagitbook-bot
authored andcommitted
GITBOOK-1231: No subject
1 parent 4303dea commit aec3d9c

File tree

1 file changed

+6
-1
lines changed
  • developers/auth-service/sdks

1 file changed

+6
-1
lines changed

developers/auth-service/sdks/web.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -664,9 +664,14 @@ particle.setFiatCoin('USD');
664664

665665
```typescript
666666
// enable ERC-4337, openWallet will open Account Abstraction Wallet
667-
particle.setERC4337(true);
667+
particle.setERC4337({
668+
name: 'BICONOMY',
669+
version: '1.0.0',
670+
});
668671
```
669672

673+
The `name` and `version` are configured when initializing [SmartAccount](https://docs.particle.network/developers/account-abstraction/sdks/web#initialize-the-smartaccount). 
674+
670675
### Switch Chain Info
671676

672677
```typescript

0 commit comments

Comments
 (0)