Skip to content

Commit

Permalink
Update settings.json to migrate from legacy safeSnap to new oSnap plu…
Browse files Browse the repository at this point in the history
…gin version
  • Loading branch information
cmagan authored Jul 15, 2024
1 parent b502cf9 commit 6cc775d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,7 @@
"members": [],
"network": "1",
"plugins": {
"safeSnap": {
"safes": [
{
"network": "1",
"umaAddress": "0x85f520D59deBD4c2902BB7f79ACbc3Dd4b5AB699"
}
]
}
"oSnap": {}
},
"private": false,
"twitter": "CoWSwap",
Expand Down

1 comment on commit 6cc775d

@cmagan
Copy link
Collaborator Author

@cmagan cmagan commented on 6cc775d Jul 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the following oSnap docs https://docs.uma.xyz/developers/osnap/osnap-configuration-parameters-1
And tested on https://snapshot.org/#/cowtesting.eth by pushing this transaction https://etherscan.io/tx/0x7ae4afbd726b80ba0d995677f0bbe73630483451de121b6695e1ccdb122f3568
which updated the settings to use the following json file ipfs://QmSnJZyfWyEvQUSW7ipmJRx7XvxTAMasTazGSBZ229reQG

Please sign in to comment.