You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK should be interested only in a few kinds of events:
deposit
release
refund
Each event has its selector/topic which is equal to keccak256 of a normalized signature of the event. For example, a VS Code extension named Tools for Solidity can be used to get event selectors.
The text was updated successfully, but these errors were encountered:
Events can be filtered by event topics here:
SDK/packages/sdk-server/src/lib/chains/evm/poller.evm.ts
Lines 105 to 110 in 5d757a0
The SDK should be interested only in a few kinds of events:
Each event has its selector/topic which is equal to
keccak256
of a normalized signature of the event. For example, a VS Code extension named Tools for Solidity can be used to get event selectors.The text was updated successfully, but these errors were encountered: