Updated code to fetch available offers using subgraph and multicall.
This commit is contained in:
@@ -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)
|
||||
),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user