dzeko
March 4, 2024, 4:07pm
1
Hello,
Tryinn to add new created node wallet account to my fuel web extension wallet for managing it
I see that this is not working ?
I try with the secret key obtained when creating the wallet for the node but it is not recognized.
I have past the chainConfig.json without change and run like this.
2 Likes
matt
March 4, 2024, 6:43pm
2
Hello @dzeko
what error are you encountering when trying to add a new account from a secret key to the fuel web extension? You may need to make sure the 0x prefix is present in the secret key before adding it to the fuel wallet.
1 Like
dzeko
March 4, 2024, 8:19pm
3
oh thx, I didn’t put the 0x before… successfuly added in fuel extension now
my last problem is that I have no results on my_ip/4000/graphql
I have sudo allow 4000
but not change for this.
thanks !
matt
March 4, 2024, 9:14pm
4
could you check my_ip/4000/playground ? This is where the fuel-core has a get route
matt
March 4, 2024, 9:32pm
6
yes this is expected . From the information I have your node is working correctly. If you enter the following query you should get the same result
1 Like
dzeko
March 4, 2024, 9:42pm
7
yes i have the same result when i input same query
Thank you for your help !
matt
March 4, 2024, 9:47pm
8
one thing to note is to check the health of your node you should enter your node url instead of the fuel beta-5 url.
system
Closed
March 25, 2024, 5:47pm
9
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.