Skip to content

Commit

Permalink
docs: added schema and changed discord link to paladin's server
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed Sep 14, 2023
1 parent 7815bea commit 65342d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file added docs/assets/schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/warlord-vault/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ It uses the ERC4626 standard to follow the industry standart developped by yearn

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

## Summary schema
![](../assets/schema.png)
2 changes: 1 addition & 1 deletion frontend/src/components/layout/SideBarBody/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const SideBarBody: FC<PropsWithChildren<SideBarBodyProps>> = (props) => {
<Divider color={useColorModeValue('border.light', 'black')} opacity={'unset'} />
<VStack mx="4" my={'5'}>
<HStack justify="center" gap="1.5em">
<ChakraLink href={'https://discord.gg/xr4zcRxsuK'} isExternal>
<ChakraLink href={'https://discord.gg/ycuFbMg9MW'} isExternal>
<Icon
as={BiLogoDiscord}
_hover={{
Expand Down

0 comments on commit 65342d9

Please sign in to comment.