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
Implement bridge_getTokenMappings JSON RPC endpoint. It should provide all the NewWrappedToken events on the specific network (identified by the network id) in descending order of blockNumber.
The results should be paginated and determined by the page number and page size
Description
Implement
bridge_getTokenMappings
JSON RPC endpoint. It should provide all theNewWrappedToken
events on the specific network (identified by the network id) in descending order ofblockNumber
.The results should be paginated and determined by the page number and page size
Example request
Example response
The text was updated successfully, but these errors were encountered: