Skip to main content

Oct 14, 2022

ยท 2 min read
Chun
Dan Wu

New features and improvements.

Addedโ€‹

  • A popup menu for accessing and editting pod settings. Actions like changing the pod's NFT image and updating the pod version can be accessed from this menu.
  • Pods can now be ejected. Taking this action will remove all pod members from the pod and disable the Metropolis module from the underlying Safe. The Safe is unaffected--no funds or signers are moved--meaning that it can continue to be used as a regular Safe. Only pod managers can eject pods.
  • The approval threshold for transactions can now be changed in our web app. This will also change the approval threshold of the underlying Safe. Currently, only pod members can create proposals to change the approval threshold.

Changedโ€‹

  • Pod page URL handling is improved. Previously, users could enter a pod's ENS name (for example, metropolis.pod.xyz) into their browser's address bar to visit the pod page (https://metropolis.pod.xyz). This still works, but the user will be now redirected to pod.xyz/<pod-name> (for example, https://pod.xyz/metropolis).
  • With the deprecation of Rinkeby, we redeployed our contracts on Goerli. You can find the Goerli contract addresses here.
  • We are now suggesting a naming convention for pods when the user names their new pod.
  • The podarchy spatial interface now uses a force layout.

Fixedโ€‹

  • Pod metadata and NFT images in social link previews.
  • Fixed a redirect issue when connecting with an address with no pod access.
  • Fixed an issue on the Add Members step in the Create New Pod flow where clicking anywhere on the member list would unselect the member to add.