import { helper } from '@ember/component/helper'; export function placeholderAddress() { return '0x123400000000000000000000000000000000abcd'; } export default helper(placeholderAddress);