GithubHelp home page GithubHelp logo

ursasaaw / dencun-devnets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ethpandaops/dencun-devnets

0.0 0.0 0.0 60.7 MB

Infrastructure code used to setup EIP4844 dev/testnets.

Shell 13.05% HCL 86.95%

dencun-devnets's Introduction

🐼 ❀️.oO
"Pandas love blobs"

Infrastructure code for Dencun Dev/Testnets

This repository contains the infrastructure code used to setup EIP4844 and other Dencun related EIPs dev/testnets. A lot of the code uses reusable components either provided by our ansible collection or our helm charts for kubernetes.

Networks

Status Network Links Ansible Terraform Kubernetes
🟒 Active devnet-12 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-11 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-10 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-9 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-8 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-7 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off sepolia-sf1 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-6 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-5 Network config / Inventory πŸ”— πŸ”— πŸ”—
πŸ”΄ Off devnet-4 Network config / Inventory πŸ”— πŸ”— πŸ”—

Development

Version management for tools

We're using asdf to make sure that we all use the same versions across tools. Our repositories should contain versions defined in .tools-versions.

You can then use ./setup.sh to install all dependencies.

Update all sops files

# Find all .sops.* and *.enc.* files and update their keys
find . -type d -name "vendor" -prune -o \( -type f \( -name "*.sops.*" -o -name "*.enc.*" \) \) -exec sops updatekeys {} -y \;

Genesis allocation used:

Here's a table of where the keys are used

Account Index Component Used In Private Key Used Public Key Used Comment
0 tx_fuzz blobs βœ… Spams blobs on the network
1 tx_fuzz_txs βœ… Spams tx on the network
2 mev_flood_signing_key βœ… Spams mev-able txs on the network
3 mev_flood_user_key βœ… Spams mev-able txs on the network
4 faucet-1 βœ… Faucet 1
5 faucet-2 βœ… Faucet 2
6 mev_flood_private_key βœ… Spams mev-able txs on the network
7 manual-deposits βœ… Used to make manual deposits
8 Marius is rich
9 goomy βœ… Spams blobs on the network
10-29 available

dencun-devnets's People

Contributors

barnabasbusa avatar skylenet avatar parithosh avatar samcm avatar pk910 avatar flcl42 avatar pablocastellano avatar jflo avatar h4ck3rk3y avatar marcindsobczak avatar fab-10 avatar g11tech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.