safe-global / safe-deployments

A collection of Safe singleton deployments
MIT License
133 stars 277 forks source link

Update Metis add canonical deployments #819

Closed t0mcr8se closed 4 weeks ago

t0mcr8se commented 4 weeks ago

Update existing chain

This PR updates Metis 1.3.0 deployments adding canonical deployments

Provide the Chain ID (Only 1 chain id per PR).

Provide RPC URL for the chain (should be able to query atleast 10 requests per minute for automatic PR check).

Relevant information: Block exploreres: https://andromeda-explorer.metis.io/ https://explorer.metis.io

t0mcr8se commented 4 weeks ago

The tests needed to be updated, they weren't passing after adding the canonical addresses

remedcu commented 4 weeks ago

Hello @t0mcr8se

The tests don't need to be updated, the additional deployment should be added to the end of the array (In your case, instead of "1088": ["canonical", "eip155"],, make it "1088": ["eip155", "canonical"],) to make it compatible with V1 methods (Source)