File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 33
33
</label >
34
34
</div >
35
35
36
+ <label class =" labeled-input" >
37
+ <span class =" flex justify-between pr-2" >Token URI</span >
38
+ <input bind:value ={opts .tokenURI } placeholder =" https://..." />
39
+ </label >
40
+
36
41
<label class =" labeled-input" >
37
42
<span class =" flex justify-between pr-2" >
38
43
Premint
63
68
<label class:checked ={opts .wrappable }>
64
69
<input type ="checkbox" bind:checked ={opts .wrappable } />
65
70
Wrappable
66
- <HelpTooltip >TBD </HelpTooltip >
71
+ <HelpTooltip >Allows wrapping an ERC20 token into a confidential fungible token. </HelpTooltip >
67
72
</label >
68
73
</div >
69
74
</section >
73
78
bind:value ={opts .votes }
74
79
defaultValue =" blocknumber"
75
80
helpContent =" Keeps track of historical balances for voting in on-chain governance, with a way to delegate one's voting power to a trusted account."
76
- helpLink =" https://docs.openzeppelin.com/contracts/api/token/confidentialFungible#ConfidentialFungibleVotes"
77
81
>
78
82
<div class =" checkbox-group" >
79
83
<label class:checked ={opts .votes === ' blocknumber' }>
You can’t perform that action at this time.
0 commit comments