Updated code to fetch available offers using subgraph and multicall.

This commit is contained in:
Filipe Soccol
2025-06-06 17:38:00 -03:00
parent 8a1dab4764
commit fa2def812c
6 changed files with 274 additions and 226 deletions

View File

@@ -39,6 +39,9 @@ export default defineConfig({
"viem/errors": fileURLToPath(
new URL("./node_modules/viem/errors", import.meta.url)
),
"../../errors/unit.js": fileURLToPath(
new URL("./node_modules/viem/errors/unit.js", import.meta.url)
),
},
},
});