Skip to content

Commit

Permalink
Merge pull request #37 from KYVENetwork/feat/ethereum-blobs
Browse files Browse the repository at this point in the history
update: add Ethereum.
  • Loading branch information
christopherbrumm authored Apr 8, 2024
2 parents c91b886 + a5a025c commit bd1ae2c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
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"

0 comments on commit bd1ae2c

Please sign in to comment.