Add Polygon as a variant (#207)

This commit is contained in:
Jean P
2021-10-28 18:17:05 +02:00
committed by GitHub
parent 3eeec97efa
commit 3a47291fb1
7 changed files with 18 additions and 3 deletions

View File

@@ -56,7 +56,8 @@ typedef enum chain_kind_e {
CHAIN_KIND_THUNDERCORE,
CHAIN_KIND_FLARE,
CHAIN_KIND_BSC,
CHAIN_KIND_SONGBIRD
CHAIN_KIND_SONGBIRD,
CHAIN_KIND_POLYGON
} chain_kind_t;
typedef struct chain_config_s {