Skip to content

Commit 942204b

Browse files
committed
doc: version2 resized images to 500px
1 parent 37f9bc4 commit 942204b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

assets/500/v1-contracts.png

75.3 KB
Loading

assets/500/v1-frontend-v2-tokens.png

11.8 KB
Loading

assets/500/v2-contracts.png

46.9 KB
Loading

docs/version2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In V1, four Ethereum smart contracts were deployed to work together for each to
7474
* **Validator**: Used by the controllers to validate transactions.
7575

7676
<p align="center" style="margin: 30px 0;">
77-
<img src="../assets/v1-contracts.png" title="V1 Token design" style="max-width:500px;" /><br />
77+
<img src="../assets/500/v1-contracts.png" title="V1 Token design" style="max-width:500px;" /><br />
7878
<em>Figure: V1 Token design</em>
7979
</p>
8080

@@ -85,7 +85,7 @@ The V2 token architecture uses OpenZeppelin's [UUPS Proxy Pattern](https://docs.
8585
* **Validator**: Used by the Implementation contract to approve and validate transactions before they are made.
8686

8787
<p align="center" style="margin: 30px 0;">
88-
<img src="../assets/v2-contracts.png" alt="V2 Token design" style="max-width: 500px;" /><br />
88+
<img src="../assets/500/v2-contracts.png" alt="V2 Token design" style="max-width: 500px;" /><br />
8989
<em>Figure: V2 Token design</em>
9090
</p>
9191

0 commit comments

Comments
 (0)