Skip to content

Commit f293b01

Browse files
committed
refactor(experimental): add simulateTransaction RPC call
1 parent b9efb9c commit f293b01

File tree

4 files changed

+881
-1
lines changed

4 files changed

+881
-1
lines changed

packages/rpc-core/src/response-patcher-allowed-numeric-values.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ export function getAllowedNumericKeypaths(): AllowedNumericKeypaths {
149149
['current', KEYPATH_WILDCARD, 'commission'],
150150
['delinquent', KEYPATH_WILDCARD, 'commission'],
151151
],
152+
sendTransaction: jsonParsedAccountsConfigs.map(c => (['value', 'accounts', KEYPATH_WILDCARD, ...c])),
152153
};
153154
}
154155
return memoizedKeypaths;

0 commit comments

Comments
 (0)