-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature add gatewallet adapter #75
base: main
Are you sure you want to change the base?
Conversation
Thanks for your contribution. This repository is migrated to a new repository. Could you please reopen a PR there ? It will be merged after reviewing and testing. |
## Demo | ||
|
||
```typescript | ||
import { OkxWalletAdapter } from '@tronweb3/tronwallet-adapter-okxwallet'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be gatewallet
|
||
- OkxWallet App and Extension doesn't implement `signMessage()`, `multiSign()` and `switchChain()`. | ||
- OkxWallet Extension only support these: `accountsChanged`,`connect`,`disconnect`. | ||
- OkxWallet App does not support any events. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should change these caveats according the gatewallet features.
fixed: please check web3-geek/tronwallet-adapter#6 @way2ex |
No description provided.