Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kris10cabrera committed Apr 30, 2024
1 parent bbe1390 commit 2c877d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ yarn add @syndicateio/syndicate-node
```js
import { SyndicateClient } from "@syndicateio/syndicate-node";

const syndicate = new SyndicateClient({ token: 'YOUR_ACCESS_TOKEN' })
const syndicate = new SyndicateClient({ token: "YOUR_ACCESS_TOKEN" })

const tx = await syndicate.transact.sendTransaction({
projectId: 'YOUR_ACCESS_TOKEN',
projectId: "YOUR_PROJECT_ID",
contractAddress: "0x52962dd492dDDef76d4eFb2bB7E505aeAE4554A1",
chainId: 84532,
functionSignature: "mint(address account)",
Expand Down

0 comments on commit 2c877d6

Please sign in to comment.