We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a message the address is not encoded according to the network.
(Note t address, despite requesting mainnet funds)
t
Resulting message on mainnet: https://beryx.io/fil/mainnet/txs/bafy2bzacecf2azdaqtr7cwhtlb66l6llq2t4w3xmst5hwr5xlyc52byhnn3ki?tab=overview
Should encode the address based on the network of the faucet
Current deployment: https://forest-explorer.chainsafe.dev/faucet
This is a non-critical issue as the RPC server does not validate the address.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When creating a message the address is not encoded according to the network.
To reproduce
Log output
(Note
t
address, despite requesting mainnet funds)Resulting message on mainnet: https://beryx.io/fil/mainnet/txs/bafy2bzacecf2azdaqtr7cwhtlb66l6llq2t4w3xmst5hwr5xlyc52byhnn3ki?tab=overview
Expected behaviour
Should encode the address based on the network of the faucet
Screenshots
Environment (please complete the following information):
Current deployment: https://forest-explorer.chainsafe.dev/faucet
Other information and links
This is a non-critical issue as the RPC server does not validate the address.
The text was updated successfully, but these errors were encountered: