add mutations to exchange painel
This commit is contained in:
@@ -42,7 +42,7 @@ export const Pool = ({ pool }: PoolProps) => {
|
||||
rewardTokenPrice: earningPrice,
|
||||
stakingTokenPrice: stakingPrice,
|
||||
tokenPerBlock: parseFloat(pool.tokenPerBlock) / 1e-18,
|
||||
totalStaked: totalStaked,
|
||||
totalStaked,
|
||||
});
|
||||
|
||||
if (aprValue) {
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user