mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 01:04:07 +00:00
Handle BigNumber event params and customize Decimal (#63)
* Handle BigNumber event params in watchers * Customize decimal according to limits of IEEE-754 decimal128 * Add definition for custom scalar BigDecimal
This commit is contained in:
@@ -19,7 +19,7 @@ dataSources:
|
||||
- name: Example1
|
||||
file: ./abis/Example1.json
|
||||
eventHandlers:
|
||||
- event: Test(string,uint8)
|
||||
- event: Test(string,uint8,uint256)
|
||||
handler: handleTest
|
||||
blockHandlers:
|
||||
- handler: handleBlock
|
||||
|
||||
Reference in New Issue
Block a user