Replies: 10 comments 11 replies
-
Hey @chusla Celo Alfajores is not available out of the box on https://app.tor.us. I hope you've added the Celo Alfajores Testnet as Custom and provided the inputs. I have just added the Celo Alfajores, requested some funds from Tesnet faucet, and did the transfer from https://app.tor.us, which went through.
|
Beta Was this translation helpful? Give feedback.
-
actually using this bubble plugin: https://forum.bubble.io/t/web3auth-plugin-by-novabloq/206354 |
Beta Was this translation helpful? Give feedback.
-
This is the demo page where one can test connectivity and native/erc20 token transfer: https://web3plugins.bubbleapps.io/version-test/web3auth_web3metamask other functions work perfectly, for some reason just send native and send erc20 token result in infinite loader. I will ask dev if they can share a code snippet. Is there a way to share with you via DM? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the continued help on this, I think it may configure first with a different testnet, I usually change the chain via the torus wallet settings and then can get it to alfajores. I will record a loom.
https://www.loom.com/share/2841dc3720374cceac7c3bc9e1f12a4c
you can see from this loom that it is able to switch to Celo properly after changing network settings. Am able to sign cryptographically and check balance. But send token stalls.
![image](https://user-images.githubusercontent.com/90009543/195259054-e51dba6f-1ee8-4ecd-9a4c-904b398153a5.png)
|
Beta Was this translation helpful? Give feedback.
-
Hey, I'm the dev of the plugin discussed here.
@shahbaz17 Here are the parameters used to initiate the Web3Auth Please note that every other blockchain works, also I have tested the exact same code to send a token but connecting to MetaMask directly, instead of web3auth, and it works. |
Beta Was this translation helpful? Give feedback.
-
@shahbaz17 Hello, does the above code help? we also tried on celo mainnet and ran into the same issue. For some reason this seems to be isolated to the CELO chain in particular. Any ideas or any other info we can provide to help troubleshoot? |
Beta Was this translation helpful? Give feedback.
-
@shahbaz17 perhaps @NovaBloq can help you with getting a deeper look but in meantime, this link gives you access to @NovaBloq's bubble demo page with the debugger options turned on. They are in a white bar in the bottom of the screen https://web3plugins.bubbleapps.io/version-test/web3auth_web3metamask?debug_mode=true and this page gives a view of the editor itself: https://bubble.io/page?version=test&name=web3auth_web3metamask&id=web3plugins&tab=tabs-1 Thank you!! |
Beta Was this translation helpful? Give feedback.
-
@shahbaz17 the Web3Auth plugin works together with other plugin that runs the web3js functions. If you want to see the code, it would take too much time to explain how things works here (in Bubble plugins) If you can't test it on your side, I will try to modify the web3auth plugin to test it directly without other plugins, to try to debug it. |
Beta Was this translation helpful? Give feedback.
-
@shahbaz17 to further isolate the issue, i've created a fork of the commonjs sample app and targeted celo testnet. (also fixed some bugs in your commonjs code) please see below: Still seeing the infinite loader issue even if bubble.io removed completely from equation. app is here: my github fork is here: |
Beta Was this translation helpful? Give feedback.
-
not sure what changed but this is now working!! able to transact with this demo page: https://web3plugins.bubbleapps.io/version-test/web3auth_web3metamask and this erc20 contract 0x874069fa1eb16d44d622f2e0ca25eea172369bc1 https://alfajores.celoscan.io/tx/0x0dbf5874ec8979037573333860d533452db4622d9511d64f7a75be0dc35d017e marking done! |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to do a simple call to transfer a token in celo testnet with torus wallet and getting the popup but then the wallet gets stuck at an infinite spinner. Inspecting the console doesn't tell much unfortunately.
Any help/ideas?
Beta Was this translation helpful? Give feedback.
All reactions