From ce20c6aaeab582d3054bc1a483f082a412ea402c Mon Sep 17 00:00:00 2001 From: vforgeoux-ledger Date: Mon, 16 Jun 2025 19:38:16 +0200 Subject: [PATCH 1/2] change plugin name --- src/paraswap_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paraswap_plugin.h b/src/paraswap_plugin.h index 5b2185a..2402577 100644 --- a/src/paraswap_plugin.h +++ b/src/paraswap_plugin.h @@ -11,7 +11,7 @@ #define NUM_PARASWAP_SELECTORS 20 #define SELECTOR_SIZE 4 -#define PLUGIN_NAME "Paraswap" +#define PLUGIN_NAME "Velora" #define TOKEN_SENT_FOUND 1 #define TOKEN_RECEIVED_FOUND 1 << 1 From 16e9fbefb2462d8ccfa9e4d238b3b5f670fd386e Mon Sep 17 00:00:00 2001 From: vforgeoux-ledger Date: Mon, 16 Jun 2025 19:39:01 +0200 Subject: [PATCH 2/2] bump plugin version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd476cc..46892b4 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,6 @@ APPNAME = "Velora" # Application version APPVERSION_M = 2 APPVERSION_N = 4 -APPVERSION_P = 0 +APPVERSION_P = 1 include ethereum-plugin-sdk/standard_plugin.mk