Skip to content

Commit

Permalink
Add Fork Diff Reference for Flame (#87)
Browse files Browse the repository at this point in the history
Added a link to the fork diff for Flame from `go-ethereum`.
  • Loading branch information
sambukowski authored Oct 24, 2024
1 parent e7f6205 commit 7e483a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/flame/flame-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ cast send $REC_ADDR --value 10000000000000000000 --private-key <PRIVATE-KEY>
```bash
cast balance $REC_ADDR
```

## Fork Diff

Flame is a fork of [go-ethereum](https://github.com/ethereum/go-ethereum). See
the fork diff [here](https://astriaorg.github.io/astria-geth/).
5 changes: 5 additions & 0 deletions docs/flame/flame-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ cast send $REC_ADDR --value 10000000000000000000 --private-key <PRIVATE-KEY>
```bash
cast balance $REC_ADDR
```

## Fork Diff

Flame is a fork of [go-ethereum](https://github.com/ethereum/go-ethereum). See
the fork diff [here](https://astriaorg.github.io/astria-geth/).

0 comments on commit 7e483a8

Please sign in to comment.