Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: add Ethereum. #37

Merged
merged 2 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://help.github.com/articles/about-codeowners

* @fabianriewe @christopherbrumm
* @troykessler @christopherbrumm
17 changes: 17 additions & 0 deletions ethereum/config.yml
Original file line number Diff line number Diff line change
@@ -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"
Loading