[Compilers] metadata with useLiteralContent options is not respected #468
-
Which compiler are you using?
Which version of Solidity or Vyper?0.8.17 zksolc/zkvyper version?1.4.0 Explain the issueI am using the following settings for zksolc
zksolc: {
version: "1.4.0",
settings: {
outputSelection: {
'*': {
'*': ['metadata'],
},
},
metadata: {useLiteralContent: true}
}
}, But it output instead ipfs hash for the content
|
Beta Was this translation helpful? Give feedback.
Answered by
hedgar2017
Apr 26, 2024
Replies: 2 comments 6 replies
-
Thanks for the post. Will take a look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@wighawag just wanted to check to see if this is related to your issue at all #194 (reply in thread) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wighawag please try zksolc v1.4.1!