Skip to content

Commit 496c419

Browse files
committed
chores:fix names
1 parent a20c672 commit 496c419

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

advanced/wallets/react-wallet-v2/src/data/ERC7579ModuleData.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const {
55
MULTI_FACTOR_VALIDATOR_ADDRESS,
66
OWNABLE_VALIDATOR_ADDRESS,
77
WEBAUTHN_VALIDATOR_ADDRESS,
8-
SCHEDULED_ORDERS_EXECUTER_ADDRESS,
9-
SCHEDULED_TRANSFERS_EXECUTER_ADDRESS
8+
SCHEDULED_ORDERS_EXECUTOR_ADDRESS,
9+
SCHEDULED_TRANSFERS_EXECUTOR_ADDRESS
1010
} = require('@rhinestone/module-sdk') as typeof import('@rhinestone/module-sdk')
1111

1212
export type ModuleView =
@@ -65,15 +65,15 @@ export const supportedModules: Module[] = [
6565
name: 'Schedule Orders Executor',
6666
type: 'executor',
6767
url: 'schedule-orders-executor',
68-
moduleAddress: SCHEDULED_ORDERS_EXECUTER_ADDRESS,
68+
moduleAddress: SCHEDULED_ORDERS_EXECUTOR_ADDRESS,
6969
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).`,
7070
moduleData: ''
7171
},
7272
{
7373
name: 'Schedule Transfers Executor',
7474
type: 'executor',
7575
url: '/schedule-transfers-executor',
76-
moduleAddress: SCHEDULED_TRANSFERS_EXECUTER_ADDRESS,
76+
moduleAddress: SCHEDULED_TRANSFERS_EXECUTOR_ADDRESS,
7777
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).`,
7878
moduleData: ''
7979
}

0 commit comments

Comments
 (0)