onflow/flow-playground

Cannot deploy FlowToken contract on Playground.

temt-ceo opened this issue · 3 comments

Describe the bug
Previously, I remember I was able to deploy FlowToken contract on Playground by the following steps. But now a days, it seems becoming impossible. So I am reporting this issue.

To Reproduce

  1. deploy Testnet's Fungible Token contract to account 0x01 on PlayGround.
    FungibleToken contract: https://flow-view-source.com/testnet/account/0x9a0766d93b6608b7/contract/FungibleToken
    Screenshots:
スクリーンショット 2023-06-08 18 52 10
  1. deploy Testnet's Flow Token contract to account 0x01 on PlayGround.
    FlowToken contract: https://flow-view-source.com/testnet/account/0x7e60df042a9c0868/contract/FlowToken
    Screenshots:
スクリーンショット 2023-06-08 18 56 46
  1. it becomes unrecognized error. "Oops! Something went wrong. If you'd like, please report the Bug. Thank you!"

Expected behavior
Can deploy FlowToken contract on Playground.

Desktop (please complete the following information):

  • OS: macOS
  • Browser: Chrome
  • Version: 113.0.5672.126

Additional context
Thank you in advance.

Flow token takes an AuthAccount in init, playground doesn't support that behavior.
We'll be adding a error message in Contract Arguments after we support contract arguments.

Okay, I understand.

@bthaile can we update the error message for this specific error.