移除一些无效的引用
This commit is contained in:
parent
e9a4dbae6f
commit
ce41cca801
File diff suppressed because one or more lines are too long
@ -23927,7 +23927,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.768Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.166Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
@ -18085,7 +18085,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.807Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.197Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
@ -23927,7 +23927,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.751Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.154Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
@ -23933,7 +23933,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.735Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.141Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
@ -9596,7 +9596,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.827Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.216Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2328,7 +2328,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.832Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.219Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
@ -8958,7 +8958,7 @@
|
||||
}
|
||||
},
|
||||
"schemaVersion": "3.4.4",
|
||||
"updatedAt": "2022-01-13T08:43:45.782Z",
|
||||
"updatedAt": "2022-01-13T11:14:28.175Z",
|
||||
"networkType": "ethereum",
|
||||
"devdoc": {
|
||||
"kind": "dev",
|
||||
|
@ -1,6 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.0;
|
||||
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
|
||||
import "./BEBase.sol";
|
||||
|
||||
contract BEChip is BEBase{
|
||||
|
@ -1,6 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.0;
|
||||
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
|
||||
import "./BEBase.sol";
|
||||
|
||||
contract BEEquipment is BEBase{
|
||||
|
@ -1,6 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
pragma solidity ^0.8.0;
|
||||
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
|
||||
import "./BEBase.sol";
|
||||
|
||||
contract BEHero is BEBase{
|
||||
|
@ -117,7 +117,7 @@ module.exports = async function (deployer, network, accounts) {
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
}
|
||||
if (network == "local" || network == "development") {
|
||||
if (network == "lan22" || network == "development") {
|
||||
let jsons = []
|
||||
jsons.push({name: 'coin', json: 'assets/contracts/BECoin.json', address: coinInstance.address})
|
||||
jsons.push({name: 'hero', json: 'assets/contracts/BEHero.json', address: heroInstance.address})
|
||||
|
Loading…
x
Reference in New Issue
Block a user