…I’m glad I discovered this incredible authentication and wallet tool…I would love to use it and share it with the iotex / w3bstream community. It will be the combination of great technologies and will be widely used in the not too distant future
…is there a way to make the torus wallet compatible with iotex testnet?
vjgee
October 17, 2023, 6:17pm
2
@iotbrlabs Welcome Aboard!
Yes, Iotex Testnet is comptabile with Torus wallet as it is a part of EVM powered networks.
You can add a custom chain configuration with Web3Auth Modal SDK or if you wish to use the TorusEVM Wallet Adapter:
Example:
const web3auth = new Web3AuthNoModal({
clientId: "", // Get your Client ID from the Web3Auth Dashboard
chainConfig: {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: "0x1252",
displayName: "Iotex Testnet",
blockExplorer: "https://testnet.iotexscan.io/",
ticker: "IOTX",
tickerName: "Iotex",
rpcTarget: "https://babel-api.testnet.iotex.io", // RPC URL for iotex
web3AuthNetwork: "sapphire_mainnet",
});
…I can’t use the transfer option or the activities tab, even though the network is configured correctly…could you check?
…and thanks for the quick feedback and support
…I’ll wait then
vjgee
October 17, 2023, 8:27pm
4
Are you adding to app.tor.us or have you done an integration with your Dapp? Please provide more context.
…I’ve already tested it on both…but it didn’t work…
…in the dapp I am using the wagmi-conector and nextjs13 example…
…thanks
vjgee
October 18, 2023, 5:24am
6
Can you share the RPC details you have added in Torus Wallet?
…notice that it doesn’t let you item select option…
…and the transactions don’t appear either…
… and in the click redirect to:
The official block explorer of IoTeX -- browse addresses, transactions, tokens, contracts, and more.
…thanks a lot
vjgee
October 18, 2023, 12:54pm
13
Thanks for your reply.
The swap function does not work on any network. The topup function as well is not compatible with Iotex Testnet as you need to get some from Testnet Tokens - IoTeX Developer Documentation
We will look into the Ui issue of not being able to select the token in the Transfer tab and get back with an update.
1 Like
…don’t forget the transactions tab…please
@vjgee …I really need this…please help…thanks
vjgee
October 23, 2023, 4:12am
16
@iotbrlabs Please be patient as our team are working on this. As soon as I have an update, I will let you know.
1 Like
@vjgee there should be a fix for this ready to be released soon
1 Like
…I’m here waiting…thank you for your attention and effort
success to all…
vjgee
October 24, 2023, 9:25pm
20
This issue has now been resolved.