Skip to content

Commit

Permalink
Merge pull request #1 from KenshiTech/aurora
Browse files Browse the repository at this point in the history
Add Aurora
  • Loading branch information
pouya-eghbali committed Jan 15, 2023
2 parents 4e7c650 + 1604540 commit 162bfa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SDK/Arduino/src/Kenshi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ String blockchainToString(Blockchain blockchain) {
return "polygon-mumbai";
case PolygonMainnet:
return "polygon-mainnet";
case AuroraTestnet:
return "aurora-testnet";
case AuroraMainnet:
return "aurora-mainnet";
default:
return "";
}
Expand Down
4 changes: 3 additions & 1 deletion SDK/Arduino/src/Kenshi.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ enum Blockchain {
AvalancheTestnet,
AvalancheMainnet,
PolygonMumbai,
PolygonMainnet
PolygonMainnet,
AuroraTestnet,
AuroraMainnet
};

class MQL {
Expand Down

0 comments on commit 162bfa4

Please sign in to comment.