Skip to content

Commit 5460bd3

Browse files
committed
Remove banking system
1 parent c39ebaa commit 5460bd3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

src/components/EnergyConsumptionChart.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,14 @@ const EnergyConsumptionChart: React.FC = () => {
4848
const textColor = useToken("colors", "text")
4949

5050
const data = [
51-
{
52-
name: "Banking system",
53-
amount: 239,
54-
color: "#C1B6F5",
55-
},
5651
{
5752
name: "Global data centers",
5853
amount: 190,
5954
color: "#C1B6F5",
6055
},
6156
{
6257
name: "Bitcoin",
63-
amount: 139,
58+
amount: 149,
6459
color: "#C1B6F5",
6560
},
6661
{

src/content/energy-consumption/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ To contextualize Ethereum's energy consumption, we can compare annualized estima
1414

1515
<EnergyConsumptionChart />
1616

17-
The chart above displays the estimated energy consumption in TWh/yr for Ethereum, compared to several other products and industries. The estimates provided are sourced from publicly available information, accessed in June 2023, with links to the sources available in the table below.
17+
The chart above displays the estimated energy consumption in TWh/yr for Ethereum, compared to several other products and industries. The estimates provided are sourced from publicly available information, accessed in July 2023, with links to the sources available in the table below.
1818

1919
| | Annualized energy consumption (TWh) | Comparison to PoS Ethereum | Source |
2020
| :------------------ | :---------------------------------: | :------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
21-
| Banking system | 239 | 92,000x | [source](https://docsend.com/view/adwmdeeyfvqwecj2) |
2221
| Global data centers | 190 | 73,000x | [source](https://www.iea.org/commentaries/data-centres-and-energy-from-global-headlines-to-local-headaches) |
23-
| Bitcoin | 139 | 53,000x | [source](https://ccaf.io/cbnsi/cbeci/comparisons) |
22+
| Bitcoin | 149 | 53,000x | [source](https://ccaf.io/cbnsi/cbeci/comparisons) |
2423
| Gold mining | 131 | 50,000x | [source](https://ccaf.io/cbnsi/cbeci/comparisons) |
2524
| Gaming in USA\* | 34 | 13,000x | [source](https://www.researchgate.net/publication/336909520_Toward_Greener_Gaming_Estimating_National_Energy_Use_and_Energy_Efficiency_Potential) |
2625
| PoW Ethereum | 21 | 8,100x | [source](https://ccaf.io/cbnsi/ethereum/1) |

0 commit comments

Comments
 (0)