Add support for Pirl

This commit is contained in:
Michael Ira Krufky
2018-07-27 20:30:43 -04:00
parent 74c085ca2d
commit 2c8f11f1f0
9 changed files with 15 additions and 0 deletions

View File

@@ -699,6 +699,8 @@ const tokenDefinition_t const TOKENS_ETHEREUM[NUM_TOKENS_ETHEREUM] = {
const tokenDefinition_t const TOKENS_ETHEREUM_CLASSIC[NUM_TOKENS_ETHEREUM_CLASSIC] = {};
const tokenDefinition_t const TOKENS_PIRL[NUM_TOKENS_PIRL] = {};
const tokenDefinition_t const TOKENS_POA[NUM_TOKENS_POA] = {};
const tokenDefinition_t const TOKENS_RSK[NUM_TOKENS_RSK] = {};