Skip to content

Commit

Permalink
chore: snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 4, 2024
1 parent 4d009c8 commit 319f0db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/utils/siwe/createSiweMessage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ test('default', () => {
"example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand All @@ -44,6 +45,7 @@ test('parameters: scheme', () => {
"https://example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand Down Expand Up @@ -86,6 +88,7 @@ test('parameters: issuedAt', () => {
"example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand All @@ -107,6 +110,7 @@ test('parameters: expirationTime', () => {
"example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand All @@ -131,6 +135,7 @@ test('parameters: notBefore', () => {
"example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand All @@ -155,6 +160,7 @@ test('parameters: requestId', () => {
"example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand Down Expand Up @@ -183,6 +189,7 @@ test('parameters: resources', () => {
"example.com wants you to sign in with your Ethereum account:
0xA0Cf798816D4b9b9866b5330EEa46a18382f251e
URI: https://example.com/path
Version: 1
Chain ID: 1
Expand Down

0 comments on commit 319f0db

Please sign in to comment.