|
5 | 5 | MULTI_FACTOR_VALIDATOR_ADDRESS,
|
6 | 6 | OWNABLE_VALIDATOR_ADDRESS,
|
7 | 7 | WEBAUTHN_VALIDATOR_ADDRESS,
|
8 |
| - SCHEDULED_ORDERS_EXECUTER_ADDRESS, |
9 |
| - SCHEDULED_TRANSFERS_EXECUTER_ADDRESS |
| 8 | + SCHEDULED_ORDERS_EXECUTOR_ADDRESS, |
| 9 | + SCHEDULED_TRANSFERS_EXECUTOR_ADDRESS |
10 | 10 | } = require('@rhinestone/module-sdk') as typeof import('@rhinestone/module-sdk')
|
11 | 11 |
|
12 | 12 | export type ModuleView =
|
@@ -65,15 +65,15 @@ export const supportedModules: Module[] = [
|
65 | 65 | name: 'Schedule Orders Executor',
|
66 | 66 | type: 'executor',
|
67 | 67 | url: 'schedule-orders-executor',
|
68 |
| - moduleAddress: SCHEDULED_ORDERS_EXECUTER_ADDRESS, |
| 68 | + moduleAddress: SCHEDULED_ORDERS_EXECUTOR_ADDRESS, |
69 | 69 | description: `The Scheduled Orders module allows users to schedule swaps to be executed at a later time, with an optional recurring schedule. This module is an executor that is installed on an account and can be triggered by an automation service at the pre-specified time(s).`,
|
70 | 70 | moduleData: ''
|
71 | 71 | },
|
72 | 72 | {
|
73 | 73 | name: 'Schedule Transfers Executor',
|
74 | 74 | type: 'executor',
|
75 | 75 | url: '/schedule-transfers-executor',
|
76 |
| - moduleAddress: SCHEDULED_TRANSFERS_EXECUTER_ADDRESS, |
| 76 | + moduleAddress: SCHEDULED_TRANSFERS_EXECUTOR_ADDRESS, |
77 | 77 | description: `The Scheduled Transfers module allows users to schedule token transfers to occur at a future time, with an optional recurring schedule. It is an executor that is installed on an account and can be triggered by an automation service at the pre-specified time(s).`,
|
78 | 78 | moduleData: ''
|
79 | 79 | }
|
|
0 commit comments