docs: declare chain variable and import abstractTestnet#392
docs: declare chain variable and import abstractTestnet#392jeffbrownn wants to merge 1 commit intoAbstract-Foundation:mainfrom
Conversation
PR SummaryLow Risk Overview Cleans up the Documentation section formatting (ensures the final link line is properly rendered/terminated). Written by Cursor Bugbot for commit 91b0141. This will update automatically on new commits. Configure here. |
|
Added import
abstractTestnetfromviem/chains:since:
viem/chains(verified)AbstractWalletProvider,deployContract,createSessionClientetc)In the
Quick Startexample, thechainvariable is used inside thecreateAbstractClientcall:However, the chain variable is not declared anywhere, so after importing it, I added it as follows:
PR-Codex overview
This PR focuses on integrating the
abstractTestnetfrom theviem/chainspackage into the existing code, enhancing the functionality of the client by allowing it to utilize this specific testnet.Detailed summary
abstractTestnetfromviem/chains.const chain = abstractTestnet;to utilize the testnet.