When I try to enter the chainId of polygon (it is 137 according to google) I get the error: Invalid chainId: 137
This is the CURL I use:
curl --request PUT
âurl âhttps://api.moralis-streams.com/streams/evmâ
âheader âaccept: application/jsonâ
âheader âX-API-Key: xxxâ
âheader âcontent-type: application/jsonâ
âdata â
{
âwebhookUrlâ: âhttps://webhook.site/#!/fe519dd7-b23f-4b79-af5c-24c3648e8ce8/5436504d-bd6e-4bdb-a8c3-709cd679ffbf/1â,
âdescriptionâ: âaaaâ,
âtagâ: âaaaâ,
âincludeContractLogsâ: true,
âchainIdsâ: [
â137â
]
}
â