We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603a25f commit 09e7938Copy full SHA for 09e7938
src/mappings/pool.ts
@@ -202,7 +202,7 @@ export function handleSetup(event: LOG_SETUP): void {
202
pool.baseToken = token.id
203
pool.baseTokenWeight = weiToDecimal(
204
event.params.baseTokenWeight.toBigDecimal(),
205
- token.decimals
+ 18
206
)
207
208
// decimals hardcoded because datatokens have 18 decimals
0 commit comments