File tree 32 files changed +66
-66
lines changed
32 files changed +66
-66
lines changed Original file line number Diff line number Diff line change 67
67
</ts : view >
68
68
</ts : card >
69
69
70
- <ts : card type =" action" >
70
+ <ts : card type =" action" name = " records " >
71
71
<ts : label >
72
72
<ts : string xml : lang =" en" >Records</ts : string >
73
73
</ts : label >
111
111
112
112
</ts : card >
113
113
114
- <ts : card type =" action" >
114
+ <ts : card type =" action" name = " renew " >
115
115
<ts : label >
116
116
<ts : string xml : lang =" en" >Renew</ts : string >
117
117
</ts : label >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56
56
<script type =" text/javascript" >&token.en; </script >
57
57
</ts : view >
58
58
</ts : card >
59
- <ts : card type =" action" exclude =" expired" >
59
+ <ts : card type =" action" exclude =" expired" name = " enter " >
60
60
<!-- this action is of the model confirm-back.
61
61
It should be <ts:card type="action" model="confirm-back"> but Weiwu
62
62
shied away from specifying that due to the likely change of design causing an upgrade path issue.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48
48
</ts : view >
49
49
</ts : card >
50
50
51
- <ts : card type =" action" >
51
+ <ts : card type =" action" name = " start " >
52
52
<ts : label >
53
53
<ts : string xml : lang =" en" >Start</ts : string >
54
54
<ts : string xml : lang =" zh" >开车</ts : string >
@@ -59,7 +59,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
59
59
<body >&start.en; </body >
60
60
</ts : view >
61
61
</ts : card >
62
- <ts : card type =" action" >
62
+ <ts : card type =" action" name = " attest " >
63
63
<ts : label >
64
64
<ts : string xml : lang =" en" >Attestations</ts : string >
65
65
<ts : string xml : lang =" zh" >认证</ts : string >
@@ -70,7 +70,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
70
70
<body >&attestations.en; </body >
71
71
</ts : view >
72
72
</ts : card >
73
- <ts : card type =" action" >
73
+ <ts : card type =" action" name = " market " >
74
74
<ts : label >
75
75
<ts : string xml : lang =" en" >Market</ts : string >
76
76
<ts : string xml : lang =" zh" >市场</ts : string >
Original file line number Diff line number Diff line change 7
7
xmlns : ethereum =" urn:ethereum:constantinople"
8
8
xmlns : xml =" http://www.w3.org/XML/1998/namespace"
9
9
xsi : schemaLocation =" http://tokenscript.org/2020/06/tokenscript http://tokenscript.org/2020/06/tokenscript.xsd"
10
- xmlns:xsi= " http://www.w3.org/2001/XMLSchema-instance "
11
- xmlns : asnx = " urn:ietf:params:xml:ns:asnx "
10
+ name = " convert-to-DAI "
11
+ xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
12
12
>
13
13
<ts : label >
14
14
<ts : string xml : lang =" en" >Convert to DAI</ts : string >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
42
42
</ts : selection >
43
43
44
44
<ts : cards >
45
- <ts : card type =" action" exclude =" enabled" >
45
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
46
46
<ts : label >
47
47
<ts : string xml : lang =" en" >Enable</ts : string >
48
48
</ts : label >
@@ -87,7 +87,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
87
87
<!-- <ts:view xml:lang="en">&supply.en;</ts:view>-->
88
88
<!-- </ts:card>-->
89
89
90
- <ts : card type =" action" exclude =" notEnabled" >
90
+ <ts : card type =" action" exclude =" notEnabled" name = " redeem " >
91
91
<ts : label >
92
92
<ts : string xml : lang =" en" >Redeem</ts : string >
93
93
</ts : label >
Original file line number Diff line number Diff line change 29
29
<ts : ethereum contract =" COMP" />
30
30
</ts : origins >
31
31
<ts : cards >
32
- <ts : card type =" action" >
32
+ <ts : card type =" action" name = " about " >
33
33
<ts : label >
34
34
<ts : string xml : lang =" en" >About</ts : string >
35
35
</ts : label >
39
39
</ts : view >
40
40
</ts : card >
41
41
42
- <ts : card type =" action" >
42
+ <ts : card type =" action" name = " claim " >
43
43
<ts : label >
44
44
<ts : string xml : lang =" en" >Claim COMP</ts : string >
45
45
</ts : label >
56
56
</ts : view >
57
57
</ts : card >
58
58
59
- <ts : card type =" action" >
59
+ <ts : card type =" action" name = " deligate " >
60
60
<ts : label >
61
61
<ts : string xml : lang =" en" >Delegate Vote</ts : string >
62
62
</ts : label >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
@@ -55,7 +55,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
@@ -83,7 +83,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" >
86
+ <ts : card type =" action" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
@@ -55,7 +55,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
@@ -83,7 +83,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" exclude =" notEnabled" >
86
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change 23
23
</ts : origins >
24
24
25
25
<ts : cards >
26
- <ts : card type =" action" >
26
+ <ts : card type =" action" name = " deposit " >
27
27
<ts : label >
28
28
<ts : string xml : lang =" en" >Deposit</ts : string >
29
29
</ts : label >
51
51
</ts : view >
52
52
</ts : card >
53
53
54
- <ts : card type =" action" >
54
+ <ts : card type =" action" name = " withdraw " >
55
55
<ts : label >
56
56
<ts : string xml : lang =" en" >Withdraw</ts : string >
57
57
</ts : label >
Original file line number Diff line number Diff line change 37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" exclude =" notEnabled" >
86
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
@@ -55,7 +55,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
@@ -83,7 +83,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" exclude =" notEnabled" >
86
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change 37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" exclude =" notEnabled" >
86
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
@@ -55,7 +55,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
@@ -83,7 +83,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" exclude =" notEnabled" >
86
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
37
37
</ts : selection >
38
38
<ts : cards >
39
39
<!-- Do not show this card if the token contract is already enabled -->
40
- <ts : card type =" action" exclude =" enabled" >
40
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
41
41
<ts : label >
42
42
<ts : string xml : lang =" en" >Enable</ts : string >
43
43
</ts : label >
@@ -55,7 +55,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
55
</ts : view >
56
56
</ts : card >
57
57
58
- <ts : card type =" action" exclude =" notEnabled" >
58
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
59
59
<ts : label >
60
60
<ts : string xml : lang =" en" >Deposit</ts : string >
61
61
</ts : label >
@@ -83,7 +83,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
83
83
</ts : view >
84
84
</ts : card >
85
85
86
- <ts : card type =" action" exclude =" notEnabled" >
86
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
87
87
<ts : label >
88
88
<ts : string xml : lang =" en" >Withdraw</ts : string >
89
89
</ts : label >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
22
<ts : ethereum contract =" DAI" />
23
23
</ts : origins >
24
24
<ts : cards >
25
- <ts : card type =" action" >
25
+ <ts : card type =" action" name = " convert-to-xdAI " >
26
26
<ts : label >
27
27
<ts : string xml : lang =" en" >Convert to xDAI</ts : string >
28
28
</ts : label >
@@ -52,7 +52,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
52
52
<xhtml : script type =" text/javascript" >&DAI-bridge.en; </xhtml : script >
53
53
</ts : view >
54
54
</ts : card >
55
- <ts : card type =" action" >
55
+ <ts : card type =" action" name = " best-rates " >
56
56
<ts : label >
57
57
<ts : string xml : lang =" en" >Best Rates</ts : string >
58
58
</ts : label >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
24
</ts : origins >
25
25
26
26
<ts : cards >
27
- <ts : card type =" action" >
27
+ <ts : card type =" action" name = " guide " >
28
28
<ts : label >
29
29
<ts : string xml : lang =" en" >Guide</ts : string >
30
30
</ts : label >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25
25
26
26
<ts : cards >
27
27
28
- <ts : card type =" action" >
28
+ <ts : card type =" action" name = " guide " >
29
29
<ts : label >
30
30
<ts : string xml : lang =" en" >Guide</ts : string >
31
31
</ts : label >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
24
</ts : origins >
25
25
26
26
<ts : cards >
27
- <ts : card type =" action" >
27
+ <ts : card type =" action" name = " guide " >
28
28
<ts : label >
29
29
<ts : string xml : lang =" en" >Guide</ts : string >
30
30
</ts : label >
Original file line number Diff line number Diff line change 42
42
43
43
<ts : cards >
44
44
45
- <ts : card type =" action" exclude =" enabled" >
45
+ <ts : card type =" action" exclude =" enabled" name = " enable " >
46
46
<ts : label >
47
47
<ts : string xml : lang =" en" >Enable</ts : string >
48
48
</ts : label >
60
60
</ts : view >
61
61
</ts : card >
62
62
63
- <ts : card type =" action" exclude =" notEnabled" >
63
+ <ts : card type =" action" exclude =" notEnabled" name = " deposit " >
64
64
<ts : label >
65
65
<ts : string xml : lang =" en" >Deposit</ts : string >
66
66
</ts : label >
88
88
</ts : view >
89
89
</ts : card >
90
90
91
- <ts : card type =" action" exclude =" notEnabled" >
91
+ <ts : card type =" action" exclude =" notEnabled" name = " withdraw " >
92
92
<ts : label >
93
93
<ts : string xml : lang =" en" >Withdraw</ts : string >
94
94
</ts : label >
You can’t perform that action at this time.
0 commit comments