Skip to content

Commit

Permalink
feat: Here are the Lit contracts for different networks, you can use …
Browse files Browse the repository at this point in the history
…whatever blockchain clients you want to interact with them. eg. ethers.js, web3.js, viem, etc. We don't care.
  • Loading branch information
Ansonhkg committed May 2, 2024
1 parent 3d965dc commit 3fb829e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/contracts-sdk/src/lib/contracts-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,7 @@ export class LitContracts {
};

/**
* Here are the Lit contracts for different networks, you can use whatever blockchain clients you want to interact with them.
* eg. ethers.js, web3.js, viem, etc. We don't care.
* Here are the Lit contracts for different networks; you can use whichever blockchain clients you want to interact with them, e.g., ethers.js, web3.js, viem, etc. We don't care.
*
* @returns {Promise<{
* manzano: LitContractContext,
Expand Down

0 comments on commit 3fb829e

Please sign in to comment.