Skip to content

Commit

Permalink
chore: update contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovalido committed Oct 16, 2024
1 parent 804c233 commit e1ef601
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TEST_FACTORY_ADDRESS_10=0xCc0bDDB707055e04e497aB22a59c2aF4391cd12F
TEST_ADDRESS_10=0xEeE7FB850D28f5cabd5f1EDF540646b5bEA17CE5
TEST_ALM_ADDRESS_10=0x892Ff98a46e5bd141E2D12618f4B2Fe6284debac

LP_SUGAR_ADDRESS_10=0x0937DA94887472239Ada5483c6DBd2904FfD4ACF
LP_SUGAR_ADDRESS_10=0x35F233BE126d7D08aB2D65E647E8c379b1FACF39
VE_SUGAR_ADDRESS_10=0x94f913362b232e31daB49a1aFB775cfd25DaA6a1
RELAY_SUGAR_ADDRESS_10=0xb8307e5842B9aeE75C704183F0355076aa74b4e2

Expand All @@ -33,7 +33,7 @@ TEST_FACTORY_ADDRESS_8453=0x5e7BB104d84c7CB9B682AaC2F3d509f5F406809A
TEST_ADDRESS_8453=0xEeE7FB850D28f5cabd5f1EDF540646b5bEA17CE5
TEST_ALM_ADDRESS_8453=0x892Ff98a46e5bd141E2D12618f4B2Fe6284debac

LP_SUGAR_ADDRESS_8453=0x51f290CCCD6a54Af00b38edDd59212dE068B8A4b
LP_SUGAR_ADDRESS_8453=0x63a73829C74e936C1D2EEbE64164694f16700138
VE_SUGAR_ADDRESS_8453=0x4c5d3925fe65DFeB5A079485136e4De09cb664A5
RELAY_SUGAR_ADDRESS_8453=0x8932B5FE23C07Df06533F8f09E43e7cca6a24143

Expand Down
10 changes: 7 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Below is the list of datasets we support.
### Liquidity Pools Data

> [!NOTE]
> `LpSugar.vy` is deployed at `0x0937DA94887472239Ada5483c6DBd2904FfD4ACF`
> `LpSugar.vy` is deployed on:
> Optimism - `0x35F233BE126d7D08aB2D65E647E8c379b1FACF39`
> Base - `0x63a73829C74e936C1D2EEbE64164694f16700138`
It allows fetching on-chain pools data.
The returned data/struct of type `Lp` values represent:
Expand Down Expand Up @@ -159,7 +161,8 @@ To fetch a list of rewards for a specific veNFT, this method is available:
### Vote-Escrow Locked NFT (veNFT) Data

> [!NOTE]
> `VeSugar.vy` is deployed at `0x94f913362b232e31daB49a1aFB775cfd25DaA6a1`
> `VeSugar.vy` is deployed on:
> Optimism - `0x94f913362b232e31daB49a1aFB775cfd25DaA6a1`
It allows fetching on-chain veNFT data (including the rewards accrued).
The returned data/struct of type `VeNFT` values represent:
Expand Down Expand Up @@ -197,7 +200,8 @@ The available methods are:
### Relay Data

> [!NOTE]
> `RelaySugar.vy` is deployed at `0xb8307e5842B9aeE75C704183F0355076aa74b4e2`
> `RelaySugar.vy` is deployed on:
> Optimism - `0xb8307e5842B9aeE75C704183F0355076aa74b4e2`
It allows fetching Relay autocompounder/autoconverter data.
The returned data/struct of type `Relay` values represent:
Expand Down

0 comments on commit e1ef601

Please sign in to comment.