Chockfull
This commit is contained in:
@@ -3,13 +3,13 @@ import "./TierPicker.css";
|
||||
const TIERS = [
|
||||
{
|
||||
id: "free",
|
||||
name: "Free Trial Access",
|
||||
name: "Trial Monitoring",
|
||||
price: "$0",
|
||||
period: "",
|
||||
features: [
|
||||
"Monitor 1 blockchain address",
|
||||
"Daily email digest alert",
|
||||
"1 transaction alert type per monitored address",
|
||||
"Monitor 1 blockchain address 24/7",
|
||||
"Configure alerts to fire on trigger events",
|
||||
"1 transaction alert type per trigger (email digest)",
|
||||
],
|
||||
disabledFeatures: [
|
||||
"Real-time Discord alerts",
|
||||
@@ -19,11 +19,12 @@ const TIERS = [
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
name: "Premium Access",
|
||||
name: "Premium Monitoring",
|
||||
price: "$1.99",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Monitor 3 blockchain addresses",
|
||||
"Configure alerts to fire on trigger events",
|
||||
"Daily email digest alert",
|
||||
"Real-time Discord alerts",
|
||||
"Real-time Telegram alerts",
|
||||
@@ -36,11 +37,12 @@ const TIERS = [
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Pro Access",
|
||||
name: "Professional Monitoring",
|
||||
price: "$11.99",
|
||||
period: "/month",
|
||||
features: [
|
||||
"Monitor unlimited blockchain addresses",
|
||||
"Configure alerts to fire on trigger events",
|
||||
"Daily email digest alert",
|
||||
"Real-time Discord alerts",
|
||||
"Real-time Telegram alerts",
|
||||
|
||||
Reference in New Issue
Block a user