Contract Initialization Error on Testnet #103
-
Hello! I am trying to deploy and initialize the TenK NFT template contract (https://github.com/TENK-DAO/tenk/tree/main/contracts/tenk) over at testnet, however after calling this command on the terminal:
I am getting the following error: Any advice on how should I proceed? |
Beta Was this translation helpful? Give feedback.
Answered by
willemneal
Jun 29, 2022
Replies: 1 comment
-
I would recommend using the other init method tenk/contracts/tenk/src/lib.rs Lines 94 to 100 in ac7831f As it sets the default for the spec, which you set incorrectly, see here |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
knfa28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would recommend using the other init method
tenk/contracts/tenk/src/lib.rs
Lines 94 to 100 in ac7831f
As it sets the default for the spec, which you set incorrectly, see here