From 8453facb10af56f674c1dc969337e575baef7dfe Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 23 Jan 2024 13:06:27 +0100 Subject: [PATCH] fix(#175): change `treasury_funder_pubkey` as well --- resources/gdev.yaml | 2 +- resources/gtest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/gdev.yaml b/resources/gdev.yaml index 74ae0bfa2..a2d5008b4 100644 --- a/resources/gdev.yaml +++ b/resources/gdev.yaml @@ -63,7 +63,7 @@ clique_smiths: sudo_key: "5CfodrEFe64MJtWvfhTHYBuUySr4WXLv2B41mZFucTXSGMFA" # The address which will automatically transfer 1,00 ĞD on Genesis to the Treasury -treasury_funder_address: "5E6q47RRGZU15LjUiBTm2DZjpqFKAjRNafYS8YV8AzTQZtLG" +treasury_funder_pubkey: "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ" # The technical committee members, to act as sudo technical_committee: diff --git a/resources/gtest.yaml b/resources/gtest.yaml index 80a4ff377..c580bc06f 100644 --- a/resources/gtest.yaml +++ b/resources/gtest.yaml @@ -23,7 +23,7 @@ clique_smiths: sudo_key: "5Hm8sBbwuLAU99dBezvgtnRmZCrUy9mhqmbQMFyGTaeATYg7" # The address which will automatically transfer 1,00 ĞD on Genesis to the Treasury -treasury_funder_address: "5E6q47RRGZU15LjUiBTm2DZjpqFKAjRNafYS8YV8AzTQZtLG" +treasury_funder_pubkey: "2ny7YAdmzReQxAayyJZsyVYwYhVyax2thKcGknmQy5nQ" # The technical committee members, to act as sudo technical_committee: ["Pini", "moul", "HugoTrentesaux", "tuxmain", "1000i100", "vit", "cgeek"] \ No newline at end of file -- GitLab