Skip to content

Commit 89595ad

Browse files
chore(EIP712): added link to the tests + implementation source
1 parent ce459b6 commit 89595ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/web3swiftTests/localTests/EIP712TypedDataPayloadTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import XCTest
99
import web3swift
1010
import Web3Core
1111

12+
13+
/// Tests based primarily on the following example https://eips.ethereum.org/assets/eip-712/Example.js
1214
class EIP712TypedDataPayloadTests: XCTestCase {
1315
let testTypedDataPayload = """
1416
{

0 commit comments

Comments
 (0)