Skip to content

Commit

Permalink
fix: remove chain config key
Browse files Browse the repository at this point in the history
  • Loading branch information
kulkarohan committed Aug 9, 2023
1 parent 90d5e1a commit 59b3e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DeploymentConfig.sol
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ abstract contract DeploymentConfig is StdChains, StdCheatsSafe, StdUtils, Script
chainConfig.mintFeeAmount = json.readUint(getKeyPrefix(MINT_FEE_AMOUNT));
chainConfig.mintFeeRecipient = json.readAddress(getKeyPrefix(MINT_FEE_RECIPIENT));
chainConfig.subscriptionMarketFilterAddress = json.readAddress(getKeyPrefix(SUBSCRIPTION_MARKET_FILTER_ADDRESS));
chainConfig.subscriptionMarketFilterOwner = json.readAddress(getKeyPrefix(SUBSCRIPTION_MARKET_FILTER_OWNER));
chainConfig.zoraERC721TransferHelper = json.readAddress(getKeyPrefix(ZORA_ERC721_TRANSFER_HELPER));
chainConfig.protocolRewards = json.readAddress(getKeyPrefix(PROTOCOL_REWARDS));
}
Expand Down

0 comments on commit 59b3e58

Please sign in to comment.