Skip to content

Commit

Permalink
simplify code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
strykerin committed Jan 10, 2025
1 parent daea6c0 commit ccff73c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/config/DocsHubList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,7 @@ export const TechDocItems: ITechDocItem[] = [
target: '_self',
description:
'Explore Push Chain and learn how to integrate it for building universal Apps.',
codeblock: `// Import private key
const privateKey = generatePrivateKey();
const account = privateKeyToAccount(privateKey);
// Create Universal Signer
codeblock: `// Create Universal Signer
const universalSigner = {
chain: CONSTANTS.CHAIN.ETHEREUM,
chainId: CONSTANTS.CHAIN_ID.ETHEREUM.SEPOLIA,
Expand Down

0 comments on commit ccff73c

Please sign in to comment.