Files
2025-11-18 15:15:03 +01:00

9 lines
212 B
JavaScript

'use strict';
// Re-export from shared constants
const sharedConstants = require('../e2e/constants');
module.exports = {
CUSTOM_TRANSFER_TOKEN_ACCESS_KEY: sharedConstants.CUSTOM_TRANSFER_TOKEN_ACCESS_KEY,
};