Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gobicycle committed Oct 6, 2024
1 parent ea33bbf commit c9170f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For more information on Jettons compatibility, see [Jettons compatibility](/jett
| `WEBHOOK_ENDPOINT` | endpoint to send webhooks, example: `http://hostname:3333/webhook`. If the value is not set, then webhooks are not sent. |
| `WEBHOOK_TOKEN` | Bearer token for webhook request. If not set then not used. |
| `ALLOWABLE_LAG` | allowable time lag between service time and last block time in seconds, default: 15 |
| `FORWARD_TON_AMOUNT` | forward ton amount for jetton withdrawals, default: 20000000 nanoton |
| `FORWARD_TON_AMOUNT` | forward ton amount for jetton withdrawals, default: 1 nanoton |
| `PROOF_CHECK_ENABLED` | enable verification of all proofs to securely connect to an untrusted node, default: `false`. Also you need to define `NETWORK_CONFIG_URL`. |
| `NETWORK_CONFIG_URL` | the path to load the network configuration to get the trusted key block from it. This is necessary for proof verification, example: `https://ton.org/global.config.json` |

Expand Down
9 changes: 8 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@
15. Binary comment support

# v0.6.0 release notes
1. Displaying the application version at startup
1. Displaying the application version at startup

# v0.7.0 release notes
1. Emulator fix
2. Total proof check available

# v0.8.0 release notes
1. Allow to set `FORWARD_TON_AMOUNT = 0` env variable to disable transfer notification message for external jetton transfer

0 comments on commit c9170f8

Please sign in to comment.