From 1f380dd49f6d563d557e0059a96a22657b55d76b Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:36:46 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbf6c08..1d61a5a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Particle Connect is the best way to onboard any user for your dApp. Particle Wallet is not an independent wallet—it is a wallet infrastructure plugged into apps or wallets. -Particle AA support Account Abstraction +Particle AA supports Account Abstraction ## iOS Cocoapods requires @@ -74,7 +74,7 @@ import 'package:particle_auth_core/particle_auth_core.dart'; ### Structure Transaction In particle-auth/example/lib/mock/transaction_mock.dart, We provide several examples that show how to structure transactions, -how to read contract and write contract. +how to read contracts and write contracts. From c48aedb07aa7cd63e8afd8b2fcf46c9eb108a443 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:38:15 +0200 Subject: [PATCH 2/2] Update UpgradeGuide.md --- UpgradeGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpgradeGuide.md b/UpgradeGuide.md index 58ab751..4220e7d 100644 --- a/UpgradeGuide.md +++ b/UpgradeGuide.md @@ -24,5 +24,5 @@ Upgrading from version 1.4.x to version 1.5.x - this is an upgrade guide. If you | setChainInfoAsync | switchChain | - | ## More details -With partice-connect, WalletType.authCore, after connect successfully, you will get an account, that contains publicAddress, if you need more data, such as userInfo, you can retrieve it by calling `particleAuthCore.getUserInfo`, and we can't provide userInfo for other walletTypes. +With particle-connect and WalletType.authCore, after a successful connection, you will get an account that contains a publicAddress. If you need more data, such as userInfo, you can retrieve it by calling particleAuthCore.getUserInfo. Note that userInfo is not available for other walletTypes.