{"version":3,"file":"constants.mjs","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAe;AACf,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,eAAe,EAAE,uBAAuB;IACxC,0BAA0B,EAAE,gCAAgC;CACpD,CAAC;AAEX,MAAM,CAAC,MAAM,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"]}