Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: creator not properly being recognized #495

Open
21e8 opened this issue Nov 18, 2024 · 1 comment
Open

[Bug]: creator not properly being recognized #495

21e8 opened this issue Nov 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@21e8
Copy link

21e8 commented Nov 18, 2024

Issue description

I am not sure if this is a problem with explorers or my config.

I create a candy machine with this config:

{
  "tokenStandard": "nft",
  "number": 6,
  "symbol": "FIGS",
  "sellerFeeBasisPoints": 0,
  "isMutable": true,
  "isSequential": true,
  "creators": [
    {
      "address": "9LHp6NbV6i3t3bguU6HdyTCkBeb6N8E5P9skauYizsmK",
      "share": 100
    }
  ],
  "uploadMethod": "bundlr",
  "ruleSet": null,
  "awsConfig": null,
  "sdriveApiKey": null,
  "nftStorageAuthToken": null,
  "shdwStorageAccount": null,
  "pinataConfig": null,
  "hiddenSettings": null,
  "maxEditionSupply": 6,
  "guards": {
    "default": {
      "botTax": {
        "value": 0.00001,
        "lastInstruction": true
      }
    },
    "groups": [
      {
        "label": "Public",
        "guards": {
          "startDate": {
            "date": "2022-10-20 18:00:00 +0000"
          },
          "solPayment": {
            "value": 0.069,
            "destination": "9LHp6NbV6i3t3bguU6HdyTCkBeb6N8E5P9skauYizsmK"
          },
          "tokenGate": {
            "amount": 10000,
            "mint": "DpeJ6CkihBJzSNvgMcB9e56NT6Qiu2HL3nAGwYWUJESt"
          }
        }
      }
    ]
  }
}

finished cache.json (without guards)

  "program": {
    "candyMachine": "GsWLHeCFZvcW4awsP3r75EuVu4hhhWgPfrTXy5UFH3Vx",
    "candyGuard": "",
    "candyMachineCreator": "GSfuQRrF2bYnWUruaQgaNNLW6hcSpoG4u2b4d87QLG4G",
    "collectionMint": "Ax2YmLvyBcuomRcw7FFD3hN6w4Ke8vK99FhGqTceFBYu"
  },

I was assuming that the only creator will be "9LHp6NbV6i3t3bguU6HdyTCkBeb6N8E5P9skauYizsmK"

however, every explorer I see is showing me the address I used to init the machine, even after i resigned the authority.

image

sugar displays it right

image

So I am wondering if sugar/cmv3 is using sth here that isn't known to explorers?

Not sure if it has to do with the "verified" flag in the creators array. this doesn't matter for me for this mint since royalties are at 0% but it doesn't help me instill trust either.

Relevant log output

madbook@madbook candy-machine-tenfigs % sugar show
[1/1] 🔍 Looking up candy machine

🍬 Candy machine ID: BN89QBZWXutBvS96CyhF37vHfVchp3HEnc31guCih9qr
 :
 :.. authority: 9LHp6NbV6i3t3bguU6HdyTCkBeb6N8E5P9skauYizsmK
 :.. mint authority: G6jz7zquxxiPZJxJ8vgpbxwzfQfLuyoh1aDm7XzzYSYQ
 :.. collection mint: HRh8LFvP1bsfPkEL8Xvr6dUqyAAdCqAm2QnavmhnQyDw
 :.. account version: V2
 :.. token standard: NonFungible
 :.. features: none
 :.. max supply: 0
 :.. items redeemed: 5
 :.. items available: 2000
 :.. symbol: FIGS
 :.. seller fee basis points: 0% (0)
 :.. is mutable: true
 :.. creators: 
 :   :.. 1: 9LHp6NbV6i3t3bguU6HdyTCkBeb6N8E5P9skauYizsmK (100%)
 :.. hidden settings: none
 :.. config line settings: 
     :.. prefix_name: FIGS PRESALE TOKEN
     :.. name_length: 0
     :.. prefix_uri: https://shdw-drive.genesysgo.net/35PiJQEJDtZym2VsJQWYKC6UJUTdRy2K2xFJHAMS8nBU/nft-metadata.json
     :.. uri_length: 0
     :.. is_sequential: true

Priority this issue should have

Low (slightly annoying)

generally speaking, there seems to be no documentation on the config file so a little explanation would def help

@21e8 21e8 added the bug Something isn't working label Nov 18, 2024
@21e8 21e8 closed this as completed Nov 18, 2024
@21e8 21e8 reopened this Nov 18, 2024
@21e8
Copy link
Author

21e8 commented Nov 18, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant