m
This commit is contained in:
@@ -11,11 +11,7 @@ const TIERS = [
|
|||||||
"Configure alerts to fire on trigger events",
|
"Configure alerts to fire on trigger events",
|
||||||
"1 transaction alert type per trigger (email digest)",
|
"1 transaction alert type per trigger (email digest)",
|
||||||
],
|
],
|
||||||
disabledFeatures: [
|
disabledFeatures: [],
|
||||||
"Real-time Discord alerts",
|
|
||||||
"Real-time Telegram alerts",
|
|
||||||
"Real-time Slack alerts",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium",
|
id: "premium",
|
||||||
@@ -24,15 +20,12 @@ const TIERS = [
|
|||||||
period: "/month",
|
period: "/month",
|
||||||
features: [
|
features: [
|
||||||
"Monitor 3 blockchain addresses",
|
"Monitor 3 blockchain addresses",
|
||||||
"Configure alerts to fire on trigger events",
|
"Configure two types of rule-based alerts to fire on trigger events for each of the three addresses",
|
||||||
"Daily email digest alert",
|
"Daily email digest alert",
|
||||||
"Real-time Discord alerts",
|
"Real-time Discord alerts",
|
||||||
"Real-time Telegram alerts",
|
"Real-time Telegram alerts",
|
||||||
"2 transaction alert types per monitored address",
|
|
||||||
],
|
|
||||||
disabledFeatures: [
|
|
||||||
"Real-time Slack alerts",
|
|
||||||
],
|
],
|
||||||
|
disabledFeatures: [],
|
||||||
highlighted: true,
|
highlighted: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -42,11 +35,11 @@ const TIERS = [
|
|||||||
period: "/month",
|
period: "/month",
|
||||||
features: [
|
features: [
|
||||||
"Monitor unlimited blockchain addresses",
|
"Monitor unlimited blockchain addresses",
|
||||||
"Configure alerts to fire on trigger events",
|
"Configure unlimited alert rules to fire on unlimited events on any address",
|
||||||
"Daily email digest alert",
|
"Daily email digest alert",
|
||||||
"Real-time Discord alerts",
|
"Real-time Discord alerts",
|
||||||
"Real-time Telegram alerts",
|
"Real-time Telegram alerts",
|
||||||
"Real-time Slack alerts",
|
"Real-time Slack alerts configurable for multiple Slack groups or channels",
|
||||||
"Unlimited transaction alert types per monitored address",
|
"Unlimited transaction alert types per monitored address",
|
||||||
],
|
],
|
||||||
disabledFeatures: [],
|
disabledFeatures: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user