From 3ef5d36f7dcee55006c6c7e0e424c9951756dca6 Mon Sep 17 00:00:00 2001 From: landerosua <76595960+landerosua@users.noreply.github.com> Date: Fri, 15 Jul 2022 12:54:26 +0300 Subject: [PATCH 1/2] Update landerosua.md --- submissions/landerosua.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/submissions/landerosua.md b/submissions/landerosua.md index 99de696b..3c69c79a 100644 --- a/submissions/landerosua.md +++ b/submissions/landerosua.md @@ -74,3 +74,29 @@ - My video guide is in Videos-Russian at number 1 +## Router Track Mission 5 +# Router Connext Quests + +# Quest 5 - Alert for low gas (participated in team quest) +https://github.com/fmanea/ConnextRouterTrack/pull/422/commits/70702ab44fba823abe8242882036632bdb09245e + +# Briefly describe your project: +- This agent detects low gas usage for the specified contracts in specified chains. + +# Detailed project proposal: +Agent usage: +- CONNEXT_LOW_GAS + - Fired when a transaction's gas in less than threshold + - Severity depends on the gas: + - `Critical` if the gas is below critical gas threshold + - `High` if the gas is below high gas threshold + - `Medium` if the gas is below gas threshold + - Type is always set to "Suspicious" + - Metadata contains: + - `timestamp`: timestamp of the block that contains suspicious transaction + - `gas`: the amount of used gas + - `contract_address`: contact address related to the transaction + - `sender`: sender of the transaction + - All chains are supported + + From e1c8683310277c6a29d45ec61c57055b9c0ce7ba Mon Sep 17 00:00:00 2001 From: landerosua <76595960+landerosua@users.noreply.github.com> Date: Fri, 15 Jul 2022 12:55:28 +0300 Subject: [PATCH 2/2] Update landerosua.md --- submissions/landerosua.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/submissions/landerosua.md b/submissions/landerosua.md index 3c69c79a..c0435a97 100644 --- a/submissions/landerosua.md +++ b/submissions/landerosua.md @@ -75,15 +75,15 @@ - My video guide is in Videos-Russian at number 1 ## Router Track Mission 5 -# Router Connext Quests +### Router Connext Quests -# Quest 5 - Alert for low gas (participated in team quest) +### Quest 5 - Alert for low gas (participated in team quest) https://github.com/fmanea/ConnextRouterTrack/pull/422/commits/70702ab44fba823abe8242882036632bdb09245e -# Briefly describe your project: +### Briefly describe your project: - This agent detects low gas usage for the specified contracts in specified chains. -# Detailed project proposal: +### Detailed project proposal: Agent usage: - CONNEXT_LOW_GAS - Fired when a transaction's gas in less than threshold