difftreelog
test fix missing eth RPCs warnings
in: master
1 file changed
tests/src/substrate/substrate-api.tsdiffbeforeafterboth41 },41 },42 rpc: {42 rpc: {43 unique: defs.unique.rpc,43 unique: defs.unique.rpc,44 eth: {45 feeHistory: {46 description: 'Dummy',47 params: [],48 type: 'u8',49 },50 maxPriorityFeePerGas: {51 description: 'Dummy',52 params: [],53 type: 'u8',54 },55 },44 },56 },45 };57 };46}58}