Hello everyone,
we want to follow up with some important updates in line with the first part of GIP-112:
Migration to the Decentralized Network and Snapshot Config update.
A new version v0.1.0 of the GNO Voting Power Subgraphs has been released today to TheGraph Decentralised Network and it’s getting indexed now in a fully decentralised fashion.
We want to clarify that all the published versions of the subgraphs will always reflect their respective tagged releases in the repository.
As stated in the GIP, the subgraphs are owned by a Safe on Arbitrum arb1:0x67cE12b820ea02f045e2507648608442C6527c6C
having the Infrastructure team as owners.
Future releases will be announced in the Forum.
Call to action - Snapshot Config update
In line with the requirements of GIP-112 we call to action the owners of the GnosisDAO Safe in updating the configuration of the Snapshot space. Please remind this is a time sensitive task, we really appreciate it can be executed by September 14th.
Please follow the detailed step-by-step guide below, it will guide you through the execution of the config changes.
IMPORTANT
Just one Safe owner is needed to initiate the config update.
If you are an owner, please watch for the list of pending transactions on the Gnosis Safe, if there’s none, go ahead with the following steps, otherwise provide your signature to the pending transaction.
Step by step guide to initiate the Configuration Update
Step 1
Visit the GnosisDAO Safe website.
Step 2
On the Safe website, enable the feature called Asynchronous Signing
.
Go to the Settings page and click on Safe Apps. Make sure a property called Always user on-chain signatures
is turned on. For more details please refer to the Snapshot docs.
Step 3
Open Snapshot as a Safe App, just go to the Apps section in the left-side menu and click on My Custom Apps.
Then click on Add custom Safe App
and provide https://snapshot.org/
as the URL for the Safe app.
Step 4
Enter the Safe App. Search for the GnosisDAO space using the search bar .
Enter the GnosisDAO Space.
In the left-side menu click on Settings.
Then click on Strategies.
Step 5
We are now gonna update the configuration for the 4 strategies in the list:
- GNO (Ethereum)
- Delegated GNO (Ethereum)
- GNO (Gnosis Chain)
- Delegated GNO (Gnosis Chain)
Starting with GNO (Ethereum)
, click on edit button (pencil icon) and replace the content with the following one and then click on Save:
{
"symbol": "GNO",
"decimals": 18,
"SUBGRAPH_URL": "https://gateway.thegraph.com/api/5f196ef56fcd5b18fcc30d5043b843e2/subgraphs/id/F8xz7f1YZkoM3e8nZkP7HyuGXrJtHUthgwY5HCfA89nN"
}
For Delegated GNO (Ethereum)
, click on the edit button and replace the content with the following one and then click on Save:
{
"symbol": "GNO",
"strategies": [
{
"name": "gno",
"params": {
"symbol": "GNO",
"decimals": 18,
"SUBGRAPH_URL": "https://gateway.thegraph.com/api/5f196ef56fcd5b18fcc30d5043b843e2/subgraphs/id/F8xz7f1YZkoM3e8nZkP7HyuGXrJtHUthgwY5HCfA89nN"
}
}
]
}
For GNO (Gnosis Chain)
click on edit button (pencil icon) and replace the content with the following one and then click on Save:
{
"symbol": "GNO",
"decimals": 18,
"SUBGRAPH_URL": "https://gateway.thegraph.com/api/5f196ef56fcd5b18fcc30d5043b843e2/subgraphs/id/DiDWFV4kjhzkrJEL7TL65HKg1pD6uDtiTovNg2T9oN24"
}
For Delegated GNO (Gnosis Chain)
, click on the edit button and replace the content with the following one and then click on Save:
{
"symbol": "GNO",
"strategies": [
{
"name": "gno",
"params": {
"symbol": "GNO",
"decimals": 18,
"SUBGRAPH_URL": "https://gateway.thegraph.com/api/5f196ef56fcd5b18fcc30d5043b843e2/subgraphs/id/DiDWFV4kjhzkrJEL7TL65HKg1pD6uDtiTovNg2T9oN24"
}
}
]
}
Step 6
Once you have provided the configuration updates, click on Save at the very bottom of the page. This will trigger a Safe modal containing a transaction to the SignMessageLib, please provide your signature.
Step 7
A new transaction will appear in the list of pending transactions on the Safe, if you are an owner and there’s a transaction in the queue, provide your signature.
Once again, thank you so much for your collaboration!