@@ -28,9 +28,24 @@ export const plansConfig: Record<string, PlanConfig> = {
2828 ] ,
2929 minPollingInterval : 900 ,
3030 } ,
31- prod_NYG90VSEfU0TfQ : {
31+ prod_NbsBYZA9BxFF7r : {
3232 key : 'starter' ,
3333 name : 'Starter' ,
34+ maxOperations : 30000 ,
35+ priceId : 'price_1MqeRZFrRlOZNZ9xl2OQmgP2' ,
36+ price : { monthly : 9 , annually : 9 * 12 } ,
37+ features : [
38+ '30,000 operations per month' ,
39+ '25 active workflows' ,
40+ '10 blockchain listeners' ,
41+ '5 minutes polling interval' ,
42+ 'Execute workflows on error' ,
43+ ] ,
44+ minPollingInterval : 300 ,
45+ } ,
46+ prod_NYG90VSEfU0TfQ : {
47+ key : 'core' ,
48+ name : 'Core' ,
3449 maxOperations : 1e5 ,
3550 priceId : 'price_1Mn9dEFrRlOZNZ9xzskkpkvH' ,
3651 price : { monthly : 29 , annually : 29 * 12 } ,
@@ -91,6 +106,10 @@ export const plansConfig: Record<string, PlanConfig> = {
91106// Plans on Stripe test mode
92107if ( process . env . NODE_ENV === 'development' ) {
93108 // starter
109+ plansConfig [ 'prod_NbsFKhWJ6PMBpx' ] = plansConfig [ 'prod_NbsBYZA9BxFF7r' ]
110+ plansConfig [ 'prod_NbsFKhWJ6PMBpx' ] . priceId = 'price_1MqeVIFrRlOZNZ9x9wEp6W2G'
111+ delete plansConfig [ 'prod_NbsBYZA9BxFF7r' ]
112+ // core
94113 plansConfig [ 'prod_NXQOvZowLlwuaH' ] = plansConfig [ 'prod_NYG90VSEfU0TfQ' ]
95114 plansConfig [ 'prod_NXQOvZowLlwuaH' ] . priceId = 'price_1MmLXfFrRlOZNZ9xynfzzKnP'
96115 delete plansConfig [ 'prod_NYG90VSEfU0TfQ' ]
0 commit comments