Skip to content

Commit

Permalink
docs: prettify code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
charmful0x committed Aug 21, 2023
1 parent eacb3eb commit 4ecc384
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 @@ -22,8 +22,7 @@ npm install && npm run build && npm run start
```js
async function testContract() {
try {

const TESTNET_ENDPOINT = `https://mem-testnet-bfdc8ff3530f.herokuapp.com/`;
const TESTNET_ENDPOINT = `https://mem-testnet-bfdc8ff3530f.herokuapp.com/`;
const sc = `
/**
*
Expand Down Expand Up @@ -52,6 +51,7 @@ export async function handle(state, action) {
console.log(error);
}
}

```

## License
Expand Down

0 comments on commit 4ecc384

Please sign in to comment.