Concordium / concordium-reference-wallet-android

Reference Android wallet for the Concordium blockchain
Apache License 2.0
12 stars 2 forks source link

GTU drop must not be present in mainnet app #6

Closed concordium-cl closed 3 years ago

concordium-cl commented 3 years ago

Task description GTU drop button must not be in mainnet app, only allowed in stagenet and testnet app.

Versions Mainnet app Concordium Mobile Wallet

jensvesti commented 3 years ago

It shold not be. I cannot test as MainNet is not yet deployed and compatible. Must be disabled in backend as well, so even if it is visible in the apps they are non-functional.
image

abizjak commented 3 years ago

On mainnet the wallet-proxy will return 404 Not Found for the PUT /v0/testnetGTUDrop request.

abizjak commented 3 years ago

I presume this should be considered done now @concordium-cl