mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update CONTRIBUTING.md
curl -s https://api.blockcypher.com/v1/eth/main { "name": "ETH.main", "height": 1663353, "hash": "863dda1124f2b438c607f5b8d00e8511f6f8d206b21aad3b9c460b8c5221e31b", "time": "2016-06-08T00:46:34.795856213Z", "latest_url": "863dda1124", "previous_hash": "783aa3ef1b45121ee5bc33acb6c5986d6132d04cf20c85ba256b155b2c196006", "previous_url": "783aa3ef1b", "peer_count": 52, "unconfirmed_count": 11924, "high_gas_price": 40000000000, "medium_gas_price": 20000000000, "low_gas_price": 5000000000, "last_fork_height": 1661588, "last_fork_hash": "79075d95aacc6ac50dbdf58da044af396ca97e09cbb31527809579cc96f1c8a7" }
This commit is contained in:
parent
fad7e74a1b
commit
6ef725ae72
1 changed files with 17 additions and 1 deletions
18
.github/CONTRIBUTING.md
vendored
18
.github/CONTRIBUTING.md
vendored
|
|
@ -1,5 +1,21 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
curl -s https://api.blockcypher.com/v1/eth/main
|
||||||
|
{
|
||||||
|
"name": "ETH.main",
|
||||||
|
"height": 1663353,
|
||||||
|
"hash": "863dda1124f2b438c607f5b8d00e8511f6f8d206b21aad3b9c460b8c5221e31b",
|
||||||
|
"time": "2016-06-08T00:46:34.795856213Z",
|
||||||
|
"latest_url": "https://api.blockcypher.com/v1/eth/main/blocks/863dda1124f2b438c607f5b8d00e8511f6f8d206b21aad3b9c460b8c5221e31b",
|
||||||
|
"previous_hash": "783aa3ef1b45121ee5bc33acb6c5986d6132d04cf20c85ba256b155b2c196006",
|
||||||
|
"previous_url": "https://api.blockcypher.com/v1/eth/main/blocks/783aa3ef1b45121ee5bc33acb6c5986d6132d04cf20c85ba256b155b2c196006",
|
||||||
|
"peer_count": 52,
|
||||||
|
"unconfirmed_count": 11924,
|
||||||
|
"high_gas_price": 40000000000,
|
||||||
|
"medium_gas_price": 20000000000,
|
||||||
|
"low_gas_price": 5000000000,
|
||||||
|
"last_fork_height": 1661588,
|
||||||
|
"last_fork_hash": "79075d95aacc6ac50dbdf58da044af396ca97e09cbb31527809579cc96f1c8a7"
|
||||||
|
}
|
||||||
Thank you for considering to help out with the source code! We welcome
|
Thank you for considering to help out with the source code! We welcome
|
||||||
contributions from anyone on the internet, and are grateful for even the
|
contributions from anyone on the internet, and are grateful for even the
|
||||||
smallest of fixes!
|
smallest of fixes!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue