Skip to content

Commit

Permalink
fix(frontend): right zap contract in faq
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Sep 18, 2023
1 parent 2decc69 commit d166f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/warlord-vault/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ All vote incentives will be claimed every week and auto-compounded into the vaul

It uses the ERC4626 standard to follow the industry standart developped by yearn to enable more composability with other protocols.

![](../assets/schema.png)

## Addresses

- Vault: [0x188cA46Aa2c7ae10C14A931512B62991D5901453](https://etherscan.io/address/0x188ca46aa2c7ae10c14a931512b62991d5901453)
- Zap: [0x0598c652eEB0F95137Af02f32022005139453744](https://etherscan.io/address/0x0598c652eeb0f95137af02f32022005139453744)
- Swapper: [0x4247d145049B426d39f19F41555137D9cB154B99](https://etherscan.io/address/0x4247d145049b426d39f19f41555137d9cb154b99)

## Summary schema
![](../assets/schema.png)
- Swapper: [0x4247d145049B426d39f19F41555137D9cB154B99](https://etherscan.io/address/0x4247d145049b426d39f19f41555137d9cb154b99)
4 changes: 2 additions & 2 deletions frontend/src/config/questions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ export const questions: { question: string; answer: string | (() => JSX.Element)
<HStack>
<Text>Zap:</Text>
<Link
href="https://etherscan.io/address/0x0598c652eEB0F95137Af02f3202200513945374"
href="https://etherscan.io/address/0x0598c652eEB0F95137Af02f32022005139453744"
isExternal>
0x0598c652eEB0F95137Af02f3202200513945374
0x0598c652eEB0F95137Af02f32022005139453744
</Link>
</HStack>
<HStack>
Expand Down

0 comments on commit d166f5b

Please sign in to comment.