Skip to content

Commit

Permalink
fix style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Hung Chu committed Nov 15, 2024
1 parent 33d3f94 commit cfa83a7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ also have. Let's add the string versions of both of those as constants at the
top of the file:

```typescript
const PING_PROGRAM_ADDRESS = "ChT1B39WKLS8qUrkLvFDXMhEJ4F1XZzwUNHUt4AU9aVa";
const PING_PROGRAM_DATA_ADDRESS = "Ah9K7dQ8EHaZqcAsgBW8w37yN2eAy3koFmUn4x3CJtod";
const PING_PROGRAM_ADDRESS
= "ChT1B39WKLS8qUrkLvFDXMhEJ4F1XZzwUNHUt4AU9aVa";
const PING_PROGRAM_DATA_ADDRESS
= "Ah9K7dQ8EHaZqcAsgBW8w37yN2eAy3koFmUn4x3CJtod";
```

Now let's create a new transaction, then initialize a `PublicKey` for the
Expand Down

0 comments on commit cfa83a7

Please sign in to comment.