You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The customer gave me a bunch of different wallets generated with the same mnemonic.
Because of the wallet addresses created by tonkeeper, only the first wallet address 's wallet_id is clear, that is:
testnet: -239 + 2^31=2147483409
mainnet: -3 + 2^31 = 2147483645
But what is the increment rule?
I tried adding 1 to the first one, but found that it doesn't work.
You have to ask the Tonkeeper team on what is the algo for generating wallet ids. Apart that you can only find out wallet id after wallet has been deployed.
The customer gave me a bunch of different wallets generated with the same mnemonic.
Because of the wallet addresses created by tonkeeper, only the first wallet address 's wallet_id is clear, that is:
testnet: -239 + 2^31=2147483409
mainnet: -3 + 2^31 = 2147483645
But what is the increment rule?
I tried adding 1 to the first one, but found that it doesn't work.
I can't deploy even though I have the mnemonic.
Is this a dead end?
The text was updated successfully, but these errors were encountered: