From 9e314d2b3df28337814f44d5b8711c50cd3336a4 Mon Sep 17 00:00:00 2001 From: six <51x@keemail.me> Date: Wed, 9 Jun 2021 13:17:30 +0200 Subject: [PATCH] MainNet code --- smart_contract/hodlbag_nft.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smart_contract/hodlbag_nft.sol b/smart_contract/hodlbag_nft.sol index 5115ce4..228a796 100644 --- a/smart_contract/hodlbag_nft.sol +++ b/smart_contract/hodlbag_nft.sol @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: UNLICENSED +// SPDX-License-Identifier: GPL-3.0-or-later pragma solidity ^0.8.4; @@ -98,8 +98,8 @@ contract HodlBag is ERC721, ERC721Metadata, SupportsInterface { } constructor() { - nftName = "HodlBag"; - nftSymbol = "HDL"; + nftName = "HODLbag NFT"; + nftSymbol = "HDLN"; admin = msg.sender; initPrices();