Skip to content

Commit

Permalink
add: name
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinmittal23 committed Dec 2, 2022
1 parent 5bad118 commit d702f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethers/web3_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type ETHER_PROVIDER = providers.JsonRpcProvider;
type ETHER_SIGNER = providers.JsonRpcSigner;

export class EtherWeb3Client extends BaseWeb3Client {

name = 'ETHER';
provider: ETHER_PROVIDER;
signer: ETHER_SIGNER;

Expand Down

0 comments on commit d702f08

Please sign in to comment.