We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426e1db commit c009cb5Copy full SHA for c009cb5
lilypad_module.json.tmpl
@@ -19,7 +19,7 @@
19
"--python",
20
"/app/lilytree.py",
21
"--",
22
- {{ if .ETH_Address }} {{ .ETH_Address }} {{else}} 0xE422729513e2dB165D2f017CEa761FC555CF220A {{ end }}
+ {{ if .ETH_Address }} {{ .ETH_Address }} {{else}} "0xE422729513e2dB165D2f017CEa761FC555CF220A" {{ end }}
23
],
24
"Image": "ghcr.io/rhochmayr/lilytree-blender:latest"
25
},
0 commit comments