metaplex-foundation/token-entangler-ui

Example format of the valid_mints.json file [Feature]:

Closed this issue · 4 comments

Feature

Requesting an example valid_mints.json file.

Ideal solution or implementation

An example valid_mints.json

Alternative solutions or implementations

No response

Other context

I've gone through the code and I'm not sure I'm creating a valid valid_mints.json file. Thank you for any assistance you can provide.

I've gone through the code and I'm not sure I'm creating a valid valid_mints.json file. Thank you for any assistance you can provide. @stegaBOB

i think it's a simple array:
[
"mint",
"mint"
]

The readme mentions "Also edit the valid_mints.json inside the utils folder to have a list of all valid mints (on both sides of the entanglement)" so I think it's more than a simple array. You need an array of mint pairs, showing that a particular mint address should be entangled with this other specific mint address, but the formats for this that I've tried haven't worked yet.

Have you gotten this to work with a correct valid_mints file?

This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.