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
Describe the bug
Creating a subscription through Tatum SDK for Ethereum testnet does not append testnetType= query param to the outgoing request. Hence notification with no chain field in the root level is created, which is no longer triggered for any testnet transaction
Can you please @kazykenov provide information on how you created the notification via Tatum SDK?
If you created a subscription directly as an API call without the Tatum SDK, I would suggest you contact us on Discord https://discord.com/invite/tatum.
I appreciate your patience!
Describe the bug
Creating a subscription through Tatum SDK for Ethereum testnet does not append
testnetType=
query param to the outgoing request. Hence notification with nochain
field in the root level is created, which is no longer triggered for any testnet transactionTo Reproduce
Steps to reproduce the behavior:
Network.ETHEREUM_GOERLI
testnetType=ethereum-goerli
https://dashboard.tatum.io/api/sdk/notifications . The subscription created by step 1 does not have
"chain": "ethereum-goerli",
fieldExpected behavior
https://github.com/tatumio/tatum-js/blob/master/src/service/notification/subscribe.ts:38 should append
testnetType
query param how https://apidoc.tatum.io/tag/Notification-subscriptions#operation/createSubscription does itScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: