From e71437cd0dab45474c1ff7238ab1abb70754bf80 Mon Sep 17 00:00:00 2001 From: Rashmi V Abbigeri <41290852+Rashmi-278@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:53:17 +0530 Subject: [PATCH 1/2] Create daoURI.json Add daoURI to adopt EIP4824 This satisfies the first step of adoption which is creating and hosting daoURI via Github Pathway --- EIP4824/daoURI.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 EIP4824/daoURI.json diff --git a/EIP4824/daoURI.json b/EIP4824/daoURI.json new file mode 100644 index 00000000..16e71ddc --- /dev/null +++ b/EIP4824/daoURI.json @@ -0,0 +1,21 @@ +{ + "@context": "http://www.daostar.org/schemas", + "type": "DAO", + "name": "ArbitrumDAO", + "description": "Arbitrum is a technology suite designed to scale Ethereum. The Arbitrum DAO is a new entity with decision-making authority over the Arbitrum One and Arbitrum Nova chains, along with their underlying protocols. This DAO is governed by The Constitution of the Arbitrum DAO, which is a set of rules that describe how the DAO will operate. The Constitution is enshrined within a number of social contracts that are used by the Arbitrum DAO to govern itself and its technologies.", + "membersURI": "https://membersuri.daostar.org/members/arbitrumfoundation.eth?onchain=arbitrum", + "proposalsURI": "https://proposalsuri.daostar.org/proposals/arbitrumfoundation.eth?onchain=arbitrum", + "contractsURI": "https://raw.githubusercontent.com/metagov/daostar/main/contractRegistryURI/arbitrumfoundation.json", + "governanceURI": "https://docs.arbitrum.foundation", + "constitutionURI": { + "link": "https://docs.arbitrum.foundation/dao-constitution", + "hash": "0x28faf2acba9b3ff80ec484e3d5646931eeef40568b1b7c38dbe52b890bfd7938" + }, + "calendarURI": "https://calendar.google.com/calendar/u/0/embed?src=c_4157985d2452dfd8a91b6a36bccab37deb9bffe9053a4b9bcc4e9fff9ef02924@group.calendar.google.com&ctz=Europe/Warsaw", + "dashboards": { + "walletDashboard": "https://www.tally.xyz/gov/arbitrum/treasury", + "blockExplorer": "https://arbiscan.io/", + "crossChainMessageDashboard": "https://retryable-dashboard.arbitrum.io/tx", + "forum": "https://forum.arbitrum.foundation/" + } +} From edf0d49046d8503257abe95d5bb035dbf76e9c12 Mon Sep 17 00:00:00 2001 From: Rashmi V Abbigeri <41290852+Rashmi-278@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:59:56 +0530 Subject: [PATCH 2/2] Update daoURI.json Remove hardcoded timezone in calenderURI --- EIP4824/daoURI.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIP4824/daoURI.json b/EIP4824/daoURI.json index 16e71ddc..b7d3e4fd 100644 --- a/EIP4824/daoURI.json +++ b/EIP4824/daoURI.json @@ -11,7 +11,7 @@ "link": "https://docs.arbitrum.foundation/dao-constitution", "hash": "0x28faf2acba9b3ff80ec484e3d5646931eeef40568b1b7c38dbe52b890bfd7938" }, - "calendarURI": "https://calendar.google.com/calendar/u/0/embed?src=c_4157985d2452dfd8a91b6a36bccab37deb9bffe9053a4b9bcc4e9fff9ef02924@group.calendar.google.com&ctz=Europe/Warsaw", + "calendarURI": "https://calendar.google.com/calendar/u/0/embed?src=c_4157985d2452dfd8a91b6a36bccab37deb9bffe9053a4b9bcc4e9fff9ef02924@group.calendar.google.com", "dashboards": { "walletDashboard": "https://www.tally.xyz/gov/arbitrum/treasury", "blockExplorer": "https://arbiscan.io/",