mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
parent
aec34dc712
commit
fc1f396c96
3183
package-lock.json
generated
3183
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@
|
||||
"@coingecko/cryptoformat": "^0.4.4",
|
||||
"@loadable/component": "^5.15.2",
|
||||
"@oceanprotocol/art": "^3.2.0",
|
||||
"@oceanprotocol/lib": "^1.0.0-next.11",
|
||||
"@oceanprotocol/lib": "^1.0.0-next.14",
|
||||
"@oceanprotocol/typographies": "^0.1.0",
|
||||
"@portis/web3": "^4.0.6",
|
||||
"@tippyjs/react": "^4.2.6",
|
||||
|
@ -106,7 +106,6 @@ export default function Add({
|
||||
const result = await poolInstance.joinswapExternAmountIn(
|
||||
accountId,
|
||||
poolAddress,
|
||||
tokenInAddress,
|
||||
amount,
|
||||
minPoolAmountOut
|
||||
)
|
||||
|
@ -64,7 +64,6 @@ export default function Remove({
|
||||
const result = await poolInstance.exitswapPoolAmountIn(
|
||||
accountId,
|
||||
poolAddress,
|
||||
tokenOutAddress,
|
||||
amountPoolShares,
|
||||
minOceanAmount
|
||||
)
|
||||
|
@ -239,8 +239,8 @@ export async function createTokensAndPricing(
|
||||
vestingAmount: '0',
|
||||
vestedBlocks: 2726000,
|
||||
initialBaseTokenLiquidity: values.pricing.amountOcean.toString(),
|
||||
swapFeeLiquidityProvider: 1e15,
|
||||
swapFeeMarketRunner: 1e15
|
||||
swapFeeLiquidityProvider: '0.1',
|
||||
swapFeeMarketRunner: '0'
|
||||
}
|
||||
|
||||
LoggerInstance.log(
|
||||
@ -260,7 +260,7 @@ export async function createTokensAndPricing(
|
||||
)
|
||||
LoggerInstance.log('[publish] pool.approve tx', txApprove)
|
||||
|
||||
const result = await nftFactory.createNftErcWithPool(
|
||||
const result = await nftFactory.createNftErc20WithPool(
|
||||
accountId,
|
||||
nftCreateData,
|
||||
ercParams,
|
||||
@ -283,7 +283,7 @@ export async function createTokensAndPricing(
|
||||
baseTokenDecimals: 18,
|
||||
datatokenDecimals: 18,
|
||||
fixedRate: values.pricing.price.toString(),
|
||||
marketFee: 1e15,
|
||||
marketFee: '0',
|
||||
withMint: true
|
||||
}
|
||||
|
||||
@ -292,7 +292,7 @@ export async function createTokensAndPricing(
|
||||
freParams
|
||||
)
|
||||
|
||||
const result = await nftFactory.createNftErcWithFixedRate(
|
||||
const result = await nftFactory.createNftErc20WithFixedRate(
|
||||
accountId,
|
||||
nftCreateData,
|
||||
ercParams,
|
||||
@ -324,7 +324,7 @@ export async function createTokensAndPricing(
|
||||
dispenserParams
|
||||
)
|
||||
|
||||
const result = await nftFactory.createNftErcWithDispenser(
|
||||
const result = await nftFactory.createNftErc20WithDispenser(
|
||||
accountId,
|
||||
nftCreateData,
|
||||
ercParams,
|
||||
|
Loading…
Reference in New Issue
Block a user