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 EIP-7569: Add Testnet times #8051

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions EIPS/eip-7569.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@

| Network Name | Activation Epoch | Activation Timestamp |
|------------------|------------------|----------------------|
| Goerli | | |
| Sepolia | | |
| Holešky | | |
| Goerli | `231680` | `1705473120` |
| Sepolia | `132608` | `1706655072` |
| Holešky | `29696 ` | `1707305664` |

Check failure on line 47 in EIPS/eip-7569.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Spaces inside code span elements [Context: "`29696 `"]

EIPS/eip-7569.md:47:25 MD038/no-space-in-code Spaces inside code span elements [Context: "`29696 `"]

Check failure on line 47 in EIPS/eip-7569.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Spaces inside code span elements [Context: "`29696 `"]

EIPS/eip-7569.md:47:25 MD038/no-space-in-code Spaces inside code span elements [Context: "`29696 `"]
| Mainnet | | |

**Note**: rows in the table above will be filled as activation times are decided by client teams.
Expand Down
Loading