add mutations to exchange painel

This commit is contained in:
João Geonizeli
2021-08-15 23:30:53 -03:00
parent 0ccd01abfd
commit 19a08cd50e
29 changed files with 702 additions and 198 deletions

View File

@@ -42,7 +42,7 @@ export const Pool = ({ pool }: PoolProps) => {
rewardTokenPrice: earningPrice,
stakingTokenPrice: stakingPrice,
tokenPerBlock: parseFloat(pool.tokenPerBlock) / 1e-18,
totalStaked: totalStaked,
totalStaked,
});
if (aprValue) {

View File

@@ -1,7 +1,7 @@
import React from "react";
import { pools } from "../constants/Pools";
import { Pool } from "./Poo";
import { Pool } from "./Pool";
export const PoolListing = () => {
return (