Crowd Pooling test

This commit is contained in:
mingda
2020-12-13 17:47:47 +08:00
parent dc12b1d42d
commit b398f5b87d
10 changed files with 411 additions and 46 deletions

View File

@@ -21,7 +21,6 @@ BigNumber.config({
export interface CPContextInitConfig {
totalBase: string;
poolBaseReserve: string;
poolQuoteCap: string;
ownerQuoteRatio: string;
k: string;
@@ -105,7 +104,6 @@ export class CPContext {
],
[
config.poolQuoteCap,
config.poolBaseReserve,
config.ownerQuoteRatio,
config.k,
config.i