From 80cf6740ece56508ac3c726d1717493962ecf9ac Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Thu, 4 Apr 2024 17:40:30 +0200 Subject: [PATCH 1/2] update: add Ethereum. --- ethereum/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ethereum/config.yml diff --git a/ethereum/config.yml b/ethereum/config.yml new file mode 100644 index 0000000..98c7e1e --- /dev/null +++ b/ethereum/config.yml @@ -0,0 +1,17 @@ +# Global information +source-id: "ethereum" +config-version: 1 +properties: + title: "Ethereum" + hex: "#b6bbe8" + logo: "ar://Ui5fULe72VfEKo5reeGKvGXF_5HOuAIfdaOM7fXjVyA" + description: Ethereum is a decentralized platform for building and deploying smart contracts and decentralized applications (DApps). It offers scalability, security, and transparency, enabling innovation across various industries such as finance, gaming, and more. + website: https://ethereum.org/ + docs: https://ethereum.org/en/developers/docs/ + +networks: + # Testnet pools + kaon-1: + pools: + - id: 21 + runtime: "kyvejs/ethereum-blobs" From a5a025cb595638b694973e80562730c83676815c Mon Sep 17 00:00:00 2001 From: christopherbrumm Date: Thu, 4 Apr 2024 17:42:09 +0200 Subject: [PATCH 2/2] update: change CODEOWNERS. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ba64115..7d71e2d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # https://help.github.com/articles/about-codeowners -* @fabianriewe @christopherbrumm \ No newline at end of file +* @troykessler @christopherbrumm \ No newline at end of file