{"version":3,"file":"constants.cjs","names":[],"sources":["../../src/signing/constants.ts"],"sourcesContent":["export const CLOB_DOMAIN_NAME = \"ClobAuthDomain\";\nexport const CLOB_VERSION = \"1\";\nexport const MSG_TO_SIGN = \"This message attests that I control the given wallet\";\n\nexport const CLOB_DOMAIN = {\n\tname: CLOB_DOMAIN_NAME,\n\tversion: CLOB_VERSION,\n\tchainId: 1,\n};\n\nexport const CLOB_TYPES = {\n\tClobAuth: [\n\t\t{ name: \"address\", type: \"address\" },\n\t\t{ name: \"timestamp\", type: \"string\" },\n\t\t{ name: \"message\", type: \"string\" },\n\t],\n};\n"],"mappings":";;AAEA,MAAa,cAAc"}