2 lines
85 B
TypeScript
2 lines
85 B
TypeScript
|
export const relayerAddressType = { type: 'string', pattern: '^0x[a-fA-F0-9]{40}$' }
|