@@ -13,12 +13,12 @@ func Test_EIP4361Message(t *testing.T) {
13
13
authority := "likedao.com"
14
14
address := "like1cq425wdjy0lg6zswt38j06kepq782mxzsuveua"
15
15
uri := "https://likedao.com"
16
- chainID := "likecoin -mainnet-2"
16
+ chainID := "LikeCoin -mainnet-2"
17
17
nonce := "12345678"
18
18
issuedAt := "2006-01-02T15:04:05Z"
19
19
20
20
message := fmt .Sprintf (
21
- "%s wants you to sign in with your Likecoin account:\n " +
21
+ "%s wants you to sign in with your LikeCoin account:\n " +
22
22
"%s\n " +
23
23
"\n \n \n " +
24
24
"URI: %s\n " +
@@ -64,7 +64,7 @@ func Test_EIP4361Message(t *testing.T) {
64
64
})
65
65
66
66
t .Run ("Official EIP Sample Message" , func (t * testing.T ) {
67
- message := "service.org wants you to sign in with your Likecoin account:\n " +
67
+ message := "service.org wants you to sign in with your LikeCoin account:\n " +
68
68
"like1cq425wdjy0lg6zswt38j06kepq782mxzsuveua\n " +
69
69
"\n " +
70
70
"I accept the ServiceOrg Terms of Service: https://service.org/tos\n " +
@@ -93,7 +93,7 @@ func Test_EIP4361Message(t *testing.T) {
93
93
issuedAt := "2020-01-02T15:04:05Z"
94
94
95
95
message := fmt .Sprintf (
96
- "%s wants you to sign in with your Likecoin account:\n " +
96
+ "%s wants you to sign in with your LikeCoin account:\n " +
97
97
"%s\n " +
98
98
"\n \n \n " +
99
99
"URI: %s\n " +
@@ -117,7 +117,7 @@ func Test_EIP4361Message(t *testing.T) {
117
117
issuedAt := "2020-01-02T15:04:05Z"
118
118
119
119
message := fmt .Sprintf (
120
- "%s wants you to sign in with your Likecoin account:\n " +
120
+ "%s wants you to sign in with your LikeCoin account:\n " +
121
121
"%s\n " +
122
122
"\n \n \n " +
123
123
"URI: %s\n " +
@@ -141,7 +141,7 @@ func Test_EIP4361Message(t *testing.T) {
141
141
issuedAt := "2020-01-02T15:04:05Z"
142
142
143
143
message := fmt .Sprintf (
144
- "%s wants you to sign in with your Likecoin account:\n " +
144
+ "%s wants you to sign in with your LikeCoin account:\n " +
145
145
"%s\n " +
146
146
"\n \n \n " +
147
147
"URI: %s\n " +
@@ -165,7 +165,7 @@ func Test_EIP4361Message(t *testing.T) {
165
165
issuedAt := "2020-01-02T15:04:05Z"
166
166
167
167
message := fmt .Sprintf (
168
- "%s wants you to sign in with your Likecoin account:\n " +
168
+ "%s wants you to sign in with your LikeCoin account:\n " +
169
169
"%s\n " +
170
170
"\n \n \n " +
171
171
"URI: %s\n " +
@@ -189,7 +189,7 @@ func Test_EIP4361Message(t *testing.T) {
189
189
issuedAt := "2020-01-02T15:04:05Z"
190
190
191
191
message := fmt .Sprintf (
192
- "%s wants you to sign in with your Likecoin account:\n " +
192
+ "%s wants you to sign in with your LikeCoin account:\n " +
193
193
"%s\n " +
194
194
"\n \n \n " +
195
195
"URI: %s\n " +
@@ -213,7 +213,7 @@ func Test_EIP4361Message(t *testing.T) {
213
213
issuedAt := "20200-01-02T15:04:05Z"
214
214
215
215
message := fmt .Sprintf (
216
- "%s wants you to sign in with your Likecoin account:\n " +
216
+ "%s wants you to sign in with your LikeCoin account:\n " +
217
217
"%s\n " +
218
218
"\n \n \n " +
219
219
"URI: %s\n " +
@@ -237,7 +237,7 @@ func Test_EIP4361Message(t *testing.T) {
237
237
issuedAt := "2020-01-02T15:04:05Z"
238
238
239
239
message := fmt .Sprintf (
240
- "%s wants you to sign in with your Likecoin account:\n " +
240
+ "%s wants you to sign in with your LikeCoin account:\n " +
241
241
"%s\n " +
242
242
"\n \n \n " +
243
243
"URI: %s\n " +
0 commit comments