We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default it should go to https://forkmonitor.info/:coin. Notifications of a split should go to https://forkmonitor.info/stale/:coin/:height.
https://forkmonitor.info/:coin
https://forkmonitor.info/stale/:coin/:height
This requires modifying the Subscription.blast method, its call sites and serviceworker.js.erb.
Subscription.blast
serviceworker.js.erb
In the latter I think you need to set the actions: [{action: }] URL:
actions: [{action: }]
WWDC video
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By default it should go to
https://forkmonitor.info/:coin
. Notifications of a split should go tohttps://forkmonitor.info/stale/:coin/:height
.This requires modifying the
Subscription.blast
method, its call sites andserviceworker.js.erb
.In the latter I think you need to set the
actions: [{action: }]
URL:WWDC video
The text was updated successfully, but these errors were encountered: