Move network features out of ethUtils

This commit is contained in:
Francois Beutin
2024-01-15 18:48:48 +01:00
parent 82d776f771
commit 04d0fde47a
8 changed files with 39 additions and 37 deletions

View File

@@ -6,6 +6,7 @@
#include "utils.h"
#include "common_ui.h"
#include "os_io_seproxyhal.h"
#include "network.h"
#define TYPE_SIZE 1
#define VERSION_SIZE 1

View File

@@ -6,6 +6,7 @@
#include "utils.h"
#include "common_ui.h"
#include "os_io_seproxyhal.h"
#include "network.h"
// Supported internal plugins
#define ERC721_STR "ERC721"