m
This commit is contained in:
@@ -11,11 +11,7 @@ const TIERS = [
|
||||
"Configure alerts to fire on trigger events",
|
||||
"1 transaction alert type per trigger (email digest)",
|
||||
],
|
||||
disabledFeatures: [
|
||||
"Real-time Discord alerts",
|
||||
"Real-time Telegram alerts",
|
||||
"Real-time Slack alerts",
|
||||
],
|
||||
disabledFeatures: [],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
@@ -24,15 +20,12 @@ const TIERS = [
|
||||
period: "/month",
|
||||
features: [
|
||||
"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",
|
||||
"Real-time Discord alerts",
|
||||
"Real-time Telegram alerts",
|
||||
"2 transaction alert types per monitored address",
|
||||
],
|
||||
disabledFeatures: [
|
||||
"Real-time Slack alerts",
|
||||
],
|
||||
disabledFeatures: [],
|
||||
highlighted: true,
|
||||
},
|
||||
{
|
||||
@@ -42,11 +35,11 @@ const TIERS = [
|
||||
period: "/month",
|
||||
features: [
|
||||
"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",
|
||||
"Real-time Discord 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",
|
||||
],
|
||||
disabledFeatures: [],
|
||||
|
||||
Reference in New Issue
Block a user