Skip to content

Commit

Permalink
Add Bitgert
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Jan 28, 2023
1 parent 573e1e5 commit 8d7f36e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions arduino/src/Kenshi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ String blockchainToString(Blockchain blockchain) {
return "aurora-testnet";
case AuroraMainnet:
return "aurora-mainnet";
case BitgertTestnet:
return "bitgert-testnet";
case BitgertMainnet:
return "bitgert-mainnet";
default:
return "";
}
Expand Down
4 changes: 3 additions & 1 deletion arduino/src/Kenshi.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ enum Blockchain {
PolygonMumbai,
PolygonMainnet,
AuroraTestnet,
AuroraMainnet
AuroraMainnet,
BitgertTestnet,
BitgertMainnet
};

class MQL {
Expand Down

0 comments on commit 8d7f36e

Please sign in to comment.