update abi of BENftMarket
This commit is contained in:
parent
81d2a11c2f
commit
aed15263f8
File diff suppressed because one or more lines are too long
@ -37,7 +37,7 @@ module.exports = async function main(callback) {
|
|||||||
config.market.paymentTokens.push(goldInstance.address);
|
config.market.paymentTokens.push(goldInstance.address);
|
||||||
|
|
||||||
const marketInstance = await BENftMarket.at(
|
const marketInstance = await BENftMarket.at(
|
||||||
cfgs.find((c) => c.name === "BENFTMarket").address
|
cfgs.find((c) => c.name === "BENftMarket").address
|
||||||
);
|
);
|
||||||
const ROUND = 1000000;
|
const ROUND = 1000000;
|
||||||
const DECIMALS = 1000000000000000000;
|
const DECIMALS = 1000000000000000000;
|
||||||
@ -46,7 +46,7 @@ module.exports = async function main(callback) {
|
|||||||
console.log(
|
console.log(
|
||||||
`market receive fee address set to : ${config.market.feeToAddress}`
|
`market receive fee address set to : ${config.market.feeToAddress}`
|
||||||
);
|
);
|
||||||
await marketInstance.setFeeToAddress(config.market.feeToAddress);
|
await marketInstance.setTaxToAddress(config.market.feeToAddress);
|
||||||
console.log(
|
console.log(
|
||||||
`market receive tax address set to : ${config.market.feeToAddress}`
|
`market receive tax address set to : ${config.market.feeToAddress}`
|
||||||
);
|
);
|
||||||
|
@ -11,9 +11,9 @@ module.exports = async function (deployer, network, accounts) {
|
|||||||
console.log("MarketPlace successfully deployed.");
|
console.log("MarketPlace successfully deployed.");
|
||||||
}
|
}
|
||||||
base.updateArray({
|
base.updateArray({
|
||||||
name: "BENFTMarket",
|
name: "BENftMarket",
|
||||||
type: "logic",
|
type: "logic",
|
||||||
json: "assets/contracts/BENFTMarket.json",
|
json: "assets/contracts/BENftMarket.json",
|
||||||
address: marketInstance.address,
|
address: marketInstance.address,
|
||||||
network,
|
network,
|
||||||
});
|
});
|
||||||
|
@ -60,9 +60,9 @@
|
|||||||
"address": "0x41a7f94f0B3b615F84c7084F45556FEf1bd18A18"
|
"address": "0x41a7f94f0B3b615F84c7084F45556FEf1bd18A18"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "BENFTMarket",
|
"name": "BENftMarket",
|
||||||
"type": "logic",
|
"type": "logic",
|
||||||
"json": "assets/contracts/BENFTMarket.json",
|
"json": "assets/contracts/BENftMarket.json",
|
||||||
"address": "0x1d33b4E045ce595B6346C3D0e334814dd4Af5418"
|
"address": "0x1d33b4E045ce595B6346C3D0e334814dd4Af5418"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user