From e36293a5cc5e4582404fce718ff42e7a5ec822b7 Mon Sep 17 00:00:00 2001 From: Josselin Feist Date: Mon, 27 Jan 2025 10:43:57 +0100 Subject: [PATCH] Add missing ton links --- SUMMARY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SUMMARY.md b/SUMMARY.md index 377cd015..13391b1a 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -67,6 +67,10 @@ - [Unsigned Transaction Validation](./not-so-smart-contracts/substrate/validate_unsigned/README.md) - [Bad Randomness](./not-so-smart-contracts/substrate/randomness/README.md) - [Bad Origin](./not-so-smart-contracts/substrate/origins/README.md) + - [Ton](./not-so-smart-contracts/ton/README.md) + - [Fake Jetton Contract](./not-so-smart-contracts/ton/fake_jetton_contract/README.md) + - [Foward TON without gas check](./not-so-smart-contracts/ton/forward_ton_without_gas_check/README.md) + - [Int as boolean](./not-so-smart-contracts/ton/int_as_boolean/README.md) - [Program Analysis](./program-analysis/README.md) - [Echidna](./program-analysis/echidna/README.md)