Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Aug 1, 2023
1 parent 8abc3c7 commit a3b3009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/ethereum/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export * from './deploy_l1_contracts.js';

/**
* Helper function to create an instance of Aztec Chain from an rpc url and api key.
* @param rpcUrl - The rpc url of the chain or a chain identifer (e.g. 'testnet')
* @param apiKey - An optional apikey for the chain client.
* @param rpcUrl - The rpc url of the chain or a chain identifier (e.g. 'testnet')
* @param apiKey - An optional API key for the chain client.
*/
export function createEthereumChain(rpcUrl: string, apiKey?: string) {
if (rpcUrl === 'testnet') {
Expand Down

0 comments on commit a3b3009

Please sign in to comment.