Skip to content

Commit

Permalink
Merge pull request #1853 from ergoplatform/info37
Browse files Browse the repository at this point in the history
Add eip-37 flag to /info
  • Loading branch information
kushti authored Sep 29, 2022
2 parents 241c691 + 35a5037 commit 980eb06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/mainnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ ergo {
maxTransactionCost = 4900000
}

voting {
6 = 2400
}

}

scorex {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ object ErgoStatsCollector {
"lastSeenMessageTime" -> ni.lastIncomingMessageTime.asJson,
"genesisBlockId" -> ni.genesisBlockIdOpt.asJson,
"parameters" -> ni.parameters.asJson,
"eip27Supported" -> ni.eip27Supported.asJson
"eip27Supported" -> ni.eip27Supported.asJson,
"eip37Supported" -> true.asJson
) ++ optionalFields).asJson
}
}
Expand Down

0 comments on commit 980eb06

Please sign in to comment.