{"version":3,"file":"constants.cjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACF,QAAA,YAAY,GAAG;IAC1B,eAAe,EAAE,uBAAuB;IACxC,0BAA0B,EAAE,gCAAgC;CACpD,CAAC;AAEE,QAAA,2BAA2B,GAAG,UAAU,CAAC","sourcesContent":["// Method names\nexport const METHOD_NAMES = {\n  UPGRADE_ACCOUNT: 'wallet_upgradeAccount',\n  GET_ACCOUNT_UPGRADE_STATUS: 'wallet_getAccountUpgradeStatus',\n} as const;\n\nexport const DELEGATION_INDICATOR_PREFIX = '0xef0100';\n"]}