Conflux-Chain / conflux-portal

:globe_with_meridians: :electric_plug: The ConfluxPortal browser extension enables browsing Conflux blockchain enabled websites.
https://conflux-chain.github.io/conflux-portal-docs
MIT License
70 stars 17 forks source link

expose changeNetwork func to conflux-js-sdk #323

Open xiaods opened 3 years ago

xiaods commented 3 years ago

What problem are you trying to solve? 使用conflux-js-sdk和conflux-portal交互,目前只能使用enable()获得一个账号对象。但是对portal的网络切换操作无法实现。

Describe the solution you'd like 期望通过接口可以调用portal调用界面,然后人工在界面能切换就可以。通过人工切换网络的确认界面可以帮助开发者提升交互体验。

Additional context Add any other context or screenshots about the feature request here.

xiaods commented 3 years ago

https://github.com/Conflux-Chain/js-conflux-sdk/issues/112