I want to switch aptos wallet network such as Petra, But failed.
const arr = [ new PetraWallet()]
const wallet = new WalletCore(arr)
wallet.connect("Petra").then(() => {
// How Can I switch network from Mainnet to Devnet ?
// TODO ....
})
I want the sdk can switch Petra network, such as Matemask wallet_switchEthereumChain
method.