Skip to content

Commit dbfaf24

Browse files
konstantinablquiet-node
authored andcommitted
refactor: create TransactionService class (#3646)
Signed-off-by: Konstantina Blazhukova <[email protected]>
1 parent bd93348 commit dbfaf24

30 files changed

+1365
-907
lines changed

packages/relay/src/lib/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ export default {
220220
EVENTS: {
221221
EXECUTE_TRANSACTION: 'execute_transaction',
222222
EXECUTE_QUERY: 'execute_query',
223+
ETH_EXECUTION: 'eth_execution',
223224
},
224225

225226
EXECUTION_MODE: {
@@ -230,4 +231,5 @@ export default {
230231

231232
MAX_TRANSACTION_FEE_THRESHOLD: ConfigService.get('MAX_TRANSACTION_FEE_THRESHOLD'),
232233
INVALID_EVM_INSTRUCTION: '0xfe',
234+
EMPTY_BLOOM: '0x' + '0'.repeat(512),
233235
};

0 commit comments

Comments
 (0)