Skip to content

Commit

Permalink
feat: dual specification with 0.6 implementation, not yet integrated
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Nov 24, 2023
1 parent 70279c6 commit ac8c763
Show file tree
Hide file tree
Showing 18 changed files with 1,960 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/channel/rpc.ts → src/channel/rpc_0_5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ export class RpcChannel {

readonly waitMode: Boolean; // behave like web2 rpc and return when tx is processed

readonly rpcSpec = '0_5';

constructor(optionsOrProvider?: RpcProviderOptions) {
const { nodeUrl, retries, headers, blockIdentifier, chainId, waitMode } =
optionsOrProvider || {};
Expand Down
Loading

0 comments on commit ac8c763

Please sign in to comment.