JoinColony / colonyDapp

Colony dApp client
49 stars 19 forks source link

Unable to add a Safe with old colony metadata format #4185

Closed arrenv closed 1 year ago

arrenv commented 1 year ago

Steps to reproduce

  1. Try and add a Safe with the old colony metadata format. This is an example of the format:
    {
    "colonyDisplayName":"Builders",
    "colonyAvatarHash":null,
    "verifiedAddresses":["0x00Da8d2F207E34B9523798FaF36fC9ff04cA9588"],
    "colonyTokens":[],
    "isWhitelistActivated":true
    }
  2. The gas station popover will continue to load with no error.
  3. Checking the console, you should see the error Error: There was an error wile fetching the current colony metadata. Please try again later.

Expected behaviour

Actual behaviour

image

You can see an example of the old format here - https://cloudflare-ipfs.com/ipfs/QmPQCaSvTzdVbDkNHr2F9mVZwEUSYJf1t9hZzV6YVpzGbu