diff --git a/projects/example/index.ts b/projects/example/index.ts index 70dc5a3..3c1902f 100644 --- a/projects/example/index.ts +++ b/projects/example/index.ts @@ -1,11 +1,14 @@ -const FACTORY_ADDRESS = '0x......'; -const ROUTER_ADDRESS = '0x......'; +const FACTORY_ADDRESS = '0x9BCE21489a7A85ed475c9e9D0Dc94b4E6A1aEbF3'; +const TOKEN_ADDRESS = '0x2416092f143378750bb29b79eD961ab195CcEea5'; +// documentation for Renzo Manager Contract is available at https://docs.renzoprotocol.com/docs/contracts/ethereum-mainnet +const MANAGER_ADDRESS = '0x0x74a09653A083691711cF8215a6ab074BB4e99ef5'; + const adapter = { adapter: { - fetch: { factory: FACTORY_ADDRESS, router: ROUTER_ADDRESS }, - start: 0000000000, // where n is the startingBlock like 1695458888 + fetch: { factory: FACTORY_ADDRESS, token: TOKEN_ADDRESS, manager: MANAGER_ADDRESS, }, + start: 4749150, // where n is the startingBlock like 1695458888 } }; -export default adapter; \ No newline at end of file +export default adapter;