Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/paraswap_plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading