diff --git a/solidity/scripts/deployContracts.js b/solidity/scripts/deployContracts.js index 5e9d96543..db1addcd8 100644 --- a/solidity/scripts/deployContracts.js +++ b/solidity/scripts/deployContracts.js @@ -268,7 +268,7 @@ module.exports.deployContracts = async function (deployment, hitPointOption) { const initialBaseImageURL = (() => { if (deployment.hre.network.name == "mainnet") { - return 'https://relics.thecrypt.game/'; + return 'https://thecryptassets.duckdns.org/'; } else if (process.env.RELIC_ASSETS_URL) { return process.env.RELIC_ASSETS_URL; } else { @@ -280,7 +280,7 @@ module.exports.deployContracts = async function (deployment, hitPointOption) { // chapter 2 console.log(`deploying dungeon2 with ${hitPointOption} hit points: ${dungeon2HitPointOptions[hitPointOption]})`); - const dungeon2RaidingFee = "10000000000000000"; // 0.01E + const dungeon2RaidingFee = "0"; // was 0.01E on launch - set to free now const dungeon2BlocksBetweenFreeRaids = 6545; // ~24hrs const dungeon2Args = [ 16,