'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, };