From 44d917d7584c1c28a99efa8182f79f64be289a79 Mon Sep 17 00:00:00 2001 From: Robert Leonard Date: Wed, 3 Jul 2024 07:46:40 -0400 Subject: [PATCH] add line in meta transactions --- smart-contract/threat-model.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/smart-contract/threat-model.md b/smart-contract/threat-model.md index 1fda8888..6ac14ba0 100644 --- a/smart-contract/threat-model.md +++ b/smart-contract/threat-model.md @@ -39,6 +39,8 @@ - `GatewayNetwork::withdrawNetworkFees()`: Allows the primary authority of the network to withdraw the network fees paid on the network +- `FlexibleNonceForwarder()::execute()`: Allows for meta-transactions to be executed on gateway token operations + # Key Invariants - A gateway token should only be valid on the gateway network it was issued on