add stake orders list

This commit is contained in:
João Geonizeli
2021-08-16 00:58:43 -03:00
parent b065f5dca7
commit 0965333679
27 changed files with 917 additions and 125 deletions

View File

@@ -1,5 +1,7 @@
import { Exchange } from "./Exchange";
import { Stake } from "./Stake";
export const Orders = {
Exchange,
Stake,
};